@font-face {
  font-family: "Wind Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/common/fonts/Manrope-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "element-icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/static/new/css/fonts/element-icons.woff") format("woff");
}

@font-face {
  font-family: "Wind Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/static/common/fonts/Manrope-Bold.ttf") format("truetype");
}

.wind-turbine-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wind-turbine-page,
.wind-turbine-page * {
  box-sizing: border-box;
}

.wind-turbine-page {
  --wind-red: #e60012;
  --wind-ink: #1f1f21;
  --wind-muted: #5f6368;
  --wind-surface: #f9fafb;
  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--wind-ink);
  background: #fff;
  font-family: "Wind Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.wind-turbine-page img,
.wind-turbine-page video {
  display: block;
  max-width: 100%;
}

.wind-turbine-page a {
  text-decoration: none;
}

.wind-section {
  position: relative;
  width: 100%;
}

.wind-section-inner {
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto;
}

.wind-copy {
  width: min(754px, calc(100% - 48px));
  margin: 0 auto;
  text-align: center;
}

.wind-copy h2 {
  margin: 0 0 24px;
  color: var(--wind-ink);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.wind-copy h2 span {
  display: inline;
}

.wind-copy p {
  margin: 0;
  color: var(--wind-muted);
  font-size: 16px;
  line-height: 1.75;
}

.wind-section-heading {
  padding-top: 72px;
}

/* Hero */
.wind-hero {
  height: 100vh;
  min-height: 650px;
  color: #fff;
  background: #000;
  overflow: hidden;
}

.wind-hero-video {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
  transform: translateX(-50%);
}

.wind-hero-shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}

.wind-hero-copy {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: min(900px, calc(100% - 48px));
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -42%);
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
}

.wind-hero-copy.wind-visible {
  visibility: visible;
  opacity: 1;
}

.wind-hero-copy h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}

.wind-hero-copy h2 span {
  display: block;
}

.wind-hero-copy p {
  margin: 0;
  font-size: 24px;
}

.wind-outline-button {
  display: flex;
  width: 300px;
  height: 60px;
  align-items: center;
  justify-content: center;
  margin: 118px auto 0;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  transition:
    color 0.25s ease,
    background 0.25s ease;
}

.wind-outline-button:hover,
.wind-outline-button:focus-visible {
  border-color: rgba(255, 0, 18, 0.8);
  color: #fff;
  background: rgba(255, 0, 18, 0.8);
}

.wind-video-toggle {
  position: absolute;
  z-index: 3;
  top: 120px;
  right: 40px;
  display: grid;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  place-items: center;
  background: transparent;
  cursor: pointer;
}

.wind-video-toggle img {
  width: 32px;
  height: 32px;
}

/* Introduction */
.wind-introduction {
  height: 100vh;
  min-height: 680px;
  overflow: hidden;
  background: #fff;
}

.wind-introduction-copy {
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
}

.wind-introduction-copy p + p {
  margin-top: 18px;
}

.dependency-fallback .wind-introduction-copy,
.wind-reduced-motion .wind-introduction-copy {
  top: 50%;
  opacity: 1 !important;
  transform: translate(-50%, -50%) !important;
}

/* Shared state sections */
.wind-state-section {
  height: 150vh;
  min-height: 960px;
  background: var(--wind-surface);
}

.wind-portfolio {
  height: 200vh;
}

.wind-portfolio .wind-state-shell {
  position: relative;
  background: var(--wind-surface);
}

.wind-portfolio .wind-state-stage {
  top: 226px;
  width: min(1200px, calc(100% - 64px));
  height: 386px;
}

.wind-portfolio-tabs {
  position: relative;
  height: 100%;
}

.wind-portfolio-tab {
  position: static;
  width: 540px;
}

.wind-portfolio-tab-copy {
  position: relative;
  padding: 0 0 30px 24px;
  text-align: left;
}

.wind-portfolio-tab-copy::after {
  position: absolute;
  top: 0;
  left: 1px;
  width: 2px;
  height: 100%;
  content: "";
  background: #ddd;
}

.wind-portfolio-tab.current .wind-portfolio-tab-copy::after {
  left: 0;
  background: #2680eb;
  width: 4px;
  border-radius: 2px;
}

.wind-portfolio-tab-copy h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
}

.wind-portfolio-description {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.4s ease,
    margin-top 0.4s ease,
    opacity 0.4s ease;
}

.wind-portfolio-description p {
  margin: 0;
  color: var(--wind-muted);
  font-size: 14px;
  line-height: 1.55;
}

.wind-portfolio-tab.current .wind-portfolio-description {
  max-height: 140px;
  margin-top: 12px;
  opacity: 1;
}

.wind-portfolio-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 620px;
  height: 386px;
  overflow: hidden;
  border-radius: 24px;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.55s ease,
    visibility 0.55s ease;
}

.wind-portfolio-tab.current .wind-portfolio-image {
  visibility: visible;
  opacity: 1;
}

.wind-portfolio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wind-portfolio .wind-dots {
  display: none;
}

@media screen and (min-width: 1200px) {
  .wind-portfolio .wind-state-shell {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .wind-portfolio .wind-state-shell.wind-state-shell--header-offset {
    top: var(--wind-fixed-header-height, 64px) !important;
    height: calc(100vh - var(--wind-fixed-header-height, 64px));
  }

  .wind-portfolio .wind-section-heading {
    padding-top: 0;
    margin-bottom: 36px;
    flex: 0 0 auto;
  }

  .wind-portfolio .wind-state-stage {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
    transform: none;
  }
}

.wind-state-shell {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.wind-state-stage {
  position: absolute;
  top: 300px;
  left: 50%;
  width: min(1200px, calc(100% - 64px));
  height: 386px;
  transform: translateX(-50%);
}

.wind-split-state {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 540px 1fr;
  gap: 40px;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.55s ease,
    visibility 0.55s ease;
}

.wind-split-state.current {
  visibility: visible;
  opacity: 1;
}

.wind-state-copy {
  display: flex;
  padding: 0 24px;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  background: transparent;
}

.wind-state-copy h3 {
  margin: 0 0 22px;
  font-size: 28px;
  line-height: 1.3;
}

.wind-state-copy p {
  margin: 0;
  color: var(--wind-muted);
  font-size: 15px;
  line-height: 1.8;
}

.wind-state-image {
  overflow: hidden;
  border-radius: 24px;
}

.wind-state-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wind-dots {
  position: absolute;
  z-index: 5;
  bottom: 58px;
  left: 50%;
  display: flex;
  gap: 12px;
  transform: translateX(-50%);
}

.wind-dot {
  width: 28px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #c3c5c8;
  cursor: pointer;
  transition:
    width 0.25s ease,
    background 0.25s ease;
}

.wind-dot.current {
  width: 52px;
  background: var(--wind-red);
}

/* Product cards */
.wind-products {
  height: 100vh;
  min-height: 760px;
  background: #fff;
}

.wind-products .wind-section-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wind-products .wind-section-heading {
  padding-top: 0;
}

.wind-product-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 64px;
}

.wind-product-card {
  display: block;
  padding: 32px 48px;
  border: 1px solid #eee;
  border-radius: 8px;
  color: var(--wind-ink);
  background: #fff;
  opacity: 0;
  transform: translateY(150px);
  transition:
    opacity 1.2s cubic-bezier(0, 0.74, 0.17, 0.99),
    transform 1.2s cubic-bezier(0, 0.74, 0.17, 0.99),
    box-shadow 0.25s ease;
}

.wind-products.show .wind-product-card,
.dependency-fallback .wind-product-card {
  opacity: 1;
  transform: translateY(0);
}

.wind-product-card:nth-child(2) {
  transition-delay: 0.12s;
}

.wind-product-card:nth-child(3) {
  transition-delay: 0.24s;
}

.wind-product-card:hover,
.wind-product-card:focus-visible {
  box-shadow: 0 12px 32px rgba(21, 25, 29, 0.11);
}

.wind-product-card h3 {
  margin: 0 0 15px;
  font-size: 24px;
  line-height: 1.3;
}

.wind-product-image {
  position: relative;
  height: 0;
  padding-bottom: 87.8%;
  overflow: hidden;
}

.wind-product-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.wind-product-detail {
  padding: 12px 50px 16px;
  border: 1px solid #eee;
  font-size: 14px;
  line-height: 21px;
}

.wind-product-detail p {
  margin: 0;
}

.wind-mobile-dots {
  display: none;
}

/* Smart manufacturing */
.wind-manufacturing {
  height: 100vh;
  min-height: 720px;
  overflow: hidden;
  background: var(--wind-surface);
}

.wind-manufacturing-stage {
  position: absolute;
  inset: 154px 0 0;
  overflow: hidden;
}

.wind-manufacturing-state {
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.8s ease,
    visibility 0.8s ease;
}

.wind-manufacturing-state.current {
  visibility: visible;
  opacity: 1;
}

.wind-manufacturing-state > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wind-manufacturing-copy {
  position: absolute;
  inset: 0 50% 0 0;
  display: flex;
  padding: 64px 8vw;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.52);
}

.wind-manufacturing-copy h3 {
  margin: 0 0 18px;
  font-size: 42px;
  line-height: 1.2;
}

.wind-manufacturing-copy p {
  max-width: 500px;
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
}

.wind-overlay-dots {
  bottom: 34px;
}

.wind-overlay-dots .wind-dot {
  background: rgba(255, 255, 255, 0.5);
}

.wind-overlay-dots .wind-dot.current {
  background: #fff;
}

@media screen and (min-width: 1200px) {
  .wind-manufacturing {
    display: flex;
    padding-top: 60px;
    flex-direction: column;
  }

  .wind-manufacturing.wind-state-shell--header-offset {
    top: var(--wind-fixed-header-height, 64px) !important;
    height: calc(100vh - var(--wind-fixed-header-height, 64px));
    min-height: calc(720px - var(--wind-fixed-header-height, 64px));
  }

  .wind-manufacturing .wind-section-heading {
    padding-top: 0;
    margin-bottom: 46px;
    flex: 0 0 auto;
  }

  .wind-manufacturing .wind-section-heading h2 {
    margin: 0;
    font-size: 52px;
    line-height: 1.5;
  }

  .wind-manufacturing-stage {
    position: relative;
    inset: auto;
    flex: 1;
    min-height: 0;
  }

  .wind-manufacturing-state,
  .wind-manufacturing-state.current {
    height: 100%;
    visibility: visible;
    opacity: 1;
    transition: transform 1s ease;
    will-change: transform;
  }

  .wind-manufacturing-state:nth-child(2) {
    top: 100%;
    bottom: auto;
    height: 100%;
  }

  .wind-manufacturing[data-wind-current="1"] .wind-manufacturing-state {
    transform: translateY(-100%);
  }

  .wind-manufacturing-copy {
    inset: 0 0 0 50%;
    padding: 0;
    padding-left: 120px;
  }

  .wind-manufacturing-copy h3,
  .wind-manufacturing-copy p {
    width: min(440px, calc(100% - 48px));
  }

  .wind-manufacturing-copy p {
    max-width: 440px;
    font-size: 14px;
  }

  .wind-manufacturing .wind-overlay-dots {
    right: 64px;
    bottom: 100px;
    left: auto;
    flex-direction: column;
    gap: 6px;
    transform: none;
  }

  .wind-manufacturing .wind-overlay-dots .wind-dot {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #fff;
    transition:
      height 0.5s ease,
      background 0.5s ease;
  }

  .wind-manufacturing .wind-overlay-dots .wind-dot.current {
    width: 8px;
    height: 24px;
    background: #5188f5;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .wind-manufacturing .wind-section-heading h2 {
    font-size: 40px;
  }

  .wind-manufacturing-copy h3 {
    font-size: 36px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .wind-manufacturing .wind-section-heading h2 {
    font-size: 36px;
  }

  .wind-manufacturing-copy h3 {
    font-size: 32px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .wind-manufacturing .wind-section-heading h2 {
    font-size: 32px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1281px) {
  .wind-manufacturing-copy h3 {
    margin-bottom: 12px;
    font-size: 28px;
  }
}

/* Innovation */
.wind-innovation {
  height: 100vh;
  min-height: 760px;
  overflow: hidden;
  background: #fff;
}

.wind-innovation-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(1200px, calc(100% - 64px));
  opacity: 0;
  transform: translate(-50%, -50%) scale(1.2);
}

.dependency-fallback .wind-innovation-inner,
.wind-innovation-inner.wind-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.wind-innovation .wind-section-heading {
  padding-top: 0;
}

.wind-innovation-scroll {
  width: 100%;
}

.wind-innovation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 58px;
}

.wind-innovation-grid article {
  min-height: 360px;
  padding: 52px 38px 28px;
  border-radius: 16px;
  text-align: center;
  background: var(--wind-surface);
}

.wind-innovation-grid img {
  width: 149px;
  height: 149px;
  margin: 0 auto 30px;
  object-fit: contain;
}

.wind-innovation-grid p {
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
}

/* Operation */
.wind-operation {
  height: 200vh;
  background: var(--wind-surface);
}

.wind-operation .wind-state-shell {
  position: relative;
  background: var(--wind-surface);
}

.wind-operation-content {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

.wind-operation .wind-section-heading {
  padding-top: 0;
  margin-bottom: 48px;
  flex: 0 0 auto;
}

.wind-operation .wind-state-stage {
  position: relative;
  top: auto;
  left: auto;
  width: min(1200px, calc(100% - 64px));
  height: 450px;
  margin: 0 auto;
  transform: none;
}

.wind-operation-tabs {
  position: relative;
  height: 100%;
}

.wind-operation-tab {
  position: static;
  width: 540px;
  visibility: visible;
  opacity: 1;
}

.wind-operation-tab-copy {
  position: relative;
  padding: 0 0 30px 24px;
  text-align: left;
}

.wind-operation-tab-copy::after {
  position: absolute;
  top: 0;
  left: 1px;
  width: 2px;
  height: 100%;
  content: "";
  background: #ddd;
}

.wind-operation-tab.current .wind-operation-tab-copy::after {
  left: 0;
  background: #2680eb;
  width: 4px;
  border-radius: 2px;
}

.wind-operation-tab-copy h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
}

.wind-operation-description {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.4s ease,
    margin-top 0.4s ease,
    opacity 0.4s ease;
}

.wind-operation-description p {
  margin: 0;
  color: var(--wind-muted);
  font-size: 14px;
  line-height: 1.55;
}

.wind-operation-tab.current .wind-operation-description {
  max-height: 160px;
  margin-top: 12px;
  opacity: 1;
}

.wind-operation-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 630px;
  height: 450px;
  overflow: hidden;
  border-radius: 16px;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.55s ease,
    visibility 0.55s ease;
}

.wind-operation-tab.current .wind-operation-image {
  visibility: visible;
  opacity: 1;
}

.wind-operation-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wind-operation .wind-dots {
  display: none;
}

@media screen and (min-width: 1200px) {
  .wind-operation .wind-state-shell.wind-state-shell--header-offset {
    top: var(--wind-fixed-header-height, 64px) !important;
    height: calc(100vh - var(--wind-fixed-header-height, 64px));
  }
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .wind-operation .wind-section-heading {
    margin-bottom: 16px;
  }
}

/* Customer stories */
.wind-stories {
  padding-bottom: 94px;
  overflow: hidden;
  background: #fff;
}

.wind-story-swiper {
  left: 50%;
  width: 2740px;
  height: 394px;
  margin: 20vh 0 var(--wind-story-flow-offset, 0px);
  overflow: visible;
  transform: translateX(-50%);
}

.wind-story-swiper .swiper-wrapper {
  z-index: 2;
}

.wind-story-slide {
  position: relative;
  z-index: 5;
  height: 394px;
  text-align: center;
  border-radius: 16px;
  overflow: hidden;
  background: #1a1b1d;
}

.wind-story-slide:not(.swiper-slide-next)::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: 16px;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  transition: opacity 0.5s ease;
}

.wind-story-slide.swiper-slide-next {
  z-index: 6;
  border-radius: var(--wind-story-active-radius, 16px);
}

.wind-story-slide picture,
.wind-story-slide picture img {
  width: 100%;
  height: 100%;
}

.wind-story-slide picture img {
  object-fit: cover;
}

.wind-story-copy {
  position: absolute;
  inset: auto 0 0;
  min-height: 160px;
  padding: 28px 30px;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.82), transparent);
  display: none;
}

.wind-story-slide.swiper-slide-next .wind-story-copy {
  display: block;
}

.wind-story-copy h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.3;
}

.wind-story-copy p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
}

.wind-story-prev,
.wind-story-next {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: grid;
  width: 900px;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 16px;
  place-items: center;
  color: #fff;
  background: transparent;
  font-size: 36px;
  cursor: pointer;
  transform: translateY(-50%);
}

.wind-story-swiper.wind-story-expanded .wind-story-prev,
.wind-story-swiper.wind-story-expanded .wind-story-next {
  z-index: 1;
}

.wind-story-prev {
  left: 0;
  padding-right: 48px;
  justify-items: end;
}

.wind-story-next {
  right: 0;
  padding-left: 48px;
  justify-items: start;
}

.wind-story-arrow {
  display: block;
  font-family: element-icons !important;
  font-size: 36px;
  font-style: normal;
  line-height: 1;
}

.wind-story-arrow::before {
  content: "\e6de";
}

.wind-story-next .wind-story-arrow {
  transform: rotate(180deg);
}

.wind-story-track {
  width: 100%;
  margin-top: 0;
  padding-top: 18px;
  overflow: hidden;
}

.wind-story-track-inner {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: wind-track var(--wind-track-duration, 70s) linear infinite;
  will-change: transform;
}

.wind-story-track:nth-of-type(even) .wind-story-track-inner {
  animation-direction: reverse;
}

.wind-story-track img {
  width: calc((100vw - 54px) / 4);
  height: auto;
  aspect-ratio: 122 / 67;
  border-radius: 16px;
  flex: 0 0 auto;
  object-fit: cover;
}

.wind-story-track:hover .wind-story-track-inner {
  animation-play-state: paused;
}

@media screen and (min-width: 1920px) {
  .wind-story-swiper {
    width: 3640px;
    height: 565px;
  }

  .wind-story-slide {
    height: 565px;
  }

  .wind-story-prev,
  .wind-story-next {
    width: 1200px;
  }

  .wind-story-prev {
    padding-right: 92px;
  }

  .wind-story-next {
    padding-left: 92px;
  }
}

@keyframes wind-track {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Inquiry and optional machines */
.wind-inquiry {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1440px;
  min-height: 885px;
  margin: 0 auto;
  padding: 48px 24px;
  background: var(--wind-surface);
}

.wind-inquiry::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  content: "";
  background: var(--wind-surface);
  pointer-events: none;
  transform: translateX(-50%);
}

.wind-optional-machines {
  position: relative;
  z-index: 6;
  height: auto;
  padding: 64px 0 100px;
  background: var(--wind-surface);
}

.wind-machine-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 34px;
}

.wind-turbine-page .wind-machine-card {
  display: block;
  padding: 20px;
  border: 1px solid #d2d3d5;
  color: var(--wind-ink);
  background: #fff;
}

.wind-machine-card h3 {
  min-height: 44px;
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
}

.wind-machine-card h3 span {
  color: var(--wind-ink);
}

.wind-machine-image {
  position: relative;
  height: 0;
  margin: 6px 0 12px;
  padding-bottom: 60%;
  overflow: hidden;
}

.wind-machine-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.wind-machine-card p {
  margin: 0;
  font-size: 13px;
  line-height: 2;
}

@media screen and (min-width: 1600px) {
  .wind-section-inner,
  .wind-state-stage,
  .wind-innovation-inner {
    width: min(1400px, calc(100% - 96px));
  }

  .wind-copy h2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 1440px) {
  .wind-copy h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 1199px) {
  .wind-copy h2 {
    margin-bottom: 18px;
    font-size: 32px;
  }

  .wind-copy p {
    font-size: 14px;
  }

  .wind-section-heading {
    padding-top: 54px;
  }

  .wind-hero {
    height: 100vh;
    min-height: 650px;
  }

  .wind-hero-copy h2 {
    font-size: 42px;
  }

  .wind-hero-copy p {
    font-size: 20px;
  }

  .wind-outline-button {
    width: 250px;
    height: 54px;
    margin-top: 88px;
  }

  .wind-introduction {
    height: 100vh;
    min-height: 600px;
  }

  .wind-state-section {
    height: 100vh;
    min-height: 760px;
  }

  .wind-state-shell {
    position: relative;
    height: 100%;
  }

  .wind-portfolio,
  .wind-products,
  .wind-manufacturing {
    height: 102vh;
  }

  .wind-portfolio .wind-state-stage {
    width: min(880px, calc(100% - 64px));
    overflow: hidden;
  }

  .wind-portfolio-tabs {
    position: relative;
    width: 300%;
    height: 100%;
    transform: translateX(var(--wind-state-offset, 0%));
    transition: transform 0.5s ease;
  }

  .wind-portfolio-tab {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 33.333%;
    height: 100%;
    flex-direction: column-reverse;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    transition:
      opacity 0.5s ease,
      visibility 0.5s ease;
  }

  .wind-portfolio-tab:nth-child(2) {
    left: 33.333%;
  }

  .wind-portfolio-tab:nth-child(3) {
    left: 66.666%;
  }

  .wind-portfolio-tab.current {
    visibility: visible;
    opacity: 1;
  }

  .wind-portfolio-tab-copy {
    width: 100%;
    height: 48%;
    padding: 32px;
  }

  .wind-portfolio-tab-copy::after {
    display: none;
  }

  .wind-portfolio-tab-copy h3 {
    font-size: 22px;
  }

  .wind-portfolio-description,
  .wind-portfolio-tab.current .wind-portfolio-description {
    max-height: none;
    margin-top: 12px;
    opacity: 1;
  }

  .wind-portfolio-image {
    position: relative;
    width: 100%;
    height: 52%;
    flex: 0 0 52%;
    border-radius: 24px;
    visibility: visible;
    opacity: 1;
  }

  .wind-portfolio .wind-dots {
    display: flex;
  }

  .wind-operation {
    height: 100vh;
  }

  .wind-operation-content {
    display: block;
    height: 100%;
  }

  .wind-operation .wind-section-heading {
    padding-top: 54px;
    margin-bottom: 0;
  }

  .wind-operation .wind-state-stage {
    position: absolute;
    top: 310px;
    left: 50%;
    width: min(880px, calc(100% - 64px));
    height: min(54vh, 500px);
    margin: 0;
    overflow: hidden;
    transform: translateX(-50%);
  }

  .wind-operation-tabs {
    position: relative;
    width: 200%;
    height: 100%;
    transform: translateX(var(--wind-state-offset, 0%));
    transition: transform 0.5s ease;
  }

  .wind-operation-tab {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 50%;
    height: 100%;
    flex-direction: column-reverse;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    transition:
      opacity 0.5s ease,
      visibility 0.5s ease;
  }

  .wind-operation-tab:nth-child(2) {
    left: 50%;
  }

  .wind-operation-tab.current {
    visibility: visible;
    opacity: 1;
  }

  .wind-operation-tab-copy {
    width: 100%;
    height: 48%;
    padding: 32px;
  }

  .wind-operation-tab-copy::after {
    display: none;
  }

  .wind-operation-tab-copy h3 {
    font-size: 22px;
  }

  .wind-operation-description,
  .wind-operation-tab.current .wind-operation-description {
    max-height: none;
    margin-top: 12px;
    opacity: 1;
  }

  .wind-operation-image {
    position: relative;
    width: 100%;
    height: 52%;
    flex: 0 0 52%;
    border-radius: 24px;
    visibility: visible;
    opacity: 1;
  }

  .wind-operation .wind-dots {
    display: flex;
  }

  .wind-state-stage {
    top: 290px;
    width: min(880px, calc(100% - 64px));
    height: min(54vh, 500px);
    transform: translateX(-50%);
  }

  .wind-split-state {
    grid-template-columns: 40% 60%;
    gap: 0;
  }

  .wind-state-copy {
    padding: 32px;
  }

  .wind-state-copy h3 {
    font-size: 22px;
  }

  .wind-products {
    min-height: 720px;
  }

  .wind-product-viewport {
    width: min(540px, 80vw);
    min-height: 510px;
    margin: 48px auto 0;
    overflow: hidden;
  }

  .wind-product-list {
    display: block;
    position: relative;
    width: 300%;
    min-height: 510px;
    margin: 0;
    transform: translateX(var(--wind-state-offset, 0%));
    transition: transform 0.5s ease;
  }

  .wind-product-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 33.333%;
    opacity: 0;
    transform: none;
    transition-delay: 0s;
  }

  .wind-product-card:nth-child(2) {
    left: 33.333%;
  }

  .wind-product-card:nth-child(3) {
    left: 66.666%;
  }

  .wind-product-card.current {
    opacity: 1;
  }

  .wind-product-image {
    padding-bottom: 87.8%;
  }

  .wind-mobile-dots {
    display: flex;
    bottom: -42px;
  }

  .wind-manufacturing {
    min-height: 680px;
  }

  .wind-manufacturing-stage {
    right: auto;
    width: 200%;
    transform: translateX(var(--wind-state-offset, 0%));
    transition: transform 0.5s ease;
  }

  .wind-manufacturing-state {
    right: auto;
    width: 50%;
  }

  .wind-manufacturing-state:nth-child(2) {
    left: 50%;
  }

  .wind-manufacturing-copy {
    inset: 0 45% 0 0;
    padding: 44px 6vw;
  }

  .wind-manufacturing-copy h3 {
    font-size: 34px;
  }

  .wind-innovation {
    height: 80vh;
    min-height: 650px;
  }

  .wind-innovation-inner {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }

  .wind-innovation-grid {
    margin-top: 42px;
  }

  .wind-innovation-grid article {
    min-height: 300px;
    padding: 38px 26px 22px;
  }

  .wind-innovation-grid img {
    width: 104px;
    height: 104px;
  }

  .wind-innovation-grid p {
    font-size: 14px;
  }

  .wind-operation .wind-state-stage {
    top: 310px;
    height: min(54vh, 500px);
    transform: translateX(-50%);
  }

  .wind-story-swiper {
    width: calc(150vw + 40px);
    height: 88.9vw;
    margin-top: 10vh;
  }

  .wind-story-slide {
    height: 100%;
  }

  .wind-story-prev,
  .wind-story-next {
    width: 50vw;
  }

  .wind-machine-scroll {
    width: calc(100% + 32px);
    overflow-x: auto;
  }

  .wind-machine-list {
    width: 1080px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .wind-inquiry {
    padding: 24px 12px;
  }

  .wind-hero-video {
    top: 50%;
    width: auto;
    height: 100%;
    min-width: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
  }

  .wind-innovation-grid img {
    width: 112px;
    height: 112px;
  }
}

@media screen and (max-width: 768px) {
  .wind-turbine-page .wind-innovation-grid img {
    width: 88px;
    height: 88px;
  }
}

@media screen and (max-width: 767px) {
  .wind-section-inner {
    width: calc(100% - 32px);
  }

  .wind-copy {
    width: 86%;
  }

  .wind-copy h2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.4;
  }

  .wind-copy p {
    font-size: 12px;
    line-height: 20px;
  }

  .wind-section-heading {
    padding-top: 38px;
  }

  .wind-hero {
    height: 100vh;
    min-height: 650px;
  }

  .wind-hero-video {
    width: auto;
    min-width: 100%;
  }

  .wind-hero-copy {
    width: 86%;
    padding-top: 170px;
    transform: translate(-50%, -50%);
  }

  .wind-hero-copy h2 {
    font-size: 24px;
  }

  .wind-hero-copy p {
    font-size: 15px;
  }

  .wind-outline-button {
    width: 33.3%;
    min-width: 140px;
    height: 48px;
    margin-top: 86px;
    font-size: 15px;
  }

  .wind-video-toggle {
    top: 88px;
    right: 28px;
  }

  .wind-introduction {
    height: 100vh;
    min-height: 570px;
  }

  .wind-introduction-copy p + p {
    margin-top: 12px;
  }

  .wind-state-section {
    min-height: 670px;
  }

  .wind-portfolio .wind-section-heading {
    width: 86%;
    padding-top: 100px;
    margin-bottom: 24px;
  }

  .wind-portfolio .wind-state-stage {
    position: relative;
    top: auto;
    left: auto;
    width: 86%;
    height: auto;
    max-height: none;
    margin: 0 auto;
    transform: none;
  }

  .wind-portfolio-tab {
    height: auto;
    flex-direction: column;
    background: var(--wind-surface);
  }

  .wind-portfolio-tab-copy {
    height: auto;
    padding: 0;
    text-align: center;
  }

  .wind-portfolio-tab-copy h3 {
    font-size: 19px;
  }

  .wind-portfolio-description p {
    font-size: 12px;
    line-height: 1.55;
  }

  .wind-portfolio-description,
  .wind-portfolio-tab.current .wind-portfolio-description {
    margin-top: 8px;
  }

  .wind-portfolio-image {
    width: 100%;
    height: 0;
    padding-bottom: 62.25%;
    margin-top: 16px;
    flex: none;
    border-radius: 2vw;
  }

  .wind-portfolio-image img,
  .wind-operation-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .wind-portfolio .wind-dots,
  .wind-operation .wind-dots,
  .wind-mobile-dots {
    position: relative;
    bottom: auto;
    left: auto;
    justify-content: center;
    margin: 10px auto 0;
    transform: none;
  }

  .wind-portfolio .wind-dot,
  .wind-operation .wind-dot,
  .wind-mobile-dots .wind-dot {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #ccc;
  }

  .wind-portfolio .wind-dot.current,
  .wind-operation .wind-dot.current,
  .wind-mobile-dots .wind-dot.current {
    width: 10px;
    background: #5188f5;
  }

  .wind-split-state {
    display: flex;
    flex-direction: column-reverse;
    background: #fff;
  }

  .wind-state-image {
    height: 52%;
    flex: 0 0 52%;
  }

  .wind-state-copy {
    height: 48%;
    padding: 22px 24px;
  }

  .wind-state-copy h3 {
    margin-bottom: 10px;
    font-size: 19px;
  }

  .wind-state-copy p {
    font-size: 12px;
    line-height: 1.55;
  }

  .wind-dots {
    bottom: 27px;
  }

  .wind-products {
    min-height: 660px;
  }

  .wind-products .wind-section-inner {
    width: 100%;
  }

  .wind-product-viewport {
    width: 86.6%;
    min-height: 450px;
    margin-top: 28px;
  }

  .wind-product-list {
    min-height: 450px;
  }

  .wind-product-card {
    padding: 30px;
  }

  .wind-product-card h3 {
    font-size: 18px;
  }

  .wind-product-detail {
    padding: 12px 28px 16px;
    font-size: 12px;
  }

  .wind-mobile-dots {
    bottom: -30px;
  }

  .wind-manufacturing {
    min-height: 600px;
  }

  .wind-manufacturing-stage {
    inset: 104px 0 17px;
  }

  .wind-manufacturing-state {
    overflow: hidden;
  }

  .wind-manufacturing-state > img {
    position: absolute;
    top: 50%;
    left: 0;
    width: auto;
    min-width: 100%;
    max-width: none;
    height: 100%;
    object-fit: fill;
    transform: translate(0, -50%);
  }

  .wind-manufacturing-copy {
    inset: auto;
    top: 76%;
    left: 50%;
    width: 86%;
    max-width: 440px;
    min-height: 0;
    padding: 0;
    text-align: center;
    background: transparent;
    transform: translate(-50%, -50%);
  }

  .wind-manufacturing-copy h3 {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 1.5;
  }

  .wind-manufacturing-copy p {
    font-size: 12px;
    line-height: 1.6;
  }

  .wind-manufacturing .wind-overlay-dots {
    bottom: 77px;
    gap: 12px;
  }

  .wind-manufacturing .wind-overlay-dots .wind-dot {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #ccc;
  }

  .wind-manufacturing .wind-overlay-dots .wind-dot.current {
    width: 10px;
    background: #5188f5;
  }

  .wind-innovation {
    height: 80vh;
    min-height: 570px;
  }

  .wind-innovation-inner {
    width: 100%;
  }

  .wind-innovation-grid {
    width: 100%;
    min-width: 560px;
    gap: 8px;
    margin-top: 36px;
    padding: 0;
  }

  .wind-innovation-scroll {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .wind-innovation-scroll::-webkit-scrollbar {
    display: none;
  }

  .wind-innovation-grid article {
    min-height: 0;
    padding: 24px 16px 10px;
  }

  .wind-turbine-page .wind-innovation-grid img {
    width: 72px;
    height: 72px;
    margin-bottom: 12px;
  }

  .wind-innovation-grid p {
    font-size: 12px;
    line-height: 1.5;
  }

  .wind-operation .wind-section-heading p {
    max-height: none;
  }

  .wind-operation .wind-state-shell {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .wind-operation-content {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: center;
  }

  .wind-operation .wind-section-heading {
    padding-top: 0;
    margin-bottom: 24px;
  }

  .wind-operation .wind-state-stage {
    position: relative;
    top: auto;
    left: auto;
    width: 86%;
    height: auto;
    max-height: none;
    margin: 0 auto;
    transform: none;
  }

  .wind-operation-tab {
    height: auto;
    flex-direction: column;
    background: var(--wind-surface);
  }

  .wind-operation-tab-copy {
    height: auto;
    padding: 0;
    text-align: center;
  }

  .wind-operation-tab-copy h3 {
    font-size: 19px;
  }

  .wind-operation-description p {
    font-size: 12px;
    line-height: 1.55;
  }

  .wind-operation-description,
  .wind-operation-tab.current .wind-operation-description {
    margin-top: 8px;
  }

  .wind-operation-image {
    width: 100%;
    height: 0;
    padding-bottom: 62.25%;
    margin-top: 12px;
    flex: none;
    border-radius: 2vw;
  }

  .wind-stories {
    padding-bottom: 0;
  }

  .wind-stories .wind-section-heading {
    padding: 50px 0 28px;
  }

  .wind-story-swiper {
    width: calc(168vw + 28px);
    height: 99.6vw;
    margin: 10vh 0 var(--wind-story-flow-offset, 0px);
  }

  .wind-story-swiper.wind-story-expanded .wind-story-copy {
    display: none;
  }

  .wind-story-slide {
    height: 100%;
  }

  .wind-story-copy {
    min-height: 146px;
    padding: 24px 22px;
  }

  .wind-story-prev,
  .wind-story-next {
    width: 56vw;
    height: 100%;
  }

  .wind-story-arrow {
    font-size: 24px;
  }

  .wind-story-track {
    margin-top: 0;
    padding-top: 14px;
  }

  .wind-story-track-inner {
    gap: 14px;
  }

  .wind-story-track img {
    width: calc(41.3vw - 14px);
    height: auto;
    aspect-ratio: 122 / 67;
    border-radius: 1.4vw;
  }

  .wind-optional-machines {
    height: auto;
    padding: 36px 0 64px;
  }

  .wind-optional-machines .wind-section-heading {
    padding-top: 0;
  }

  .wind-machine-list {
    width: 880px;
    gap: 14px;
    margin-top: 18px;
  }

  .wind-machine-card {
    padding: 12px;
  }

  .wind-machine-card h3 {
    min-height: 36px;
    font-size: 16px;
  }

  .wind-machine-card p {
    font-size: 12px;
  }

  .wind-inquiry {
    min-height: 0;
  }
}

@media screen and (max-width: 414px) {
  .wind-hero-copy h2 {
    font-size: 22px;
  }

  .wind-story-swiper {
    width: calc(168vw + 24px);
  }

  .wind-portfolio-tab-copy h3,
  .wind-operation-tab-copy h3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 413px) {
  .wind-story-swiper {
    width: calc(168vw + 16px);
  }
}

@media screen and (max-width: 320px) {
  .wind-product-card {
    padding: 20px;
  }

  .wind-product-card h3 {
    font-size: 14px;
  }

  .wind-product-detail {
    padding: 12px 20px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wind-turbine-page *,
  .wind-turbine-page *::before,
  .wind-turbine-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
