.pt2-page {
  background: #232323;
  color: #fff;
  font-family: "Noto Sans KR", sans-serif;
}

.pt2-page *,
.pt2-page *::before,
.pt2-page *::after {
  box-sizing: border-box;
}

.pt2-page img {
  display: block;
  max-width: 100%;
}

.pt2-page strong {
  color: #fff;
}

.pt2-fw-100 { font-weight: 100; }
.pt2-fw-200 { font-weight: 200; }
.pt2-fw-300 { font-weight: 300; }
.pt2-fw-400 { font-weight: 400; }
.pt2-fw-500 { font-weight: 500; }
.pt2-fw-600 { font-weight: 600; }
.pt2-fw-700 { font-weight: 700; }

.pt2-container {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0 24px;
}

.pt2-container--narrow {
  width: min(100%, 780px);
}

.pt2-section {
  position: relative;
  padding: 110px 0;
}

.pt2-section--dark {
  background: #232323;
}

.pt2-title,
.pt2-copy,
.pt2-band__title,
.pt2-band__eyebrow,
.pt2-outro__eyebrow {
  margin: 0;
}

.pt2-title,
.pt2-copy,
.pt2-copy--lead,
.pt2-hero__title,
.pt2-hero__desc,
.pt2-hero__note,
.pt2-intro__copy p,
.pt2-intro__item h4,
.pt2-intro__item p,
.pt2-design__card h4,
.pt2-design__card p,
.pt2-target__list li,
.pt2-effect__item h4,
.pt2-effect__item p,
.pt2-band__title,
.pt2-process__item p,
.pt2-process__item span,
.pt2-special__item h4,
.pt2-special__item p,
.pt2-outro__title {
  font-family: "Noto Sans KR", sans-serif;
}

.pt2-title {
  font-size: clamp(32px, 4vw, 60px);
  font-weight: 700;
  line-height: 1.12;
  text-align: center;
  letter-spacing: -0.05em;
}

.pt2-copy {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
}

.pt2-copy--lead {
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(24px, 2.2vw, 40px);
  font-weight: 300;
  line-height: 1.28;
  text-align: center;
}

.pt2-intro .pt2-copy--lead {
  font-size: clamp(22px, 2vw, 36px);
  font-weight: 300;
}

.pt2-intro .pt2-title {
  font-size: clamp(34px, 4vw, 58px);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 300;
}

.pt2-intro .pt2-title strong{
  color: rgba(255, 255, 255);
  font-weight: 700;
}

.pt2-design .pt2-copy--lead {
  font-size: clamp(22px, 3vw, 42px);
  font-weight: 300;
}

.pt2-design .pt2-title {
  font-size: clamp(34px, 3.2vw, 45px);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 300;
}

.pt2-design .pt2-title strong{
  color: #fff;
  font-weight: 700;
}

.pt2-target .pt2-title {
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 300;
}

.pt2-target .pt2-title strong,
.pt2-area .pt2-title strong,
.pt2-effect .pt2-title strong,
.pt2-band__title strong,
.pt2-outro__title strong {
  font-weight: 700;
}

.pt2-area .pt2-title {
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 300;
}

.pt2-effect .pt2-title {
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 300;
}

.pt2-hero {
  min-height: 960px;
  padding: 100px 0 80px;
  background:
    linear-gradient(180deg, rgba(229, 243, 245, 0.66), rgba(204, 231, 234, 0.68)),
    url("/img/sub/petit/sub_02/1_top_bg.jpg") center / cover no-repeat;
  color: #222;
}

.pt2-hero__inner {
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.pt2-hero__eyebrow {
  margin: 0;
  font-size: clamp(32px, 3.2vw, 45px);
  font-family: "Times New Roman", serif;
  color: rgba(34, 34, 34, 0.86);
}

.pt2-hero__title {
  margin: 8px 0 0;
  font-size: clamp(42px, 5vw, 84px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 1.08;
}

.pt2-hero__desc,
.pt2-hero__note {
  margin: 0;
}

.pt2-hero__desc {
  margin-top: 30px;
  font-size: clamp(18px, 1.45vw, 24px);
  font-weight: 500;
  color: rgba(34, 34, 34, 0.78);
}

.pt2-hero__product {
  width: min(100%, 480px);
  margin-top: 42px;
}

.pt2-hero__note {
  margin-top: 34px;
  font-size: clamp(16px, 1.2vw, 22px);
  color: rgba(34, 34, 34, 0.7);
}

.pt2-intro__copy {
  margin-top: 44px;
  text-align: center;
}

.pt2-intro__copy p {
  margin: 0;
  font-size: clamp(16px, 1.2vw, 21px);
  font-weight: 400;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.84);
}

.pt2-intro__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 56px;
}

.pt2-intro__item {
  text-align: center;
}

.pt2-intro__item img {
  height: 62px;
  width: auto;
  margin: 0 auto 18px;
}

.pt2-intro__item h4 {
  margin: 0;
  font-size: clamp(22px, 1.5vw, 28px);
  font-weight: 600;
}

.pt2-intro__item p {
  margin: 0px 0 0;
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 400;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.86);
}

.pt2-intro__item span {
  font-size: 0.65em;
}

.pt2-design__thumb {
  max-width: 380px;
  margin: 42px auto 0;
}

.pt2-design__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 48px;
  padding: 0 50px;
}

.pt2-design__card {
  min-height: 130px;
  padding: 20px 0px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  text-align: center;
}

.pt2-design__card h4 {
  margin: 0;
  font-size: clamp(20px, 1.3vw, 24px);
  font-weight: 600;
  line-height: 1.35;
}

.pt2-design__card p {
  margin: 18px 0 0;
  font-size: clamp(14px, 0.95vw, 16px);
  font-weight: 400;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.84);
}

.pt2-target__row {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 320px);
  gap: 36px;
  align-items: center;
  margin-top: 52px;
}

.pt2-target__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pt2-target__list li {
  position: relative;
  margin-top: 5px;
  padding-left: 28px;
  font-size: clamp(17px, 1.1vw, 20px);
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}

.pt2-target__list li:first-child {
  margin-top: 0;
}

.pt2-target__list li::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(255, 255, 255, 0.95);
}

.pt2-target__thumb {
  width: min(100%, 300px);
  margin: 0 auto;
}

.pt2-area__thumb {
  max-width: 760px;
  margin: 52px auto 0;
  display: flex;
  justify-content: center;
}

.pt2-effect__list {
  max-width: 660px;
  margin: 56px 150px 0;
  display: grid;
  gap: 26px;
}

.pt2-effect__item {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.pt2-effect__item img {
  height: 60px;
  width: auto;
}

.pt2-effect__item h4 {
  margin: 0;
  font-size: clamp(21px, 1.35vw, 26px);
  font-weight: 600;
}

.pt2-effect__item p {
  margin: 10px 0 0;
  font-size: clamp(15px, 1vw, 18px);
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.84);
}

.pt2-band {
  position: relative;
  overflow: hidden;
  background: url("/img/sub/body/sub_02/sig_06_bg.jpg") center / cover no-repeat;
}

.pt2-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.64);
}

.pt2-band__overlay {
  position: relative;
  z-index: 1;
  padding: 40px 0;
  margin: 50px 0;
}

.bg-band {
  background: rgba(0, 0, 0, 0.5);
}

.pt2-band__overlay--special {
  background: rgba(255, 255, 255, 0.03);
}

.pt2-band__eyebrow {
  font-size: clamp(24px, 2vw, 40px);
  font-family: Georgia, "Times New Roman", serif;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}

.pt2-band__title {
  font-size: clamp(30px, 3vw, 52px);
  font-weight: 300;
  text-align: center;
  letter-spacing: -0.05em;
}

.pt2-band__overlay:first-child .pt2-band__title {
  font-size: clamp(30px, 2.8vw, 50px);
  font-weight: 500;
}

.pt2-band__overlay--special .pt2-band__title {
  font-size: clamp(30px, 2.8vw, 50px);
  font-weight: 300;
}

.pt2-band__title strong {
  font-weight: 800;
}

.pt2-process {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 48px;
  padding:0 50px;
  gap: 20px 0; 
}

.pt2-process__item {
  position: relative;
  text-align: center;
}

.pt2-process__item:nth-child(1) {
  grid-column: 1 / span 2;
}

.pt2-process__item:nth-child(2) {
  grid-column: 3 / span 2;
}

.pt2-process__item:nth-child(3) {
  grid-column: 5 / span 2;
}

.pt2-process__item:nth-child(4) {
  grid-column: 2 / span 2;
}

.pt2-process__item:nth-child(5) {
  grid-column: 4 / span 2;
}

.pt2-process__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 65px;
  right: -45px;
  width: 92px;
  height: 2px;
  background: rgba(255, 255, 255, 0.6);
  z-index: -1;
}

.pt2-process__item:nth-child(3)::after {
  display: none;
}

.pt2-process__thumb {
  width: 125px;
  height: 125px;
  margin: 0 auto 12px;
  border-radius: 50%;
  overflow: hidden;
}

.pt2-process__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pt2-process__item p,
.pt2-process__item span {
  margin: 0;
  display: block;
}

.pt2-process__item p {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pt2-process__item span {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.8);
}

.pt2-special {
  max-width: 540px;
  margin: 44px auto 0;
  display: grid;
  gap: 28px;
  text-align: center;
}

.pt2-special__item h4 {
  margin: 0;
  font-size: clamp(18px, 1.2vw, 22px);
  font-weight: 600;
}

.pt2-special__item p {
  margin: 12px 0 0;
  font-size: clamp(14px, 0.95vw, 16px);
  font-weight: 400;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.84);
}

.pt2-outro {
  background: url("/img/sub/signature_03/sig_07_bg.jpg") center / cover no-repeat;
}

.pt2-outro__overlay {
  padding: 190px 0 160px;
  background: rgba(16, 23, 12, 0.3);
}

.pt2-outro__eyebrow {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(21px, 2vw, 30px);
  font-family: Georgia, "Times New Roman", serif;
  text-align: center;
}

.pt2-outro__title {
  margin: 24px 0 0;
  font-size: clamp(25px, 3vw, 42px);
  font-weight: 300;
  line-height: 1.34;
  text-align: center;
  letter-spacing: -0.05em;
}

.pt2-outro__title strong {
  font-weight: 800;
}

@media (max-width: 1024px) {
  .pt2-section {
    padding: 92px 0;
  }

  .pt2-intro__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 20px;
  }

  .pt2-process {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    row-gap: 26px;
  }

  .pt2-process__item::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .pt2-container,
  .pt2-hero__inner {
    padding: 0 18px;
  }

  .pt2-hero {
    min-height: auto;
    padding: 78px 0 64px;
  }

  .pt2-hero__product {
    width: min(100%, 320px);
    margin-top: 30px;
  }

  .pt2-section {
    padding: 72px 0;
  }

  .pt2-intro__copy {
    margin-top: 30px;
  }

  .pt2-intro__copy p {
    font-size: 14px;
    line-height: 1.75;
  }

  .pt2-intro__grid,
  .pt2-design__grid {
    grid-template-columns: 1fr;
  }

  .pt2-intro__item img {
    height: 52px;
  }

  .pt2-target__row {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pt2-target__thumb {
    order: -1;
    width: 100%;
    max-width: 240px;
    justify-self: center;
  }

  .pt2-target__list {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }

  .pt2-target__list li {
    margin-top: 16px;
    font-size: 15px;
  }

  .pt2-effect__item {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }

  .pt2-effect__list {
    margin: 40px 0 0;
  }

  .pt2-effect__item img {
    width: 42px;
    height: 42px;
    margin-top: 2px;
  }

  .pt2-effect__item h4 {
    font-size: 16px;
    line-height: 1.3;
  }

  .pt2-effect__item p {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.6;
    word-break: keep-all;
  }

  .pt2-effect__item p br {
    display: none;
  }

  .pt2-design__card p,
  .pt2-special__item p {
    font-size: 14px;
    line-height: 1.65;
  }

  .pt2-process {
    grid-template-columns: 1fr;
  }

  .pt2-process__item:nth-child(1),
  .pt2-process__item:nth-child(2),
  .pt2-process__item:nth-child(3),
  .pt2-process__item:nth-child(4),
  .pt2-process__item:nth-child(5) {
    grid-column: auto;
  }

  .pt2-process__thumb {
    width: 84px;
    height: 84px;
  }

  .pt2-band__overlay {
    padding: 68px 0;
  }

  .pt2-outro__overlay {
    padding: 130px 0 110px;
  }
}

.pt2-hero__eyebrow {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(25px, 2.5vw, 58px);
  font-weight: 400;
  line-height: 1;
}

.pt2-hero__title {
  margin: 12px 0 0;
  font-size: clamp(40px, 4.8vw, 74px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.02em;
}
