:root {
  color-scheme: light;
  --ink: #151515;
  --muted: #5f5f5f;
  --paper: #f7f4ef;
  --surface: #ffffff;
  --line: rgb(0 0 0 / 14%);
  --accent: #ff563f;
  --accent-ink: #ffffff;
  --page-x: clamp(22px, 5vw, 72px);
  --section-y: clamp(56px, 7vw, 96px);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
  letter-spacing: 0;
}

body[data-site="clinic"] {
  --paper: #efe2d3;
  --surface: #fff7ee;
  --ink: #29231f;
  --muted: #6b5e54;
  --line: rgb(63 42 32 / 18%);
  --accent: #ff5547;
  --accent-2: #ed2f94;
}

body[data-site="rental"] {
  --paper: #f5f4f1;
  --surface: #ffffff;
  --ink: #050505;
  --muted: #585858;
  --line: rgb(0 0 0 / 12%);
  --accent: #ff6240;
}

body[data-site="skin"] {
  --paper: #f5ffd4;
  --surface: #ffffff;
  --ink: #071511;
  --muted: #38413c;
  --line: rgb(0 55 48 / 18%);
  --accent: #efff62;
  --accent-ink: #071511;
  background: #f7ffe3;
}

button,
a {
  font: inherit;
  color: inherit;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
  background: var(--paper);
}

.site-alert {
  display: flex;
  min-height: 38px;
  align-items: center;
  gap: 72px;
  overflow: hidden;
  padding: 0 24px;
  background: #003d37;
  color: #e9fff2;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  min-height: 74px;
  grid-template-columns: minmax(140px, 1fr) auto minmax(140px, 1fr);
  align-items: center;
  gap: 28px;
  padding: 0 var(--page-x);
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper) 94%, white);
}

.site-nav--skin {
  top: 0;
  background: var(--accent);
  border-color: #052e28;
}

.brand {
  font-size: 22px;
  font-weight: 950;
  line-height: 1;
}

.brand--serif {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.brand--skin {
  justify-self: center;
  font-size: 29px;
  font-weight: 950;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 42px);
  font-size: 15px;
  font-weight: 760;
  white-space: nowrap;
}

.nav-icons {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 22px;
}

.nav-button,
.primary-button,
.ghost-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 920;
  white-space: nowrap;
}

.nav-button {
  justify-self: end;
  min-height: 46px;
  border: 1px solid var(--ink);
  background: transparent;
}

.primary-button {
  border: 1px solid var(--accent);
  background: var(--accent);
  color: var(--accent-ink);
}

.ghost-button {
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 80%, transparent);
}

.hero {
  display: grid;
  align-items: stretch;
}

.hero-copy {
  display: grid;
  align-content: center;
  min-width: 0;
}

.eyebrow {
  margin: 0 0 22px;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1,
.section-title {
  margin: 0;
  word-break: keep-all;
}

.hero h1 {
  font-size: clamp(46px, 6vw, 88px);
  font-weight: 950;
  line-height: 1.02;
}

.hero-copy > p {
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.7vw, 21px);
  font-weight: 640;
  line-height: 1.65;
  word-break: keep-all;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-media {
  min-width: 0;
  overflow: hidden;
  background: #ddd8d0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero--clinic {
  min-height: calc(100vh - 74px);
  grid-template-columns: minmax(360px, 0.96fr) minmax(420px, 1.05fr);
}

.hero--clinic .hero-copy {
  padding: clamp(42px, 6vw, 86px) clamp(28px, 7vw, 108px);
}

.hero--clinic h1 {
  max-width: 680px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 5.4vw, 74px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.hero--clinic .hero-media {
  min-height: 650px;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: #201b18;
  font-size: 18px;
  font-weight: 730;
}

.check-list li::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 999px;
  background: var(--accent-2);
  color: white;
  content: "✓";
  font-size: 14px;
  font-weight: 950;
}

.hero--rental {
  min-height: calc(100vh - 74px);
  grid-template-columns: minmax(320px, 0.36fr) minmax(520px, 1fr);
  background: #f3f1ee;
}

.hero--rental .hero-copy {
  padding: clamp(44px, 6vw, 92px) clamp(28px, 5vw, 66px);
  background: #f5f4f1;
}

.hero--rental h1 {
  max-width: 440px;
  font-size: clamp(40px, 4vw, 58px);
  line-height: 1.12;
  letter-spacing: -0.01em;
}

.hero--rental .hero-media {
  min-height: 680px;
}

.hero--rental .primary-button,
body[data-site="rental"] .nav-button {
  border-color: var(--accent);
  color: #ffffff;
  background: var(--accent);
}

body[data-site="rental"] .nav-button {
  color: var(--accent);
  background: transparent;
}

.hero--skin {
  position: relative;
  min-height: 630px;
  grid-template-columns: minmax(320px, 0.76fr) minmax(420px, 1fr);
  overflow: hidden;
  background: linear-gradient(180deg, #b9dcff 0%, #eaf8ff 100%);
}

.hero--skin .hero-copy {
  z-index: 1;
  padding: clamp(56px, 9vw, 118px) var(--page-x);
}

.hero--skin h1 {
  max-width: 620px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 6.7vw, 96px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}

.hero--skin .hero-media {
  min-height: 620px;
  background: transparent;
}

.hero--skin .hero-media img {
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
}

.hero--skin .primary-button {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--accent-ink);
}

.quick-list {
  display: grid;
  margin: 0;
  border-top: 1px solid var(--line);
}

.quick-row {
  display: grid;
  grid-template-columns: 88px minmax(0, 0.58fr) minmax(220px, 1fr);
  gap: clamp(20px, 4vw, 64px);
  align-items: center;
  padding: 26px var(--page-x);
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper) 78%, white);
}

.quick-row__num {
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 300;
  line-height: 1;
}

.quick-row strong {
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 950;
  line-height: 1.1;
  word-break: keep-all;
}

.quick-row p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 640;
  line-height: 1.6;
  word-break: keep-all;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 1fr);
  gap: clamp(34px, 8vw, 112px);
  padding: var(--section-y) var(--page-x);
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.section-grid--surface {
  background: var(--surface);
}

.section-title {
  font-size: clamp(36px, 5vw, 74px);
  font-weight: 950;
  line-height: 1;
}

body[data-site="skin"] .section-title,
body[data-site="clinic"] .section-title {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.section-lead {
  max-width: 430px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 640;
  line-height: 1.7;
  word-break: keep-all;
}

.card-grid,
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.info-card,
.product-card {
  min-height: 230px;
  padding: clamp(22px, 3vw, 34px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 62%, transparent);
}

.info-card span,
.product-card span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body[data-site="skin"] .info-card span,
body[data-site="skin"] .product-card span {
  color: #006d5f;
}

.info-card h3,
.product-card h3 {
  margin: 42px 0 0;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 950;
  line-height: 1.16;
  word-break: keep-all;
}

.info-card p,
.product-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 640;
  line-height: 1.65;
  word-break: keep-all;
}

.product-card {
  display: grid;
  min-height: 320px;
  align-content: space-between;
  background: #fbfff0;
}

.product-card__price {
  display: block;
  margin-top: 20px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 950;
}

.split-showcase {
  display: grid;
  grid-template-columns: minmax(340px, 0.68fr) minmax(280px, 0.42fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: stretch;
}

.showcase-image {
  min-height: 430px;
  overflow: hidden;
  border-radius: var(--radius);
  background: #ddd8d0;
}

.showcase-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-list,
.step-list {
  display: grid;
  align-content: start;
  border-top: 1px solid var(--line);
}

.detail-list div,
.step-list li {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 22px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.detail-list dt,
.step-list span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.detail-list dd,
.step-list p {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 760;
  line-height: 1.5;
  word-break: keep-all;
}

.step-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.room-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: var(--section-y) var(--page-x) 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--surface);
}

.room-band a {
  min-height: 158px;
  padding: 28px;
  border-right: 1px solid var(--line);
}

.room-band a:last-child {
  border-right: 0;
}

.room-band span {
  color: var(--accent);
  font-size: 13px;
  font-weight: 950;
}

.room-band strong {
  display: block;
  margin-top: 30px;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.1;
}

.skin-shop-tabs {
  display: grid;
  grid-template-columns: 0.8fr repeat(4, 1fr);
  gap: 0;
  margin: clamp(48px, 5vw, 72px) var(--page-x) 0;
  overflow: hidden;
  border-radius: 26px 26px 0 0;
  background: #f5ffd4;
}

.skin-shop-tabs a {
  min-height: 130px;
  padding: 30px 34px;
  border-right: 1px solid var(--line);
}

.skin-shop-tabs a:last-child {
  border-right: 0;
}

.skin-shop-tabs strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 58px);
  font-weight: 500;
  line-height: 1;
}

.skin-shop-tabs span {
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.cta-band {
  display: grid;
  grid-template-columns: 92px 1fr auto;
  align-items: stretch;
  margin: var(--section-y) var(--page-x);
  border: 1px solid var(--ink);
  background: color-mix(in srgb, var(--surface) 74%, transparent);
}

.cta-band__mark {
  display: grid;
  min-height: 108px;
  place-items: center;
  border-right: 1px solid var(--ink);
  color: var(--accent);
  font-size: 38px;
  font-weight: 950;
}

.cta-band__copy {
  display: grid;
  align-content: center;
  padding: 24px clamp(22px, 4vw, 50px);
}

.cta-band h2 {
  margin: 0;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 950;
  word-break: keep-all;
}

.cta-band p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  word-break: keep-all;
}

.cta-band a {
  display: inline-flex;
  min-height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(22px, 4vw, 52px);
  border-left: 1px solid var(--ink);
  color: var(--ink);
  font-size: 15px;
  font-weight: 950;
  white-space: nowrap;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  padding: 24px var(--page-x) 42px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 720;
}

@media (max-width: 1040px) {
  .site-nav {
    grid-template-columns: 1fr auto;
    min-height: auto;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brand--skin {
    justify-self: start;
  }

  .nav-links {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .nav-icons {
    display: none;
  }

  .hero--clinic,
  .hero--rental,
  .hero--skin,
  .section-grid,
  .split-showcase {
    grid-template-columns: 1fr;
  }

  .hero--clinic .hero-media,
  .hero--rental .hero-media,
  .hero--skin .hero-media {
    min-height: 440px;
  }

  .quick-row {
    grid-template-columns: 66px minmax(0, 1fr);
  }

  .quick-row p {
    grid-column: 2;
  }

  .card-grid,
  .card-grid--four,
  .product-grid,
  .room-band,
  .skin-shop-tabs {
    grid-template-columns: 1fr 1fr;
  }

  .room-band a:nth-child(2n),
  .skin-shop-tabs a:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 620px) {
  :root {
    --page-x: 18px;
  }

  .site-alert {
    min-height: 32px;
    gap: 38px;
    font-size: 11px;
  }

  .brand,
  .brand--serif,
  .brand--skin {
    font-size: 21px;
  }

  .nav-button {
    min-height: 40px;
    padding: 0 14px;
    font-size: 13px;
  }

  .nav-links {
    gap: 18px;
    font-size: 13px;
  }

  .hero--clinic .hero-copy,
  .hero--rental .hero-copy,
  .hero--skin .hero-copy {
    padding: 46px var(--page-x);
  }

  .hero--clinic h1,
  .hero--skin h1 {
    font-size: clamp(46px, 14vw, 70px);
  }

  .hero--rental h1 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .check-list li {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
  }

  .primary-button,
  .ghost-button {
    width: 100%;
  }

  .hero--clinic .hero-media,
  .hero--rental .hero-media,
  .hero--skin .hero-media {
    min-height: 360px;
  }

  .quick-row,
  .detail-list div,
  .step-list li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .card-grid,
  .card-grid--four,
  .product-grid,
  .room-band,
  .skin-shop-tabs {
    grid-template-columns: 1fr;
  }

  .room-band a,
  .skin-shop-tabs a {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .cta-band {
    grid-template-columns: 70px 1fr;
  }

  .cta-band a {
    grid-column: 1 / -1;
    min-height: 68px;
    border-top: 1px solid var(--ink);
    border-left: 0;
  }
}

/* Premium interaction layer */
body {
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
  content: "";
  opacity: 0.028;
  background-image:
    repeating-linear-gradient(0deg, rgb(0 0 0 / 80%) 0 1px, transparent 1px 3px),
    repeating-linear-gradient(90deg, rgb(0 0 0 / 50%) 0 1px, transparent 1px 4px);
  mix-blend-mode: multiply;
}

.site-shell {
  position: relative;
  isolation: isolate;
}

.site-shell::before {
  position: fixed;
  inset: -20%;
  z-index: 0;
  pointer-events: none;
  content: "";
  opacity: 0.44;
  background:
    radial-gradient(
      780px circle at var(--mx, 50%) var(--my, 18%),
      color-mix(in srgb, var(--accent) 26%, transparent),
      transparent 42%
    ),
    linear-gradient(135deg, rgb(255 255 255 / 34%), transparent 44%);
  transform: translateZ(0);
}

.site-shell > * {
  position: relative;
  z-index: 1;
}

.site-nav {
  box-shadow: 0 18px 48px rgb(0 0 0 / 5%);
}

.site-nav a,
.site-nav button,
.room-band a,
.skin-shop-tabs a,
.primary-button,
.ghost-button,
.nav-button,
.cta-band a,
.interactive-choice,
.mini-toggle {
  transition:
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 560ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 560ms cubic-bezier(0.22, 1, 0.36, 1),
    color 560ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-links a {
  position: relative;
}

.nav-links a::after {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.primary-button,
.ghost-button,
.nav-button {
  gap: 13px;
  box-shadow: 0 14px 28px color-mix(in srgb, var(--accent) 16%, transparent);
}

.primary-button::after,
.nav-button::after,
.cta-band a::after {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 999px;
  content: "↗";
  background: rgb(255 255 255 / 24%);
  font-size: 14px;
  line-height: 1;
  transition: transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ghost-button::after {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 999px;
  content: "↓";
  background: rgb(0 0 0 / 6%);
  font-size: 14px;
  line-height: 1;
  transition: transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.primary-button:hover,
.ghost-button:hover,
.nav-button:hover,
.cta-band a:hover {
  transform: translateY(-2px);
}

.primary-button:active,
.ghost-button:active,
.nav-button:active,
.cta-band a:active,
.interactive-choice:active,
.mini-toggle:active {
  transform: translateY(1px) scale(0.985);
}

.primary-button:hover::after,
.nav-button:hover::after,
.cta-band a:hover::after {
  transform: translate(3px, -2px);
}

.ghost-button:hover::after {
  transform: translateY(3px);
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.hero h1 {
  text-wrap: balance;
}

.hero-media {
  position: relative;
  box-shadow: 0 28px 90px rgb(0 0 0 / 12%);
}

.hero-media::after,
.showcase-image::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(120deg, rgb(255 255 255 / 18%), transparent 36%),
    radial-gradient(700px circle at 78% 14%, rgb(255 255 255 / 28%), transparent 45%);
}

.hero--clinic::after {
  position: absolute;
  right: 47%;
  bottom: 4%;
  z-index: 0;
  width: clamp(180px, 18vw, 280px);
  height: clamp(180px, 18vw, 280px);
  content: "";
  border-radius: 48% 52% 45% 55%;
  background: color-mix(in srgb, var(--accent-2) 18%, transparent);
  filter: blur(2px);
  transform: rotate(-11deg);
}

.hero--clinic .hero-media,
.hero--rental .hero-media {
  margin: clamp(14px, 2vw, 26px) clamp(18px, 2.6vw, 38px) clamp(14px, 2vw, 26px) 0;
  border: 1px solid rgb(255 255 255 / 46%);
  border-radius: clamp(20px, 2.6vw, 34px);
}

.hero--clinic .hero-media img,
.hero--rental .hero-media img {
  transform: scale(1.018);
}

.hero-float {
  position: absolute;
  z-index: 4;
  display: grid;
  gap: 14px;
  max-width: min(340px, calc(100% - 44px));
  padding: 18px;
  border: 1px solid rgb(255 255 255 / 46%);
  border-radius: 24px;
  background: rgb(255 255 255 / 78%);
  box-shadow: 0 24px 80px rgb(35 24 18 / 18%);
}

.hero-float strong {
  font-size: 18px;
  line-height: 1.25;
}

.hero-float p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.45;
}

.hero-float__row,
.hero-float__metric {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.hero-float__metric span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.clinic-float {
  right: 28px;
  bottom: 30px;
}

.rental-float {
  left: 26px;
  bottom: 26px;
  background: rgb(8 8 8 / 82%);
  color: white;
  box-shadow: 0 28px 90px rgb(0 0 0 / 28%);
}

.rental-float p,
.rental-float .hero-float__metric span {
  color: rgb(255 255 255 / 72%);
}

.skin-float {
  right: 32px;
  bottom: 32px;
  background: #f4ff63;
  color: #071511;
  border-color: #071511;
  box-shadow: 0 24px 90px rgb(5 61 54 / 20%);
}

.experience-strip,
.configurator,
.skin-quiz {
  margin: clamp(42px, 5vw, 72px) var(--page-x) 0;
}

.experience-strip {
  display: grid;
  grid-template-columns: 1fr 1.1fr 0.9fr;
  gap: 18px;
}

.experience-card,
.finder-panel,
.configurator,
.skin-quiz {
  border: 1px solid var(--line);
  border-radius: 30px;
  background: color-mix(in srgb, var(--surface) 78%, transparent);
  box-shadow: 0 24px 90px rgb(0 0 0 / 7%);
}

.experience-card {
  min-height: 168px;
  padding: 26px;
}

.experience-card span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.experience-card strong {
  display: block;
  margin-top: 18px;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.05;
  text-wrap: balance;
}

.experience-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.55;
}

.service-stack {
  display: grid;
  gap: 20px;
}

.finder-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.52fr) minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
}

.finder-panel__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.finder-panel__result {
  display: grid;
  align-content: center;
  min-height: 154px;
  padding: 22px;
  border-radius: 22px;
  background: color-mix(in srgb, var(--paper) 74%, white);
}

.finder-panel__result strong,
.config-result strong,
.quiz-result strong {
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.05;
  text-wrap: balance;
}

.finder-panel__result p,
.config-result p,
.quiz-result p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 680;
  line-height: 1.55;
}

.interactive-choice,
.mini-toggle {
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgb(255 255 255 / 48%);
  cursor: pointer;
  font-weight: 850;
}

.interactive-choice.is-active,
.mini-toggle.is-active {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--accent-ink);
  box-shadow: 0 18px 40px color-mix(in srgb, var(--accent) 24%, transparent);
}

.card-grid,
.product-grid {
  border: 0;
  gap: 14px;
}

.info-card,
.product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 50%);
  transition:
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 700ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.info-card::before,
.product-card::before {
  position: absolute;
  inset: -1px;
  pointer-events: none;
  content: "";
  opacity: 0;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 10%), color-mix(in srgb, var(--accent) 18%, transparent), transparent 52%);
  transition: opacity 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.info-card:hover,
.product-card:hover,
.room-band a:hover,
.skin-shop-tabs a:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--accent) 42%, var(--line));
  box-shadow: 0 28px 80px color-mix(in srgb, var(--accent) 16%, transparent);
}

.info-card:hover::before,
.product-card:hover::before {
  opacity: 1;
}

.room-band,
.skin-shop-tabs {
  box-shadow: 0 22px 80px rgb(0 0 0 / 7%);
}

.room-band a,
.skin-shop-tabs a {
  position: relative;
  overflow: hidden;
}

.room-band a::after,
.skin-shop-tabs a::after {
  position: absolute;
  right: 22px;
  bottom: 20px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  content: "↗";
  background: rgb(0 0 0 / 6%);
  transform: translate(8px, 8px);
  opacity: 0;
  transition:
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.room-band a:hover::after,
.skin-shop-tabs a:hover::after {
  transform: translate(0, 0);
  opacity: 1;
}

.configurator {
  display: grid;
  grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 54px);
  padding: clamp(24px, 4vw, 44px);
  background:
    linear-gradient(135deg, #151515, #2a2926 56%, #111),
    var(--ink);
  color: white;
}

.configurator h2,
.skin-quiz h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 0.98;
  text-wrap: balance;
}

.configurator p {
  color: rgb(255 255 255 / 72%);
}

.config-options,
.quiz-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.config-result,
.quiz-result {
  display: grid;
  align-content: center;
  min-height: 230px;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 26px;
  background: rgb(255 255 255 / 8%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
}

.config-result dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 26px 0 0;
}

.config-result div {
  padding: 16px;
  border-radius: 18px;
  background: rgb(255 255 255 / 8%);
}

.config-result dt {
  color: rgb(255 255 255 / 56%);
  font-size: 12px;
  font-weight: 900;
}

.config-result dd {
  margin: 8px 0 0;
  font-size: 20px;
  font-weight: 950;
}

.skin-quiz {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 54px);
  padding: clamp(24px, 4vw, 44px);
  background:
    linear-gradient(135deg, #f4ff63 0%, #e7f9ff 48%, #ffffff 100%);
}

.skin-quiz .interactive-choice.is-active,
body[data-site="skin"] .mini-toggle.is-active {
  color: #071511;
}

.quiz-result {
  border-color: #071511;
  background: rgb(255 255 255 / 58%);
}

.quiz-result__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.quiz-result__tags span {
  padding: 8px 12px;
  border: 1px solid #071511;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.site-alert span {
  animation: marqueePulse 14s linear infinite;
}

@keyframes marqueePulse {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-26px);
  }
}

.has-js [data-reveal] {
  opacity: 0;
  filter: blur(10px);
  transform: translate3d(0, 42px, 0);
  transition:
    opacity 920ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 920ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 920ms cubic-bezier(0.22, 1, 0.36, 1);
}

.has-js [data-reveal].is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  .has-js [data-reveal] {
    opacity: 1;
    filter: none;
    transform: none;
  }
}

@media (max-width: 1040px) {
  .hero--clinic .hero-media,
  .hero--rental .hero-media {
    margin: 0 var(--page-x) clamp(20px, 4vw, 34px);
  }

  .experience-strip,
  .finder-panel,
  .configurator,
  .skin-quiz {
    grid-template-columns: 1fr;
  }

  .experience-strip {
    grid-template-columns: 1fr 1fr;
  }

  .hero-float {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: none;
    margin: -88px var(--page-x) 28px;
  }

  .rental-float,
  .skin-float {
    margin-top: -108px;
  }
}

@media (max-width: 620px) {
  .site-shell::before {
    opacity: 0.26;
  }

  .hero--clinic .hero-media,
  .hero--rental .hero-media {
    border-radius: 22px;
  }

  .hero-float {
    margin-top: -62px;
    padding: 15px;
    border-radius: 20px;
  }

  .experience-strip,
  .config-result dl {
    grid-template-columns: 1fr;
  }

  .finder-panel,
  .configurator,
  .skin-quiz {
    margin-right: 18px;
    margin-left: 18px;
    padding: 18px;
    border-radius: 24px;
  }

  .experience-card,
  .info-card,
  .product-card {
    border-radius: 20px;
  }

  .configurator h2,
  .skin-quiz h2 {
    font-size: clamp(34px, 11vw, 50px);
  }
}

body[data-site] {
  --premium-ease: cubic-bezier(0.32, 0.72, 0, 1);
  --premium-slow: 860ms cubic-bezier(0.16, 1, 0.3, 1);
  --premium-radius-xl: clamp(28px, 7vw, 54px);
  --premium-radius-md: clamp(18px, 4.8vw, 32px);
  --premium-shadow: 0 30px 90px color-mix(in srgb, var(--ink) 16%, transparent);
  --premium-soft-shadow: 0 18px 58px color-mix(in srgb, var(--ink) 11%, transparent);
  --premium-hairline: color-mix(in srgb, var(--ink) 11%, transparent);
  --premium-glass: color-mix(in srgb, var(--surface) 76%, transparent);
  min-width: 320px;
  background:
    radial-gradient(780px circle at var(--mx, 52%) var(--my, 14%), color-mix(in srgb, var(--accent) 19%, transparent), transparent 52%),
    linear-gradient(180deg, color-mix(in srgb, var(--paper) 88%, white) 0%, var(--paper) 52%, color-mix(in srgb, var(--paper) 92%, var(--ink)) 100%);
  font-variant-numeric: tabular-nums;
  text-rendering: optimizeLegibility;
}

body[data-site="clinic"] {
  --paper: #f4eadf;
  --surface: #fffaf4;
  --accent: #f45a4f;
  --accent-2: #c33776;
}

body[data-site="rental"] {
  --paper: #f3f1eb;
  --surface: #fbfaf6;
  --ink: #101216;
  --muted: #62676f;
  --accent: #1f5fda;
  --accent-2: #f05b41;
}

body[data-site="skin"] {
  --paper: #eff8f4;
  --surface: #fbfff5;
  --ink: #10251e;
  --muted: #52645e;
  --accent: #dffe31;
  --accent-2: #6ad8bb;
}

body[data-site]::before {
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
  content: "";
  opacity: 0.045;
  background-image:
    linear-gradient(90deg, var(--ink) 1px, transparent 1px),
    linear-gradient(var(--ink) 1px, transparent 1px);
  background-size: 4px 4px;
  mix-blend-mode: multiply;
}

.site-shell {
  isolation: isolate;
  overflow: clip;
  background:
    radial-gradient(1100px circle at 82% 8%, color-mix(in srgb, var(--accent-2) 14%, transparent), transparent 50%),
    radial-gradient(900px circle at 8% 22%, color-mix(in srgb, var(--accent) 18%, transparent), transparent 48%);
}

.site-shell::before {
  opacity: 0;
}

.site-alert {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 6vw, 56px);
  padding: 10px var(--page-x) 0;
  color: color-mix(in srgb, var(--ink) 82%, var(--accent));
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.site-nav,
.site-nav--skin {
  position: sticky;
  top: 12px;
  z-index: 42;
  display: grid;
  width: min(calc(100% - 24px), 1120px);
  min-height: 58px;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  margin: 12px auto 0;
  padding: 9px 10px 9px 16px;
  border: 1px solid color-mix(in srgb, var(--ink) 12%, transparent);
  border-radius: 999px;
  background: var(--premium-glass);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 58%),
    0 18px 52px color-mix(in srgb, var(--ink) 13%, transparent);
  backdrop-filter: blur(18px) saturate(145%);
}

.site-nav .brand {
  color: var(--ink);
  font-size: clamp(18px, 5vw, 24px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

.brand--serif {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.nav-links {
  display: flex;
  grid-column: 1 / -1;
  order: 3;
  gap: 8px;
  overflow-x: auto;
  padding: 2px 0 0;
  scrollbar-width: none;
}

.nav-links::-webkit-scrollbar {
  display: none;
}

.nav-links a,
.nav-icons span {
  display: inline-flex;
  min-width: max-content;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid color-mix(in srgb, var(--ink) 9%, transparent);
  border-radius: 999px;
  background: rgb(255 255 255 / 28%);
  color: color-mix(in srgb, var(--ink) 78%, var(--muted));
  font-size: 12px;
  font-weight: 800;
  transition:
    transform 420ms var(--premium-ease),
    background-color 420ms var(--premium-ease),
    color 420ms var(--premium-ease);
}

.nav-links a:hover,
.nav-links a:focus-visible {
  transform: translateY(-2px);
  background: var(--ink);
  color: var(--surface);
}

.nav-button {
  display: inline-flex;
  min-width: max-content;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--surface);
  font-size: 12px;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 18%);
  transition:
    transform 420ms var(--premium-ease),
    background-color 420ms var(--premium-ease);
}

.nav-button::after,
.primary-button::after,
.ghost-button::after,
.cta-band > a::after {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  margin-left: 10px;
  border-radius: 999px;
  background: color-mix(in srgb, currentColor 10%, transparent);
  content: "↗";
  font-size: 13px;
  line-height: 1;
  transition: transform 520ms var(--premium-ease);
}

.nav-button:hover,
.nav-button:focus-visible,
.primary-button:hover,
.primary-button:focus-visible,
.ghost-button:hover,
.ghost-button:focus-visible,
.cta-band > a:hover,
.cta-band > a:focus-visible {
  transform: translateY(-2px) scale(0.99);
}

.nav-button:hover::after,
.nav-button:focus-visible::after,
.primary-button:hover::after,
.primary-button:focus-visible::after,
.ghost-button:hover::after,
.ghost-button:focus-visible::after,
.cta-band > a:hover::after,
.cta-band > a:focus-visible::after {
  transform: translate(3px, -2px) scale(1.05);
}

.hero {
  position: relative;
  display: grid;
  min-height: calc(100dvh - 78px);
  grid-template-columns: 1fr;
  gap: clamp(22px, 7vw, 52px);
  align-items: center;
  width: min(100%, 1220px);
  margin: 0 auto;
  padding: clamp(44px, 9vw, 110px) var(--page-x) clamp(70px, 13vw, 150px);
}

.hero::before {
  position: absolute;
  inset: 4% 5% auto auto;
  z-index: -1;
  width: clamp(180px, 46vw, 520px);
  aspect-ratio: 1;
  border-radius: 44% 56% 53% 47%;
  background: color-mix(in srgb, var(--accent) 18%, transparent);
  content: "";
  filter: blur(42px);
  opacity: 0.72;
  transform: translate3d(calc((var(--mx, 50%) - 50%) * 0.03), 0, 0);
}

.hero-copy {
  display: grid;
  gap: clamp(18px, 5vw, 30px);
  align-content: center;
}

.eyebrow,
.hero-copy > .eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 30px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid color-mix(in srgb, var(--accent) 32%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface) 60%, transparent);
  color: color-mix(in srgb, var(--ink) 76%, var(--accent));
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 11ch;
  margin: 0;
  color: var(--ink);
  font-size: clamp(48px, 13.2vw, 126px);
  font-weight: 950;
  line-height: 0.98;
  letter-spacing: -0.058em;
  text-wrap: balance;
}

.hero--rental h1 {
  max-width: 9ch;
}

.hero--skin h1 {
  max-width: 11ch;
}

.hero-copy > p:not(.eyebrow),
.section-lead {
  max-width: 62ch;
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 4.2vw, 22px);
  font-weight: 650;
  line-height: 1.7;
  letter-spacing: -0.02em;
}

.check-list {
  display: flex;
  gap: 10px;
  width: min(100%, 520px);
  margin: 0;
  padding: 0 2px 4px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  list-style: none;
  scrollbar-width: none;
}

.check-list::-webkit-scrollbar {
  display: none;
}

.check-list li {
  display: inline-flex;
  min-width: 100%;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
  border: 1px solid var(--premium-hairline);
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface) 68%, transparent);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 58%);
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
  scroll-snap-align: start;
}

.check-list li::before {
  position: static;
  top: auto;
  left: auto;
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  background: var(--accent);
  color: var(--accent-ink, #fff);
  content: "✓";
  font-size: 13px;
}

.hero-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.primary-button,
.ghost-button,
.cta-band > a {
  display: inline-flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  padding: 0 18px 0 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 950;
  text-align: center;
  transition:
    transform 520ms var(--premium-ease),
    box-shadow 520ms var(--premium-ease),
    background-color 520ms var(--premium-ease);
}

.primary-button {
  background: var(--accent);
  color: var(--accent-ink, #111);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 32%),
    0 22px 60px color-mix(in srgb, var(--accent) 30%, transparent);
}

body[data-site="skin"] .primary-button,
body[data-site="skin"] .cta-band > a {
  color: var(--ink);
}

.ghost-button {
  border: 1px solid var(--premium-hairline);
  background: color-mix(in srgb, var(--surface) 68%, transparent);
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 48%);
}

.hero-media,
.showcase-image {
  position: relative;
  margin: 0;
  padding: clamp(7px, 2vw, 12px);
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--ink) 10%, transparent);
  border-radius: var(--premium-radius-xl);
  background:
    linear-gradient(135deg, rgb(255 255 255 / 52%), rgb(255 255 255 / 12%)),
    color-mix(in srgb, var(--surface) 72%, transparent);
  box-shadow: var(--premium-shadow);
}

.hero-media::before,
.showcase-image::before {
  position: absolute;
  inset: 8px;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgb(255 255 255 / 38%);
  border-radius: calc(var(--premium-radius-xl) - 10px);
  box-shadow: inset 0 1px 1px rgb(255 255 255 / 36%);
  content: "";
}

.hero-media img,
.showcase-image img {
  width: 100%;
  min-height: clamp(330px, 78vw, 660px);
  object-fit: cover;
  border-radius: calc(var(--premium-radius-xl) - 12px);
  transform: scale(1.035);
  transition: transform var(--premium-slow);
}

.hero-media:hover img,
.showcase-image:hover img {
  transform: scale(1.075);
}

.hero-float {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 12px;
  width: min(100% - 28px, 360px);
  margin: -74px auto 0;
  padding: 18px;
  border: 1px solid color-mix(in srgb, var(--ink) 10%, transparent);
  border-radius: var(--premium-radius-md);
  background: color-mix(in srgb, var(--surface) 82%, transparent);
  box-shadow: var(--premium-soft-shadow);
  backdrop-filter: blur(18px) saturate(150%);
}

.hero-float strong,
.hero-float__metric strong,
.hero-float__row strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 950;
  line-height: 1.2;
}

.hero-float p,
.hero-float span {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.experience-strip,
.quick-list,
.room-band,
.skin-shop-tabs,
.section-grid,
.configurator,
.skin-quiz,
.cta-band {
  width: min(100%, 1220px);
  margin: 0 auto;
  padding: clamp(76px, 17vw, 142px) var(--page-x);
}

.experience-strip,
.quick-list,
.room-band,
.skin-shop-tabs {
  display: grid;
  gap: 14px;
}

.section-grid {
  display: grid;
  gap: clamp(28px, 8vw, 70px);
}

.section-grid--surface,
.configurator,
.skin-quiz {
  border-radius: var(--premium-radius-xl);
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--surface) 88%, white), color-mix(in srgb, var(--surface) 76%, var(--accent) 7%));
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 58%);
}

.section-title,
.configurator h2,
.skin-quiz h2 {
  max-width: 11ch;
  margin: 12px 0 0;
  color: var(--ink);
  font-size: clamp(42px, 13vw, 92px);
  font-weight: 950;
  line-height: 0.92;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.card-grid,
.product-grid,
.step-list,
.detail-list {
  display: grid;
  gap: 14px;
}

.experience-card,
.finder-panel,
.quick-row,
.info-card,
.product-card,
.split-showcase,
.detail-list > div,
.step-list > li,
.config-result,
.quiz-result,
.skin-shop-tabs a,
.room-band a {
  position: relative;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--ink) 10%, transparent);
  border-radius: var(--premium-radius-md);
  background:
    linear-gradient(145deg, rgb(255 255 255 / 54%), rgb(255 255 255 / 16%)),
    color-mix(in srgb, var(--surface) 82%, transparent);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 52%),
    var(--premium-soft-shadow);
}

.experience-card,
.quick-row,
.info-card,
.product-card,
.detail-list > div,
.step-list > li {
  padding: clamp(18px, 5.2vw, 30px);
}

.experience-card::after,
.quick-row::after,
.info-card::after,
.product-card::after,
.config-result::after,
.quiz-result::after {
  position: absolute;
  inset: auto -18% -42% 34%;
  height: 80%;
  pointer-events: none;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 13%, transparent);
  content: "";
  filter: blur(30px);
  opacity: 0.88;
}

.experience-card span,
.quick-row__num,
.info-card span,
.product-card__price,
.detail-list dt,
.step-list strong {
  color: color-mix(in srgb, var(--ink) 54%, var(--accent));
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.experience-card strong,
.quick-row strong,
.info-card h3,
.product-card h3,
.config-result strong,
.quiz-result strong,
.detail-list dd,
.step-list h3 {
  position: relative;
  z-index: 1;
  color: var(--ink);
  font-size: clamp(20px, 6vw, 30px);
  font-weight: 950;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.experience-card p,
.quick-row p,
.info-card p,
.product-card p,
.config-result p,
.quiz-result p,
.detail-list dd,
.step-list p {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.62;
}

.finder-panel,
.configurator,
.skin-quiz {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 6vw, 44px);
}

.finder-panel__choices,
.config-options,
.quiz-options {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  padding-bottom: 3px;
  scrollbar-width: none;
}

.finder-panel__choices::-webkit-scrollbar,
.config-options::-webkit-scrollbar,
.quiz-options::-webkit-scrollbar {
  display: none;
}

.interactive-choice,
.mini-toggle {
  min-width: max-content;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid color-mix(in srgb, var(--ink) 10%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface) 74%, transparent);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  transition:
    transform 420ms var(--premium-ease),
    background-color 420ms var(--premium-ease),
    color 420ms var(--premium-ease);
}

.interactive-choice:hover,
.interactive-choice:focus-visible,
.mini-toggle:hover,
.mini-toggle:focus-visible {
  transform: translateY(-2px);
}

.interactive-choice.is-active,
.mini-toggle.is-active {
  background: var(--ink);
  color: var(--surface);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 16%);
}

.finder-panel__result,
.config-result,
.quiz-result {
  padding: clamp(18px, 5vw, 30px);
}

.quiz-result__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.quiz-result__tags span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 18%, transparent);
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
}

.product-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: calc(var(--premium-radius-md) - 8px);
}

.room-band,
.skin-shop-tabs {
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: minmax(min(76vw, 280px), 1fr);
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow-x: auto;
  scrollbar-width: none;
}

.room-band::-webkit-scrollbar,
.skin-shop-tabs::-webkit-scrollbar {
  display: none;
}

.room-band a,
.skin-shop-tabs a {
  display: grid;
  min-height: 132px;
  align-content: end;
  padding: 18px;
  border-right: 0;
  border-bottom: 0;
  color: var(--ink);
  text-decoration: none;
  transition:
    transform 520ms var(--premium-ease),
    background-color 520ms var(--premium-ease);
}

.room-band a:hover,
.room-band a:focus-visible,
.skin-shop-tabs a:hover,
.skin-shop-tabs a:focus-visible {
  transform: translateY(-4px);
  background: var(--accent);
}

.split-showcase {
  display: grid;
  gap: 16px;
  padding: 8px;
  background: color-mix(in srgb, var(--surface) 64%, transparent);
}

.split-showcase .detail-list {
  padding: 8px;
}

.cta-band {
  display: grid;
  gap: 24px;
  align-items: center;
  margin-bottom: clamp(24px, 8vw, 70px);
  border-radius: var(--premium-radius-xl);
  background:
    radial-gradient(520px circle at 92% 12%, color-mix(in srgb, var(--accent) 34%, transparent), transparent 58%),
    var(--ink);
  color: var(--surface);
  box-shadow: var(--premium-shadow);
}

.cta-band__mark {
  display: grid;
  width: 72px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 24px;
  background: color-mix(in srgb, var(--surface) 12%, transparent);
  color: var(--accent);
  font-size: 34px;
  font-weight: 950;
}

.cta-band h2 {
  margin: 0;
  color: var(--surface);
  font-size: clamp(34px, 10vw, 76px);
  font-weight: 950;
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.cta-band p {
  margin: 12px 0 0;
  color: color-mix(in srgb, var(--surface) 72%, transparent);
  font-size: 15px;
  font-weight: 700;
}

.cta-band > a {
  width: 100%;
  background: var(--accent);
  color: var(--accent-ink, #111);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  justify-content: center;
  padding: 28px var(--page-x) 42px;
  color: color-mix(in srgb, var(--ink) 54%, transparent);
  font-size: 12px;
  font-weight: 700;
}

.has-js [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 34px, 0) scale(0.985);
  transition:
    opacity 820ms var(--premium-ease),
    transform 920ms var(--premium-ease);
}

.has-js [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

@supports (animation-timeline: view()) {
  .hero-media img,
  .showcase-image img {
    animation: sample-parallax-image both linear;
    animation-timeline: view();
    animation-range: entry -10% exit 100%;
  }

  .hero-float,
  .cta-band__mark {
    animation: sample-parallax-lift both linear;
    animation-timeline: view();
    animation-range: entry 0% exit 90%;
  }
}

@keyframes sample-parallax-image {
  from {
    transform: scale(1.1) translate3d(0, -4%, 0);
  }

  to {
    transform: scale(1.16) translate3d(0, 5%, 0);
  }
}

@keyframes sample-parallax-lift {
  from {
    transform: translate3d(0, 24px, 0);
  }

  to {
    transform: translate3d(0, -24px, 0);
  }
}

@media (min-width: 720px) {
  .site-nav,
  .site-nav--skin {
    grid-template-columns: auto 1fr auto;
    padding: 9px 12px 9px 18px;
  }

  .nav-links {
    grid-column: auto;
    order: 0;
    justify-content: center;
    padding: 0;
  }

  .hero {
    min-height: calc(100dvh - 88px);
    grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.78fr);
  }

  .hero-copy {
    align-self: center;
  }

  .hero-actions {
    grid-template-columns: max-content max-content;
  }

  .check-list {
    display: grid;
    width: min(100%, 650px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
  }

  .check-list li {
    min-width: 0;
  }

  .check-list li:last-child {
    grid-column: 1 / -1;
  }

  .hero-media {
    align-self: stretch;
  }

  .hero-float {
    grid-column: 2;
    justify-self: start;
    margin-top: -130px;
    margin-left: -42px;
  }

  .experience-strip {
    grid-template-columns: 0.82fr 1.18fr 0.82fr;
    align-items: stretch;
  }

  .quick-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .section-grid {
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  }

  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .split-showcase {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  }

  .configurator,
  .skin-quiz {
    grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.78fr);
  }

  .cta-band {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .cta-band > a {
    width: auto;
    min-width: 190px;
  }
}

@media (max-width: 560px) {
  .site-alert {
    justify-content: flex-start;
    overflow: hidden;
  }

  .site-nav,
  .site-nav--skin {
    border-radius: 28px;
  }

  .nav-button {
    min-height: 38px;
    padding: 0 12px;
  }

  .nav-button::after {
    width: 26px;
    height: 26px;
  }

  .hero {
    padding-top: 34px;
  }

  .hero-media img,
  .showcase-image img {
    min-height: 350px;
  }

  .skin-shop-tabs,
  .room-band {
    margin-right: 0;
    margin-left: 0;
    padding-right: var(--page-x);
    padding-left: var(--page-x);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media img,
  .showcase-image img,
  .hero-float,
  .cta-band__mark {
    animation: none;
  }

  .has-js [data-reveal],
  .has-js [data-reveal].is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

body[data-premium-result] {
  --result-ease: cubic-bezier(0.32, 0.72, 0, 1);
  --result-shell: color-mix(in srgb, var(--surface) 82%, transparent);
  --result-line: color-mix(in srgb, var(--ink) 12%, transparent);
  --result-shadow: 0 34px 110px color-mix(in srgb, var(--ink) 18%, transparent);
}

body[data-premium-result="clinic"] {
  --paper: #f7eee7;
  --surface: #fffbf6;
  --accent: #f06358;
  --accent-2: #8a5d4b;
}

body[data-premium-result="rental"] {
  --paper: #f4fcf2;
  --surface: #eef6ec;
  --accent: #006c4c;
  --accent-2: #a43b34;
}

body[data-premium-result="skin"] {
  --paper: #edf8f2;
  --surface: #fffff5;
  --accent: #ddff32;
  --accent-2: #25b99d;
}

body[data-premium-result] .site-shell {
  background:
    radial-gradient(720px circle at 12% 8%, color-mix(in srgb, var(--accent) 18%, transparent), transparent 58%),
    radial-gradient(820px circle at 96% 18%, color-mix(in srgb, var(--accent-2) 20%, transparent), transparent 54%),
    linear-gradient(180deg, color-mix(in srgb, var(--paper) 92%, white), var(--paper));
}

body[data-premium-result] .hero {
  width: min(100%, 1280px);
  min-height: calc(100dvh - 82px);
  align-items: start;
  gap: 0;
  padding-top: clamp(18px, 5vw, 64px);
}

body[data-premium-result] .hero-media {
  order: -1;
  width: 100%;
  min-height: min(66dvh, 560px);
  aspect-ratio: 0.78;
  border-radius: clamp(30px, 9vw, 66px);
  background:
    linear-gradient(145deg, rgb(255 255 255 / 62%), rgb(255 255 255 / 12%)),
    color-mix(in srgb, var(--surface) 70%, var(--accent) 8%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 64%),
    var(--result-shadow);
}

body[data-premium-result] .hero-media::before {
  inset: 10px;
  border-color: rgb(255 255 255 / 48%);
  border-radius: clamp(22px, 7vw, 54px);
}

body[data-premium-result] .hero-media::after {
  position: absolute;
  inset: auto 10px 10px;
  z-index: 1;
  height: 42%;
  border-radius: 0 0 clamp(22px, 7vw, 54px) clamp(22px, 7vw, 54px);
  background: linear-gradient(180deg, transparent, color-mix(in srgb, var(--ink) 46%, transparent));
  content: "";
}

body[data-premium-result] .hero-media img {
  height: 100%;
  min-height: 0;
  border-radius: clamp(22px, 7vw, 54px);
  object-position: center;
  filter: saturate(1.03) contrast(1.02);
}

body[data-premium-result="clinic"] .hero-media img {
  object-position: 52% 48%;
}

body[data-premium-result="rental"] .hero-media img {
  object-position: 55% 54%;
}

body[data-premium-result="skin"] .hero-media img {
  object-position: 50% 52%;
}

body[data-premium-result] .hero-copy {
  position: relative;
  z-index: 4;
  width: min(100%, 650px);
  margin: -72px auto 0;
  padding: clamp(22px, 6vw, 42px);
  border: 1px solid var(--result-line);
  border-radius: clamp(28px, 8vw, 48px);
  background:
    linear-gradient(145deg, rgb(255 255 255 / 70%), rgb(255 255 255 / 18%)),
    var(--result-shell);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 68%),
    0 26px 72px color-mix(in srgb, var(--ink) 16%, transparent);
}

body[data-premium-result] .hero h1 {
  max-width: 12ch;
  font-size: clamp(40px, 11vw, 102px);
  line-height: 0.92;
  letter-spacing: -0.072em;
}

body[data-premium-result="clinic"] .hero h1 {
  max-width: 10.8ch;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body[data-premium-result="rental"] .hero h1 {
  max-width: 8.6ch;
}

body[data-premium-result="skin"] .hero h1 {
  max-width: 10ch;
}

.result-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 4px 0 0;
}

.result-kpis div {
  display: grid;
  min-height: 76px;
  align-content: center;
  gap: 6px;
  padding: 12px 10px;
  border: 1px solid color-mix(in srgb, var(--ink) 9%, transparent);
  border-radius: 20px;
  background: color-mix(in srgb, var(--surface) 62%, transparent);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 48%);
}

.result-kpis dt {
  color: color-mix(in srgb, var(--muted) 88%, transparent);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.result-kpis dd {
  margin: 0;
  color: var(--ink);
  font-size: clamp(16px, 4.5vw, 24px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.045em;
}

.hero-screen-card {
  position: absolute;
  right: clamp(18px, 5vw, 38px);
  bottom: clamp(18px, 5vw, 38px);
  left: clamp(18px, 5vw, 38px);
  z-index: 3;
  display: grid;
  gap: 8px;
  padding: clamp(16px, 4.8vw, 26px);
  border: 1px solid rgb(255 255 255 / 38%);
  border-radius: clamp(22px, 6vw, 34px);
  background: color-mix(in srgb, var(--surface) 78%, transparent);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 62%),
    0 22px 62px rgb(0 0 0 / 18%);
  color: var(--ink);
  backdrop-filter: blur(18px) saturate(145%);
}

.hero-screen-card span {
  color: color-mix(in srgb, var(--ink) 54%, var(--accent));
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-screen-card strong {
  font-size: clamp(21px, 6.2vw, 34px);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.hero-screen-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.48;
}

.screen-card-track {
  display: grid;
  grid-template-columns: 0.9fr 1.25fr 0.72fr;
  gap: 6px;
  margin-top: 6px;
}

.screen-card-track i {
  display: block;
  height: 6px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent) 48%, var(--ink) 8%);
}

body[data-premium-result] .hero-float {
  width: min(100%, 600px);
  margin-top: 14px;
}

body[data-premium-result] .section-grid--surface,
body[data-premium-result] .configurator,
body[data-premium-result] .skin-quiz {
  border: 1px solid color-mix(in srgb, var(--ink) 8%, transparent);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 62%),
    0 34px 100px color-mix(in srgb, var(--ink) 10%, transparent);
}

body[data-premium-result] .info-card,
body[data-premium-result] .product-card,
body[data-premium-result] .quick-row,
body[data-premium-result] .experience-card,
body[data-premium-result] .finder-panel,
body[data-premium-result] .config-result,
body[data-premium-result] .quiz-result {
  transition:
    transform 620ms var(--result-ease),
    box-shadow 620ms var(--result-ease),
    border-color 620ms var(--result-ease);
}

body[data-premium-result] .info-card:hover,
body[data-premium-result] .product-card:hover,
body[data-premium-result] .quick-row:hover,
body[data-premium-result] .experience-card:hover {
  border-color: color-mix(in srgb, var(--accent) 28%, transparent);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 64%),
    0 28px 78px color-mix(in srgb, var(--accent) 16%, transparent);
  transform: translateY(-5px);
}

body[data-premium-result="rental"] .site-nav,
body[data-premium-result="rental"] .hero-copy,
body[data-premium-result="rental"] .hero-screen-card {
  background:
    linear-gradient(145deg, rgb(255 255 255 / 78%), rgb(255 255 255 / 28%)),
    color-mix(in srgb, var(--surface) 86%, transparent);
}

body[data-premium-result="skin"] .site-alert {
  background: var(--ink);
  color: var(--accent);
}

@media (min-width: 760px) {
  body[data-premium-result] .hero {
    grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
  }

  body[data-premium-result] .hero-copy {
    order: 0;
    margin: 0;
    background:
      linear-gradient(145deg, rgb(255 255 255 / 58%), rgb(255 255 255 / 10%)),
      color-mix(in srgb, var(--surface) 58%, transparent);
  }

  body[data-premium-result] .hero-media {
    order: 0;
    min-height: min(78dvh, 760px);
    aspect-ratio: 0.82;
  }

  body[data-premium-result] .hero-float {
    position: absolute;
    right: clamp(34px, 7vw, 92px);
    bottom: clamp(42px, 8vw, 92px);
    width: min(360px, 28vw);
    margin: 0;
  }

  .result-kpis {
    width: min(100%, 560px);
  }

  .hero-screen-card {
    right: clamp(24px, 4vw, 44px);
    bottom: clamp(24px, 4vw, 44px);
    left: auto;
    width: min(360px, calc(100% - 48px));
  }
}

@media (max-width: 420px) {
  body[data-premium-result] .hero {
    padding-right: 12px;
    padding-left: 12px;
  }

  body[data-premium-result] .hero-copy {
    padding: 20px;
  }

  body[data-premium-result] .hero h1 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .result-kpis {
    grid-template-columns: 1fr;
  }

  .result-kpis div {
    min-height: 58px;
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}

body[data-premium-result] .hero {
  gap: clamp(18px, 5vw, 52px);
  padding-top: clamp(24px, 5vw, 70px);
}

body[data-premium-result] .hero-media {
  aspect-ratio: 1 / 1;
  min-height: 0;
  border-radius: clamp(24px, 8vw, 46px);
}

body[data-premium-result] .hero-media img {
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

body[data-premium-result] .hero-screen-card {
  display: none;
}

body[data-premium-result] .hero-copy {
  gap: clamp(14px, 4vw, 22px);
  margin-top: -44px;
}

body[data-premium-result] .hero-lead {
  display: block;
}

body[data-premium-result] .hero h1 {
  max-width: 10.5ch;
  font-size: clamp(38px, 10.8vw, 92px);
  line-height: 0.92;
}

body[data-premium-result] .check-list {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  gap: 8px;
  overflow: visible;
  padding: 0;
}

body[data-premium-result] .check-list li {
  min-width: 0;
  min-height: 42px;
  padding: 10px 12px;
  font-size: 12px;
}

body[data-premium-result] .check-list li:nth-child(n + 4) {
  display: none;
}

body[data-premium-result] .result-kpis {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body[data-premium-result] .result-kpis div {
  min-height: 64px;
  padding: 10px;
}

body[data-premium-result] .result-kpis dd {
  font-size: clamp(15px, 4vw, 20px);
}

body[data-premium-result] .hero-float {
  display: none;
}

body[data-premium-result] .section-grid,
body[data-premium-result] .configurator,
body[data-premium-result] .skin-quiz,
body[data-premium-result] .quick-list,
body[data-premium-result] .experience-strip {
  padding-top: clamp(72px, 13vw, 132px);
}

body[data-premium-result] .section-title,
body[data-premium-result] .configurator h2,
body[data-premium-result] .skin-quiz h2 {
  font-size: clamp(38px, 11vw, 88px);
}

@media (min-width: 760px) {
  body[data-premium-result] .hero {
    grid-template-columns: minmax(410px, 0.8fr) minmax(0, 1.2fr);
    align-items: center;
    min-height: calc(100dvh - 88px);
  }

  body[data-premium-result] .hero-copy {
    margin: 0;
    padding: clamp(28px, 4vw, 48px);
  }

  body[data-premium-result] .hero-media {
    aspect-ratio: 4 / 3;
    min-height: 0;
    align-self: center;
  }

  body[data-premium-result] .hero h1 {
    font-size: clamp(54px, 7.2vw, 106px);
  }

  body[data-premium-result] .check-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-premium-result] .check-list li:last-child {
    grid-column: auto;
  }

  body[data-premium-result] .result-kpis {
    margin-top: 8px;
  }
}

@media (min-width: 1120px) {
  body[data-premium-result] .hero {
    width: min(100%, 1360px);
  }
}

@media (max-width: 420px) {
  body[data-premium-result] .hero-copy {
    margin-top: -30px;
  }

  body[data-premium-result] .result-kpis {
    grid-template-columns: 1fr;
  }
}

body[data-premium-result] {
  --result-media-y: 0px;
}

body[data-premium-result] .hero-media {
  overflow: hidden;
}

body[data-premium-result] .hero-media img {
  animation: none;
  transform: none;
  transform-origin: center;
  transition: transform 180ms linear;
  will-change: transform;
}

body[data-premium-result] .hero-media {
  aspect-ratio: 4 / 3;
}

body[data-premium-result] .hero-media::after {
  display: none;
}

body[data-premium-result] .hero-media img {
  animation: none;
  object-fit: cover;
  object-position: center;
  transform: none;
}

body[data-premium-result] .hero h1 {
  max-width: 100%;
  overflow-wrap: anywhere;
  letter-spacing: -0.058em;
}

body[data-premium-result] .result-kpis {
  width: 100%;
  max-width: 100%;
}

body[data-premium-result="skin"] .hero h1 {
  max-width: 8.2ch;
  font-size: clamp(38px, 9vw, 64px);
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 950;
  line-height: 0.96;
  letter-spacing: -0.064em;
}

@media (min-width: 760px) {
  body[data-premium-result] .hero h1 {
    font-size: clamp(50px, 6.2vw, 88px);
  }

  body[data-premium-result="clinic"] .hero h1 {
    font-size: clamp(52px, 6.4vw, 92px);
  }

  body[data-premium-result="rental"] .hero h1 {
    font-size: clamp(52px, 6.8vw, 92px);
  }

  body[data-premium-result="skin"] .hero h1 {
    max-width: 8ch;
    font-size: clamp(46px, 5vw, 64px);
  }
}

body[data-premium-result] {
  --result-radius: 5px;
  --result-hairline: color-mix(in srgb, var(--ink) 12%, transparent);
  --result-panel: color-mix(in srgb, var(--surface) 76%, transparent);
}

body[data-premium-result] .site-shell {
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--accent) 10%, transparent), transparent 42%),
    linear-gradient(180deg, color-mix(in srgb, var(--paper) 96%, white), var(--paper));
}

body[data-premium-result] .site-nav,
body[data-premium-result] .hero-media,
body[data-premium-result] .hero-media::before,
body[data-premium-result] .hero-media img,
body[data-premium-result] .hero-copy,
body[data-premium-result] .result-kpis div,
body[data-premium-result] .check-list li,
body[data-premium-result] .primary-button,
body[data-premium-result] .ghost-button,
body[data-premium-result] .nav-button,
body[data-premium-result] .room-band,
body[data-premium-result] .room-band a,
body[data-premium-result] .skin-shop-tabs,
body[data-premium-result] .skin-shop-tabs a,
body[data-premium-result] .section-grid--surface,
body[data-premium-result] .configurator,
body[data-premium-result] .skin-quiz,
body[data-premium-result] .info-card,
body[data-premium-result] .product-card,
body[data-premium-result] .quick-row,
body[data-premium-result] .experience-card,
body[data-premium-result] .finder-panel,
body[data-premium-result] .config-result,
body[data-premium-result] .quiz-result,
body[data-premium-result] .interactive-choice,
body[data-premium-result] .mini-toggle,
body[data-premium-result] .cta-band {
  border-radius: var(--result-radius) !important;
}

body[data-premium-result] .site-nav {
  width: min(calc(100% - 24px), 1180px);
  margin-top: 12px;
  border-color: var(--result-hairline);
  background: color-mix(in srgb, var(--surface) 90%, transparent) !important;
  box-shadow: 0 18px 50px color-mix(in srgb, var(--ink) 10%, transparent);
}

body[data-premium-result] .hero {
  width: min(100%, 1480px) !important;
  min-height: calc(100dvh - 86px);
  align-items: center;
  gap: clamp(18px, 4vw, 54px);
  padding: clamp(18px, 5vw, 64px) clamp(14px, 4vw, 56px) clamp(72px, 12vw, 136px);
}

body[data-premium-result] .hero-media {
  order: -1;
  aspect-ratio: 16 / 9 !important;
  min-height: 0 !important;
  padding: 0;
  border: 1px solid color-mix(in srgb, var(--ink) 10%, transparent);
  background: transparent;
  box-shadow: 0 20px 70px color-mix(in srgb, var(--ink) 12%, transparent);
}

body[data-premium-result] .hero-media::before,
body[data-premium-result] .hero-media::after {
  display: none !important;
}

body[data-premium-result] .hero-media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.04) contrast(1.02);
  mix-blend-mode: normal !important;
  will-change: transform;
}

body[data-premium-result] .hero-copy {
  width: min(100%, 680px);
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent !important;
  box-shadow: none;
}

body[data-premium-result] .eyebrow {
  border-radius: var(--result-radius);
}

body[data-premium-result] .hero h1,
body[data-premium-result] .section-title,
body[data-premium-result] .configurator h2,
body[data-premium-result] .skin-quiz h2 {
  max-width: 11ch;
  letter-spacing: 0 !important;
  word-break: keep-all;
}

body[data-premium-result] .hero h1 {
  font-size: clamp(45px, 13vw, 98px);
  line-height: 0.93;
}

body[data-premium-result="skin"] .hero h1 {
  max-width: 9ch;
  font-size: clamp(42px, 12vw, 82px);
  letter-spacing: 0 !important;
}

body[data-premium-result] .hero-copy > p:not(.eyebrow),
body[data-premium-result] .hero-lead {
  max-width: 38rem;
  color: color-mix(in srgb, var(--ink) 72%, transparent);
  font-size: clamp(16px, 4.2vw, 22px);
  font-weight: 720;
  line-height: 1.72;
}

body[data-premium-result] .check-list {
  gap: 8px;
}

body[data-premium-result] .check-list li {
  border-color: var(--result-hairline);
  background: color-mix(in srgb, var(--surface) 54%, transparent);
  box-shadow: none;
}

body[data-premium-result] .hero-actions {
  align-items: stretch;
}

body[data-premium-result] .primary-button,
body[data-premium-result] .ghost-button,
body[data-premium-result] .nav-button {
  transition:
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
    background 520ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 520ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

body[data-premium-result] .result-kpis {
  gap: 8px;
}

body[data-premium-result] .result-kpis div {
  border-color: var(--result-hairline);
  background: var(--result-panel);
  box-shadow: none;
}

body[data-premium-result] .section-grid,
body[data-premium-result] .configurator,
body[data-premium-result] .skin-quiz,
body[data-premium-result] .quick-list,
body[data-premium-result] .experience-strip {
  padding-top: clamp(92px, 15vw, 170px);
}

body[data-premium-result] .section-grid--surface,
body[data-premium-result] .configurator,
body[data-premium-result] .skin-quiz,
body[data-premium-result] .cta-band {
  border-color: var(--result-hairline);
  box-shadow: 0 26px 90px color-mix(in srgb, var(--ink) 9%, transparent);
}

body[data-premium-result] .motion-word {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
}

body[data-premium-result] .motion-char {
  display: inline-block;
  transform-origin: 50% 100%;
  will-change: transform, opacity;
}

.scroll-progress {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 80;
  height: 3px;
  background: var(--accent);
  pointer-events: none;
}

.has-gsap body[data-premium-result] [data-reveal],
body[data-premium-result] .has-gsap [data-reveal] {
  opacity: 1;
  transform: none;
}

@media (min-width: 760px) {
  body[data-premium-result] .hero {
    grid-template-columns: minmax(360px, 0.42fr) minmax(0, 0.58fr);
  }

  body[data-premium-result] .hero-copy {
    order: 0;
  }

  body[data-premium-result] .hero-media {
    order: 0;
    align-self: center;
  }

  body[data-premium-result] .hero h1 {
    font-size: clamp(64px, 7vw, 118px);
  }

  body[data-premium-result="skin"] .hero h1 {
    font-size: clamp(58px, 5.8vw, 96px);
  }
}

@media (max-width: 520px) {
  body[data-premium-result] .site-nav {
    width: calc(100% - 24px);
  }

  body[data-premium-result] .hero {
    gap: 20px;
    padding-right: 12px;
    padding-left: 12px;
  }

  body[data-premium-result] .hero-media {
    width: 100%;
  }

  body[data-premium-result] .hero h1 {
    font-size: clamp(42px, 12.2vw, 56px);
  }

  body[data-premium-result] .result-kpis {
    grid-template-columns: 1fr;
  }
}

body[data-premium-result="rental"] {
  --rental-ink: #161d17;
  --rental-blue: #006c4c;
  --rental-warm: #e8f0e6;
  --rental-line: #bbcac0;
  --rental-shadow: 0 4px 20px rgb(0 0 0 / 5%);
}

body[data-premium-result="rental"] .site-shell {
  background:
    linear-gradient(180deg, #f4fcf2 0%, #eef6ec 48%, #f4fcf2 100%);
}

body[data-premium-result="rental"]::before {
  opacity: 0.01;
}

body[data-premium-result="rental"] .site-shell::before {
  opacity: 0.18;
}

body[data-premium-result="rental"] .hero {
  padding-bottom: clamp(54px, 10vw, 112px);
}

body[data-premium-result="rental"] .hero h1 {
  max-width: 12ch;
  font-size: clamp(32px, 4vw, 48px);
}

body[data-premium-result="rental"] .hero-media {
  box-shadow: 0 4px 20px rgb(0 0 0 / 5%);
}

.rental-experience {
  display: grid;
  width: min(100%, 1360px);
  gap: clamp(24px, 6vw, 74px);
  margin: 0 auto;
  padding: clamp(80px, 14vw, 160px) var(--page-x);
  scroll-margin-top: 126px;
}

.rental-experience__copy {
  display: grid;
  max-width: 920px;
  gap: 18px;
}

.rental-experience__copy h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--rental-ink);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  word-break: keep-all;
}

.rental-experience__copy p:not(.eyebrow) {
  max-width: 670px;
  margin: 0;
  color: rgb(16 17 22 / 66%);
  font-size: clamp(16px, 4vw, 22px);
  font-weight: 720;
  line-height: 1.72;
}

.rental-stage {
  display: grid;
  gap: 14px;
}

.rental-visual-deck {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--rental-line);
  border-radius: 1rem;
  background: var(--rental-warm);
  box-shadow: var(--rental-shadow);
}

.rental-visual-deck img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
}

.rental-visual-deck__hud {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px;
  border: 1px solid rgb(255 255 255 / 26%);
  border-radius: 0.75rem;
  background: rgb(16 17 22 / 62%);
  color: #fff;
}

.rental-visual-deck__hud span {
  color: rgb(255 255 255 / 62%);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rental-visual-deck__hud strong {
  font-size: clamp(17px, 4vw, 24px);
  font-weight: 950;
  letter-spacing: -0.04em;
}

.rental-stage__panel {
  display: grid;
  gap: 18px;
  padding: clamp(18px, 5vw, 32px);
  border: 1px solid var(--rental-line);
  border-radius: 0.75rem;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 84%), rgb(255 255 255 / 52%)),
    var(--rental-warm);
  box-shadow: var(--rental-shadow);
}

.rental-stage__panel > div:first-child {
  display: grid;
  gap: 8px;
}

.rental-stage__panel span {
  color: var(--rental-blue);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rental-stage__panel strong {
  color: var(--rental-ink);
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.01em;
}

.rental-stage__panel p {
  margin: 0;
  color: rgb(16 17 22 / 64%);
  font-size: 15px;
  font-weight: 720;
  line-height: 1.62;
}

.rental-stage__controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.rental-route {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 0;
}

.rental-route div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 12px;
  border: 1px solid var(--rental-line);
  border-radius: 0.75rem;
  background: rgb(255 255 255 / 54%);
}

.rental-route dt {
  color: var(--rental-blue);
  font-size: 12px;
  font-weight: 950;
}

.rental-route dd {
  margin: 0;
  color: var(--rental-ink);
  font-size: 14px;
  font-weight: 850;
}

.rental-scroll-story {
  display: grid;
  width: min(100%, 1360px);
  gap: clamp(22px, 6vw, 72px);
  margin: 0 auto;
  padding: clamp(28px, 7vw, 84px) var(--page-x) clamp(86px, 14vw, 172px);
  scroll-margin-top: 126px;
}

.rental-story__media {
  position: relative;
  min-height: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--rental-line);
  border-radius: 1rem;
  background: var(--rental-warm);
  box-shadow: var(--rental-shadow);
}

.rental-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
  transform-origin: center;
}

.rental-story__media::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, transparent 48%, rgb(16 17 22 / 54%)),
    linear-gradient(90deg, rgb(16 17 22 / 18%), transparent 42%);
}

.rental-story__meter {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 2;
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgb(255 255 255 / 28%);
  border-radius: 0.75rem;
  background: rgb(16 17 22 / 58%);
  color: #fff;
}

.rental-story__meter span {
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.rental-story__meter i {
  display: block;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--rental-blue), #ffffff);
  transform: scaleX(0.42);
  transform-origin: left center;
}

.rental-story__copy {
  display: grid;
  align-content: center;
  gap: 18px;
}

.rental-story__copy h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--rental-ink);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  word-break: keep-all;
}

.rental-story__copy p:not(.eyebrow) {
  max-width: 620px;
  margin: 0;
  color: rgb(16 17 22 / 66%);
  font-size: clamp(16px, 4vw, 21px);
  font-weight: 720;
  line-height: 1.72;
}

.rental-story__stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 6px 0 0;
}

.rental-story__stats div {
  display: grid;
  grid-template-columns: 82px 1fr;
  align-items: center;
  min-height: 56px;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--rental-line);
  border-radius: 0.75rem;
  background: rgb(255 255 255 / 52%);
}

.rental-story__stats dt {
  color: var(--rental-blue);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rental-story__stats dd {
  margin: 0;
  color: var(--rental-ink);
  font-size: 15px;
  font-weight: 900;
}

@media (min-width: 860px) {
  .rental-experience {
    grid-template-columns: minmax(360px, 0.46fr) minmax(0, 0.54fr);
    align-items: end;
  }

  .rental-scroll-story {
    grid-template-columns: minmax(0, 0.62fr) minmax(360px, 0.38fr);
    align-items: center;
  }

  .rental-stage {
    transform: translateY(38px);
  }

  .rental-story__media {
    aspect-ratio: 16 / 9;
  }

  .rental-route {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rental-route div {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

body[data-premium-result="rental"] {
  --paper: #f4fcf2;
  --surface: #f4fcf2;
  --accent: #006c4c;
  --accent-ink: #161d17;
  --result-radius: 0.75rem;
  --result-panel: #ffffff;
  --result-hairline: #bbcac0;
  --rental-ink: #161d17;
  --rental-muted: #3d4a42;
  --rental-primary: #006c4c;
  --rental-primary-soft: #6cf4bc;
  --rental-surface: #f4fcf2;
  --rental-surface-low: #eef6ec;
  --rental-surface-mid: #e8f0e6;
  --rental-line: #bbcac0;
  --rental-shadow: 0 4px 20px rgb(0 0 0 / 5%);
  --rental-grid: min(100% - 32px, 1200px);
  background: var(--rental-surface);
  color: var(--rental-ink);
  font-family: "Hanken Grotesk", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body[data-premium-result="rental"]::before,
body[data-premium-result="rental"] .site-shell::before {
  display: none;
}

body[data-premium-result="rental"] .site-shell {
  background:
    linear-gradient(180deg, #f4fcf2 0%, #eef6ec 46%, #f4fcf2 100%);
}

body[data-premium-result="rental"] .site-nav {
  width: var(--rental-grid);
  min-height: 64px;
  margin: 16px auto 0;
  padding: 8px 16px;
  border: 1px solid var(--rental-line);
  border-radius: 0.75rem !important;
  background: rgb(255 255 255 / 92%) !important;
  box-shadow: var(--rental-shadow);
}

body[data-premium-result="rental"] .brand {
  color: var(--rental-ink);
  font-family: "Plus Jakarta Sans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

body[data-premium-result="rental"] .nav-links {
  gap: 8px;
}

body[data-premium-result="rental"] .nav-links a {
  min-height: 32px;
  padding: 6px 12px;
  border: 1px solid var(--rental-line);
  border-radius: 999px;
  background: var(--rental-surface-low);
  color: var(--rental-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

body[data-premium-result="rental"] .nav-links a::after {
  display: none;
}

body[data-premium-result="rental"] .nav-button,
body[data-premium-result="rental"] .primary-button,
body[data-premium-result="rental"] .ghost-button,
body[data-premium-result="rental"] .mini-toggle,
body[data-premium-result="rental"] .cta-band a {
  min-height: 48px;
  border-radius: 0.5rem !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  box-shadow: none;
}

body[data-premium-result="rental"] .primary-button {
  border-color: var(--rental-primary-soft);
  background: var(--rental-primary-soft);
  color: var(--rental-ink);
}

body[data-premium-result="rental"] .nav-button,
body[data-premium-result="rental"] .ghost-button {
  border-color: var(--rental-line);
  background: #ffffff;
  color: var(--rental-primary);
}

body[data-premium-result="rental"] .primary-button::after,
body[data-premium-result="rental"] .ghost-button::after,
body[data-premium-result="rental"] .nav-button::after,
body[data-premium-result="rental"] .cta-band a::after {
  background: rgb(0 108 76 / 10%);
  color: var(--rental-primary);
}

body[data-premium-result="rental"] .eyebrow {
  width: max-content;
  max-width: 100%;
  margin-bottom: 16px;
  padding: 6px 10px;
  border: 1px solid color-mix(in srgb, var(--rental-primary) 20%, var(--rental-line));
  border-radius: 999px !important;
  background: rgb(108 244 188 / 22%);
  color: var(--rental-primary);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.02em;
}

body[data-premium-result="rental"] .hero {
  width: var(--rental-grid) !important;
  min-height: auto;
  gap: 24px;
  padding: 48px 0 64px;
  background: transparent;
}

body[data-premium-result="rental"] .hero-copy {
  gap: 16px;
  border: 0;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none;
}

body[data-premium-result="rental"] .hero-screen-card {
  display: none;
  border-radius: 1rem !important;
  box-shadow: var(--rental-shadow);
}

body[data-premium-result="rental"] .hero h1,
body[data-premium-result="rental"] .rental-experience__copy h2,
body[data-premium-result="rental"] .rental-story__copy h2,
body[data-premium-result="rental"] .section-title,
body[data-premium-result="rental"] .configurator h2 {
  max-width: 12ch;
  color: var(--rental-ink);
  font-family: "Plus Jakarta Sans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em !important;
}

body[data-premium-result="rental"] .hero h1 {
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: -0.02em !important;
}

body[data-premium-result="rental"] .rental-experience__copy h2,
body[data-premium-result="rental"] .rental-story__copy h2,
body[data-premium-result="rental"] .section-title,
body[data-premium-result="rental"] .configurator h2 {
  font-size: clamp(24px, 3vw, 32px);
}

body[data-premium-result="rental"] .hero-copy > p:not(.eyebrow),
body[data-premium-result="rental"] .rental-experience__copy p:not(.eyebrow),
body[data-premium-result="rental"] .rental-story__copy p:not(.eyebrow),
body[data-premium-result="rental"] .section-lead,
body[data-premium-result="rental"] .configurator p {
  max-width: 640px;
  color: var(--rental-muted);
  font-family: "Hanken Grotesk", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

body[data-premium-result="rental"] .hero-media,
body[data-premium-result="rental"] .rental-visual-deck,
body[data-premium-result="rental"] .rental-story__media {
  border: 1px solid var(--rental-line);
  border-radius: 1rem !important;
  background: var(--rental-surface-mid);
  box-shadow: var(--rental-shadow);
}

body[data-premium-result="rental"] .hero-media img,
body[data-premium-result="rental"] .rental-visual-deck img,
body[data-premium-result="rental"] .rental-story__media img {
  border-radius: 1rem !important;
  filter: saturate(1.02) contrast(1.01);
}

body[data-premium-result="rental"] .result-kpis {
  gap: 8px;
}

body[data-premium-result="rental"] .result-kpis div,
body[data-premium-result="rental"] .rental-stage__panel,
body[data-premium-result="rental"] .rental-route div,
body[data-premium-result="rental"] .rental-story__stats div,
body[data-premium-result="rental"] .config-result,
body[data-premium-result="rental"] .info-card,
body[data-premium-result="rental"] .quick-row,
body[data-premium-result="rental"] .detail-list div,
body[data-premium-result="rental"] .step-list li {
  border: 1px solid var(--rental-line);
  border-radius: 0.75rem !important;
  background: #ffffff;
  box-shadow: var(--rental-shadow);
}

body[data-premium-result="rental"] .result-kpis div,
body[data-premium-result="rental"] .rental-route div,
body[data-premium-result="rental"] .rental-story__stats div {
  padding: 16px;
}

body[data-premium-result="rental"] .result-kpis dt,
body[data-premium-result="rental"] .rental-route dt,
body[data-premium-result="rental"] .rental-story__stats dt,
body[data-premium-result="rental"] .info-card span,
body[data-premium-result="rental"] .detail-list dt,
body[data-premium-result="rental"] .step-list span {
  color: var(--rental-primary);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.02em;
}

body[data-premium-result="rental"] .result-kpis dd,
body[data-premium-result="rental"] .rental-stage__panel strong,
body[data-premium-result="rental"] .info-card h3,
body[data-premium-result="rental"] .config-result > strong {
  color: var(--rental-ink);
  font-family: "Plus Jakarta Sans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(20px, 2.5vw, 24px);
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.01em;
}

body[data-premium-result="rental"] .rental-experience,
body[data-premium-result="rental"] .rental-scroll-story,
body[data-premium-result="rental"] .section-grid,
body[data-premium-result="rental"] .configurator,
body[data-premium-result="rental"] .quick-list,
body[data-premium-result="rental"] .cta-band,
body[data-premium-result="rental"] .site-footer {
  width: var(--rental-grid);
  max-width: 1200px;
  padding-right: 0;
  padding-left: 0;
}

body[data-premium-result="rental"] .rental-experience,
body[data-premium-result="rental"] .rental-scroll-story {
  gap: 24px;
  padding-top: 48px;
  padding-bottom: 48px;
}

body[data-premium-result="rental"] .rental-stage {
  gap: 16px;
}

body[data-premium-result="rental"] .rental-stage__panel {
  gap: 16px;
  padding: 16px;
  background: var(--rental-surface-low);
}

body[data-premium-result="rental"] .rental-stage__panel span,
body[data-premium-result="rental"] .rental-visual-deck__hud span,
body[data-premium-result="rental"] .rental-story__meter span {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.02em;
}

body[data-premium-result="rental"] .rental-stage__panel p,
body[data-premium-result="rental"] .rental-route dd,
body[data-premium-result="rental"] .rental-story__stats dd,
body[data-premium-result="rental"] .info-card p,
body[data-premium-result="rental"] .quick-row p,
body[data-premium-result="rental"] .detail-list dd,
body[data-premium-result="rental"] .step-list p {
  color: var(--rental-muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

body[data-premium-result="rental"] .mini-toggle {
  border: 1px solid var(--rental-line);
  background: #ffffff;
  color: var(--rental-muted);
}

body[data-premium-result="rental"] .mini-toggle.is-active {
  border-color: var(--rental-primary-soft);
  background: var(--rental-primary-soft);
  color: var(--rental-ink);
  box-shadow: none;
}

body[data-premium-result="rental"] .rental-visual-deck__hud,
body[data-premium-result="rental"] .rental-story__meter {
  right: 16px;
  bottom: 16px;
  left: 16px;
  min-height: 56px;
  padding: 16px;
  border-color: rgb(255 255 255 / 42%);
  border-radius: 0.75rem !important;
  background: rgb(43 50 44 / 82%);
  box-shadow: none;
}

body[data-premium-result="rental"] .rental-visual-deck__hud strong {
  font-family: "Plus Jakarta Sans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.01em;
}

body[data-premium-result="rental"] .rental-story__meter i,
body[data-premium-result="rental"] .screen-card-track i,
body[data-premium-result="rental"] .scroll-progress {
  background: var(--rental-primary-soft);
}

body[data-premium-result="rental"] .room-band {
  width: var(--rental-grid);
  max-width: 1200px;
  margin: 24px auto;
  border: 1px solid var(--rental-line);
  border-radius: 1rem !important;
  background: var(--rental-surface-low);
  box-shadow: var(--rental-shadow);
}

body[data-premium-result="rental"] .room-band a {
  min-height: 116px;
  border-color: var(--rental-line);
  border-radius: 0 !important;
}

body[data-premium-result="rental"] .room-band a:hover,
body[data-premium-result="rental"] .room-band a:focus-visible {
  background: rgb(108 244 188 / 24%);
}

body[data-premium-result="rental"] .configurator,
body[data-premium-result="rental"] .section-grid--surface,
body[data-premium-result="rental"] .cta-band {
  border: 1px solid var(--rental-line);
  border-radius: 1rem !important;
  background: var(--rental-surface-low);
  box-shadow: var(--rental-shadow);
}

body[data-premium-result="rental"] .configurator {
  color: var(--rental-ink);
}

body[data-premium-result="rental"] .config-result dl {
  gap: 8px;
}

body[data-premium-result="rental"] .config-result div {
  border: 1px solid var(--rental-line);
  border-radius: 0.75rem;
  background: var(--rental-surface-low);
}

body[data-premium-result="rental"] .config-result dt {
  color: var(--rental-primary);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.02em;
}

body[data-premium-result="rental"] .config-result dd {
  color: var(--rental-ink);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

body[data-premium-result="rental"] .cta-band {
  color: var(--rental-ink);
}

body[data-premium-result="rental"] .cta-band h2 {
  color: var(--rental-ink);
  font-family: "Plus Jakarta Sans", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  line-height: clamp(32px, 3.75vw, 40px);
  letter-spacing: -0.01em;
}

body[data-premium-result="rental"] .cta-band p {
  color: var(--rental-muted);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

body[data-premium-result="rental"] .cta-band__mark {
  color: var(--rental-primary);
}

body[data-premium-result="rental"] .cta-band a {
  border-color: var(--rental-primary-soft);
  background: var(--rental-primary-soft);
  color: var(--rental-ink);
}

@media (min-width: 860px) {
  body[data-premium-result="rental"] .hero {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: center;
  }

  body[data-premium-result="rental"] .hero-copy {
    grid-column: 1 / span 5;
  }

  body[data-premium-result="rental"] .hero-media {
    grid-column: 6 / span 7;
  }

  body[data-premium-result="rental"] .rental-experience {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: center;
  }

  body[data-premium-result="rental"] .rental-experience__copy {
    grid-column: 1 / span 5;
  }

  body[data-premium-result="rental"] .rental-stage {
    grid-column: 6 / span 7;
    transform: none;
  }

  body[data-premium-result="rental"] .rental-scroll-story {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  body[data-premium-result="rental"] .rental-story__media {
    grid-column: 1 / span 7;
    aspect-ratio: 16 / 9;
  }

  body[data-premium-result="rental"] .rental-story__copy {
    grid-column: 8 / span 5;
  }
}

@media (max-width: 640px) {
  body[data-premium-result="rental"] {
    --rental-grid: min(100% - 32px, 1200px);
  }

  body[data-premium-result="rental"] .site-nav {
    width: var(--rental-grid);
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  body[data-premium-result="rental"] .nav-links {
    grid-column: 1 / -1;
    justify-content: start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  body[data-premium-result="rental"] .hero {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  body[data-premium-result="rental"] .hero h1,
  body[data-premium-result="rental"] .rental-experience__copy h2,
  body[data-premium-result="rental"] .rental-story__copy h2,
  body[data-premium-result="rental"] .section-title,
  body[data-premium-result="rental"] .configurator h2 {
    max-width: 14ch;
    font-size: 24px;
    line-height: 32px;
  }

  body[data-premium-result="rental"] .hero-copy > p:not(.eyebrow),
  body[data-premium-result="rental"] .rental-experience__copy p:not(.eyebrow),
  body[data-premium-result="rental"] .rental-story__copy p:not(.eyebrow),
  body[data-premium-result="rental"] .section-lead,
  body[data-premium-result="rental"] .configurator p {
    font-size: 16px;
    line-height: 24px;
  }

  body[data-premium-result="rental"] .hero-actions,
  body[data-premium-result="rental"] .rental-stage__controls {
    gap: 8px;
  }

  body[data-premium-result="rental"] .result-kpis {
    grid-template-columns: 1fr;
  }

  body[data-premium-result="rental"] .rental-experience,
  body[data-premium-result="rental"] .rental-scroll-story {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

body[data-site="giwa"] {
  --giwa-primary: #2e0c0c;
  --giwa-muted: #6b6b6b;
  --giwa-soft: #fafafa;
  --giwa-black-reveal: #0b0b0b;
  margin: 0;
  background: #fff;
  color: #111;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -0.025px;
}

body[data-site="giwa"]::before {
  display: none;
}

.giwa-page {
  min-width: 320px;
  overflow-x: hidden;
  background: #fff;
}

.giwa-header {
  position: sticky;
  top: 0;
  z-index: 30;
  isolation: isolate;
  display: flex;
  width: min(100%, 1280px);
  height: 143px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 33px 15px;
  overflow: hidden;
  background: transparent;
  transition:
    width 360ms cubic-bezier(0.22, 1, 0.36, 1),
    height 360ms cubic-bezier(0.22, 1, 0.36, 1),
    margin 360ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 360ms cubic-bezier(0.22, 1, 0.36, 1),
    border-radius 360ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 360ms cubic-bezier(0.22, 1, 0.36, 1),
    backdrop-filter 360ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 360ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.giwa-header::before,
.giwa-header::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  opacity: 0;
  transition: opacity 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.giwa-header::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.06) 48%, rgba(255, 255, 255, 0.14)),
    radial-gradient(140px 58px at 18% 12%, rgba(255, 255, 255, 0.28), transparent 72%),
    radial-gradient(180px 70px at 84% 20%, rgba(255, 255, 255, 0.16), transparent 74%);
}

.giwa-header::after {
  inset: 1px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), transparent 45%, rgba(255, 255, 255, 0.06)),
    linear-gradient(95deg, transparent 0 12%, rgba(255, 255, 255, 0.16) 24%, transparent 38% 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    inset 10px 0 18px rgba(255, 255, 255, 0.08),
    inset -10px 0 18px rgba(0, 0, 0, 0.06),
    inset 0 -10px 24px rgba(0, 0, 0, 0.08);
}

.giwa-logo {
  position: relative;
  z-index: 1;
  display: block;
  width: 92px;
  height: 77px;
  flex: 0 0 auto;
  overflow: hidden;
  transition:
    width 360ms cubic-bezier(0.22, 1, 0.36, 1),
    height 360ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 260ms ease,
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.giwa-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.giwa-nav {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  padding: 10px;
  color: #111;
  font-size: 22px;
  font-weight: 400;
  white-space: nowrap;
  transition:
    width 360ms cubic-bezier(0.22, 1, 0.36, 1),
    gap 360ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 360ms cubic-bezier(0.22, 1, 0.36, 1),
    font-size 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.giwa-nav a {
  text-decoration: none;
}

.giwa-header.is-scrolled {
  position: fixed;
  top: 12px;
  left: 50%;
  width: min(calc(100% - 30px), 480px);
  height: 65px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 5px 0;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.26);
  background-clip: padding-box;
  box-shadow: 0 3px 14px rgba(35, 24, 18, 0.08);
  transform: translate3d(-50%, 0, 0);
  backdrop-filter: blur(18px) saturate(160%) contrast(1.05);
  -webkit-backdrop-filter: blur(18px) saturate(160%) contrast(1.05);
}

.giwa-header.is-scrolled::before,
.giwa-header.is-scrolled::after {
  opacity: 1;
}

.giwa-header.is-scrolled .giwa-logo {
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, -12px, 0) scale(0.78);
}

.giwa-header.is-scrolled .giwa-nav {
  width: 100%;
  justify-content: center;
  gap: 35px;
  padding: 10px;
  overflow: visible;
  font-size: 22px;
}

.giwa-header.is-entering,
.giwa-header.is-returning,
.giwa-header.is-returning .giwa-logo,
.giwa-header.is-returning .giwa-nav {
  transition: none;
}

.giwa-hero {
  position: relative;
  width: 100%;
  height: 803px;
  margin: 0 auto;
  overflow: hidden;
  background: #20160f;
}

.giwa-hero .swiper-wrapper,
.giwa-hero-slide {
  width: 100%;
  height: 100%;
}

.giwa-hero-slide {
  position: relative;
  overflow: hidden;
}

.giwa-hero-slide > img,
.giwa-blend > img,
.giwa-footer-image > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: bottom;
}

.giwa-gallery img {
  cursor: zoom-in;
}

.giwa-hero__copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  align-content: start;
  justify-items: center;
  padding-top: 382px;
  color: #fff;
  pointer-events: none;
  text-align: center;
}

.giwa-hero__copy h1 {
  margin: 0;
  font-size: 65px;
  font-weight: 700;
  line-height: normal;
}

.giwa-hero__copy p {
  margin: 0;
  padding-top: 8px;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}

.giwa-intro {
  display: grid;
  gap: 24px;
  justify-items: center;
  padding: 118px 24px;
  text-align: center;
}

.giwa-intro p {
  margin: 0;
  color: var(--giwa-muted);
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
}

.giwa-intro h2,
.giwa-section-title h2 {
  margin: 0;
  color: var(--giwa-primary);
  font-size: 65px;
  font-weight: 700;
  line-height: normal;
}

.has-js body[data-site="giwa"] .giwa-page [data-reveal] {
  opacity: 0;
  filter: none;
  transform: translate3d(0, 34px, 0);
  transition:
    opacity 780ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 780ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.has-js body[data-site="giwa"] .giwa-page [data-reveal].is-visible {
  opacity: 1;
  filter: none;
  transform: translate3d(0, 0, 0);
}

.giwa-blend {
  position: relative;
  width: min(100%, 1522px);
  height: 1154px;
  margin: 0 auto;
  overflow: hidden;
  background: #1f130d;
}

.giwa-blend > div {
  position: absolute;
  left: 13.34%;
  top: 50.61%;
  z-index: 1;
  color: #fff;
}

.giwa-blend h2 {
  margin: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: normal;
}

.giwa-blend p {
  margin: 24px 0 0;
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
}

.giwa-menu-section {
  display: grid;
  justify-items: center;
  padding: 118px 0;
  overflow: hidden;
  background: #fff;
}

.giwa-menu-section--summer {
  background: var(--giwa-soft);
}

.giwa-section-title {
  display: grid;
  gap: 20px;
  justify-items: center;
  padding-bottom: 118px;
  text-align: center;
}

.giwa-section-title p {
  margin: 0;
  color: var(--giwa-muted);
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
}

.giwa-menu-row {
  width: min(100%, 1280px);
  max-width: 100vw;
  min-width: 0;
  overflow: hidden;
  padding: 0 55px 46px;
  box-sizing: border-box;
}

.giwa-menu-row .swiper-wrapper {
  align-items: flex-start;
}

.giwa-menu-card {
  display: flex;
  flex-direction: column;
  width: 339px;
  height: auto;
  flex: 0 0 339px;
  align-content: start;
}

.giwa-menu-card img {
  width: 100%;
  aspect-ratio: 1122 / 1402;
  object-fit: cover;
}

.giwa-menu-card h3 {
  margin: 55px 0 0;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}

.giwa-menu-card p {
  margin: 16px 0 0;
  color: #767676;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.54px;
}

.giwa-clickable-image:focus-visible {
  outline: 3px solid var(--giwa-primary);
  outline-offset: 4px;
}

.giwa-modal-open {
  overflow: hidden;
}

.giwa-image-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgb(0 0 0 / 78%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.giwa-image-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.giwa-image-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: transparent;
  cursor: zoom-out;
}

.giwa-image-modal__figure {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: calc(100vw - 48px);
  max-height: calc(100dvh - 48px);
  gap: 12px;
  justify-items: end;
  margin: 0;
}

.giwa-image-modal__image {
  display: block;
  width: auto;
  height: auto;
  max-width: calc(100vw - 48px);
  max-height: calc(100dvh - 104px);
  object-fit: contain;
  box-shadow: 0 24px 80px rgb(0 0 0 / 42%);
}

.giwa-image-modal__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgb(255 255 255 / 42%);
  border-radius: 999px;
  background: rgb(255 255 255 / 92%);
  color: #111;
  font: 700 15px/1 "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  cursor: pointer;
}

.giwa-image-modal__close:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.giwa-swiper-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px 18px 58px minmax(0, 1fr);
  grid-template-rows: 3px 58px;
  column-gap: 0;
  row-gap: 18px;
  align-items: center;
  justify-content: center;
  width: min(100%, 420px);
  margin: 42px auto 0;
}

.giwa-swiper-button {
  position: relative;
  z-index: 1;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: var(--giwa-primary);
  cursor: pointer;
}

.giwa-swiper-button::before {
  width: 17px;
  height: 17px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
}

.giwa-swiper-button-prev::before {
  transform: translateX(3px) rotate(-135deg);
}

.giwa-swiper-button-next::before {
  transform: translateX(-3px) rotate(45deg);
}

.giwa-swiper-button.swiper-button-disabled {
  cursor: default;
  opacity: 0.28;
}

.giwa-swiper-button-prev {
  grid-column: 2;
  grid-row: 2;
}

.giwa-swiper-button-next {
  grid-column: 4;
  grid-row: 2;
}

.giwa-menu-swiper .giwa-swiper-scrollbar.swiper-scrollbar {
  position: static;
  grid-column: 1 / -1;
  grid-row: 1;
  width: 100%;
  height: 3px;
  margin: 0;
  border-radius: 999px;
  background: rgb(46 12 12 / 14%);
}

.giwa-menu-swiper .giwa-swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 999px;
  background: var(--giwa-primary);
}

.giwa-all-menu {
  display: grid;
  justify-items: center;
  padding: 118px 25px 0;
  background: #fff;
}

.giwa-all-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 15px;
  border-bottom: 1px solid var(--giwa-primary);
  color: var(--giwa-primary);
  text-decoration: none;
}

.giwa-all-menu span {
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
}

.giwa-all-menu img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.giwa-gallery {
  display: grid;
  width: min(100%, 1280px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 auto;
  padding-top: 118px;
  overflow: hidden;
  background: #fff;
}

.giwa-gallery img {
  width: 100%;
  aspect-ratio: 1122 / 1402;
  object-fit: cover;
}

.giwa-sales {
  display: grid;
  justify-items: center;
  overflow: hidden;
  background: var(--giwa-black-reveal);
  color: #fff;
}

.giwa-sales__title {
  display: grid;
  width: min(100%, 1280px);
  gap: 20px;
  padding: 118px 24px 118px;
  justify-items: center;
  background: #0b0b0b;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.giwa-sales__inner {
  position: relative;
  isolation: isolate;
  display: grid;
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 118px 150px 118px;
  justify-items: center;
  overflow: hidden;
  background: var(--giwa-black-reveal);
  text-align: center;
}

.giwa-sales__inner::before,
.giwa-sales__inner::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
}

.giwa-sales__inner::before {
  background: url("../assets/portfolio/giwa-sales-background.png") center / cover no-repeat;
  opacity: 0.18;
}

.giwa-sales__inner::after {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(13, 13, 13, 0.36)),
    rgba(0, 0, 0, 0.58);
  mix-blend-mode: normal;
}

.giwa-sales__title p,
.giwa-sales__title h2,
.giwa-sales__footer p {
  margin: 0;
  line-height: normal;
  word-break: keep-all;
}

.giwa-sales__title p {
  font-size: 30px;
  font-weight: 400;
}

.giwa-sales__title h2 {
  font-size: 65px;
  font-weight: 700;
}

.giwa-sales-chart {
  position: relative;
  width: 100%;
  height: 569px;
  overflow: hidden;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.3);
}

.giwa-sales-chart__bars {
  position: absolute;
  left: 50%;
  bottom: 25px;
  display: flex;
  width: 340px;
  height: 471px;
  align-items: flex-end;
  gap: 56px;
  transform: translateX(-50%);
}

.giwa-sales-bar {
  position: relative;
  width: 142px;
  height: 471px;
  flex: 0 0 142px;
}

.giwa-sales-bar__body {
  position: absolute;
  right: 0;
  bottom: 68px;
  left: 0;
  border-top: 3px solid;
  border-right: 3px solid;
  border-left: 3px solid;
  border-radius: 5px 5px 0 0;
}

.giwa-sales-bar--other .giwa-sales-bar__body {
  height: 252px;
  border-color: #4c5c6e;
  background: #7d859d;
}

.giwa-sales-bar--giwa .giwa-sales-bar__body {
  height: 403px;
  border-color: #fffedc;
  background: rgba(255, 253, 116, 0.95);
}

.giwa-sales-bar__dot {
  position: absolute;
  left: 50%;
  z-index: 2;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  transform: translateX(-50%);
}

.giwa-sales-bar--other .giwa-sales-bar__dot {
  bottom: 314px;
  border: 2px solid #fff94d;
  background: #6a7187;
}

.giwa-sales-bar--giwa .giwa-sales-bar__dot {
  bottom: 465px;
  border: 2px solid #ff9500;
  background: #ff9500;
}

.giwa-sales-bar span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: center;
}

.giwa-sales-bar--giwa span {
  font-weight: 700;
}

.giwa-sales-trend {
  position: absolute;
  left: calc(50% - 99px);
  top: 151px;
  z-index: 1;
  width: 250px;
  height: 0;
  border-top: 2px dashed #cb7348;
  transform: rotate(-37deg);
  transform-origin: left center;
}

.giwa-sales-delta {
  position: absolute;
  left: calc(50% + 33px);
  top: -55px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #ff9500;
}

.giwa-sales-delta i {
  position: relative;
  display: block;
  width: 55px;
  height: 30px;
  flex: 0 0 55px;
}

.giwa-sales-delta i::before {
  position: absolute;
  top: 1px;
  left: 50%;
  width: 0;
  height: 0;
  border-right: 19px solid transparent;
  border-bottom: 21px solid #ff9500;
  border-left: 19px solid transparent;
  content: "";
  transform: translateX(-50%);
}

.giwa-sales-delta strong {
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.3px;
  white-space: nowrap;
}

.giwa-sales__footer {
  display: grid;
  gap: 10px;
  margin-top: 86px;
  justify-items: center;
  color: #b6b2b2;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.6px;
  white-space: nowrap;
}

.giwa-specialty {
  --giwa-specialty-bg-level: 255;
  --giwa-specialty-fg-level: 17;
  --giwa-specialty-muted-level: 118;
  display: grid;
  width: 100%;
  margin: 0;
  padding-bottom: 118px;
  justify-items: center;
  overflow: hidden;
  background: rgb(
    var(--giwa-specialty-bg-level)
    var(--giwa-specialty-bg-level)
    var(--giwa-specialty-bg-level)
  );
  color: rgb(
    var(--giwa-specialty-fg-level)
    var(--giwa-specialty-fg-level)
    var(--giwa-specialty-fg-level)
  );
}

.giwa-specialty__title,
.giwa-support__title {
  display: grid;
  gap: 10px;
  padding: 118px 10px;
  justify-items: center;
  text-align: center;
  white-space: nowrap;
}

#giwa-specialty-title,
#giwa-proof-title,
#giwa-support-title {
  scroll-margin-top: 120px;
}

.giwa-specialty__title p,
.giwa-specialty__title h2,
.giwa-support__title h2,
.giwa-proof__label,
.giwa-proof__metric,
.giwa-proof__caption,
.giwa-support-card h3,
.giwa-support-card__body p,
.giwa-support-card__body strong {
  margin: 0;
  line-height: normal;
  word-break: keep-all;
}

.giwa-specialty__title p {
  color: rgb(
    var(--giwa-specialty-muted-level)
    var(--giwa-specialty-muted-level)
    var(--giwa-specialty-muted-level)
  );
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.6px;
}

.giwa-specialty__title h2 {
  color: rgb(
    var(--giwa-specialty-fg-level)
    var(--giwa-specialty-fg-level)
    var(--giwa-specialty-fg-level)
  );
  font-size: 65px;
  font-weight: 700;
  letter-spacing: -1.3px;
}

.giwa-support__title h2 {
  color: #111;
  font-size: 65px;
  font-weight: 700;
  letter-spacing: -1.3px;
}

.giwa-specialty__image {
  width: min(100%, 1280px);
  margin: 0 auto;
  height: 576px;
  overflow: hidden;
}

.giwa-specialty__image img,
.giwa-brand-banner img,
.giwa-proof__media img,
.giwa-support-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.giwa-brand-banner {
  display: grid;
  width: 100%;
  margin: 0;
  padding: 118px 0;
  justify-items: center;
  overflow: hidden;
  background: #3591f3;
}

.giwa-brand-banner img {
  display: block;
  aspect-ratio: 1672 / 941;
  transform-origin: center;
  will-change: transform;
}

.has-js body[data-site="giwa"] .giwa-brand-banner img[data-giwa-brand-motion] {
  transition: none;
}

.giwa-proof {
  display: grid;
  width: min(100%, 1280px);
  margin: 0 auto;
  gap: 48px;
  padding: 118px 260px;
  justify-items: center;
  overflow: hidden;
  background: var(--giwa-black-reveal);
  color: #fff;
  text-align: center;
}

.giwa-proof__label,
.giwa-proof__caption {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -0.9px;
}

.giwa-proof__metric {
  background: linear-gradient(90deg, #16c38a 0%, #76c8ff 52%, #40ff6d 100%);
  background-clip: text;
  color: transparent;
  font-size: 78px;
  font-variant-numeric: tabular-nums;
  font-weight: 950;
  letter-spacing: -1.56px;
  min-width: 11ch;
  white-space: nowrap;
}

.giwa-proof__media {
  width: min(100%, 759px);
  height: 506px;
  overflow: hidden;
  border-radius: 43px;
}

.giwa-support {
  display: grid;
  width: min(100%, 1280px);
  margin: 0 auto;
  padding-bottom: 118px;
  justify-items: center;
  overflow: hidden;
  background: #ededed;
  color: #111;
}

.giwa-support__title {
  padding-bottom: 72px;
}

.giwa-support__list {
  display: flex;
  width: 100%;
  gap: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 40px 0 2px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.giwa-support__list::-webkit-scrollbar {
  display: none;
}

.giwa-support-card {
  position: relative;
  width: 520px;
  height: 545px;
  flex: 0 0 520px;
  padding: 0 30px;
  scroll-snap-align: center;
}

.giwa-support-card::before {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  left: 30px;
  border: 1px solid #ddd;
  border-radius: 30px;
  background: #fff;
  content: "";
}

.giwa-support-card__image {
  position: relative;
  height: 355px;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
}

.giwa-support-card__body {
  position: relative;
  display: grid;
  min-height: 126px;
  align-content: start;
  gap: 0;
  padding: 20px 10px;
  color: #666;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.giwa-support-card__body p,
.giwa-support-card__body strong {
  line-height: 1.6;
}

.giwa-support-card__body strong {
  color: var(--giwa-primary);
  font-weight: 700;
}

.giwa-support-card h3 {
  position: absolute;
  top: -40px;
  left: 50%;
  display: flex;
  min-width: 256px;
  min-height: 70px;
  align-items: center;
  justify-content: center;
  padding: 10px 21px;
  border: 1px solid #111;
  border-radius: 50px;
  background: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  transform: translateX(-50%);
}

.giwa-philosophy {
  display: grid;
  gap: 20px;
  justify-items: center;
  padding: 118px 0;
  text-align: center;
  white-space: nowrap;
}

.giwa-philosophy p {
  margin: 0;
  color: #6b6b6b;
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.6px;
}

.giwa-philosophy h2 {
  margin: 0;
  color: var(--giwa-primary);
  font-size: 65px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.3px;
}

.giwa-black-bloom {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 80;
  width: 180vmax;
  height: 180vmax;
  border-radius: 9999px;
  background: var(--giwa-black-reveal);
  opacity: 1;
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0) scale(0);
  transform-origin: center center;
  visibility: hidden;
  will-change: opacity, transform;
}

.has-js body[data-site="giwa"] .giwa-philosophy[data-giwa-black-sequence],
.has-js body[data-site="giwa"] .giwa-footer-image[data-giwa-black-sequence] {
  opacity: 0;
  visibility: hidden;
  will-change: opacity, transform;
}

body[data-site="giwa"].giwa-black-reveal-active .giwa-philosophy[data-giwa-black-sequence],
body[data-site="giwa"].giwa-black-reveal-active .giwa-footer-image[data-giwa-black-sequence] {
  position: relative;
  z-index: 82;
}

body[data-site="giwa"].giwa-black-reveal-filled,
body[data-site="giwa"].giwa-black-reveal-filled .giwa-page,
body[data-site="giwa"].giwa-black-reveal-filled main#top,
body[data-site="giwa"].giwa-black-reveal-filled main#top > .pin-spacer,
body[data-site="giwa"].giwa-black-reveal-filled .giwa-philosophy[data-giwa-black-sequence],
body[data-site="giwa"].giwa-black-reveal-filled .giwa-footer-image[data-giwa-black-sequence] {
  background: var(--giwa-black-reveal);
}

body[data-site="giwa"].giwa-specialty-bg-shift,
body[data-site="giwa"].giwa-specialty-bg-shift .giwa-page,
body[data-site="giwa"].giwa-specialty-bg-shift main#top,
body[data-site="giwa"].giwa-specialty-bg-shift main#top > .pin-spacer,
body[data-site="giwa"].giwa-specialty-bg-shift .giwa-sales,
body[data-site="giwa"].giwa-specialty-bg-shift .giwa-sales__inner {
  background: rgb(
    var(--giwa-specialty-bg-level)
    var(--giwa-specialty-bg-level)
    var(--giwa-specialty-bg-level)
  );
}

body[data-site="giwa"].giwa-specialty-bg-shift .giwa-sales__inner::before {
  opacity: var(--giwa-specialty-sales-image-opacity);
}

body[data-site="giwa"].giwa-specialty-bg-shift .giwa-sales__inner::after {
  background: rgba(0, 0, 0, var(--giwa-specialty-sales-overlay-alpha));
}

body[data-site="giwa"].giwa-black-reveal-active .giwa-header {
  z-index: 92;
}

body[data-site="giwa"].giwa-black-reveal-active .giwa-philosophy[data-giwa-black-sequence] {
  z-index: 83;
}

body[data-site="giwa"].giwa-black-reveal-active .giwa-sales {
  position: relative;
  z-index: 83;
}

body[data-site="giwa"].giwa-black-reveal-active .giwa-philosophy p,
body[data-site="giwa"].giwa-black-reveal-active .giwa-philosophy h2 {
  color: #fff;
}

.giwa-footer-image {
  position: relative;
  width: min(100%, 1280px);
  height: 525px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

.giwa-footer-image > img {
  top: -470.63px;
  right: 0;
  bottom: auto;
  left: auto;
  width: 1672px;
  height: 941px;
  object-position: center;
}

@media (max-width: 1040px) {
  .giwa-header {
    height: auto;
    gap: 24px;
    padding: 24px 18px;
  }

  .giwa-nav {
    gap: 22px;
    overflow-x: auto;
    justify-content: flex-start;
    font-size: 18px;
  }

  .giwa-header.is-scrolled .giwa-nav {
    justify-content: center;
    gap: 35px;
    overflow: visible;
    font-size: 22px;
  }

  .giwa-hero {
    height: 620px;
  }

  .giwa-hero__copy {
    padding: 330px 24px 0;
  }

  .giwa-hero__copy h1,
  .giwa-intro h2,
  .giwa-section-title h2 {
    font-size: 48px;
  }

  .giwa-hero__copy p,
  .giwa-intro p,
  .giwa-blend p,
  .giwa-section-title p {
    font-size: 24px;
  }

  .giwa-blend {
    height: 760px;
  }

  .giwa-blend > div {
    left: 8%;
    right: 8%;
    top: auto;
    bottom: 90px;
  }

  .giwa-blend h2 {
    font-size: 36px;
  }

  .giwa-menu-row {
    padding: 0 32px 42px;
  }

  .giwa-menu-card {
    scroll-snap-align: start;
  }

  .giwa-sales__inner {
    padding: 44px clamp(32px, 7vw, 80px) 96px;
  }

  .giwa-sales__title {
    padding: 96px 24px 44px;
  }

  .giwa-sales__title h2 {
    font-size: 48px;
  }

  .giwa-sales__title p,
  .giwa-sales__footer {
    font-size: 24px;
  }

  .giwa-sales-chart {
    height: 520px;
  }

  .giwa-specialty__title,
  .giwa-support__title {
    padding: 96px 24px 72px;
  }

  .giwa-specialty__title h2,
  .giwa-support__title h2 {
    font-size: 48px;
  }

  .giwa-specialty__title p {
    font-size: 24px;
  }

  .giwa-specialty__image {
    height: 460px;
  }

  .giwa-brand-banner {
    padding: 96px 0;
  }

  .giwa-proof {
    padding: 96px clamp(32px, 7vw, 80px);
  }

  .giwa-proof__label,
  .giwa-proof__caption {
    font-size: 36px;
  }

  .giwa-proof__metric {
    font-size: 60px;
  }

  .giwa-support {
    padding-bottom: 96px;
  }
}

@media (max-width: 620px) {
  .giwa-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .giwa-header.is-scrolled {
    min-height: 65px;
    align-items: center;
    flex-direction: row;
    width: calc(100% - 24px);
    padding: 10px 16px;
    border-radius: 20px;
  }

  .giwa-logo {
    width: 70px;
    height: 58px;
  }

  .giwa-nav {
    width: 100%;
    gap: 18px;
    padding: 0;
    font-size: 15px;
  }

  .giwa-header.is-scrolled .giwa-nav {
    width: auto;
    gap: 14px;
    padding: 0;
    font-size: 15px;
  }

  .giwa-hero {
    height: 520px;
  }

  .giwa-hero-slide > img {
    object-position: center bottom;
  }

  .giwa-hero__copy {
    padding: 300px 18px 0;
  }

  .giwa-hero__copy h1,
  .giwa-intro h2,
  .giwa-section-title h2 {
    font-size: 34px;
    line-height: 1.18;
  }

  .giwa-hero__copy p {
    padding-top: 10px;
    font-size: 17px;
    line-height: 1.45;
    white-space: normal;
  }

  .giwa-intro,
  .giwa-menu-section,
  .giwa-philosophy {
    padding: 72px 18px;
  }

  .giwa-intro p,
  .giwa-section-title p {
    font-size: 18px;
    line-height: 1.5;
  }

  .giwa-blend {
    height: 540px;
  }

  .giwa-blend > div {
    bottom: 48px;
  }

  .giwa-blend h2 {
    font-size: 28px;
    line-height: 1.25;
  }

  .giwa-blend p {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.55;
  }

  .giwa-section-title {
    gap: 10px;
    padding-bottom: 46px;
  }

  .giwa-menu-row {
    width: 100%;
    max-width: 100%;
    padding: 0 18px 38px;
  }

  .giwa-menu-card {
    width: min(78vw, 300px);
    flex-basis: min(78vw, 300px);
  }

  .giwa-menu-card h3 {
    margin-top: 22px;
    font-size: 22px;
  }

  .giwa-menu-card p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.45;
  }

  .giwa-image-modal {
    padding: 14px;
  }

  .giwa-image-modal__figure,
  .giwa-image-modal__image {
    max-width: calc(100vw - 28px);
  }

  .giwa-image-modal__image {
    max-height: calc(100dvh - 92px);
  }

  .giwa-swiper-controls {
    grid-template-columns: minmax(0, 1fr) 42px 12px 42px minmax(0, 1fr);
    grid-template-rows: 3px 42px;
    column-gap: 0;
    row-gap: 12px;
    width: min(100%, 320px);
    margin-top: 26px;
  }

  .giwa-swiper-button {
    width: 42px;
    height: 42px;
  }

  .giwa-swiper-button::before {
    width: 12px;
    height: 12px;
    border-width: 2px;
  }

  .giwa-all-menu {
    padding-top: 56px;
  }

  .giwa-all-menu span {
    font-size: 22px;
  }

  .giwa-all-menu img {
    width: 42px;
    height: 42px;
  }

  .giwa-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding-top: 72px;
  }

  .giwa-sales__title {
    gap: 10px;
    padding: 72px 18px 28px;
    white-space: normal;
  }

  .giwa-sales__inner {
    padding: 26px 18px 72px;
  }

  .giwa-sales__title p {
    font-size: 18px;
    line-height: 1.5;
  }

  .giwa-sales__title h2 {
    font-size: 34px;
    line-height: 1.18;
  }

  .giwa-sales-chart {
    height: 360px;
    border-radius: 12px;
  }

  .giwa-sales-chart__bars {
    bottom: 24px;
    width: 196px;
    height: 292px;
    gap: 32px;
  }

  .giwa-sales-bar {
    width: 82px;
    height: 292px;
    flex-basis: 82px;
  }

  .giwa-sales-bar__body {
    bottom: 48px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-left-width: 2px;
  }

  .giwa-sales-bar--other .giwa-sales-bar__body {
    height: 154px;
  }

  .giwa-sales-bar--giwa .giwa-sales-bar__body {
    height: 245px;
  }

  .giwa-sales-bar__dot {
    width: 10px;
    height: 10px;
  }

  .giwa-sales-bar--other .giwa-sales-bar__dot {
    bottom: 197px;
  }

  .giwa-sales-bar--giwa .giwa-sales-bar__dot {
    bottom: 288px;
  }

  .giwa-sales-bar span {
    font-size: 17px;
    letter-spacing: -0.17px;
  }

  .giwa-sales-trend {
    left: calc(50% - 57px);
    top: 94px;
    width: 145px;
    border-top-width: 1px;
  }

  .giwa-sales-delta {
    left: calc(50% + 19px);
    top: -34px;
    gap: 3px;
  }

  .giwa-sales-delta i {
    width: 32px;
    height: 18px;
    flex-basis: 32px;
  }

  .giwa-sales-delta i::before {
    border-right-width: 11px;
    border-bottom-width: 13px;
    border-left-width: 11px;
  }

  .giwa-sales-delta strong {
    font-size: 22px;
    letter-spacing: -0.22px;
  }

  .giwa-sales__footer {
    gap: 8px;
    margin-top: 44px;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: -0.34px;
    white-space: normal;
  }

  .giwa-specialty {
    padding-bottom: 72px;
  }

  .giwa-specialty__title,
  .giwa-support__title {
    gap: 8px;
    padding: 72px 18px 40px;
    white-space: normal;
  }

  .giwa-specialty__title p {
    font-size: 18px;
    letter-spacing: -0.36px;
  }

  .giwa-specialty__title h2,
  .giwa-support__title h2 {
    font-size: 34px;
    line-height: 1.18;
    letter-spacing: -0.68px;
  }

  .giwa-specialty__image {
    height: 300px;
  }

  .giwa-brand-banner {
    padding: 72px 0;
  }

  .giwa-brand-banner img {
    min-height: 300px;
  }

  .giwa-proof {
    gap: 28px;
    padding: 72px 18px;
  }

  .giwa-proof__label,
  .giwa-proof__caption {
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -0.52px;
    white-space: normal;
  }

  .giwa-proof__metric {
    max-width: 100%;
    font-size: clamp(36px, 10vw, 44px);
    line-height: 1.15;
    letter-spacing: -0.88px;
    min-width: min(100%, 11ch);
    white-space: normal;
  }

  .giwa-proof__media {
    height: auto;
    aspect-ratio: 759 / 506;
    border-radius: 24px;
  }

  .giwa-support {
    padding-bottom: 72px;
  }

  .giwa-support__list {
    padding: 38px 18px 2px;
  }

  .giwa-support-card {
    width: min(86vw, 340px);
    height: 430px;
    flex-basis: min(86vw, 340px);
    padding: 0 10px;
  }

  .giwa-support-card::before {
    right: 10px;
    left: 10px;
    border-radius: 22px;
  }

  .giwa-support-card__image {
    height: 245px;
    border-radius: 22px 22px 0 0;
  }

  .giwa-support-card__body {
    min-height: 110px;
    padding: 18px 10px;
    font-size: 15px;
    line-height: 1.45;
  }

  .giwa-support-card__body p,
  .giwa-support-card__body strong {
    line-height: 1.45;
  }

  .giwa-support-card h3 {
    top: -32px;
    min-width: 190px;
    min-height: 56px;
    padding: 8px 18px;
    font-size: 22px;
  }

  .giwa-philosophy p {
    font-size: 18px;
    letter-spacing: -0.36px;
  }

  .giwa-philosophy h2 {
    font-size: 34px;
    line-height: 1.18;
    white-space: normal;
  }

  .giwa-footer-image {
    height: 320px;
  }

  .giwa-footer-image > img {
    top: -230px;
    right: -260px;
    width: 820px;
    height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .giwa-header,
  .giwa-logo,
  .giwa-nav {
    transition-duration: 1ms;
  }

  .giwa-black-bloom {
    display: none;
  }

  .has-js body[data-site="giwa"] .giwa-philosophy[data-giwa-black-sequence],
  .has-js body[data-site="giwa"] .giwa-footer-image[data-giwa-black-sequence] {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
}
