﻿.juvelook-page {
  background-color: #1f2023;
  color: #f3f3f2;
  overflow: hidden;
}

.juvelook-page * {
  box-sizing: border-box;
}

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

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

.juvelook-inner-hero {
  width: min(100%, 980px);
}

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

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

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

.juvelook-title strong {
  font-weight: 700;
}

.juvelook-subtitle {
  margin: 0 0 6px;
  text-align: center;
  font-size: clamp(22px, 1.88vw, 34px);
  line-height: 1.26;
  font-weight: 300;
  letter-spacing: -0.02em;
}

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

.juvelook-hero {
  min-height: clamp(760px, 55.84vw, 1072px);
  padding-top: clamp(34px, 5.2vw, 70px);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.38) 100%),
    url('/img/sub/face/skinboster/juvelook/1번 레이아웃 배경 img.jpg') center center / cover no-repeat;
  text-align: center;
}

.juvelook-hero-eyebrow {
  margin: 0;
  color: #f5f5f5;
  font-size: clamp(19px, 1.15vw, 22px);
  line-height: 1.16;
  font-weight: 400;
}

.juvelook-hero-title {
  margin: 20px 0 32px;
  color: #f4f4f3;
  font-size: clamp(30px, 3vw, 55px);
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.juvelook-hero-desc {
  margin: 0;
  color: #f2f2f2;
  font-size: clamp(20px, 1vw, 20px);
  line-height: 1.42;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.juvelook-intro {
  min-height: clamp(540px, 31.05vw, 596px);
  display: flex;
  align-items: center;
  padding: clamp(62px, 4.4vw, 84px) 0;
  background: linear-gradient(90deg, #202124 0%, #1c1d20 50%, #202124 100%);
}

.juvelook-intro .juvelook-desc {
  margin-top: 38px;
}

.juvelook-intro-icons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: min(100%, 780px);
  margin: 78px auto 0;
}

.juvelook-intro-icon {
  text-align: center;
}

.juvelook-intro-icon img {
  width: auto;
  height: 56px;
  display: block;
  margin: 0 auto 16px;
}

.juvelook-intro-icon h4 {
  margin: 0;
  font-size: clamp(15px, 1.35vw, 22px);
  line-height: 1.24;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.juvelook-intro-icon p {
  margin: 8px 0 0;
  font-size: clamp(10px, 1.14vw, 22px);
  line-height: 1.3;
  font-weight: 400;
  color: #dddddd;
  letter-spacing: -0.01em;
}

.juvelook-diagram {
  min-height: clamp(640px, 39.17vw, 752px);
  display: flex;
  align-items: center;
  padding: clamp(68px, 5.2vw, 100px) 0;
  background: linear-gradient(90deg, #202124 0%, #1c1d20 50%, #202124 100%);
}

.juvelook-diagram-wrap {
  position: relative;
  width: min(100%, 930px);
  height: 420px;
  margin: 54px auto 0;
}

.juvelook-diagram-item {
  position: absolute;
  margin: 0;
  font-size: clamp(19px, 1.2vw, 22px);
  line-height: 1.46;
  font-weight: 400;
  color: #efefef;
  letter-spacing: -0.01em;
}

.juvelook-diagram-item-tl {
  top: 65px;
  left: 75px;
  width: 286px;
  text-align: right;
}

.juvelook-diagram-item-tr {
  top: 65px;
  right: 110px;
  width: 248px;
  text-align: left;
}

.juvelook-diagram-item-bl {
  bottom: 60px;
  left: 70px;
  width: 290px;
  text-align: right;
}

.juvelook-diagram-item-br {
  bottom: 75px;
  right: 85px;
  width: 270px;
  text-align: left;
}

.juvelook-diagram-hub {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 186px;
  height: 186px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.juvelook-diagram-hub img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.juvelook-diagram-hub::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(44, 52, 74, 0.3);
}

.juvelook-diagram-hub span {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  font-size: clamp(13px, 1.1vw, 22px);
  line-height: 1.34;
  font-weight: 600;
}

.juvelook-connect {
  position: absolute;
  border-color: rgba(235, 235, 235, 0.88);
  border-style: solid;
  border-width: 0;
}

.juvelook-connect-tl {
  left: 372px;
  top: 108px;
  width: 74px;
  height: 60px;
  border-top-width: 1px;
  border-right-width: 1px;
}

.juvelook-connect-tr {
  right: 372px;
  top: 108px;
  width: 74px;
  height: 60px;
  border-top-width: 1px;
  border-left-width: 1px;
}

.juvelook-connect-bl {
  left: 372px;
  bottom: 106px;
  width: 74px;
  height: 60px;
  border-bottom-width: 1px;
  border-right-width: 1px;
}

.juvelook-connect-br {
  right: 372px;
  bottom: 106px;
  width: 74px;
  height: 60px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

.juvelook-check {
  min-height: clamp(620px, 37.86vw, 727px);
  display: flex;
  align-items: center;
  padding: clamp(66px, 4.2vw, 82px) 0;
  background: linear-gradient(90deg, #202124 0%, #1c1d20 50%, #202124 100%);
}

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

.juvelook-check-content {
  width: min(100%, 800px);
  margin: 72px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 52px;
}

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

.juvelook-check-list li {
  margin: 0;
  font-size: clamp(18px, 1.15vw, 22px);
  line-height: 2;
  font-weight: 400;
  color: #ececec;
  letter-spacing: -0.01em;
  padding: 0 0 10px 0;
}

.juvelook-check-visual {
  margin: 0;
  width: clamp(252px, 15.8vw, 304px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
}

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

.juvelook-effect {
  min-height: clamp(578px, 35.26vw, 677px);
  display: flex;
  align-items: center;
  padding: clamp(62px, 4.1vw, 80px) 0;
  background: linear-gradient(90deg, #202124 0%, #1c1d20 50%, #202124 100%);
}

.juvelook-effect-eyebrow {
  margin: 38px 0 34px;
  text-align: center;
  font-size: clamp(20px, 1.14vw, 22px);
  line-height: 1.2;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 8px;
  color: #d9d9d9;
}

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

.juvelook-card {
  position: relative;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

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

.juvelook-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 44%, rgba(0, 0, 0, 0.34) 100%);
}

.juvelook-card span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  z-index: 1;
  text-align: center;
  font-size: clamp(10px, 1vw, 22px);
  line-height: 1.22;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.juvelook-banner {
  min-height: clamp(980px, 68.13vw, 1308px);
  padding-top: 50px;
  background: url('/img/sub/default/bg1.jpg') center center / cover no-repeat;
}

.juvelook-banner-top {
  padding: clamp(94px, 7.2vw, 138px) 0 clamp(90px, 6.4vw, 122px);
  background: linear-gradient(90deg, rgba(10, 11, 13, 0.8) 0%, rgba(10, 11, 13, 0.58) 50%, rgba(10, 11, 13, 0.8) 100%);
}

.juvelook-banner-top p {
  margin: 0;
  text-align: center;
  font-size: clamp(10px, 1.04vw, 20px);
  line-height: 1.92;
  font-weight: 400;
  color: #efefef;
  letter-spacing: -0.01em;
}

.juvelook-banner-top p + p {
  margin-top: 34px;
}

.juvelook-banner-bottom {
  padding: clamp(86px, 7vw, 138px) 0 clamp(84px, 7.2vw, 140px);
  background: linear-gradient(90deg, rgba(15, 16, 18, 0.46) 0%, rgba(15, 16, 18, 0.28) 50%, rgba(15, 16, 18, 0.46) 100%);
}

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

.juvelook-precautions-line {
  display: block;
  width: 1px;
  height: 42px;
  margin: 18px auto 36px;
  background: rgba(255, 255, 255, 0.88);
}

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

.juvelook-precautions-list li {
  margin: 0;
  text-align: center;
  font-size: clamp(10px, 1.04vw, 20px);
  line-height: 1.88;
  font-weight: 400;
  color: #ededed;
  letter-spacing: -0.01em;
}

.juvelook-precautions-list li + li {
  margin-top: 18px;
}

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

.juvelook-closing-overlay {
  min-height: inherit;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: clamp(86px, 8vw, 152px) 0;
  background: linear-gradient(180deg, rgba(8, 9, 10, 0.18) 0%, rgba(8, 9, 10, 0.5) 100%);
}

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

.juvelook-closing-title {
  margin: 16px 0 0;
  text-align: center;
  font-size: clamp(28px, 1.9vw, 35px);
  line-height: 1.32;
  font-weight: 400;
  letter-spacing: -0.02em;
}

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

@media (max-width: 1024px) {
  .juvelook-inner {
    padding: 0 20px;
  }

  .juvelook-hero {
    padding-top: 88px;
  }

  .juvelook-intro-icons {
    width: min(100%, 720px);
    margin-top: 64px;
    gap: 16px;
  }

  .juvelook-diagram-wrap {
    width: min(100%, 860px);
    height: 392px;
  }

  .juvelook-diagram-item-tl,
  .juvelook-diagram-item-bl {
    left: 36px;
  }

  .juvelook-diagram-item-tr,
  .juvelook-diagram-item-br {
    right: 36px;
  }

  .juvelook-connect-tl,
  .juvelook-connect-bl {
    left: 334px;
  }

  .juvelook-connect-tr,
  .juvelook-connect-br {
    right: 334px;
  }

  .juvelook-check-content {
    gap: 34px;
  }

  .juvelook-check-list li {
    line-height: 1.82;
  }

  .juvelook-grid {
    width: min(100%, 720px);
    gap: 14px;
  }
}

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

  .juvelook-hero {
    min-height: 680px;
    padding-top: 78px;
    background-position: center bottom;
  }

  .juvelook-hero-title {
    margin: 14px 0 22px;
  }

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

  .juvelook-intro .juvelook-desc {
    margin-top: 28px;
  }

  .juvelook-intro-icons {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(100%, 430px);
    gap: 28px 20px;
    margin-top: 56px;
  }

  .juvelook-diagram {
    min-height: auto;
    padding: 40px 0;
  }

  .juvelook-diagram-wrap {
    margin-top: 42px;
    width: min(100%, 560px);
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .juvelook-diagram-item {
    position: static;
    width: 100%;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    text-align: left;
    font-size: clamp(14px, 2.3vw, 18px);
    line-height: 1.55;
  }

  .juvelook-diagram-hub {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    order: -1;
    width: 148px;
    height: 148px;
    margin: 0 auto 8px;
  }

  .juvelook-connect {
    display: none;
  }

  .juvelook-check {
    min-height: auto;
    padding: 30px 0;
  }

  .juvelook-check-content {
    grid-template-columns: 1fr;
    gap: 34px;
    width: min(100%, 560px);
    margin-top: 35px;
  }
  /* .juvelook-check-visual{
    display: none;
  } */
  .juvelook-check-list{
   padding:0 25px; 
  }

  .juvelook-check-list li {
    font-size: clamp(15px, 2.5vw, 20px);
    line-height: 1.74;
    padding-bottom: 8px;
  }
  .juvelook-check-visual {
    width: min(58vw, 290px);
    margin: 0 auto;
  }

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

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

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

  .juvelook-banner {
    min-height: auto;
    padding-top: 30px;
  }

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

  .juvelook-banner-top p {
    line-height: 1.78;
  }

  .juvelook-banner-top p + p {
    margin-top: 26px;
  }

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

  .juvelook-precautions-list li {
    line-height: 1.72;
  }

  .juvelook-closing {
    min-height: 560px;
  }

  .juvelook-closing-overlay {
    padding: 76px 0;
  }

  .juvelook-precautions-line{
    height: 30px;
    margin: 10px auto 10px;
  }
}

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

  .juvelook-intro-icons {
    gap: 24px 10px;
    margin-top:30px;
  }

  .juvelook-intro-icon img {
    height: 48px;
    margin-bottom: 12px;
  }

  .juvelook-diagram-wrap {
    width: min(100%, 360px);
    gap: 8px;
  }

  .juvelook-diagram-item {
    padding: 10px 12px;
    font-size: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .juvelook-diagram-hub {
    display: none;
    width: 126px;
    height: 126px;
    margin-bottom: 6px;
  }

  .juvelook-connect {
    display: none;
  }

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

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

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

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

@media (max-width: 767px) {
  .juvelook-page :is(.juvelook-title, .juvelook-subtitle) {
    font-size: 20px;
  }
  .juvelook-page .juvelook-desc {
    font-size: 10px;
    margin-top: 10px;
  }
  .juvelook-page .juvelook-desc span{
    display: block;
  }
}
