.rejuran-hiller-page {
  background-color: #1e1f22;
  color: #f1f1f1;
  overflow: hidden;
}

.rejuran-hiller-page * {
  box-sizing: border-box;
}

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

.rejuran-hiller-inner {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 0 24px;
}

.rejuran-hiller-inner-narrow {
  width: min(100%, 980px);
}

.rejuran-hiller-inner-mid {
  width: min(100%, 1080px);
}

.rejuran-hiller-title {
  margin: 0;
  text-align: center;
  font-size: clamp(27px, 2.05vw, 35px);
  line-height: 1.28;
  font-weight: 500; 
  letter-spacing: -0.02em;
}

.rejuran-hiller-title strong {
  font-weight: 700;
}

.rejuran-hiller-subtitle {
  margin: 0 0 6px;
  text-align: center;
  font-size: clamp(22px, 1.65vw, 32px);
  line-height: 1.3;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.rejuran-hiller-desc {
  margin: 0;
  text-align: center;
  font-size: clamp(17px, 1vw, 20px);
  line-height: 1.55;
  font-weight: 400;
  color: #d9d9d9;
  letter-spacing: -0.01em;
}

.rejuran-hiller-hero {
  min-height: clamp(760px, 55.6vw, 800px);
  padding-top: clamp(34px, 5.2vw, 70px);
  background: url('/img/sub/face/skinboster/Rejuran-hiller/01_top_bg.jpg') center top / cover no-repeat;
  text-align: center;
}

.rejuran-hiller-hero-eyebrow {
  margin: 0;
  color: #2f6774;
  font-size: clamp(22px, 1.9vw, 22px);
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.rejuran-hiller-hero-title {
  margin: 14px 0 20px;
  color: #0a9ba0;
  font-size: clamp(31px, 3.2vw, 50px);
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.rejuran-hiller-hero-desc {
  margin: 0;
  color: #0b858a;
  font-size: clamp(20px, 1.55vw, 22px);
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.rejuran-hiller-hero-product {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(31vw, 540px);
  transform: translateX(-50%);
}

.rejuran-hiller-hero-product img {
  display: block;
  width: 100%;
  height: auto;
}

.rejuran-hiller-intro {
  min-height: clamp(700px, 46vw, 882px);
  display: flex;
  align-items: center;
  padding: 84px 0;
  background: linear-gradient(90deg, #202124 0%, #1b1c20 50%, #202124 100%);
}

.rejuran-hiller-intro .rejuran-hiller-desc {
  margin-top: 36px;
}

.rejuran-hiller-intro-image {
  width: min(100%, 496px);
  margin: 52px auto 58px;
}

.rejuran-hiller-intro-image img {
  display: block;
  width: 100%;
  height: auto;
}

.rejuran-hiller-intro-icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  max-width: 550px;
  margin: 0 auto;
}

.rejuran-hiller-intro-icon {
  text-align: center;
}

.rejuran-hiller-intro-icon img {
  width: auto;
  height: 48px;
  margin: 0 auto 12px;
  display: block;
}

.rejuran-hiller-intro-icon h4 {
  margin: 0;
  font-size: clamp(15px, 1.2vw, 20px);
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.rejuran-hiller-intro-icon p {
  margin: 4px 0 0;
  font-size: clamp(10px, 1.04vw, 20px);
  line-height: 1.32;
  font-weight: 400;
  color: #dfdfdf;
  letter-spacing: -0.01em;
}

.rejuran-hiller-diagram {
  min-height: clamp(560px, 35.5vw, 681px);
  display: flex;
  align-items: center;
  padding: 78px 0;
  background: linear-gradient(90deg, #1f2023 0%, #1b1c1f 50%, #1f2023 100%);
}

.rejuran-hiller-diagram-wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: min(100%, 880px);
  margin: 54px auto 0;
}

.rejuran-hiller-card {
  min-height: 168px;
  padding: 26px 16px;
  border-radius: 14px;
  background-color: #3b3c40;
  text-align: center;
}

.rejuran-hiller-card h4 {
  margin: 0;
  font-size: clamp(13px, 1.4vw, 31px);
  line-height: 1.28;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.rejuran-hiller-card p {
  margin: 14px 0 0;
  font-size: clamp(10px, 1.04vw, 22px);
  line-height: 1.48;
  font-weight: 400;
  color: #ececec;
  letter-spacing: -0.01em;
}

.rejuran-hiller-hub {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 140px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: #5a5b5f;
  display: grid;
  place-items: center;
  z-index: 2;
}

.rejuran-hiller-hub::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  width: 12px;
  height: 64px;
  transform: translateX(-50%);
  background-color: #222327;
}

.rejuran-hiller-hub span {
  display: block;
  text-align: center;
  font-size: clamp(12px, 0.88vw, 17px);
  line-height: 1.22;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.rejuran-hiller-check {
  min-height: clamp(520px, 30.8vw, 590px);
  display: flex;
  align-items: center;
  padding: 76px 0;
  background: linear-gradient(90deg, #202124 0%, #1b1c20 50%, #202124 100%);
}

.rejuran-hiller-check .rejuran-hiller-title {
  margin-bottom: 10px;
}

.rejuran-hiller-check-content {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: min(100%, 750px);
  margin: 52px auto 0;
}

.rejuran-hiller-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rejuran-hiller-check-list li {
  margin: 0;
  font-size: clamp(15px, 1.04vw, 22px);
  line-height: 1.78;
  font-weight: 400;
  color: #ececec;
  letter-spacing: -0.01em;
}

.rejuran-hiller-check-visual {
  margin: 0;
  width: clamp(210px, 18.2vw, 320px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
}

.rejuran-hiller-check-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rejuran-hiller-effect {
  min-height: clamp(620px, 39vw, 748px);
  display: flex;
  align-items: center;
  padding: 86px 0;
  background: linear-gradient(90deg, #1f2023 0%, #1b1c1f 50%, #1f2023 100%);
}

.rejuran-hiller-effect .rejuran-hiller-title {
  margin-bottom: 0;
}

.rejuran-hiller-effect-eyebrow {
  margin: 40px 0 32px;
  text-align: center;
  font-size: clamp(25 px, 1.48vw, 30px);
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-decoration: underline;
  text-underline-offset: 8px;
}

.rejuran-hiller-grid {
  width: min(100%, 760px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.rejuran-hiller-grid-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.rejuran-hiller-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rejuran-hiller-grid-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.24) 100%);
}

.rejuran-hiller-grid-item span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 1;
  display: block;
  text-align: center;
  font-size: clamp(10px, 0.95vw, 19px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.rejuran-hiller-banner {
  min-height: clamp(850px, 55.8vw, 1071px);
  padding-top: clamp(34px, 3.2vw, 64px);
  background:
    linear-gradient(90deg, rgba(31, 32, 35, 0.28) 0%, rgba(31, 32, 35, 0.58) 50%, rgba(31, 32, 35, 0.28) 100%),
    url('/img/sub/default/bg1.jpg') center center / cover no-repeat;
}

.rejuran-hiller-banner-top {
  padding: clamp(62px, 7vw, 124px) 0 clamp(60px, 6vw, 102px);
  background: rgba(14, 15, 17, 0.7);
}

.rejuran-hiller-banner-top p {
  margin: 0;
  text-align: center;
  font-size: clamp(10px, 1.04vw, 22px);
  line-height: 1.86;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #f0f0f0;
}

.rejuran-hiller-banner-top p + p {
  margin-top: 22px;
}

.rejuran-hiller-banner-bottom {
  padding: clamp(56px, 5.8vw, 104px) 0 clamp(66px, 7vw, 120px);
}

.rejuran-hiller-precautions-title {
  margin: 0;
  text-align: center;
  font-family: 'Times New Roman', serif;
  font-size: clamp(24px, 2vw, 35px);
  line-height: 1.2;
  font-weight: 400;
}

.rejuran-hiller-precautions-line {
  display: block;
  width: 1px;
  height: clamp(20px, 4.2vw, 42px);
  margin: clamp(10px, 4.2vw, 18px) auto clamp(10px, 4.2vw, 30px);
  background: rgba(255, 255, 255, 0.86);
}

.rejuran-hiller-precautions-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rejuran-hiller-precautions-list li {
  margin: 0;
  text-align: center;
  font-size: clamp(10px, 1.04vw, 22px);
  line-height: 1.72;
  font-weight: 400;
  color: #f2f2f2;
  letter-spacing: -0.01em;
}

.rejuran-hiller-precautions-list li + li {
  margin-top: 24px;
}

.rejuran-hiller-closing {
  min-height: clamp(700px, 50vw, 960px);
  background: url('/img/sub/default/bg2.jpg') center center / cover no-repeat;
}

.rejuran-hiller-closing-overlay {
  min-height: inherit;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: clamp(80px, 8vw, 130px) 0;
  background: linear-gradient(180deg, rgba(10, 11, 12, 0.26) 0%, rgba(10, 11, 12, 0.64) 100%);
}

.rejuran-hiller-closing-eyebrow {
  margin: 0;
  text-align: center;
  font-family: 'Times New Roman', serif;
  font-size: clamp(20px, 1.28vw, 22px);
  line-height: 1.2;
  font-weight: 400;
}

.rejuran-hiller-closing-title {
  margin: 16px 0 0;
  text-align: center;
  font-size: clamp(29px, 2vw, 35px);
  line-height: 1.28;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.rejuran-hiller-closing-title strong {
  font-weight: 700;
}

@media (max-width: 1024px) {
  .rejuran-hiller-hero {
    padding-top: 10vh;
  }

  .rejuran-hiller-hero-product {
    width: min(46vw, 450px);
  }

  .rejuran-hiller-diagram-wrap {
    width: min(100%, 760px);
  }

  .rejuran-hiller-card {
    min-height: 156px;
    padding: 24px 12px;
  }

  .rejuran-hiller-hub {
    width: 124px;
  }

  .rejuran-hiller-check-content {
    width: min(100%, 780px);
    gap: 30px;
  }

  .rejuran-hiller-grid {
    width: min(100%, 680px);
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .rejuran-hiller-inner {
    padding: 0 18px;
  }

  .rejuran-hiller-hero {
    min-height: 660px;
    padding-top: 88px;
  }

  .rejuran-hiller-hero-title {
    margin: 14px 0 20px;
  }

  .rejuran-hiller-hero-product {
    width: min(62vw, 360px);
  }

  .rejuran-hiller-intro {
    min-height: auto;
    padding: 30px 0;
  }

  .rejuran-hiller-intro .rejuran-hiller-desc {
    margin-top: 24px;
  }

  .rejuran-hiller-intro-image {
    margin: 40px auto 42px;
  }

  .rejuran-hiller-intro-icons {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px 16px;
  }
  .rejuran-hiller-intro-icon p span{
    display: block;
  }
  .rejuran-hiller-diagram {
    min-height: auto;
    padding: 30px 0;
  }

  .rejuran-hiller-diagram-wrap {
    margin-top: 40px;
    gap: 14px;
  }

  .rejuran-hiller-card {
    min-height: 100px;
    border-radius: 12px;
    padding: 20px 10px;
  }

  .rejuran-hiller-hub {
    display: none;
    width: 106px;
  }

  .rejuran-hiller-hub::after {
    height: 50px;
  }
  .rejuran-hiller-check-list{
    padding: 0 25px;
  }
  .rejuran-hiller-check {
    min-height: auto;
    padding: 30px 0;
  }

  .rejuran-hiller-check-content {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 38px;
  }

  .rejuran-hiller-check-visual {
    width: min(58vw, 280px);
    margin: 0 auto;
  }

  .rejuran-hiller-check-list li {
    line-height: 1.66;
    padding-bottom: 8px;
  }

  .rejuran-hiller-effect {
    min-height: auto;
    padding: 30px 0;
  }

  .rejuran-hiller-effect-eyebrow {
    margin: 10px 0 20px;
  }

  .rejuran-hiller-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(100%, 420px);
    gap: 12px;
  }

  .rejuran-hiller-banner {
    min-height: auto;
    padding-top: 28px;
  }

  .rejuran-hiller-banner::before {
    width: 60%;
    height: 30%;
  }

  .rejuran-hiller-banner-top {
    padding: 30px 0;
  }

  .rejuran-hiller-banner-top p + p {
    margin-top: 18px;
  }

  .rejuran-hiller-banner-bottom {
    padding: 30px 0;
  }

  .rejuran-hiller-precautions-list li {
    line-height: 1.62;
  }

  .rejuran-hiller-precautions-list li + li {
    margin-top: 10px;
  }

  .rejuran-hiller-closing {
    min-height: 560px;
  }

  .rejuran-hiller-closing-overlay {
    padding: 70px 0;
  }

  .rejuran-hiller-closing-title {
    margin-top: 12px;
  }
}

@media (max-width: 480px) {
  .rejuran-hiller-hero {
    min-height: 600px;
    padding-top: 45px;
  }

  .rejuran-hiller-hero-product {
    width: min(72vw, 300px);
  }

  .rejuran-hiller-intro-icons {
    gap: 20px 10px;
  }

  .rejuran-hiller-diagram-wrap {
    grid-template-columns: 1fr 1fr;
    width: min(100%, 430px);
    margin-top: 28px;
  }

  .rejuran-hiller-hub {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: 6px auto;
    order: 5;
  }

  .rejuran-hiller-hub::after {
    display: none;
  }

  .rejuran-hiller-grid {
    width: min(100%, 360px);
  }

  .rejuran-hiller-banner-top p,
  .rejuran-hiller-precautions-list li {
    word-break: keep-all;
  }
}
/* Hero scale sync with signature_02/03 */
.rejuran-hiller-hero {
  min-height: clamp(560px, 62vw, 780px);
}
.rejuran-hiller-hero-eyebrow {
  font-size: clamp(24px, 2vw, 62px);
  line-height: 1.05;
}
.rejuran-hiller-hero-title {
  font-size: clamp(42px, 6vw, 70px);
  line-height: 1.04;
}
.rejuran-hiller-hero-desc {
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.48;
}

@media (max-width: 1024px) {
  .rejuran-hiller-hero {
    min-height: 650px;
  }
  .rejuran-hiller-hero-title {
    font-size: clamp(40px, 8vw, 74px);
  }
  .rejuran-hiller-hero-desc {
    font-size: clamp(18px, 2.8vw, 30px);
  }
}

@media (max-width: 767px) {
  .rejuran-hiller-hero {
    min-height: 560px;
  }
  .rejuran-hiller-hero-eyebrow {
    font-size: clamp(18px, 5.2vw, 26px);
  }
  .rejuran-hiller-hero-title {
    font-size: clamp(30px, 8vw, 52px);
    line-height: 1.08;
  }
  .rejuran-hiller-hero-desc {
    font-size: clamp(16px, 4.5vw, 22px);
  }
}

@media (max-width: 520px) {
  .rejuran-hiller-hero {
    min-height: 520px;
  }
  .rejuran-hiller-hero-desc {
    font-size: 10px;
    line-height: 1.7;
  }
}
/* Non-hero typography sync */
.rejuran-hiller-page :is(.rejuran-hiller-title, .rejuran-hiller-subtitle) {
  font-size: 35px;
}
.rejuran-hiller-page .rejuran-hiller-desc {
  font-size: 20px;
}

@media (max-width: 767px) {
  .rejuran-hiller-page :is(.rejuran-hiller-title, .rejuran-hiller-subtitle) {
    font-size: 20px;
  }
  .rejuran-hiller-page .rejuran-hiller-desc {
    font-size: 10px;
  }
}
