/*
Theme Name:   Divination Studio
Author: Sekki
Description:  Child theme. Please don't edit.
Template: groovy
*/

:root {
    --bagua-aqua: #54cbca;
    --bagua-cream: #fffacd;
    --bagua-coral: #ff4c60;
    --bagua-yellow: #fed267;
    --bagua-ink: #292929;
    --bagua-white: #ffffff;
    --bagua-line: rgba(41, 41, 41, 0.72);
}

html {
    scroll-behavior: smooth;
}

.bagua-site {
    color: var(--bagua-ink);
    overflow: hidden;
}

.bagua-site *,
.bagua-footer * {
    box-sizing: border-box;
}

.bagua-nowrap {
    white-space: nowrap;
}

html.bagua-motion-ready [data-motion] {
    opacity: 0;
}

html.bagua-motion-ready [data-motion="hero"] {
    transform: translate3d(0, 14px, 0);
}

html.bagua-motion-ready [data-motion="rise"] {
    transform: translate3d(0, 12px, 0);
}

html.bagua-motion-ready [data-motion="row"] {
    transform: translate3d(-12px, 0, 0);
}

html.bagua-motion-ready [data-motion="card"] {
    transform: translate3d(0, 12px, 0) scale(0.985);
}

html.bagua-motion-ready [data-motion][data-motion-played="true"] {
    opacity: 1;
    transform: none;
}

.bagua-shell {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.bagua-band {
    width: 100%;
    padding: 112px 0;
}

.bagua-band--cream {
    background: var(--bagua-cream);
    border-block: 1px solid var(--bagua-line);
}

.bagua-band--white {
    background: var(--bagua-white);
    border-block: 1px solid var(--bagua-line);
}

.bagua-kicker {
    margin: 0 0 14px;
    color: inherit;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.bagua-site h1,
.bagua-site h2,
.bagua-site h3,
.bagua-footer h2,
.bagua-footer h3 {
    color: inherit;
    letter-spacing: 0;
}

.bagua-site h2 {
    margin: 0;
    font-size: 42px;
    line-height: 1.25;
}

.bagua-section-heading {
    max-width: 780px;
    margin-bottom: 56px;
}

.bagua-section-heading > p:last-child {
    max-width: 680px;
    margin: 22px 0 0;
    font-size: 17px;
    line-height: 1.85;
}

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

.bagua-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.bagua-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border: 1px solid var(--bagua-ink);
    border-radius: 4px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    transition: transform 280ms ease-out, background-color 280ms ease-out, color 280ms ease-out;
}

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

.bagua-button:focus-visible,
.bagua-text-link:focus-visible,
.bagua-contact-action:focus-visible {
    outline: 3px solid var(--bagua-ink);
    outline-offset: 3px;
}

.bagua-hero .bagua-button:focus-visible,
.bagua-page-hero .bagua-button:focus-visible {
    outline-color: var(--bagua-white);
}

.bagua-button--primary {
    background: var(--bagua-coral);
    color: var(--bagua-white);
}

.bagua-button--light {
    border-color: var(--bagua-white);
    background: var(--bagua-white);
    color: var(--bagua-ink);
}

.bagua-button--dark {
    background: var(--bagua-ink);
    color: var(--bagua-white);
}

.bagua-button--outline {
    background: transparent;
    color: var(--bagua-ink);
}

.bagua-button--outline:hover,
.bagua-button--outline:focus-visible {
    background: var(--bagua-ink);
    color: var(--bagua-white);
}

.bagua-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--bagua-ink);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.bagua-text-link span {
    font-size: 18px;
    transition: transform 280ms ease-out;
}

.bagua-text-link:hover span {
    transform: translateX(4px);
}

.bagua-text-link:hover,
.bagua-text-link:focus-visible {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.bagua-hero,
.bagua-page-hero {
    position: relative;
    display: flex;
    min-height: 680px;
    align-items: flex-end;
    margin: 36px auto 0;
    background-position: center;
    background-size: cover;
    border-block: 1px solid var(--bagua-line);
    isolation: isolate;
}

.bagua-hero {
    min-height: max(680px, calc(100vh - 186px));
    min-height: max(680px, calc(100svh - 186px));
}

.bagua-hero__shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.3);
}

.bagua-hero__slides {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
    background: var(--bagua-ink);
}

.bagua-hero__slide {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    transition: opacity 1400ms cubic-bezier(0.22, 0.68, 0.32, 1);
}

.bagua-hero__slide.is-active {
    opacity: 1;
}

.bagua-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bagua-hero__story-stack {
    position: absolute;
    right: max(24px, calc((100% - 1180px) / 2));
    bottom: 88px;
    z-index: 2;
    display: grid;
    width: min(500px, calc(100% - 48px));
}

.bagua-hero__story {
    grid-area: 1 / 1;
    width: 100%;
    padding: 13px 15px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-left: 3px solid var(--bagua-coral);
    border-radius: 4px;
    background: rgba(20, 20, 20, 0.46);
    color: var(--bagua-white);
    opacity: 0;
    pointer-events: none;
    transform: translateY(4px);
    visibility: hidden;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transition: opacity 500ms ease-out, transform 500ms ease-out, visibility 500ms;
}

.bagua-hero__story.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
}

.bagua-hero__story-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 12px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 11px;
    line-height: 1.4;
}

.bagua-hero__story-meta a,
.bagua-hero__story-meta time,
.bagua-hero__story-title,
.bagua-hero__story-link {
    color: inherit;
    text-decoration: none;
}

.bagua-hero__story-meta a::before {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 6px;
    border-radius: 50%;
    background: var(--bagua-yellow);
    content: '';
}

.bagua-hero__story-meta a:nth-child(2)::before {
    background: var(--bagua-aqua);
}

.bagua-hero__story-title {
    display: -webkit-box;
    max-width: 460px;
    margin-top: 7px;
    overflow: hidden;
    color: var(--bagua-white);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.bagua-hero__story-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 11px;
    font-weight: 700;
}

.bagua-hero__story a:hover,
.bagua-hero__story a:focus-visible {
    color: var(--bagua-white);
    text-decoration: underline;
}

.bagua-hero__controls {
    position: absolute;
    right: max(24px, calc((100% - 1180px) / 2));
    bottom: 32px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
}

.bagua-hero__arrow,
.bagua-hero__dot {
    border: 1px solid rgba(255, 255, 255, 0.75);
    background: rgba(20, 20, 20, 0.45);
    color: var(--bagua-white);
    cursor: pointer;
    transition: background-color 320ms ease-out, border-color 320ms ease-out, transform 320ms ease-out;
}

.bagua-hero__arrow {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    font-size: 18px;
    line-height: 38px;
}

.bagua-hero__dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bagua-hero__dot {
    position: relative;
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0;
    background: transparent;
}

.bagua-hero__dot::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 50%;
    background: rgba(20, 20, 20, 0.45);
    content: '';
    transform: translate(-50%, -50%);
    transition: background-color 320ms ease-out, border-color 320ms ease-out, transform 320ms ease-out;
}

.bagua-hero__dot.is-active {
    border-color: transparent;
    background: transparent;
    transform: none;
}

.bagua-hero__dot.is-active::before {
    border-color: var(--bagua-white);
    background: var(--bagua-white);
    transform: translate(-50%, -50%) scale(1.15);
}

.bagua-hero__arrow:hover,
.bagua-hero__arrow:focus-visible {
    border-color: var(--bagua-white);
    background: rgba(20, 20, 20, 0.72);
    outline: 2px solid var(--bagua-white);
    outline-offset: 3px;
}

.bagua-hero__dot:hover,
.bagua-hero__dot:focus-visible {
    background: transparent;
    outline: 2px solid var(--bagua-white);
    outline-offset: 0;
}

.bagua-hero__dot:hover::before,
.bagua-hero__dot:focus-visible::before {
    border-color: var(--bagua-white);
    background: rgba(20, 20, 20, 0.72);
}

.bagua-hero__content,
.bagua-page-hero__content {
    padding-block: 96px;
    color: var(--bagua-white);
}

.bagua-hero h1,
.bagua-page-hero h1 {
    max-width: 850px;
    margin: 0;
    color: var(--bagua-white);
    font-size: 72px;
    line-height: 1.06;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.22);
}

.bagua-hero__lead,
.bagua-page-hero__content > p:last-child {
    max-width: 680px;
    margin: 22px 0 0;
    color: var(--bagua-white);
    font-size: 20px;
    line-height: 1.75;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.34);
}

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

.bagua-service {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 24px;
    padding: 34px 0;
    border-bottom: 1px solid var(--bagua-line);
}

.bagua-service__number {
    padding-top: 4px;
    color: var(--bagua-coral);
    font-size: 14px;
    font-weight: 700;
}

.bagua-service h3 {
    margin: 0 0 10px;
    font-size: 28px;
}

.bagua-service p {
    max-width: 760px;
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
}

.bagua-services .bagua-text-link {
    margin-top: 36px;
}

.bagua-latest {
    background: var(--bagua-aqua);
}

.bagua-story-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.bagua-story,
.bagua-product {
    overflow: hidden;
    border: 1px solid var(--bagua-line);
    border-radius: 6px;
    background: var(--bagua-white);
    transition: transform 340ms ease-out, box-shadow 340ms ease-out;
}

.bagua-story:hover,
.bagua-product:hover,
.bagua-story:focus-within,
.bagua-product:focus-within {
    transform: translateY(-4px);
    box-shadow: 7px 7px 0 rgba(41, 41, 41, 0.14);
}

.bagua-story__image,
.bagua-product__image {
    display: block;
    overflow: hidden;
    background: #ececec;
}

.bagua-story__image {
    aspect-ratio: 4 / 3;
}

.bagua-story__image img,
.bagua-product__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 480ms ease-out;
}

.bagua-story:hover img,
.bagua-product:hover img,
.bagua-story:focus-within img,
.bagua-product:focus-within img {
    transform: scale(1.025);
}

.bagua-story__image:focus-visible,
.bagua-product__image:focus-visible,
.bagua-story h3 a:focus-visible {
    outline: 3px solid var(--bagua-coral);
    outline-offset: -4px;
}

.bagua-story__body,
.bagua-product__body {
    padding: 26px;
}

.bagua-story__meta {
    margin: 0 0 14px;
    color: #686868;
    font-size: 12px;
}

.bagua-story h3 {
    min-height: 3.3em;
    margin: 0 0 24px;
    font-size: 22px;
    line-height: 1.45;
}

.bagua-story h3 a {
    color: inherit;
    text-decoration: none;
}

.bagua-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.bagua-product-grid--preview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bagua-product__image {
    aspect-ratio: 4 / 3;
}

.bagua-product-grid--preview .bagua-product__image {
    aspect-ratio: 1 / 1;
}

.bagua-product h2,
.bagua-product h3 {
    margin: 0 0 12px;
    font-size: 28px;
}

.bagua-product__body > p:not(.bagua-kicker) {
    min-height: 3.6em;
    margin: 0 0 22px;
    line-height: 1.75;
}

.bagua-product__body .bagua-button {
    margin-top: 4px;
}

.bagua-impact {
    padding-block: 48px;
    background: var(--bagua-coral);
    color: var(--bagua-white);
}

.bagua-impact__inner {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: end;
    gap: 72px;
}

.bagua-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    margin: 0;
}

.bagua-stats > div {
    border-top: 1px solid rgba(255, 255, 255, 0.72);
    padding-top: 24px;
}

.bagua-stats dt {
    font-variant-numeric: tabular-nums;
    font-size: 62px;
    font-weight: 700;
    line-height: 1;
}

.bagua-stat-value {
    font-size: inherit;
}

.bagua-stat-suffix {
    display: inline-block;
    margin-left: 2px;
    font-size: 32px;
    vertical-align: 0.12em;
}

.bagua-stats dd {
    margin: 14px 0 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

.bagua-contact-cta {
    background: var(--bagua-yellow);
    text-align: center;
}

.bagua-contact-cta__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bagua-contact-cta h2 {
    max-width: 850px;
    margin-bottom: 34px;
}

.bagua-page-hero {
    min-height: 560px;
}

.bagua-contact-page .bagua-page-hero {
    background-position: center 45%;
}

.bagua-shop-hero {
    background-position: center;
}

.bagua-shop-products {
    padding-top: 96px;
}

.bagua-contact-options__layout {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 80px;
}

.bagua-contact-options h2 {
    margin-bottom: 22px;
}

.bagua-contact-options__layout > div:first-child > p:last-child {
    font-size: 16px;
    line-height: 1.85;
}

.bagua-contact-actions {
    border-top: 1px solid var(--bagua-line);
}

.bagua-contact-action {
    display: grid;
    grid-template-columns: 110px 1fr auto;
    align-items: center;
    gap: 22px;
    padding: 30px 0;
    border-bottom: 1px solid var(--bagua-line);
    color: var(--bagua-ink);
    text-decoration: none;
    transition: background-color 280ms ease-out, box-shadow 280ms ease-out;
}

.bagua-contact-action:hover,
.bagua-contact-action:focus-visible {
    background: rgba(84, 203, 202, 0.12);
    box-shadow: inset 3px 0 0 var(--bagua-coral);
}

.bagua-contact-action > span,
.bagua-contact-action em {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
}

.bagua-contact-action strong {
    overflow-wrap: anywhere;
    font-size: 18px;
}

.bagua-contact-action em span {
    display: inline-block;
    transition: transform 280ms ease-out;
}

.bagua-contact-action:hover em span {
    transform: translateX(4px);
}

.bagua-process {
    background: var(--bagua-aqua);
}

.bagua-process .bagua-section-heading {
    max-width: none;
    text-align: center;
}

.bagua-process-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    border-block: 1px solid var(--bagua-line);
    list-style: none;
}

.bagua-process-list li {
    min-height: 220px;
    padding: 30px;
    border-right: 1px solid var(--bagua-line);
}

.bagua-process-list li:last-child {
    border-right: 0;
}

.bagua-process-list span {
    display: block;
    margin-bottom: 46px;
    color: var(--bagua-coral);
    font-size: 13px;
    font-weight: 700;
}

.bagua-process-list strong {
    display: block;
    margin-bottom: 12px;
    font-size: 24px;
}

.bagua-process-list p {
    margin: 0;
    line-height: 1.7;
}

#footer.bagua-footer {
    position: relative;
    padding: 76px 0 24px;
    background: var(--bagua-cream);
    color: var(--bagua-ink);
    border-top: 1px solid var(--bagua-line);
    text-align: left;
}

.bagua-footer__grid {
    display: grid;
    grid-template-columns: 1.5fr 0.75fr 0.75fr;
    gap: 72px;
}

.bagua-footer__brand img {
    width: 120px;
    height: auto;
}

.bagua-footer__brand p {
    max-width: 260px;
    margin: 20px 0 0;
    line-height: 1.7;
}

.bagua-footer__label {
    margin: 0 0 18px;
    font-size: 13px;
    font-weight: 700;
}

.bagua-footer__nav a,
.bagua-footer__contact a {
    display: block;
    width: fit-content;
    margin: 0 0 12px;
    color: var(--bagua-ink);
    font-size: 15px;
    text-decoration: none;
}

.bagua-footer__nav a:hover,
.bagua-footer__contact a:hover {
    text-decoration: underline;
}

.bagua-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 68px;
    padding-top: 20px;
    border-top: 1px solid rgba(41, 41, 41, 0.28);
    font-size: 11px;
}

.bagua-footer__bottom a {
    color: inherit;
    opacity: 0.62;
    text-decoration: none;
}

#footer .bagua-back-to-top {
    position: absolute;
    right: 24px;
    bottom: 72px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--bagua-ink);
    border-radius: 50%;
    background: var(--bagua-white);
    color: var(--bagua-ink);
    cursor: pointer;
    font-size: 20px;
    line-height: 42px;
}

#back-to-top:focus-visible {
    outline: 3px solid var(--bagua-ink);
    outline-offset: 3px;
}

@media screen and (max-width: 1227px) {
    .bagua-hero .bagua-hero__content { padding-bottom: 230px; }
}

@media screen and (min-width: 1025px) {
    .bagua-impact__intro { align-self: center; }
}

@media screen and (max-width: 1024px) {
    .bagua-site h2 { font-size: 36px; }
    .bagua-hero h1,
    .bagua-page-hero h1 { font-size: 58px; }
    .bagua-story-grid,
    .bagua-product-grid--preview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .bagua-story:last-child,
    .bagua-product-grid--preview .bagua-product:last-child { grid-column: span 2; }
    .bagua-product-grid--preview .bagua-product:last-child { display: grid; grid-template-columns: 1fr 1fr; }
    .bagua-product-grid--preview .bagua-product:last-child .bagua-product__image { aspect-ratio: 4 / 3; }
    .bagua-impact__inner,
    .bagua-contact-options__layout { grid-template-columns: 1fr; gap: 48px; }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .bagua-hero {
        min-height: max(680px, calc(100vh - 196px));
        min-height: max(680px, calc(100svh - 196px));
    }
}

@media screen and (max-width: 767px) {
    .bagua-shell { width: min(100% - 32px, 1180px); }
    .bagua-band { padding: 72px 0; }
    .bagua-site h2 { font-size: 30px; }
    .bagua-section-heading { margin-bottom: 38px; }
    .bagua-section-heading--row { align-items: flex-start; flex-direction: column; gap: 18px; }
    .bagua-hero,
    .bagua-page-hero { min-height: 560px; margin-top: 20px; background-position: 58% center; }
    .bagua-hero {
        min-height: max(620px, calc(100vh - 91px));
        min-height: max(620px, calc(100svh - 91px));
    }
    .bagua-hero__content,
    .bagua-page-hero__content { padding-block: 58px; }
    .bagua-hero .bagua-hero__content { padding-bottom: 220px; }
    .bagua-hero__story-stack { right: 16px; bottom: 78px; width: calc(100% - 32px); }
    .bagua-hero__story { padding: 10px 12px; }
    .bagua-hero__story-title { margin-top: 5px; font-size: 13px; line-height: 1.4; }
    .bagua-hero__story-link { min-height: 24px; margin-top: 3px; font-size: 11px; }
    .bagua-hero__controls { right: 16px; bottom: 18px; gap: 10px; }
    .bagua-hero__arrow { width: 44px; height: 44px; line-height: 42px; }
    .bagua-hero__dot { width: 24px; height: 24px; }
    .bagua-hero h1,
    .bagua-page-hero h1 { max-width: 100%; font-size: 44px; }
    .bagua-hero__lead,
    .bagua-page-hero__content > p:last-child { font-size: 17px; line-height: 1.65; }
    .bagua-actions { align-items: stretch; flex-direction: column; }
    .bagua-button { width: 100%; }
    .bagua-service { grid-template-columns: 44px 1fr; gap: 14px; padding: 28px 0; }
    .bagua-service h3 { font-size: 23px; }
    .bagua-story-grid,
    .bagua-product-grid,
    .bagua-product-grid--preview { grid-template-columns: 1fr; }
    .bagua-story:last-child,
    .bagua-product-grid--preview .bagua-product:last-child { grid-column: auto; }
    .bagua-product-grid--preview .bagua-product:last-child { display: block; }
    .bagua-story h3 { min-height: 0; }
    .bagua-product__body > p:not(.bagua-kicker) { min-height: 0; }
    .bagua-impact { padding-block: 32px; }
    .bagua-impact__inner { align-items: start; gap: 20px; }
    .bagua-stats { grid-template-columns: 1fr; gap: 16px; }
    .bagua-stats > div { padding-top: 14px; }
    .bagua-stats dt { font-size: 50px; }
    .bagua-contact-cta h2 br { display: none; }
    .bagua-contact-action { grid-template-columns: 1fr; gap: 9px; }
    .bagua-contact-action em { margin-top: 8px; }
    .bagua-process-list { grid-template-columns: 1fr; }
    .bagua-process-list li { min-height: 0; border-right: 0; border-bottom: 1px solid var(--bagua-line); }
    .bagua-process-list li:last-child { border-bottom: 0; }
    .bagua-process-list span { margin-bottom: 28px; }
    #footer.bagua-footer { padding-top: 58px; }
    .bagua-footer__grid { grid-template-columns: 1fr 1fr; gap: 44px 28px; }
    .bagua-footer__brand { grid-column: 1 / -1; }
    .bagua-footer__bottom { align-items: flex-start; flex-direction: column; margin-top: 48px; }
    #footer .bagua-back-to-top { right: 16px; bottom: 24px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    html.bagua-motion-ready [data-motion] { opacity: 1; transform: none; }
    .bagua-button,
    .bagua-text-link span,
    .bagua-story__image img,
    .bagua-product__image img,
    .bagua-story,
    .bagua-product,
    .bagua-contact-action em span,
    .bagua-contact-action,
    .bagua-hero__slide,
    .bagua-hero__story,
    .bagua-hero__arrow,
    .bagua-hero__dot,
    .bagua-hero__dot::before { transition: none; }
}
