@font-face {
  font-family: "KoPubBatang";
  src: url("mirror-assets/ptldesign.cafe24.com/line/theme/line/fonts/KoPubWorld_Batang_Pro_Light.otf") format("opentype");
  font-weight: 300;
}

@font-face {
  font-family: "KoPubBatang";
  src: url("mirror-assets/ptldesign.cafe24.com/line/theme/line/fonts/KoPubWorld_Batang_Pro_Medium.otf") format("opentype");
  font-weight: 500;
}

@font-face {
  font-family: "FreightBig";
  src: url("mirror-assets/ptldesign.cafe24.com/line/theme/line/fonts/FreightBigProBook-Regular.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "SUIT Variable";
  src: url("mirror-assets/ptldesign.cafe24.com/line/theme/line/fonts/SUIT-Variable.woff2") format("woff2");
}

:root {
  --bg: #f3eee8;
  --paper: #fbf8f2;
  --wash: #ebe4db;
  --ink: #34302b;
  --muted: #5c554d;
  --line: rgba(74, 64, 55, 0.16);
  --gold: #927a61;
  --dark: #2b2723;
  --font-ko: "KoPubBatang", "Noto Serif KR", serif;
  --font-ui: "SUIT Variable", "SUIT", "Pretendard", sans-serif;
  --font-en: "FreightBig", "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-width: 0;
  background: var(--bg);
  color: var(--ink);
}

body {
  font-family: var(--font-ui);
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.solar-page {
  width: min(100%, 430px);
  margin: 0 auto;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 4%, rgba(255, 251, 245, 0.82), transparent 28%),
    linear-gradient(180deg, #f7f2eb 0%, #ede6dc 48%, #f6f1ea 100%);
}

.solar-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 50%;
  width: min(100%, 430px);
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  background: rgba(247, 242, 236, 0.9);
  border-bottom: 1px solid rgba(76, 66, 56, 0.07);
  backdrop-filter: blur(16px);
}

.solar-header.is-scrolled {
  background: rgba(247, 242, 236, 0.96);
}

.brand img {
  width: 118px;
}

.menu-button {
  position: absolute;
  left: 14px;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
}

.menu-button span {
  display: block;
  width: 15px;
  height: 1px;
  margin: 5px 0;
  background: rgba(53, 47, 41, 0.66);
}

main {
  padding-top: 62px;
}

section {
  position: relative;
}

figure {
  margin: 0;
}

.serif-label {
  margin: 0;
  font-family: var(--font-en);
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.25;
  color: rgba(116, 96, 76, 0.68);
  text-align: center;
}

h1,
h2 {
  margin: 0;
  font-family: var(--font-ko);
  font-weight: 500;
  color: #302c27;
  text-align: center;
  word-break: keep-all;
}

h1 {
  margin-top: 1rem;
  font-size: 2.12rem;
  line-height: 1.25;
}

h2 {
  margin-top: 1rem;
  font-size: 1.78rem;
  line-height: 1.48;
}

h3 {
  margin: 0;
  color: #312d28;
  word-break: keep-all;
}

.body-copy {
  width: 74%;
  max-width: 300px;
  margin: 1.75rem auto 0;
  color: #353535;
  font-family: var(--font-ui);
  font-size: 0.93rem;
  font-weight: 500;
  line-height: 1.88;
  text-align: center;
  word-break: normal;
  overflow-wrap: anywhere;
}

.solar-hero {
  padding: 2.75rem 0 6.15rem;
}

.hero-image {
  width: calc(100% - 30px);
  margin: 2.45rem auto 0;
  aspect-ratio: 1.32 / 1;
}

.image-slot {
  overflow: hidden;
  background: #e3dbd0;
  opacity: 1;
  transform: none;
  transition: none;
}

.image-slot.is-visible,
.is-visible .image-slot {
  opacity: 1;
  transform: translateY(0);
}

.hero-image img,
.wide-image img,
.face-image img,
.device-image img {
  height: 100%;
  object-fit: cover;
}

.solar-section {
  padding: 5.8rem 0;
}

.diagnosis {
  padding-top: 0;
}

.wide-image {
  width: 100%;
  aspect-ratio: 1.55 / 1;
}

.diagnosis-image {
  aspect-ratio: 1.62 / 1;
  background: #d8c9bf;
}

.histology-image img {
  filter: brightness(1.05) contrast(0.92) saturate(0.72) sepia(0.08);
  object-position: center center;
}

.section-copy {
  padding-top: 4.4rem;
}

.section-copy .body-copy + .body-copy {
  margin-top: 1.2rem;
}

.principle {
  padding-top: 6.8rem;
  padding-bottom: 7.4rem;
  border-top: 1px solid var(--line);
}

.laser-section {
  padding: 5.2rem 0 4.9rem;
  background: #f8f4ee;
}

.laser-title {
  margin-top: 1.1rem;
  font-family: var(--font-en);
  font-size: 3.05rem;
  font-weight: 400;
  line-height: 1;
}

.laser-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 2.4rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: rgba(52, 47, 42, 0.48);
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
}

.laser-tabs button {
  padding: 0.9rem 0.3rem;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.laser-tabs button.is-active {
  color: #302c27;
  box-shadow: inset 0 -2px 0 rgba(59, 52, 46, 0.42);
}

.device-image {
  width: 100%;
  aspect-ratio: 1.56 / 1;
}

.device-image video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #111;
  filter: brightness(1.12) contrast(0.94) saturate(0.82) sepia(0.05);
}

.device-copy {
  padding: 3.8rem 1.6rem 4.1rem;
  background: rgba(255, 253, 248, 0.72);
  text-align: center;
}

.device-copy h3 {
  font-size: 1.08rem;
  font-weight: 800;
}

.device-copy p {
  margin: 1.55rem auto 0;
  max-width: 320px;
  color: #36322d;
  font-size: 0.96rem;
  font-weight: 500;
  line-height: 1.88;
  word-break: normal;
  overflow-wrap: anywhere;
}

.wavelength-token {
  font-weight: 800;
  white-space: nowrap;
}

.wavelength-532 {
  color: #4f8062;
}

.wavelength-670 {
  color: #a44f47;
}

.wavelength-1064 {
  color: #4b4741;
}

.proof-image {
  width: 100%;
  margin: 2.35rem 0 0;
  padding: 0;
  background: #111;
  border: 0;
}

.proof-image video {
  display: block;
  width: 100%;
  height: auto;
  background: #111;
  filter: brightness(1.18) contrast(0.88) saturate(0.68) sepia(0.08);
}

.recurrence {
  padding-top: 6.7rem;
  background: linear-gradient(180deg, #f7f3ed 0%, #eee7de 100%);
}

body.mobile-page.solar-mobile-page .laser-section {
  padding-bottom: 3.2rem;
}

body.mobile-page.solar-mobile-page .device-copy {
  padding-bottom: 2.9rem;
}

body.mobile-page.solar-mobile-page .histology-image {
  width: var(--cg-emphasis-width) !important;
  max-width: 400px !important;
}

body.mobile-page.solar-mobile-page :is(.body-copy, .device-copy p, .fine-list p, .care-steps p, .statement span, .difference-list span) {
  word-break: keep-all;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

body.mobile-page.solar-mobile-page :is(.solar-section, .difference) h2 {
  font-size: 27px !important;
  line-height: 1.32 !important;
}

body.mobile-page.solar-mobile-page .difference-list {
  width: calc(100% - 30px);
}

body.mobile-page.solar-mobile-page .difference-list span {
  max-width: none;
}

body.mobile-page.solar-mobile-page .recurrence {
  padding-top: 5.1rem;
}

.face-image {
  width: 84%;
  margin: 2.8rem auto 0;
  aspect-ratio: 1088 / 819;
}

.fine-list {
  width: 86%;
  margin: 2.7rem auto 0;
  border-top: 0;
}

.fine-list p {
  margin: 0;
  padding: 0.78rem 0.7rem;
  border-bottom: 0;
  color: #443d35;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  word-break: normal;
  overflow-wrap: anywhere;
}

.fine-list p + p {
  margin-top: 0.52rem;
}

.care {
  padding-top: 7.2rem;
  padding-bottom: 6.6rem;
  background: linear-gradient(180deg, #eee7de 0%, #f3eee7 42%, #ede6dd 100%);
}

.care .wide-image {
  width: calc(100% - 30px);
  margin: 3.45rem auto 0;
  aspect-ratio: 1.35 / 1;
}

.care .wide-image.consultation-image {
  aspect-ratio: 1152 / 738;
}

.care .wide-image:nth-of-type(2) {
  aspect-ratio: 1.14 / 1;
}

.care .wide-image.residual-care-image {
  width: calc(100% - 58px);
  margin-top: 4.1rem;
  aspect-ratio: 653 / 886;
}

.care .wide-image.residual-care-image img {
  object-position: center center;
}

.care-steps {
  width: 80%;
  margin: 3.85rem auto 0;
  border-top: 0;
}

.care-steps article {
  padding: 0;
  border-bottom: 0;
  text-align: center;
}

.care-steps article + article {
  margin-top: 3.2rem;
}

.care-steps span {
  display: none;
}

.care-steps h3 {
  font-family: var(--font-ko);
  font-size: 1.26rem;
  font-weight: 500;
  line-height: 1.58;
}

.care-steps p {
  margin: 1.05rem auto 0;
  max-width: 296px;
  color: #393530;
  font-size: 0.94rem;
  line-height: 1.9;
  text-align: center;
  word-break: normal;
  overflow-wrap: anywhere;
}

.patient-grid {
  width: calc(100% - 30px);
  margin: 3.2rem auto 0;
  aspect-ratio: 1152 / 1068;
  background: #fff;
}

.patient-grid img {
  height: 100%;
  object-fit: cover;
}

.statement {
  margin-top: 0;
  padding: 5.7rem 1.4rem 5.6rem;
  background:
    linear-gradient(180deg, rgba(237, 230, 221, 0.96), rgba(241, 235, 227, 0.96) 54%, rgba(242, 236, 228, 0.96)),
    url("local-assets/solar-lentigo-from-reference/statement-bg-soft.jpg") center / cover no-repeat;
  text-align: center;
}

.statement p {
  margin: 0;
  font-family: var(--font-ko);
  font-size: 1.34rem;
  font-weight: 500;
  line-height: 1.65;
}

.statement span {
  display: block;
  width: 82%;
  margin: 1.45rem auto 0;
  color: #514a42;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.85;
  word-break: normal;
  overflow-wrap: anywhere;
}

.difference {
  padding: 6.2rem 0 6.7rem;
  background: linear-gradient(180deg, #f7f3ed 0%, #f2ece4 100%);
  text-align: center;
}

.difference .body-copy {
  width: 74%;
}

.difference-list {
  width: 78%;
  margin: 3.6rem auto 0;
  border-top: 0;
}

.difference-list article {
  padding: 0;
  border-bottom: 0;
}

.difference-list article + article {
  margin-top: 3.1rem;
}

.difference-list strong {
  display: block;
  font-family: var(--font-en);
  font-size: 1.45rem;
  font-weight: 400;
}

.difference-list span {
  display: block;
  margin: 0.9rem auto 0;
  max-width: 286px;
  color: #403a34;
  font-size: 0.92rem;
  line-height: 1.8;
  text-align: center;
  word-break: normal;
  overflow-wrap: anywhere;
}

.cta-section {
  position: relative;
  min-height: auto;
  display: grid;
  place-items: center;
  padding: 138px 0 104px;
  overflow: hidden;
  color: #fffaf3;
  background: #2b2520;
  text-align: center;
}

.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(36, 30, 25, 0.18), rgba(36, 30, 25, 0.72)),
    url("mirror-assets/ptldesign.cafe24.com/line/theme/line/img/main_glow_bg.jpg") center / cover no-repeat;
  opacity: 0.82;
  transform: scale(1.05);
  transition: transform 1.4s ease;
}

.cta-section.is-visible::before {
  transform: scale(1);
}

.cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 500px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 920px;
  text-align: center;
}

.cta-inner .eyebrow {
  margin: 0 0 3.15rem;
  color: #9b8367;
  font-family: var(--font-en);
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.25;
}

.cta-title {
  width: 94%;
  margin: 0 auto;
  color: #f3eadf;
  font-family: var(--font-en);
  font-size: 2.15rem;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: 0.02em;
}

.cta-title span,
.cta-ko span {
  display: block;
}

.cta-title span {
  white-space: nowrap;
}

.cta-title span + span {
  margin-top: 0.42rem;
}

.cta-ko {
  width: 94%;
  margin: 4.05rem auto 7.45rem;
  color: rgba(246, 238, 226, 0.86);
  font-family: var(--font-ui);
  font-size: 1.06rem;
  font-weight: 500;
  line-height: 1.88;
}

.round-button {
  display: inline-grid;
  place-items: center;
  min-width: 164px;
  height: 52px;
  padding: 0 28px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: #f6eee2;
  font-family: var(--font-ui);
  font-size: 13px;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 360px) {
  h1 {
    font-size: 1.92rem;
  }

  h2 {
    font-size: 1.58rem;
  }

  .body-copy {
    font-size: 0.93rem;
  }
}
