.explore-page {
  overflow: hidden;
  background: #f3f9fd;
  color: #233548;
}

.explore-page .container {
  width: min(1706px, calc(100% - 56px));
}

.explore-section {
  position: relative;
  padding: 0;
}

.explore-page .nsw-section-title__text {
  font-size: clamp(44px, 3.28vw, 63px);
  font-weight: 400;
  letter-spacing: 0.18em;
}

.explore-page .nsw-section-title__icon {
  width: min(112px, 5.84vw);
}

.explore-guide {
  min-height: 1206px;
  padding: 116px 0 58px;
}

.explore-business {
  min-height: 1196px;
  padding: 64px 0 70px;
}

.explore-living {
  min-height: 1156px;
  padding: 81px 0 78px;
}

.explore-education {
  min-height: 848px;
  padding: 122px 0 80px;
}

.explore-section:nth-child(odd) {
  background: #fff;
}

.explore-section:nth-child(even) {
  background: #eef6fb;
}

.explore-section [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  animation: exploreReveal 0.72s ease forwards;
}

.explore-section__header {
  margin: 0 auto 95px;
}

.explore-business .explore-section__header {
  margin-bottom: 92px;
}

.explore-living .explore-section__header {
  margin-bottom: 95px;
}

.explore-education .explore-section__header {
  margin-bottom: 126px;
}

.explore-business__desc {
  max-width: 1315px;
  margin: 0 auto 86px;
  color: #3c4650;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.86;
  text-align: center;
}

.explore-business__desc::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  margin: 20px auto 0;
  background: #8db7cb;
}

.explore-guide__grid {
  display: flex;
  gap: 19px;
}

.explore-guide-card {
  --explore-color: #168ec5;
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  min-height: 755px;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(155deg, color-mix(in srgb, var(--explore-color) 72%, #ffffff), var(--explore-color));
  color: #fff;
  box-shadow: 0 16px 36px rgba(19, 119, 165, 0.16);
  isolation: isolate;
  transition: flex-grow 0.62s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.32s ease, filter 0.32s ease;
}

.explore-guide-card:hover,
.explore-guide-card:focus-visible {
  flex-grow: 1.62;
}

.explore-guide-card__image {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 152%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.88;
  transform: translateX(-50%) scale(1.02);
  transition: width 0.62s cubic-bezier(0.22, 1, 0.36, 1), transform 0.62s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.32s ease;
}

.explore-guide-card:hover .explore-guide-card__image,
.explore-guide-card:focus-visible .explore-guide-card__image {
  width: 100%;
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.explore-guide-card__wash {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 20%, rgba(5, 67, 105, 0.1) 54%, rgba(5, 67, 105, 0.54));
}

.explore-guide-card__content {
  position: absolute;
  bottom: 24px;
  left: 50%;
  z-index: 2;
  display: grid;
  width: min(270px, calc(100% - 52px));
  gap: 22px;
  text-align: center;
  transform: translateX(-50%);
  transition: gap 0.32s ease;
}

.explore-guide-card:hover .explore-guide-card__content,
.explore-guide-card:focus-visible .explore-guide-card__content {
  gap: 14px;
}

.explore-guide-card__title {
  display: block;
  width: min(260px, 100%);
  margin: 0 auto;
  font-size: clamp(30px, 2.27vw, 44px);
  font-weight: 400;
  letter-spacing: 0.08em;
  transform: translateY(0);
  transition: width 0.62s cubic-bezier(0.22, 1, 0.36, 1), transform 0.22s ease, opacity 0.22s ease, font-size 0.28s ease;
}

.explore-guide-card:hover .explore-guide-card__title,
.explore-guide-card:focus-visible .explore-guide-card__title {
  width: min(330px, 100%);
  opacity: 1;
  font-size: clamp(38px, 2.98vw, 57px);
  font-weight: 500;
  transform: translateY(-6px);
}

.explore-guide-card em,
.explore-business-card__desc,
.explore-education-feature .explore-education-more,
.explore-education-item .explore-education-more {
  font-style: normal;
}

.explore-guide-card em {
  display: -webkit-box;
  min-height: 44px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.explore-more,
.explore-pill-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: min(100%, 270px);
  margin: 0 auto;
  padding: 12px 26px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #26333b;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.explore-guide-card .explore-more {
  min-width: 0;
  width: min(190px, 100%);
  transform: translateY(0);
  transition: width 0.62s cubic-bezier(0.22, 1, 0.36, 1), transform 0.62s cubic-bezier(0.22, 1, 0.36, 1);
}

.explore-guide-card:hover .explore-more,
.explore-guide-card:focus-visible .explore-more {
  width: min(270px, 100%);
  transform: translateY(-6px);
}

.explore-more i,
.explore-pill-button i {
  border: 0;
  background: currentColor;
}

.explore-more i {
  width: 15px;
  height: 15px;
  -webkit-mask: url("../images/explore-more-arrow.svg") center / contain no-repeat;
  mask: url("../images/explore-more-arrow.svg") center / contain no-repeat;
}

.explore-pill-button i {
  width: 22px;
  height: 14px;
  -webkit-mask: url("../images/explore-more-arrow-long.svg") right center / auto 100% no-repeat;
  mask: url("../images/explore-more-arrow-long.svg") right center / auto 100% no-repeat;
  transition: width 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

.explore-pill-button:hover i,
.explore-pill-button:focus-visible i {
  width: 46px;
}

.explore-business-card:hover,
.explore-education-feature:hover,
.explore-education-item:hover {
  transform: translateY(-6px);
}

.explore-guide-card:hover,
.explore-guide-card:focus-visible {
  box-shadow: 0 22px 48px rgba(19, 119, 165, 0.24);
}

.explore-business-card,
.explore-education-feature,
.explore-education-item {
  transition: transform 0.32s ease, box-shadow 0.32s ease, filter 0.32s ease;
}

.explore-business__grid {
  display: grid;
  grid-template-columns: repeat(4, 294px);
  gap: 40px;
  align-items: start;
  justify-content: center;
  max-width: 1296px;
  margin: 0 auto;
}

.explore-business-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  min-width: 0;
  color: #2a333b;
  cursor: pointer;
}

.explore-business-card--1,
.explore-business-card--3 {
  margin-top: 94px;
}

.explore-business-card__label {
  display: block;
  padding-bottom: 9px;
  border-bottom: 2px solid rgba(78, 103, 118, 0.3);
  color: #3b4650;
  font-size: clamp(24px, 1.64vw, 32px);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: center;
}

.explore-business-card--2 .explore-business-card__label,
.explore-business-card--4 .explore-business-card__label {
  order: 3;
}

.explore-business-card__surface {
  position: relative;
  display: grid;
  height: 549px;
  min-height: 549px;
  overflow: hidden;
  place-items: center;
  border-radius: 7px;
  background: #f5f8fa;
  box-shadow: 0 16px 34px rgba(39, 118, 154, 0.14);
}

.explore-business-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.48s ease;
}

.explore-business-card:hover .explore-business-card__image,
.explore-business-card:focus-visible .explore-business-card__image {
  transform: scale(1.05);
}

.explore-business-card__surface::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(24, 33, 42, 0.46);
  opacity: 0;
  transition: opacity 0.32s ease;
}

.explore-business-card__surface::after {
  content: "查看更多";
  position: relative;
  z-index: 2;
  display: block;
  min-width: 96px;
  padding-top: 56px;
  background: url("../images/explore-more-icon.svg") no-repeat top center / 42px 42px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.28em;
  text-align: center;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.32s ease, transform 0.32s ease;
}

.explore-business-card:hover .explore-business-card__surface::before,
.explore-business-card:focus-visible .explore-business-card__surface::before,
.explore-business-card:hover .explore-business-card__surface::after,
.explore-business-card:focus-visible .explore-business-card__surface::after {
  opacity: 1;
}

.explore-business-card:hover .explore-business-card__surface::after,
.explore-business-card:focus-visible .explore-business-card__surface::after {
  transform: translateY(0);
}

.explore-business-card__desc {
  color: #60707c;
  font-size: 12px;
  line-height: 1.65;
  text-align: center;
}

.explore-living__carousel {
  position: relative;
}

.explore-living__viewport {
  position: relative;
  min-height: 772px;
}

.explore-living__slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 612px) minmax(0, 913px);
  gap: 105px;
  align-items: start;
  justify-content: center;
  opacity: 0;
  transform: translateX(22px);
  pointer-events: none;
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.explore-living__slide.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.explore-living__text {
  display: grid;
  gap: 18px;
  align-content: center;
  min-height: 320px;
  max-width: 612px;
  margin-top: 219px;
  padding: 34px 0;
  border-radius: 8px;
  background: transparent;
}

.explore-living__title {
  margin: 0 0 6px;
  color: #18212a;
  font-size: clamp(24px, 1.78vw, 34px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.35;
}

.explore-living__text p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
}

.explore-pill-button {
  justify-content: flex-start;
  gap: 8px;
  min-width: 0;
  width: fit-content;
  margin: 22px 0 0;
  padding: 9px 16px;
  border: 1px solid transparent;
  background: linear-gradient(135deg, #20a1dc, #087db8);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  transition: padding 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease;
}

.explore-pill-button i {
  width: 14px;
  height: 10px;
}

.explore-pill-button:hover,
.explore-pill-button:focus-visible {
  padding: 9px 22px;
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(8, 125, 184, 0.22);
}

.explore-living__visual {
  position: relative;
  display: block;
  min-height: 745px;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(33, 110, 150, 0.16);
  cursor: pointer;
}

.explore-living__visual.is-empty {
  background: #d8dde2;
}

.explore-living__image {
  display: block;
  width: 100%;
  height: 745px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.explore-living__visual:hover .explore-living__image,
.explore-living__visual:focus-visible .explore-living__image {
  transform: scale(1.04);
}

.explore-living__visual span {
  position: absolute;
  display: block;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}

.explore-living__visual span:nth-child(1) {
  right: -8%;
  bottom: 24%;
  width: 74%;
  height: 22px;
  transform: rotate(-9deg);
}

.explore-living__visual span:nth-child(2) {
  left: 8%;
  bottom: 16%;
  width: 58%;
  height: 14px;
  transform: rotate(-9deg);
}

.explore-living__visual span:nth-child(3) {
  right: 12%;
  top: 18%;
  width: 120px;
  height: 120px;
  border: 18px solid rgba(255, 255, 255, 0.16);
  background: transparent;
}

.explore-living__dots {
  position: absolute;
  top: 770px;
  left: calc(50% + 358.5px);
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 0;
  transform: translateX(-50%);
}

.explore-living__dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d7dde1;
}

.explore-living__dots .is-active {
  background: #168ec5;
}

.explore-empty {
  max-width: 720px;
  margin: 0 auto;
  padding: 42px 24px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  color: #60707c;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  box-shadow: 0 12px 30px rgba(33, 110, 150, 0.08);
}

.explore-empty p {
  margin: 0;
}

.explore-education__layout {
  --education-column-padding: clamp(18px, 1.5vw, 38px);
  --education-item-size: clamp(104px, 7.04vw, 135px);
  display: grid;
  grid-template-columns: 28% 27% 26% 26%;
  align-items: stretch;
  max-width: 1720px;
  margin: 0 auto;
}

.explore-education__column {
  min-width: 0;
  padding: 0 var(--education-column-padding);
  border-right: 2px solid rgba(50, 158, 209, 0.32);
}

.explore-education__column:first-child {
  padding-left: 0;
}

.explore-education__column:last-child {
  border-right: 0;
  padding-right: 0;
}

.explore-education__layout--single {
  grid-template-columns: minmax(320px, 620px);
  justify-content: center;
}

.explore-education__layout--single .explore-education__column {
  border-right: 0;
  padding-right: 0;
}

.explore-education-feature {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  width: min(450px, 100%);
  height: 400px;
  min-width: 0;
  overflow: hidden;
  border-radius: 16px;
  padding: clamp(24px, 2.2vw, 42px);
  background: #5aa9d1;
  color: #fff;
  box-shadow: 0 16px 34px rgba(42, 109, 148, 0.14);
  cursor: pointer;
}

.explore-education-feature__surface {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #d8dde2;
}

.explore-education-feature__surface::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 32%, rgba(0, 65, 105, 0.62));
}

.explore-education-feature__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.explore-education-feature:hover .explore-education-feature__image,
.explore-education-feature:focus-visible .explore-education-feature__image {
  transform: scale(1.04);
}

.explore-education-feature strong,
.explore-education-feature .explore-education-more {
  position: relative;
  z-index: 1;
}

.explore-education-feature strong {
  justify-self: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: center;
}

.explore-education-feature .explore-education-more {
  display: inline-flex;
  align-items: center;
  justify-self: center;
  gap: 0;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}

.explore-education-feature .explore-education-more__icon {
  width: 1.4em;
  height: 1.4em;
  margin-top: 1px;
  background: currentColor;
  mask: url("../images/chevrons-right.svg") center / contain no-repeat;
  -webkit-mask: url("../images/chevrons-right.svg") center / contain no-repeat;
}

.explore-education__column--list {
  display: grid;
  gap: 22px;
  align-content: start;
  align-items: start;
}

.explore-education-item {
  position: relative;
  display: grid;
  grid-template-columns: var(--education-item-size) minmax(0, 1fr);
  gap: 8px;
  height: var(--education-item-size);
  min-width: 0;
  color: #202a34;
  cursor: pointer;
}

.explore-education-item__surface {
  position: relative;
  width: var(--education-item-size);
  height: var(--education-item-size);
  overflow: hidden;
  border-radius: 4px;
  background: #d8dde2;
}

.explore-education-item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.48s ease;
}

.explore-education-item__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: space-around;
}

.explore-education-item__content {
  display: grid;
  align-content: start;
  min-width: 0;
}

.explore-education-item strong {
  min-width: 0;
  color: #202a34;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.18em;
}

.explore-education-item small {
  display: -webkit-box;
  min-height: 34px;
  margin-top: 4px;
  overflow: hidden;
  color: #6a7480;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.16em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.explore-education-item .explore-education-more {
  display: inline-flex;
  align-items: center;
  gap: 0;
  width: fit-content;
  margin-top: 8px;
  color: #56616b;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.explore-education-item .explore-education-more__icon {
  width: 1.4em;
  height: 1.4em;
  margin-top: 1px;
  background: currentColor;
  mask: url("../images/chevrons-right.svg") center / contain no-repeat;
  -webkit-mask: url("../images/chevrons-right.svg") center / contain no-repeat;
}

.explore-education-item:hover .explore-education-item__image,
.explore-education-item:focus-visible .explore-education-item__image {
  transform: scale(1.05);
}

@keyframes exploreReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .explore-section [data-reveal],
  .explore-guide-card,
  .explore-guide-card__image,
  .explore-business-card,
  .explore-business-card__image,
  .explore-living__slide,
  .explore-living__image,
  .explore-education-feature,
  .explore-education-feature__image,
  .explore-education-item {
    animation: none;
    transition: none;
  }
}

@media (max-width: 1199px) {
  .explore-page .container {
    width: min(920px, calc(100% - 36px));
  }

  .explore-section {
    min-height: auto;
    padding: 72px 0;
  }

  .explore-section__header,
  .explore-business .explore-section__header,
  .explore-living .explore-section__header,
  .explore-education .explore-section__header {
    margin-bottom: 44px;
  }

  .explore-page .nsw-section-title__text {
    font-size: 48px;
  }

  .explore-page .nsw-section-title__icon {
    width: 84px;
  }

  .explore-guide__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .explore-guide-card {
    min-height: 360px;
  }

  .explore-guide-card__image {
    width: 100%;
  }

  .explore-business__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 26px;
    max-width: 680px;
  }

  .explore-business-card,
  .explore-business-card--1,
  .explore-business-card--2,
  .explore-business-card--3,
  .explore-business-card--4 {
    grid-column: auto;
    grid-row: auto;
    margin-top: 0;
  }

  .explore-business-card--2 .explore-business-card__label,
  .explore-business-card--4 .explore-business-card__label {
    order: initial;
  }

  .explore-business-card__surface {
    height: auto;
    min-height: 320px;
  }

  .explore-living__viewport {
    min-height: 760px;
  }

  .explore-living__slide {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .explore-living__text {
    max-width: none;
    margin-top: 0;
  }

  .explore-living__visual {
    min-height: 420px;
  }

  .explore-living__image {
    height: 420px;
  }

  .explore-education__layout {
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: 680px;
  }

  .explore-education-feature {
    width: 100%;
    height: 420px;
    margin: 0 auto;
  }

  .explore-education__column {
    border-right: 0;
    padding: 0;
  }

  .explore-education__column--list {
    gap: 18px;
  }

  .explore-living__dots {
    position: static;
    margin-top: 18px;
    transform: none;
  }
}

@media (max-width: 767px) {
  .explore-page .container {
    width: min(100% - 28px, 560px);
  }

  .explore-section {
    padding: 48px 0;
  }

  .explore-section__header,
  .explore-business .explore-section__header,
  .explore-living .explore-section__header,
  .explore-education .explore-section__header {
    margin-bottom: 28px;
  }

  .explore-page .nsw-section-title {
    gap: 14px;
  }

  .explore-page .nsw-section-title__text {
    font-size: 34px;
    letter-spacing: 0.12em;
  }

  .explore-page .nsw-section-title__icon {
    width: 54px;
  }

  .explore-business__desc,
  .explore-living__text p {
    font-size: 14px;
    line-height: 1.85;
  }

  .explore-guide__grid,
  .explore-business__grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .explore-guide-card {
    min-height: 300px;
  }

  .explore-business-card__surface {
    min-height: 210px;
  }

  .explore-living__viewport {
    min-height: 670px;
  }

  .explore-living__text {
    min-height: 300px;
    padding: 26px 20px;
  }

  .explore-living__visual {
    min-height: 300px;
  }

  .explore-living__image {
    height: 300px;
  }

  .explore-living__title {
    font-size: 22px;
  }

  .explore-living__text p {
    -webkit-line-clamp: 4;
  }

  .explore-education__layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .explore-education-feature {
    width: 100%;
    height: 360px;
    padding: 22px;
  }

  .explore-education__column {
    border-right: 0;
    padding: 0;
  }

  .explore-education__column--list {
    gap: 14px;
  }

  .explore-education-item {
    --education-item-size: 88px;
    padding: 0;
  }
}
