:root {
  --syv3-ink: #111210;
  --syv3-charcoal: #1d1f1c;
  --syv3-paper: #f3f2ee;
  --syv3-white: #fff;
  --syv3-line: #d7d9d4;
  --syv3-muted: #5f635d;
  --syv3-green: #1f584c;
  --syv3-blue: #315d86;
  --syv3-red: #a74738;
  --syv3-max: 1240px;
}

.sooye-home-v3-active,
.sooye-home-v3-active .sooye-wp-content {
  background: var(--syv3-white);
  color: var(--syv3-ink);
}

.sooye-home-v3-active .sooye-wp-content {
  overflow: hidden;
}

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

.syv3 {
  background: var(--syv3-white);
  color: var(--syv3-ink);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  line-height: 1.5;
}

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

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

.syv3 button,
.syv3 a {
  -webkit-tap-highlight-color: transparent;
}

.syv3-wrap {
  margin: 0 auto;
  max-width: var(--syv3-max);
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}

.syv3-nav {
  align-items: center;
  color: var(--syv3-white);
  display: grid;
  grid-template-columns: 1fr auto auto;
  left: 0;
  min-height: 88px;
  padding: 0 48px;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color .2s ease, border-color .2s ease;
  z-index: 50;
}

.syv3-nav.is-scrolled {
  background: rgba(17, 18, 16, .94);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  position: fixed;
}

.syv3-brand {
  align-items: center;
  display: inline-flex;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
  min-height: 44px;
  text-transform: uppercase;
}

.syv3-brand-logo {
  justify-self: start;
  line-height: 0;
}

.syv3-brand-logo picture {
  display: block;
}

.syv3-brand-logo img {
  height: 48px;
  max-width: 260px;
  object-fit: contain;
  object-position: left center;
  width: auto;
}

.syv3-navlinks {
  align-items: center;
  display: flex;
  gap: 30px;
  margin-right: 24px;
}

.syv3-navlinks a {
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  min-height: 44px;
  align-items: center;
  display: flex;
}

.syv3-navlinks a:hover,
.syv3-navlinks a:focus-visible {
  color: var(--syv3-white);
}

.syv3-nav-cta,
.syv3-button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  min-height: 50px;
  padding: 13px 22px;
}

.syv3-nav-cta {
  background: var(--syv3-white);
  color: var(--syv3-ink) !important;
  min-height: 52px;
  padding-left: 24px;
  padding-right: 24px;
}

.syv3-nav-actions {
  align-items: center;
  display: flex;
  gap: 12px;
}

.syv3-nav-contact {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .3);
  color: var(--syv3-white);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  min-height: 52px;
  padding: 10px 18px;
}

.syv3-nav-contact:hover,
.syv3-nav-contact:focus-visible {
  border-color: #c5a061;
  color: #d3b47c;
}

.syv3-menu {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .36);
  color: var(--syv3-white);
  display: none;
  font: inherit;
  font-size: 15px;
  min-height: 48px;
  padding: 10px 16px;
}

.syv3-hero {
  align-items: flex-end;
  background: var(--syv3-ink);
  color: var(--syv3-white);
  display: flex;
  min-height: 820px;
  overflow: hidden;
  position: relative;
}

.syv3-hero-media {
  filter: grayscale(.28) contrast(1.08) brightness(.88);
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  width: 100%;
}

.syv3-hero-shade {
  background: rgba(8, 9, 8, .58);
  inset: 0;
  position: absolute;
}

.syv3-hero-inner {
  padding-bottom: 72px;
  padding-top: 140px;
  position: relative;
  z-index: 2;
}

.syv3-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.syv3-hero h1 {
  font-size: 64px;
  line-height: 1.02;
  margin: 0;
  max-width: 830px;
}

.syv3-hero-copy {
  color: rgba(255, 255, 255, .72);
  font-size: 18px;
  line-height: 1.65;
  margin: 28px 0 0;
  max-width: 650px;
}

.syv3-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 32px;
}

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

.syv3-button-outline {
  background: rgba(8, 9, 8, .28);
  border-color: rgba(255, 255, 255, .58);
  color: var(--syv3-white) !important;
  cursor: pointer;
  font-family: inherit;
}

.syv3-button-outline:hover,
.syv3-button-outline:focus-visible {
  background: var(--syv3-white);
  border-color: var(--syv3-white);
  color: var(--syv3-ink) !important;
}

.syv3-button-dark {
  background: var(--syv3-ink);
  color: var(--syv3-white) !important;
}

.syv3-text-link {
  align-items: center;
  border-bottom: 1px solid currentColor;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  min-height: 44px;
}

.syv3-text-link-light {
  color: var(--syv3-white) !important;
}

.syv3-wechat-trigger {
  cursor: pointer;
  font-family: inherit;
}

.sooye-brand-ux-v1 .syv3-buyer-actions {
  gap: 12px;
}

.sooye-brand-ux-v1 .syv3-hero {
  isolation: isolate;
  min-height: 760px;
}

.sooye-brand-ux-v1 .syv3-hero::before {
  background-image: var(--syv3-hero-bg);
  background-position: center bottom;
  background-size: cover;
  content: '';
  filter: blur(9px) brightness(.68) saturate(.78);
  inset: -18px;
  position: absolute;
  transform: scale(1.03);
  display: none;
  z-index: 0;
}

.sooye-brand-ux-v1 .syv3-hero picture {
  inset: 0;
  position: absolute;
  z-index: 1;
}

.sooye-brand-ux-v1 .syv3-hero-media {
  filter: grayscale(.04) contrast(1.1) brightness(1.02);
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: right bottom;
  right: auto;
  top: 0;
  transform-origin: right center;
  width: 100%;
}

body.sooye-motion-experience.sooye-brand-ux-v1 .syv3-hero-media {
  transform: none;
  transition: none;
  will-change: auto;
}

body.sooye-cinematic-home.sooye-brand-ux-v1 .syv3-hero-media {
  translate: none;
}

.sooye-brand-ux-v1 .syv3-hero-shade {
  background: linear-gradient(90deg, rgba(8, 9, 8, .58) 0%, rgba(8, 9, 8, .5) 38%, rgba(8, 9, 8, .24) 56%, rgba(8, 9, 8, .05) 76%, rgba(8, 9, 8, .1) 100%);
  z-index: 2;
}

.sooye-brand-ux-v1 .syv3-hero-inner {
  padding-bottom: 54px;
  padding-top: 124px;
  z-index: 3;
}

@media (min-width: 761px) {
  .sooye-brand-ux-v1 .syv3-hero-inner {
    max-width: none;
    width: calc(100% - 112px);
  }
}

.sooye-brand-ux-v1 .syv3-hero h1 {
  font-size: 58px;
  max-width: 760px;
}

.sooye-brand-ux-v1 .syv3-hero-copy {
  max-width: 620px;
}

.sooye-brand-ux-v1 .syv3-hero-facts {
  margin-top: 38px;
  max-width: 760px;
}

.syv3-hero-facts {
  border-top: 1px solid rgba(255, 255, 255, .22);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  margin: 52px 0 0;
  max-width: 850px;
}

.syv3-hero-facts div {
  border-right: 1px solid rgba(255, 255, 255, .22);
  padding: 18px 18px 0 0;
}

.syv3-hero-facts div + div {
  padding-left: 18px;
}

.syv3-hero-facts dt {
  color: rgba(255, 255, 255, .5);
  font-size: 11px;
  text-transform: uppercase;
}

.syv3-hero-facts dd {
  font-size: 14px;
  margin: 6px 0 0;
}

.syv3-section {
  padding: 112px 0;
}

.syv3-section-paper {
  background: var(--syv3-paper);
}

.syv3-section-white {
  background: var(--syv3-white);
}

.syv3-section-ink {
  background: var(--syv3-charcoal);
  color: var(--syv3-white);
}

.syv3-heading-row {
  align-items: end;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  margin-bottom: 56px;
}

.syv3-heading-row h2,
.syv3-trust-intro h2,
.syv3-faq-layout h2,
.syv3-visual-intro h2,
.syv3-bridge h2 {
  font-size: 48px;
  line-height: 1.08;
  margin: 0;
}

.syv3-heading-row > p,
.syv3-visual-intro > p:last-child,
.syv3-trust-intro > p,
.syv3-rfq > p {
  color: var(--syv3-muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.syv3-path-grid {
  border-bottom: 1px solid #c8cbc5;
  border-top: 1px solid #c8cbc5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.syv3-path-item {
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 32px;
  position: relative;
}

.syv3-path-item + .syv3-path-item {
  border-left: 1px solid #c8cbc5;
}

.syv3-path-item > span,
.syv3-family-card > span,
.syv3-answer > span,
.syv3-trust-steps > li > span {
  color: var(--syv3-green);
  font-size: 12px;
  font-weight: 800;
}

.syv3-path-item h3,
.syv3-family-card h3 {
  font-size: 25px;
  line-height: 1.15;
  margin: 55px 0 16px;
}

.syv3-path-item p,
.syv3-family-card p {
  color: var(--syv3-muted);
  font-size: 15px;
  line-height: 1.62;
  margin: 0;
}

.syv3-path-item a {
  align-items: center;
  align-self: flex-start;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  margin-top: auto;
  min-height: 44px;
  padding-top: 24px;
  position: static;
}

.syv3-family-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
  background: var(--syv3-line);
  border: 1px solid var(--syv3-line);
}

.syv3-family-card {
  background: var(--syv3-white);
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 30px;
  position: relative;
}

.syv3-family-card:hover,
.syv3-family-card:focus-visible {
  background: #f7f8f5;
}

.syv3-family-card:nth-child(3n + 2) > span {
  color: var(--syv3-blue);
}

.syv3-family-card:nth-child(3n) > span {
  color: var(--syv3-red);
}

.syv3-family-card h3 {
  margin-top: 45px;
}

.syv3-family-card strong {
  font-size: 13px;
  margin-top: auto;
  padding-top: 24px;
  position: static;
}

.syv3-section-link {
  margin: 30px 0 0;
  text-align: right;
}

.syv3-section-link a {
  border-bottom: 1px solid;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  min-height: 44px;
  align-items: center;
}

.syv3-visual {
  background: var(--syv3-ink);
  color: var(--syv3-white);
  padding: 112px 0 0;
}

.syv3-visual-intro {
  display: grid;
  gap: 36px 70px;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  padding-bottom: 62px;
}

.syv3-visual-intro .syv3-eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.syv3-visual-intro > p:last-child {
  color: rgba(255, 255, 255, .62);
}

.syv3-visual-grid {
  display: grid;
  gap: 2px;
  grid-template-columns: 1.4fr .8fr .8fr;
}

.syv3-visual-grid figure {
  background: #090a09;
  margin: 0;
  min-height: 650px;
  overflow: hidden;
  position: relative;
}

.syv3-visual-grid img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.syv3-visual-grid figcaption {
  background: rgba(10, 10, 10, .82);
  bottom: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  left: 0;
  padding: 14px 18px;
  position: absolute;
  right: 0;
}

.syv3-bridge {
  align-items: flex-end;
  color: var(--syv3-white);
  display: flex;
  min-height: 760px;
  overflow: hidden;
  position: relative;
}

.syv3-bridge > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.syv3-bridge-shade {
  background: rgba(10, 11, 10, .62);
  inset: 0;
  position: absolute;
}

.syv3-bridge-inner {
  padding-bottom: 72px;
  position: relative;
  z-index: 2;
}

.syv3-bridge h2 {
  max-width: 780px;
}

.syv3-bridge p:not(.syv3-eyebrow) {
  color: rgba(255, 255, 255, .72);
  margin: 24px 0 30px;
  max-width: 620px;
}

.syv3-trust-layout {
  display: grid;
  gap: 90px;
  grid-template-columns: .9fr 1.1fr;
}

.syv3-trust-intro > p {
  color: rgba(255, 255, 255, .64);
  margin-top: 25px;
}

.syv3-trust-steps {
  border-top: 1px solid rgba(255, 255, 255, .18);
  list-style: none;
  margin: 0;
  padding: 0;
}

.syv3-trust-steps li {
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  display: grid;
  gap: 24px;
  grid-template-columns: 38px 1fr;
  padding: 30px 0;
}

.syv3-trust-steps h3 {
  font-size: 20px;
  margin: 0 0 8px;
}

.syv3-trust-steps p {
  color: rgba(255, 255, 255, .62);
  margin: 0;
}

.syv3-answer-list {
  border-top: 1px solid var(--syv3-line);
}

.syv3-answer {
  border-bottom: 1px solid var(--syv3-line);
  display: grid;
  gap: 26px;
  grid-template-columns: 50px minmax(0, 1fr);
  padding: 34px 0;
}

.syv3-answer h3 {
  font-size: 23px;
  margin: 0 0 10px;
}

.syv3-answer p {
  color: var(--syv3-muted);
  margin: 0;
  max-width: 900px;
}

.syv3-answer a {
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  margin-top: 15px;
  min-height: 44px;
  align-items: center;
}

.syv3-library-grid {
  border-top: 1px solid #c8cbc5;
}

.syv3-library-group {
  border-bottom: 1px solid #c8cbc5;
}

.syv3-library-group summary,
.syv3-faq-list summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 19px;
  font-weight: 800;
  justify-content: space-between;
  list-style: none;
  min-height: 68px;
  padding: 16px 0;
}

.syv3-library-group summary::-webkit-details-marker,
.syv3-faq-list summary::-webkit-details-marker {
  display: none;
}

.syv3-library-group[open] summary span,
.syv3-faq-list details[open] summary span {
  transform: rotate(45deg);
}

.syv3-library-group ul {
  columns: 3;
  gap: 42px;
  list-style: none;
  margin: 0;
  padding: 0 0 30px;
}

.syv3-library-group li {
  break-inside: avoid;
}

.syv3-library-group a {
  align-items: center;
  color: var(--syv3-muted);
  display: flex;
  font-size: 14px;
  min-height: 46px;
}

.syv3-library-group a:hover,
.syv3-library-group a:focus-visible {
  color: var(--syv3-green);
}

.syv3-faq-layout {
  display: grid;
  gap: 90px;
  grid-template-columns: 1.1fr .9fr;
}

.syv3-faq-list {
  border-top: 1px solid var(--syv3-line);
  margin-top: 40px;
}

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

.syv3-faq-list p {
  color: var(--syv3-muted);
  margin: 0;
  padding: 0 30px 24px 0;
}

.syv3-rfq {
  align-self: start;
  background: var(--syv3-paper);
  border-top: 5px solid var(--syv3-green);
  padding: 42px;
}

.syv3-rfq h2 {
  font-size: 34px;
}

.syv3-rfq > p {
  margin: 22px 0 28px;
}

.syv3-rfq .syv3-text-link {
  margin-left: 18px;
}

.syv3-contact-line {
  border-top: 1px solid #c8cbc5;
  font-size: 14px;
  margin: 18px 0 0;
  padding-top: 16px;
}

.syv3-contact-line strong {
  margin-right: 10px;
  text-transform: uppercase;
}

.syv3-footer {
  background: var(--syv3-ink);
  color: var(--syv3-white);
  padding: 54px 0;
}

.syv3-footer-inner {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: auto 1fr auto;
}

.syv3-footer p {
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  margin: 0;
}

.syv3-footer nav {
  display: flex;
  gap: 22px;
}

.syv3-footer nav a {
  align-items: center;
  display: flex;
  font-size: 13px;
  min-height: 44px;
  min-width: 44px;
}

.syv3-footer-logo {
  min-height: 0;
}

.syv3-footer-logo img {
  height: 112px;
  object-fit: contain;
  object-position: left center;
  width: auto;
}

@media (max-width: 980px) {
  .syv3-wrap { padding-left: 28px; padding-right: 28px; }
  .syv3-nav { grid-template-columns: 1fr auto auto; padding: 0 28px; }
  .syv3-menu { display: inline-flex; align-items: center; justify-content: center; margin-right: 10px; }
  .syv3-nav-contact { display: none; }
  .syv3-navlinks { background: var(--syv3-ink); border-top: 1px solid rgba(255,255,255,.16); display: none; flex-direction: column; gap: 0; left: 0; margin: 0; padding: 18px 28px 24px; position: absolute; right: 0; top: 88px; }
  .syv3-navlinks.is-open { display: flex; }
  .syv3-navlinks a { border-bottom: 1px solid rgba(255,255,255,.12); font-size: 16px; justify-content: flex-start; min-height: 56px; width: 100%; }
  .syv3-hero h1 { font-size: 52px; }
  .syv3-heading-row, .syv3-visual-intro { grid-template-columns: 1fr; gap: 24px; }
  .syv3-path-grid, .syv3-family-grid { grid-template-columns: repeat(2, 1fr); }
  .syv3-path-item:nth-child(3) { border-left: 0; border-top: 1px solid #c8cbc5; grid-column: 1 / -1; }
  .syv3-visual-grid { grid-template-columns: 1.2fr .8fr; }
  .syv3-visual-grid figure { min-height: 520px; }
  .syv3-visual-grid figure:last-child { grid-column: 1 / -1; min-height: 480px; }
  .syv3-trust-layout, .syv3-faq-layout { gap: 60px; grid-template-columns: 1fr; }
  .syv3-footer-inner { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .sooye-home-v3-active { padding-bottom: 58px; }
  .syv3-wrap { padding-left: 20px; padding-right: 20px; }
  .syv3-nav { min-height: 78px; padding: 0 20px; }
  .syv3-brand { font-size: 17px; }
  .syv3-brand-logo img { height: 40px; max-width: 204px; }
  .syv3-nav-actions { display: none; }
  .syv3-nav-cta { display: none; }
  .syv3-menu { margin-right: 0; }
  .syv3-navlinks { padding-left: 20px; padding-right: 20px; top: 78px; }
  .syv3-hero { min-height: 720px; }
  .syv3-hero-media { object-position: 60% 66%; }
  .syv3-hero-shade { background: rgba(8, 9, 8, .66); }
  .syv3-hero-inner { padding-bottom: 24px; padding-top: 100px; }
  .syv3-hero h1 { font-size: 40px; line-height: 1.04; }
  .syv3-hero-copy { font-size: 16px; }
  .syv3-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .syv3-button, .syv3-text-link { width: 100%; }
  .syv3-text-link { justify-content: center; }
  .syv3-hero-facts { display: none; }
  .sooye-brand-ux-v1 .syv3-hero { min-height: 720px; }
  .sooye-brand-ux-v1 .syv3-hero::before { display: none; }
  .sooye-brand-ux-v1 .syv3-hero picture {
    bottom: auto;
    height: 145%;
    inset: auto 0 auto;
    top: -45%;
  }
  .sooye-brand-ux-v1 .syv3-hero-media { height: 100%; left: 0; object-fit: cover; object-position: 58% 50%; width: 100%; }
  .sooye-brand-ux-v1 .syv3-hero-shade { background: linear-gradient(180deg, rgba(8, 9, 8, .44) 0%, rgba(8, 9, 8, .38) 34%, rgba(8, 9, 8, .78) 68%, rgba(8, 9, 8, .92) 100%); }
  .sooye-brand-ux-v1 .syv3-hero-inner { padding-bottom: 24px; padding-top: 108px; }
  .sooye-brand-ux-v1 .syv3-hero h1 { font-size: 38px; line-height: 1.04; }
  .sooye-brand-ux-v1 .syv3-buyer-actions { display: grid; gap: 10px; grid-template-columns: 1fr 1fr; width: 100%; }
  .sooye-brand-ux-v1 .syv3-buyer-actions .syv3-button-light { grid-column: 1 / -1; }
  .sooye-brand-ux-v1 .syv3-buyer-actions .syv3-button { min-height: 52px; padding: 10px 8px; }
  .syv3-section, .syv3-visual { padding-top: 78px; }
  .syv3-hero + .syv3-section { padding-top: 32px; }
  .syv3-section { padding-bottom: 78px; }
  .syv3-heading-row h2, .syv3-trust-intro h2, .syv3-faq-layout h2, .syv3-visual-intro h2, .syv3-bridge h2 { font-size: 36px; }
  .syv3-heading-row { margin-bottom: 38px; }
  .syv3-path-grid, .syv3-family-grid { grid-template-columns: 1fr; }
  .syv3-path-item { min-height: 0; padding: 28px 22px 30px; }
  .syv3-path-item h3 { margin-top: 32px; }
  .syv3-path-item a { margin-top: 22px; padding-top: 0; }
  .syv3-path-item + .syv3-path-item, .syv3-path-item:nth-child(3) { border-left: 0; border-top: 1px solid #c8cbc5; grid-column: auto; }
  .syv3-family-card { min-height: 280px; }
  .syv3-visual-intro { padding-bottom: 42px; }
  .syv3-visual-grid { grid-template-columns: 1fr; }
  .syv3-visual-grid figure, .syv3-visual-grid figure:last-child { grid-column: auto; min-height: 500px; }
  .syv3-bridge { min-height: 680px; }
  .syv3-bridge-shade { background: rgba(10, 11, 10, .68); }
  .syv3-bridge-inner { padding-bottom: 48px; }
  .syv3-answer { grid-template-columns: 34px 1fr; }
  .syv3-answer h3 { font-size: 20px; }
  .syv3-library-group ul { columns: 1; }
  .syv3-library-group a { min-height: 46px; }
  .syv3-rfq { padding: 30px 24px; }
  .syv3-rfq .syv3-text-link { margin-left: 0; margin-top: 12px; }
  .syv3-footer nav { flex-wrap: wrap; gap: 6px 20px; }
  .syv3-footer-logo img { height: 104px; }
}

@media (prefers-reduced-motion: reduce) {
  .syv3 *, .syv3 *::before, .syv3 *::after { scroll-behavior: auto !important; transition: none !important; }
}
