/* Klixxa Curved uses the approved Core product-page rhythm with Curved content. */
.curved-hero-split-claim .curved-hero-concept-1 {
  min-height: clamp(700px, 86svh, 880px);
}

.curved-hero-split-claim .curved-hero-concept-1::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: -1px;
  height: clamp(190px, 24vh, 280px);
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0, 30, 61, 0) 0%,
    rgba(0, 30, 61, 0.28) 34%,
    rgba(0, 30, 61, 0.78) 72%,
    var(--blue) 100%
  );
}

.curved-hero-split-claim .curved-hero-concept-1::after {
  background:
    linear-gradient(
      90deg,
      rgba(0, 30, 61, 0.98) 0%,
      rgba(0, 30, 61, 0.88) 32%,
      rgba(0, 30, 61, 0.62) 64%,
      rgba(0, 30, 61, 0.44) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 30, 61, 0.06) 34%,
      rgba(0, 30, 61, 0.3) 64%,
      var(--blue) 100%
    );
}

.curved-hero-split-claim .curved-hero-concept-1 .hero-inner {
  width: min(1320px, calc(100% - clamp(48px, 7vw, 112px)));
  min-height: calc(clamp(700px, 86svh, 880px) - var(--header-h));
  grid-template-columns: minmax(350px, 0.76fr) minmax(540px, 1.24fr);
  gap: clamp(70px, 8vw, 138px);
  align-items: center;
  padding: clamp(72px, 7vw, 104px) 0 clamp(88px, 9vw, 132px);
}

.curved-hero-split-claim .curved-hero-concept-1 .hero-copy {
  position: relative;
  z-index: 3;
  max-width: 520px;
  transform: translateY(clamp(-34px, -4svh, -18px));
}

.product-page-curved .product-hero-title {
  color: var(--green);
  font-size: clamp(4rem, 6.8vw, 7.25rem);
}

.product-page-curved .product-hero-title sup {
  margin-left: 0.02em;
  font-size: 0.27em;
  line-height: 0;
  vertical-align: super;
}

.curved-hero-split-claim .curved-hero-concept-1 .product-hero-title {
  animation: heroSoftFade 2.2s linear 0.22s both;
}

.curved-hero-split-claim .curved-hero-concept-1 .hero-copy::after {
  content: "";
  display: block;
  width: clamp(178px, 16vw, 246px);
  height: 1px;
  margin-top: clamp(16px, 2vw, 22px);
  opacity: 0.9;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(139, 172, 71, 0.96),
    rgba(139, 172, 71, 0.52) 78%,
    rgba(139, 172, 71, 0) 100%
  );
  transform-origin: left center;
  animation: curvedSplitLineIn 0.72s cubic-bezier(0.22, 0.72, 0.22, 1) 0.48s both;
}

.product-page-curved .hero-kicker {
  animation: coreHeroTextIn 1.35s cubic-bezier(0.2, 0.72, 0.2, 1) 0.24s both;
}

.curved-hero-split-claim .curved-hero-concept-1 .hero-concept-statement {
  position: relative;
  top: clamp(172px, 20svh, 202px);
  align-self: center;
  max-width: none;
  margin: 0;
  color: var(--white);
  font-size: clamp(2.75rem, 4.15vw, 5.25rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
  transform: translateY(clamp(-30px, -3.4svh, -14px));
}

.curved-hero-split-claim .hero-concept-statement span {
  display: block;
  white-space: nowrap;
  will-change: opacity, transform, filter;
  animation: curvedSplitClaimLineIn 1.65s cubic-bezier(0.33, 0, 0.22, 1) both;
}

.curved-hero-split-claim .hero-concept-statement span:first-child {
  animation-delay: 1.2s;
}

.curved-hero-split-claim .hero-concept-statement span:last-child {
  animation-delay: 1.92s;
}

@keyframes curvedSplitLineIn {
  from {
    opacity: 0;
    transform: scaleX(0);
  }
  to {
    opacity: 0.9;
    transform: scaleX(1);
  }
}

@keyframes curvedSplitClaimLineIn {
  from {
    opacity: 0;
    filter: blur(2px);
    transform: translate3d(0, 16px, 0);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

html.curved-effects-seen .curved-hero-split-claim .curved-hero-concept-1 .product-hero-title,
html.curved-effects-seen .curved-hero-split-claim .curved-hero-concept-1 .hero-copy::after,
html.curved-effects-seen .curved-hero-split-claim .curved-hero-concept-1 .hero-concept-statement,
html.curved-effects-seen .curved-hero-split-claim .hero-concept-statement span {
  animation: none;
}

html.curved-effects-seen .curved-hero-split-claim .curved-hero-concept-1 .hero-concept-statement {
  opacity: 1;
  transform: none;
}

html.curved-effects-seen .curved-hero-split-claim .hero-concept-statement span {
  opacity: 1;
  filter: none;
  transform: none;
}

.product-page-curved .curved-story-section {
  padding: clamp(64px, 7.4vw, 104px) 0;
}

.product-page-curved .curved-story-section--start {
  padding-top: clamp(74px, 8vw, 118px);
  padding-bottom: clamp(54px, 6vw, 78px);
}

.product-page-curved .curved-story-section--end {
  padding-top: clamp(52px, 5.8vw, 76px);
  padding-bottom: clamp(48px, 5.5vw, 74px);
}

.product-page-curved .product-feature-section {
  padding-top: clamp(44px, 5.4vw, 68px);
  padding-bottom: clamp(54px, 6.2vw, 82px);
}

.product-page-curved .product-feature-section .feature-section-heading {
  margin-bottom: clamp(28px, 3.4vw, 42px);
}

.product-page-curved .product-feature-section .feature-item span {
  max-width: none;
  white-space: nowrap;
}

.product-page-curved .product-feature-section .feature-item img {
  filter: none;
}

.product-page-curved .curved-story-split {
  grid-template-columns: minmax(360px, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(46px, 6.6vw, 108px);
}

.product-page-curved .curved-story-split.reverse {
  grid-template-columns: minmax(320px, 0.92fr) minmax(360px, 1.08fr);
}

.product-page-curved .curved-story-media {
  display: grid;
  width: min(100%, 540px);
  min-height: clamp(284px, 28vw, 394px);
  padding: clamp(10px, 1vw, 12px);
  justify-self: center;
  place-items: center;
  overflow: hidden;
  border-color: rgba(139, 172, 71, 0.33);
  background: linear-gradient(180deg, rgba(5, 39, 74, 0.36), rgba(0, 30, 61, 0.24));
}

.product-page-curved .curved-story-media img {
  width: auto;
  max-width: 104%;
  max-height: clamp(254px, 26vw, 370px);
  object-fit: contain;
  filter: none;
}

.product-page-curved .curved-story-media--half img {
  max-width: 96%;
}

.product-page-curved .curved-story-copy {
  min-width: 0;
  max-width: 590px;
}

.product-page-curved .curved-story-copy h2 {
  margin-bottom: clamp(16px, 2vw, 24px);
  font-size: clamp(2.05rem, 3.15vw, 3rem);
  line-height: 1.1;
}

.product-page-curved .curved-story-copy p {
  max-width: 60ch;
  font-size: clamp(1.03rem, 1.08vw, 1.12rem);
  line-height: 1.74;
}

@media (max-width: 1180px) and (min-width: 961px) {
  .curved-hero-split-claim .curved-hero-concept-1 .hero-inner {
    grid-template-columns: minmax(320px, 0.76fr) minmax(470px, 1.24fr);
    gap: clamp(48px, 6vw, 78px);
  }

  .curved-hero-split-claim .curved-hero-concept-1 .hero-concept-statement {
    font-size: clamp(2.65rem, 4.25vw, 4rem);
  }
}

@media (max-width: 960px) {
  .curved-hero-split-claim .curved-hero-concept-1 {
    min-height: auto;
  }

  .curved-hero-split-claim .curved-hero-concept-1 .hero-inner {
    width: min(760px, calc(100% - clamp(40px, 8vw, 72px)));
    min-height: auto;
    grid-template-columns: 1fr;
    gap: clamp(58px, 10vw, 88px);
    padding: clamp(88px, 13vw, 122px) 0 clamp(94px, 13vw, 130px);
  }

  .curved-hero-split-claim .curved-hero-concept-1 .hero-copy,
  .curved-hero-split-claim .curved-hero-concept-1 .hero-concept-statement {
    transform: none;
  }

  .curved-hero-split-claim .curved-hero-concept-1 .hero-copy::after {
    width: 72px;
    height: 1px;
    margin-top: 22px;
    opacity: 0.66;
  }

  .curved-hero-split-claim .curved-hero-concept-1 .hero-concept-statement {
    top: 0;
    max-width: 700px;
    font-size: clamp(2.65rem, 7vw, 4.2rem);
  }

  .product-page-curved .curved-story-section {
    padding: clamp(48px, 9vw, 76px) 0;
  }

  .product-page-curved .curved-story-section--start {
    padding-top: clamp(56px, 10vw, 88px);
  }

  .product-page-curved .curved-story-section--end {
    padding-top: clamp(52px, 5.8vw, 76px);
    padding-bottom: clamp(36px, 8vw, 60px);
  }

  .product-page-curved .curved-story-split,
  .product-page-curved .curved-story-split.reverse {
    grid-template-columns: 1fr;
    gap: clamp(28px, 6vw, 44px);
  }

  .product-page-curved .curved-story-media {
    width: 100%;
    min-height: clamp(226px, 50vw, 326px);
    padding: clamp(10px, 3vw, 16px);
  }

  .product-page-curved .curved-story-media img {
    max-width: 104%;
    max-height: clamp(202px, 44vw, 294px);
  }

  .product-page-curved .curved-story-copy {
    max-width: 680px;
  }
}

@media (max-width: 620px) {
  .curved-hero-split-claim .curved-hero-concept-1 .hero-inner {
    width: calc(100% - 40px);
    gap: 54px;
    padding: 86px 0 78px;
  }

  .product-page-curved .product-hero-title {
    font-size: clamp(3.45rem, 14vw, 4.8rem);
  }

  .curved-hero-split-claim .curved-hero-concept-1 .hero-copy::after {
    width: 154px;
    margin-top: 16px;
  }

  .curved-hero-split-claim .curved-hero-concept-1 .hero-concept-statement {
    font-size: clamp(1.48rem, 7vw, 2.2rem);
    line-height: 1.12;
  }

  .product-page-curved .curved-story-section {
    padding: clamp(42px, 10vw, 64px) 0;
  }

  .product-page-curved .curved-story-section--start {
    padding-top: clamp(48px, 11vw, 70px);
  }

  .product-page-curved .curved-story-section--end {
    padding-top: clamp(52px, 5.8vw, 76px);
    padding-bottom: clamp(30px, 8vw, 48px);
  }

  .product-page-curved .curved-story-media {
    min-height: clamp(210px, 62vw, 284px);
  }

  .product-page-curved .curved-story-media img {
    max-width: 106%;
    max-height: clamp(188px, 54vw, 256px);
  }

  .product-page-curved .curved-story-copy h2 {
    margin-bottom: 16px;
    font-size: clamp(1.7rem, 7.7vw, 2.45rem);
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .product-page-curved .curved-story-copy p {
    font-size: 1rem;
    line-height: 1.68;
  }
}

@media (prefers-reduced-motion: reduce) {
  .curved-hero-split-claim .curved-hero-concept-1 .product-hero-title,
  .curved-hero-split-claim .curved-hero-concept-1 .hero-copy::after,
  .curved-hero-split-claim .curved-hero-concept-1 .hero-concept-statement,
  .curved-hero-split-claim .hero-concept-statement span {
    opacity: 1;
    filter: none;
    transform: none;
    animation: none;
  }
}
