/* ============================================================
   Header — Home
   ============================================================ */
.header--home .menu-btn {
  color: #fff8ee;
}

.header--home.is-scrolled .menu-btn {
  color: #2f2b28;
}

/* ============================================================
   Hero
   ============================================================ */
.hero {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  height: clamp(670px, calc(575px + 26.3vw), 1080px);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-content {
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 1200px;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}

.hero-sub {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 49px;
  font-family: "Pretendard", sans-serif;
  color: #ffffff;
  text-shadow: 0px 0px 5px #000000cc;
  margin-bottom: 6px;
}

@media (max-width: 768px) {
  .hero-sub {
    font-size: 22px;
    line-height: 26px;
  }
}

.hero-title {
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 69px;
  font-family: "Pretendard", sans-serif;
  text-shadow: 0px 0px 5px #000000cc;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 40px;
    line-height: 44px;
  }
}

/* ============================================================
   Main Content
   ============================================================ */
.main-content-wrap {
  padding: 0 16px;
}

.main-content {
  position: relative;
  z-index: 2;
  margin: -80px auto -80px;
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
  /* box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08); */
}

.main-content-inner {
  max-width: 1920px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .main-content {
    border-radius: 20px;
  }
}

/* ============================================================
   Section — Phrase
   ============================================================ */
.section-phrase {
  max-width: 1200px;
  margin: 200px auto;
  font-size: clamp(30px, calc(13.85px + 4.49vw), 100px);
  font-weight: 900;
  text-align: center;
  line-height: 1;
}

.section-phrase > div:nth-child(1) {
  color: #8ad048;
  line-height: 1;
}

.section-phrase > div:nth-child(2) {
  color: #1eacfb;
  line-height: 1;
}

@media (max-width: 1024px) {
  .section-phrase {
    margin: 100px auto;
  }
}

/* ============================================================
   Section — Brand
   ============================================================ */
.section-brand {
  background-image: url("../img/brand-block.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: clamp(420px, calc(304.8px + 32vw), 919px);
  margin: 0 clamp(10px, calc(3.1px + 1.92vw), 40px);
  border-radius: clamp(15px, calc(6.9px + 2.24vw), 50px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.brand-content {
  width: 90%;
  margin-top: clamp(30px, calc(23.1px + 1.92vw), 60px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.brand-desc {
  width: 80%;
  margin: 0 auto;
  font-size: clamp(13px, calc(11.85px + 0.32vw), 18px);
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0px 0px 20px #000000cc;
  text-align: center;
}

.brand-subtitle {
  font-family: "Pretendard", sans-serif;
  font-weight: bold;
  font-size: clamp(16px, calc(13.7px + 0.64vw), 26px);
  line-height: 1.25;
  color: #ffffff;
  text-shadow: 0px 0px 10px #000000cc;
  text-align: center;
}

.brand-title {
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 900;
  font-size: clamp(50px, calc(38.9px + 3.08vw), 98px);
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
  text-align: center;
}

.brand-title-amp {
  font-size: 0.6em;
}

/* ============================================================
   Section — About
   ============================================================ */
.section-about {
  margin: 0 clamp(10px, calc(3.1px + 1.92vw), 40px);
}

@media (min-width: 1361px) {
  .section-about {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.section-title {
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: clamp(30px, calc(15.7px + 3.97vw), 92px);
  font-weight: bold;
  color: #2f2b28;
  line-height: 1.3;
}

.about-title {
  margin-top: clamp(100px, calc(86.2px + 3.85vw), 160px);
  line-height: 1;
}

.about-grid {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}

.about-img {
  flex: 1;
}

.about-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: clamp(16px, calc(15.1px + 0.26vw), 20px);
}

.about-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: clamp(13px, calc(12.1px + 0.26vw), 17px);
  word-break: keep-all;
}

.about-partner {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
}

.about-label {
  font-weight: bold;
  color: #7dba43;
}

.about-para {
  font-weight: bold;
  word-break: keep-all;
  line-height: 1.7;
}

.about-divider {
  border: none;
  border-top: 1px solid #70707080;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .about-grid {
    flex-direction: column;
  }
}

/* ============================================================
   Section — Product
   ============================================================ */
.section-product {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: clamp(10px, calc(3.1px + 1.92vw), 40px);
  margin-right: clamp(10px, calc(3.1px + 1.92vw), 40px);
}

@media (min-width: 1361px) {
  .section-product {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.product-title {
  font-size: clamp(20px, calc(16.6px + 0.9vw), 34px);
  font-weight: bold;
  color: #2f2b28;
}

.product-desc {
  font-size: clamp(13px, calc(12.1px + 0.26vw), 17px);
  color: #2f2b28;
  word-break: keep-all;
  line-height: 1.7;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-tag {
  display: inline-flex;
  padding: 6px 20px;
  background: #8ad048;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 25px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  font-size: 16px;
  font-family: Pretendard;
  color: #f8ff1f;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  text-align: left;
  height: 40px;
  justify-content: center;
  align-items: center;
}

.product-tag:link,
.product-tag:visited,
.product-tag:hover,
.product-tag:active {
  color: #f8ff1f;
}

.product-btn {
  display: inline-flex;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 35px;
  width: auto;
  min-width: 150px;
  max-width: 200px;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
  padding: 20px 30px;
  /* align-self: flex-end; */
  margin-top: 12px;
  transition:
    background 0.2s,
    border-color 0.2s;
}

.product-btn-dot {
  display: block;
  width: 7px;
  height: 7px;
  background: #2f2b28;
  border-radius: 50%;
  transition:
    color 0.2s,
    background 0.2s;
}

.product-btn-text {
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 20px;
  font-family: Pretendard;
  color: #2f2b28;
  display: flex;
  align-items: center;
  line-height: 1;
  transition:
    color 0.2s,
    background 0.2s;
}

/* ── Button Hover Variants ── */
.product-btn.btn--product:hover {
  background: #8ad048;
  border-color: #8ad048;
}
.product-btn.btn--product:hover .product-btn-text {
  color: #f8ff1f;
}
.product-btn.btn--product:hover .product-btn-dot {
  background: #f8ff1f;
}

.product-btn.facility-btn {
  align-self: flex-end;
}

.product-btn.facility-btn:hover {
  background: #1eacfb;
  border-color: #1eacfb;
  color: #dcff00;
}
.product-btn.facility-btn:hover .product-btn-text {
  color: #dcff00;
}
.product-btn.facility-btn:hover .product-btn-dot {
  background: #dcff00;
}

@media (max-width: 768px) {
  .product-btn {
    max-width: 150px;
    gap: 10px;
    padding: 18px 20px;
  }
  .product-btn-text {
    font-size: 16px;
  }
}

.product-img {
  flex: 1;
}

.product-img img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: clamp(16px, calc(15.1px + 0.26vw), 20px);
}

@media (max-width: 1024px) {
  .section-product {
    flex-direction: row-reverse;
  }

  .section-product .product-img {
    order: -1;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .section-product {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .section-product {
    flex-direction: column;
  }
}

/* ============================================================
   Section — Facility
   ============================================================ */
.section-facility {
  margin-top: clamp(100px, calc(86.2px + 3.85vw), 160px);
  margin-bottom: 100px;
  margin-left: clamp(10px, calc(3.1px + 1.92vw), 40px);
  margin-right: clamp(10px, calc(3.1px + 1.92vw), 40px);
  background-color: #fff;
}

.facility-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.facility-header {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.facility-title {
  flex: 1;
  line-height: 1;
}

.facility-right {
  width: clamp(320px, calc(60px + 22vw), 400px);
  min-width: 320px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: right;
  word-break: keep-all;
}

.facility-sub {
  font-size: clamp(14px, calc(13.1px + 0.26vw), 18px);
  font-weight: bold;
  color: #1eacfb;
  word-break: keep-all;
}

.facility-desc {
  font-size: clamp(13px, calc(12.1px + 0.26vw), 17px);
  color: #2f2b28;
  word-break: keep-all;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .facility-header {
    flex-direction: column;
    gap: 20px;
  }

  .facility-right {
    width: auto;
    text-align: left;
  }

  .facility-btn {
    display: none;
  }
}

/* ============================================================
   Facility Swiper
   ============================================================ */
.facility-swiper {
  margin-top: 40px;
  width: 100%;
  padding-bottom: 28px;
}

.facility-slide-img {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 20px;
}

.facility-slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.facility-swiper .swiper-scrollbar {
  height: 3px;
  background: #e5e3df;
  border-radius: 2px;
  bottom: 0;
}

.facility-slide-more-single {
  position: relative;
}

.facility-slide-more-single::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 20px;
  z-index: 1;
}

.facility-slide-more-single .facility-more-link {
  z-index: 2;
}

.facility-more-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 35px;
  width: auto;
  min-width: 150px;
  max-width: 200px;
  padding: 20px 30px;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background 0.2s,
    border-color 0.2s;
}

@media (max-width: 768px) {
  .facility-more-link {
    max-width: 150px;
    gap: 10px;
    padding: 18px 20px;
  }
}

.facility-more-link:hover {
  background: #1eacfb;
  border-color: #1eacfb;
}
.facility-more-link:hover .product-btn-text {
  color: #dcff00;
}
.facility-more-link:hover .product-btn-dot {
  background: #dcff00;
}

/*
.facility-more-link {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.28);
  text-decoration: none;
}

.facility-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 35px;
  height: 55px;
  min-width: 150px;
  padding: 16px;
}
*/

.facility-swiper .swiper-scrollbar-drag {
  background: #2f2b28;
  border-radius: 2px;
  cursor: grab;
}
