/* LPKit sample disclosure/header clearance */
.lpkit-sample-disclosure {
  position: sticky !important;
  top: 0;
  z-index: 80;
}

.site-header {
  top: 38px !important;
}

@media (max-width: 720px) {
  .lpkit-sample-disclosure {
    padding: 7px 12px !important;
    font-size: 11px !important;
  }

  .site-header {
    top: 48px !important;
  }
}

@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --ink: #101820;
  --muted: #6d767d;
  --soft: #eef5f7;
  --paper: #fbfbf8;
  --line: rgba(16, 24, 32, 0.16);
  --line-dark: rgba(255, 255, 255, 0.24);
  --navy: #0e2537;
  --blue: #7ba8bd;
  --max: 1180px;
  --display: "Marcellus", "Pretendard", "Sora", -apple-system, BlinkMacSystemFont, sans-serif;
  --serif: "Marcellus", "Pretendard", Georgia, serif;
  --sans: "Pretendard", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 104px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--display);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
}

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

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(190px, 0.8fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 28px clamp(22px, 6vw, 88px);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 18px 46px rgba(16, 24, 32, 0);
  color: #fff;
  backdrop-filter: blur(0);
  transition:
    padding 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease,
    backdrop-filter 220ms ease;
}

.site-header.is-scrolled {
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom-color: rgba(16, 24, 32, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(16, 24, 32, 0.1);
  color: var(--ink);
  backdrop-filter: blur(18px);
}

.brand {
  display: grid;
  gap: 3px;
  width: fit-content;
}

.brand-main {
  font-family: var(--serif);
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1;
  letter-spacing: 0.06em;
}

.brand-sub {
  font-family: var(--serif);
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  letter-spacing: 0.12em;
  transition: color 220ms ease;
}

.site-header.is-scrolled .brand-sub {
  color: rgba(16, 24, 32, 0.58);
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 3vw, 50px);
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 300;
  transition: color 220ms ease;
}

.site-header.is-scrolled .nav-links {
  color: rgba(16, 24, 32, 0.72);
}

.header-cta {
  min-width: 132px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #fff;
  font-family: var(--serif);
  font-size: 14px;
  letter-spacing: 0.06em;
  text-align: center;
  transition: border-color 220ms ease, color 220ms ease, background 220ms ease;
}

.site-header.is-scrolled .header-cta {
  border-color: rgba(16, 24, 32, 0.28);
  color: var(--ink);
}

.site-header.is-scrolled .header-cta:hover {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}

.hero {
  position: relative;
  min-height: calc(100svh - 64px);
  overflow: hidden;
  color: #fff;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 15, 20, 0.68) 0%, rgba(9, 15, 20, 0.36) 43%, rgba(9, 15, 20, 0.12) 100%),
    linear-gradient(180deg, rgba(9, 15, 20, 0.18) 0%, rgba(9, 15, 20, 0.08) 48%, rgba(9, 15, 20, 0.32) 100%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: end;
  min-height: calc(100svh - 64px);
  width: min(100% - 44px, var(--max));
  margin: 0 auto;
  padding: 190px 0 150px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: currentColor;
  font-family: var(--serif);
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
  word-break: keep-all;
  overflow-wrap: break-word;
}

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(54px, 7vw, 96px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.08;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(38px, 4.8vw, 66px);
  font-weight: 300;
  line-height: 1.14;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-proof-list {
  display: grid;
  max-width: 760px;
  gap: 8px;
  margin: 26px 0 0;
  padding: 0;
}

.hero-proof-list li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(16px);
  list-style: none;
}

.hero-proof-list span {
  color: rgba(255, 255, 255, 0.66);
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.1em;
}

.hero-proof-list strong {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 26px;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.button-primary {
  border-color: rgba(255, 255, 255, 0.9);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.36);
  color: rgba(255, 255, 255, 0.86);
}

.button:hover {
  background: #fff;
  color: var(--ink);
}

.hero-index {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
}

.hero-index a {
  min-height: 76px;
  padding: 20px clamp(16px, 4vw, 48px);
  border-right: 1px solid var(--line-dark);
  color: #fff;
  font-family: var(--serif);
  font-size: 18px;
  letter-spacing: 0.06em;
}

.hero-index span {
  display: block;
  margin-bottom: 4px;
  font-family: var(--sans);
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.quick-rail {
  position: fixed;
  right: 22px;
  top: 50%;
  z-index: 40;
  display: grid;
  transform: translateY(-50%);
  background: var(--navy);
  color: #fff;
}

.quick-rail a {
  display: grid;
  place-items: center;
  width: 82px;
  min-height: 72px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 13px;
  font-weight: 400;
}

.section {
  width: min(100% - 44px, var(--max));
  margin: 0 auto;
  padding: 130px 0;
}

.signature {
  padding-top: 82px;
}

.section-kicker {
  color: var(--blue);
}

.signature-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  gap: clamp(44px, 7vw, 92px);
  align-items: start;
}

.signature-grid p,
.standard-copy p,
.reserve-copy p,
.program-table p {
  color: var(--muted);
}

.signature-grid p,
.standard-copy p,
.reserve-copy p {
  max-width: 720px;
  font-size: 18px;
}

.signature-copy {
  display: grid;
  align-content: start;
}

.signature-copy h2 {
  max-width: 650px;
  margin-top: 34px;
  font-size: clamp(36px, 4.2vw, 56px);
}

.signature-copy > p {
  margin-bottom: 0;
}

.signature-actions {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.signature-step {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  width: 100%;
  padding: 23px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  transition: color 180ms ease, padding 180ms ease, opacity 180ms ease;
}

.signature-step:focus {
  outline: none;
}

.signature-step:focus-visible {
  outline: 1px solid var(--navy);
  outline-offset: -1px;
}

.signature-step:hover,
.signature-step.is-active {
  padding-left: 16px;
  color: var(--navy);
}

.signature-step.is-active {
  background: rgba(123, 168, 189, 0.08);
  box-shadow: inset 3px 0 0 var(--navy);
}

.signature-step span {
  grid-row: 1 / span 2;
  color: var(--blue);
  font-family: var(--serif);
  font-size: 17px;
}

.signature-step strong {
  grid-column: 2;
  display: block;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.1;
}

.signature-step small {
  grid-column: 2;
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  transition: color 180ms ease;
}

.signature-step.is-active small {
  color: var(--ink);
}

.signature-stage {
  position: sticky;
  top: 118px;
  min-height: 520px;
  padding: 36px;
  border: 1px solid rgba(16, 24, 32, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.72)),
    var(--soft);
  box-shadow: 0 26px 76px rgba(16, 24, 32, 0.1);
  --progress: 33.333%;
}

.signature-progress {
  position: relative;
  height: 1px;
  margin-bottom: 78px;
  overflow: hidden;
  background: rgba(16, 24, 32, 0.16);
}

.signature-progress span {
  display: block;
  width: var(--progress);
  height: 100%;
  background: var(--navy);
  transition: width 280ms ease;
}

.signature-panel {
  display: none;
  animation: signature-panel-in 320ms ease both;
}

.signature-panel.is-active {
  display: block;
}

.panel-number {
  display: block;
  margin-bottom: 28px;
  color: var(--blue);
  font-family: var(--serif);
  font-size: 22px;
  letter-spacing: 0.08em;
}

.signature-panel h3 {
  margin-bottom: 26px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.signature-panel p {
  max-width: 560px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 18px;
}

.signature-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 28px 0 0;
  border-top: 1px solid rgba(16, 24, 32, 0.12);
  list-style: none;
}

.signature-panel li {
  position: relative;
  padding-left: 22px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 300;
}

.signature-panel li::before {
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
  content: "";
}

@keyframes signature-panel-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.signature-list {
  margin: 10px 0 0;
  border-top: 1px solid var(--line);
}

.signature-list div {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.signature-list dt {
  margin-bottom: 8px;
  font-family: var(--serif);
  color: var(--navy);
  font-size: 22px;
}

.signature-list dd {
  margin: 0;
  color: var(--muted);
}

.program {
  background: var(--soft);
}

.program-inner {
  width: min(100% - 44px, var(--max));
}

.program-table {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.program-table article {
  min-height: 310px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.46);
}

.program-table span {
  display: block;
  margin-bottom: 88px;
  font-family: var(--serif);
  color: var(--blue);
  font-size: 16px;
  letter-spacing: 0.08em;
}

.treatments {
  padding-top: 118px;
}

.treatments-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 0.58fr);
  gap: clamp(36px, 7vw, 86px);
  align-items: end;
  margin-bottom: 42px;
}

.treatments-heading p {
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 18px;
}

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.treatment-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 610px;
  border: 1px solid rgba(16, 24, 32, 0.1);
  background: #fff;
  box-shadow: 0 18px 56px rgba(16, 24, 32, 0.07);
  overflow: hidden;
}

.treatment-image {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  background: var(--soft);
}

.treatment-image img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.86) contrast(0.98);
  transform: scale(1.01);
  transition: transform 420ms ease, filter 420ms ease;
}

.treatment-card:hover .treatment-image img {
  filter: saturate(0.96) contrast(1.02);
  transform: scale(1.06);
}

.treatment-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 24, 32, 0) 42%, rgba(16, 24, 32, 0.52) 100%);
  content: "";
}

.treatment-image span {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 1;
  color: #fff;
  font-family: var(--serif);
  font-size: 14px;
  letter-spacing: 0.1em;
}

.treatment-copy {
  display: grid;
  align-content: start;
  padding: 26px;
}

.treatment-copy > p {
  margin-bottom: 20px;
  color: var(--blue);
  font-family: var(--serif);
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.treatment-copy h3 {
  margin-bottom: 26px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.22;
}

.treatment-copy ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(16, 24, 32, 0.12);
  list-style: none;
}

.treatment-copy li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.treatment-copy li::before {
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blue);
  content: "";
}

.device-note {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  padding: 18px 22px;
  border: 1px solid rgba(16, 24, 32, 0.1);
  background: rgba(238, 245, 247, 0.62);
}

.device-note strong {
  color: var(--navy);
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 400;
  white-space: nowrap;
}

.device-note p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.standard {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  gap: clamp(44px, 8vw, 110px);
  align-items: center;
}

.standard-panel {
  border-top: 1px solid var(--line);
}

.standard-panel div {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 22px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.standard-panel span {
  color: var(--blue);
  font-family: var(--serif);
}

.standard-panel strong {
  font-size: 22px;
  font-weight: 400;
}

.reserve {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.58fr);
  gap: clamp(44px, 8vw, 96px);
  width: min(100% - 44px, var(--max));
  margin: 0 auto;
  padding: 130px 0;
  border-top: 1px solid var(--line);
}

.lead-form {
  display: grid;
  gap: 8px;
  padding: 0;
}

label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
}

input,
select {
  width: 100%;
  min-height: 54px;
  margin-bottom: 7px;
  padding: 0 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  outline: none;
}

input:focus,
select:focus {
  border-bottom-color: var(--navy);
}

select {
  appearance: none;
}

.form-button {
  width: 100%;
  margin-top: 18px;
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}

.form-button:hover {
  background: transparent;
  color: var(--navy);
}

.error-message,
.success-message {
  min-height: 18px;
  margin: -2px 0 8px;
  font-size: 13px;
}

.error-message {
  color: #a33d32;
}

.success-message {
  color: var(--navy);
  font-weight: 500;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  width: min(100% - 44px, var(--max));
  margin: 0 auto;
  padding: 36px 0 70px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.site-footer p {
  margin: 0;
}

.mobile-sticky-cta {
  position: fixed;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 45;
  display: none;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  background: var(--navy);
  color: #fff;
  font-weight: 500;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .quick-rail {
    display: none;
  }

  .program-table {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .treatment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .treatments-heading {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .site-header {
    padding: 22px 20px;
  }

  .site-header.is-scrolled {
    padding: 14px 20px;
  }

  .header-cta {
    display: none;
  }

  .brand-main {
    font-size: 25px;
  }

  .hero-copy {
    width: min(100% - 32px, var(--max));
    padding: 130px 0 150px;
  }

  h1 {
    font-size: clamp(42px, 11vw, 62px);
  }

  h2 {
    font-size: 36px;
  }

  .hero-copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .hero-proof-list {
    max-width: none;
  }

  .hero-index {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-index a {
    min-height: 62px;
    padding: 14px 18px;
    font-size: 15px;
  }

  .section,
  .program-inner,
  .reserve,
  .site-footer {
    width: min(100% - 32px, var(--max));
  }

  .section,
  .reserve {
    padding: 86px 0;
  }

  .signature-grid,
  .standard,
  .reserve {
    grid-template-columns: 1fr;
  }

  .signature-actions {
    margin-top: 34px;
  }

  .signature-step {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 19px 0;
  }

  .signature-step:hover,
  .signature-step.is-active {
    padding-left: 10px;
  }

  .signature-step strong {
    font-size: 21px;
  }

  .signature-stage {
    position: relative;
    top: auto;
    min-height: auto;
    padding: 26px 22px;
  }

  .signature-progress {
    margin-bottom: 48px;
  }

  .signature-panel h3 {
    font-size: 42px;
  }

  .signature-panel p {
    font-size: 16px;
  }

  .program-table {
    grid-template-columns: 1fr;
  }

  .treatments {
    padding-top: 86px;
  }

  .treatments-heading {
    margin-bottom: 28px;
  }

  .treatments-heading p {
    margin-bottom: 0;
    font-size: 16px;
  }

  .treatment-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .treatment-card {
    min-height: auto;
  }

  .treatment-image,
  .treatment-image img {
    min-height: 230px;
  }

  .treatment-copy {
    padding: 22px;
  }

  .device-note {
    display: grid;
    gap: 8px;
    padding: 16px;
  }

  .device-note strong {
    white-space: normal;
  }

  .program-table article {
    min-height: auto;
    padding: 24px 0;
    border-right: 0;
    background: transparent;
  }

  .program-table span {
    margin-bottom: 24px;
  }

  .mobile-sticky-cta.is-visible {
    display: flex;
  }

  .site-footer {
    display: grid;
    gap: 8px;
    padding-bottom: 92px;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 40px;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }
}

/* Final QA accessibility overrides - terminal priority */
.consent-row {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--muted);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.55;
}

.consent-row input {
  width: 18px !important;
  height: 18px !important;
  min-height: 0 !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  accent-color: var(--blue);
}

.consent-row a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.button,
.signature-step,
.form-button,
.mobile-sticky-cta {
  min-height: 44px;
}

/* Final visual priority: LUMI diagnostic atlas, centered and non-split */
:root {
  --ink: #111612;
  --muted: #626d66;
  --paper: #f7f6f1;
  --soft: #eaf1ed;
  --navy: #172f34;
  --blue: #7f9da5;
  --sage: #8aa493;
  --rose: #c7a0a0;
  --clay: #9c6f5e;
  --line: rgba(17, 22, 18, 0.14);
  --line-dark: rgba(255, 255, 255, 0.2);
  --max: 1240px;
  --display: "Pretendard", "Sora", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Segoe UI", sans-serif;
  --serif: "Marcellus", "Pretendard", Georgia, serif;
  --sans: "Pretendard", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Segoe UI", sans-serif;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 430;
}

.site-header {
  grid-template-columns: minmax(180px, auto) minmax(0, 1fr) auto;
  padding: 20px clamp(18px, 4vw, 56px);
  color: #fffdf8;
}

.site-header.is-scrolled {
  background: rgba(247, 246, 241, 0.9);
  color: var(--ink);
}

.brand-main {
  font-size: clamp(20px, 2vw, 30px);
}

.brand-sub,
.nav-links,
.header-cta {
  font-family: var(--sans);
  font-weight: 650;
}

.hero-diagnostic {
  min-height: calc(100svh - 38px);
  background: #121715;
}

.hero-diagnostic .hero-image {
  object-position: 58% center;
  filter: saturate(0.86) contrast(0.96);
}

.hero-diagnostic .hero-shade {
  background:
    radial-gradient(circle at 58% 38%, rgba(255, 245, 232, 0.1) 0, rgba(255, 245, 232, 0) 30%),
    linear-gradient(180deg, rgba(8, 12, 10, 0.38) 0%, rgba(8, 12, 10, 0.04) 35%, rgba(8, 12, 10, 0.86) 100%),
    linear-gradient(90deg, rgba(8, 12, 10, 0.56) 0%, rgba(8, 12, 10, 0.14) 45%, rgba(8, 12, 10, 0.34) 100%);
}

.diagnostic-shell {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: calc(100svh - 38px);
  width: min(100% - 40px, 1320px);
  margin: 0 auto;
  padding: clamp(120px, 16vh, 170px) 0 112px;
  color: #fffdf8;
}

.hero-status {
  justify-self: center;
  max-width: min(760px, 100%);
  margin: 0;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(14, 19, 17, 0.28);
  color: rgba(255, 253, 248, 0.76);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-align: center;
}

.diagnostic-map {
  position: absolute;
  inset: 104px 0 118px;
  z-index: 3;
  pointer-events: none;
}

.map-node {
  position: absolute;
  display: grid;
  gap: 3px;
  min-width: 150px;
  padding: 12px 14px 12px 36px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(12, 18, 16, 0.4);
  color: #fffdf8;
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(16px);
}

.map-node::before {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 9px;
  height: 9px;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 8px rgba(255, 253, 248, 0.08);
  content: "";
  transform: translateY(-50%);
}

.map-node strong {
  font-size: 14px;
  font-weight: 820;
  line-height: 1.1;
}

.map-node em {
  color: rgba(255, 253, 248, 0.68);
  font-size: 12px;
  font-style: normal;
  font-weight: 560;
  line-height: 1.25;
}

.map-node-tone {
  top: 30%;
  left: 2%;
  color: #d9c8b7;
}

.map-node-lift {
  top: 20%;
  right: 5%;
  color: #c8dcd3;
}

.map-node-pore {
  right: 2%;
  bottom: 26%;
  color: #d1d9e2;
}

.map-node-barrier {
  left: 8%;
  bottom: 21%;
  color: #e0b7b1;
}

.hero-title-panel {
  z-index: 2;
  align-self: end;
  justify-self: center;
  display: grid;
  width: min(980px, 100%);
  margin-top: auto;
  padding: 0 24px 24px;
  border: 0;
  background: transparent;
  text-align: center;
  text-shadow: 0 3px 28px rgba(0, 0, 0, 0.52);
  backdrop-filter: none;
}

.hero-title-panel::before {
  justify-self: center;
  width: 88px;
  height: 1px;
  margin-bottom: 22px;
  background: rgba(255, 253, 248, 0.54);
  content: "";
}

.hero-title-panel .eyebrow {
  margin: 0 auto 14px;
  color: rgba(255, 253, 248, 0.76);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.16em;
}

.hero-title-panel h1 {
  max-width: 850px;
  margin: 0 auto 22px;
  color: #fffdf8;
  font-family: var(--sans);
  font-size: clamp(38px, 4.35vw, 62px);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.08;
}

.hero-title-panel > p:not(.eyebrow) {
  max-width: 700px;
  margin: 0 auto 26px;
  color: rgba(255, 253, 248, 0.84);
  font-family: var(--sans);
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 470;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.hero-actions .button {
  border-radius: 0;
  font-family: var(--sans);
  font-weight: 760;
}

.hero-actions .button-primary {
  border-color: #fffdf8;
  background: #fffdf8;
  color: var(--ink);
}

.hero-actions .button-secondary {
  border-color: rgba(255, 253, 248, 0.42);
  color: #fffdf8;
}

.consultation-board {
  justify-self: center;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(100%, 1000px);
  margin-top: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.18);
}

.consultation-board article {
  display: grid;
  gap: 8px;
  min-height: 132px;
  padding: 18px;
  background: rgba(16, 23, 21, 0.56);
  backdrop-filter: blur(14px);
}

.consultation-board span {
  color: rgba(255, 253, 248, 0.58);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.12em;
}

.consultation-board strong {
  color: #fffdf8;
  font-size: 18px;
  line-height: 1.2;
}

.consultation-board p {
  margin: 0;
  color: rgba(255, 253, 248, 0.72);
  font-size: 13px;
  line-height: 1.55;
}

.hero-index {
  background: rgba(15, 22, 19, 0.72);
}

.hero-index a {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 760;
}

h1,
h2,
h3 {
  font-family: var(--sans);
}

.section {
  width: min(100% - 44px, var(--max));
}

.diagnosis-room {
  padding-top: 108px;
}

.diagnosis-room .section-kicker,
.program .section-kicker,
.treatments .section-kicker,
.standard .section-kicker,
.reserve .section-kicker {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.14em;
}

.signature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
}

.signature-copy {
  display: grid;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.signature-copy h2 {
  max-width: 900px;
  margin: 0 auto 18px;
  font-size: clamp(34px, 4.6vw, 64px);
  font-weight: 740;
}

.signature-copy > p {
  max-width: 720px;
  margin: 0 auto;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.76;
}

.signature-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.42);
}

.signature-step {
  grid-template-columns: 42px minmax(0, 1fr);
  min-height: 132px;
  padding: 20px;
  border-bottom: 0;
  border-right: 1px solid var(--line);
}

.signature-step:last-child {
  border-right: 0;
}

.signature-step:hover,
.signature-step.is-active {
  padding-left: 24px;
}

.signature-step.is-active {
  background: #fffdf8;
  box-shadow: inset 0 -4px 0 var(--sage);
}

.signature-stage {
  position: relative;
  top: auto;
  display: grid;
  min-height: 430px;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(17, 22, 18, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(234, 241, 237, 0.76)),
    var(--soft);
  box-shadow: 0 24px 68px rgba(17, 22, 18, 0.08);
}

.signature-progress {
  margin-bottom: 48px;
}

.signature-panel h3 {
  color: var(--navy);
  font-family: var(--sans);
  font-size: clamp(36px, 6vw, 76px);
  font-weight: 780;
}

.program {
  background: #e4ece7;
}

.program-inner h2 {
  max-width: 940px;
  font-size: clamp(34px, 5vw, 68px);
  font-weight: 760;
}

.program-table {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 12px;
  border: 0;
}

.program-table article {
  display: grid;
  align-content: space-between;
  min-height: 250px;
  padding: 28px;
  border: 1px solid rgba(17, 22, 18, 0.12);
  background: rgba(255, 253, 248, 0.6);
}

.program-table article:nth-child(1) {
  grid-column: span 6;
  min-height: 330px;
  background: #142c30;
  color: #fffdf8;
}

.program-table article:nth-child(2),
.program-table article:nth-child(3) {
  grid-column: span 3;
}

.program-table article:nth-child(4) {
  grid-column: span 6;
  background: #fffdf8;
}

.program-table span {
  margin-bottom: 64px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.14em;
}

.program-table h3 {
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 780;
}

.program-table p {
  font-family: var(--sans);
  font-size: 15px;
}

.program-table article:nth-child(1) p,
.program-table article:nth-child(1) span {
  color: rgba(255, 253, 248, 0.76);
}

.treatments-heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  max-width: 980px;
}

.treatments-heading h2 {
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 760;
}

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.treatment-card {
  min-height: auto;
  border-radius: 0;
}

.treatment-card:nth-child(1),
.treatment-card:nth-child(4) {
  grid-column: span 5;
}

.treatment-card:nth-child(2),
.treatment-card:nth-child(3) {
  grid-column: span 7;
}

.treatment-card:nth-child(2),
.treatment-card:nth-child(4) {
  transform: translateY(34px);
}

.treatment-card:nth-child(2) {
  grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1fr);
  grid-template-rows: 1fr;
}

.treatment-image,
.treatment-image img {
  min-height: 310px;
}

.standard {
  display: grid;
  grid-template-columns: 1fr;
  gap: 38px;
  align-items: start;
}

.standard-copy {
  max-width: 900px;
}

.standard-copy h2 {
  font-size: clamp(34px, 5vw, 62px);
  font-weight: 760;
}

.standard-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.standard-panel div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  min-height: 210px;
  padding: 28px;
  border: 0;
  background: #fffdf8;
}

.standard-panel strong {
  font-size: 22px;
  font-weight: 780;
  line-height: 1.34;
}

.standard-panel small {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.reserve {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  width: min(100% - 44px, 880px);
  text-align: center;
}

.reserve-copy p {
  margin-right: auto;
  margin-left: auto;
}

.lead-form {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  background: #fffdf8;
  text-align: left;
}

.site-footer {
  font-family: var(--sans);
}

@media (max-width: 1080px) {
  .diagnostic-shell {
    width: min(100% - 32px, var(--max));
  }

  .diagnostic-map {
    inset: 100px 0 96px;
  }

  .map-node {
    min-width: 128px;
    padding: 10px 12px 10px 30px;
  }

  .map-node-lift {
    right: 2%;
  }

  .map-node-barrier {
    left: 2%;
  }

  .consultation-board {
    grid-template-columns: 1fr;
  }

  .consultation-board article {
    min-height: auto;
  }

  .program-table article:nth-child(1),
  .program-table article:nth-child(4),
  .treatment-card:nth-child(1),
  .treatment-card:nth-child(2),
  .treatment-card:nth-child(3),
  .treatment-card:nth-child(4) {
    grid-column: 1 / -1;
  }

  .treatment-card:nth-child(2),
  .treatment-card:nth-child(4) {
    transform: none;
  }

  .treatment-card:nth-child(2) {
    grid-template-columns: 1fr;
  }

  .standard-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 16px 18px;
  }

  .hero-diagnostic .hero-image {
    object-position: 62% center;
  }

  .diagnostic-shell {
    padding: 104px 0 134px;
  }

  .hero-status {
    justify-self: start;
    max-width: 100%;
    font-size: 10px;
    text-align: left;
  }

  .diagnostic-map {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 26px 0 auto;
  }

  .map-node {
    position: relative;
    inset: auto;
    min-width: 0;
    background: rgba(12, 18, 16, 0.5);
  }

  .hero-title-panel {
    margin-top: 28vh;
    padding: 22px 18px;
    text-align: left;
  }

  .hero-title-panel .eyebrow,
  .hero-title-panel h1,
  .hero-title-panel > p:not(.eyebrow) {
    margin-right: 0;
    margin-left: 0;
  }

  .hero-title-panel h1 {
    font-size: clamp(34px, 9.4vw, 50px);
    line-height: 1.12;
  }

  .hero-title-panel > p:not(.eyebrow) {
    font-size: 15px;
  }

  .hero-actions {
    justify-content: start;
  }

  .hero-index {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-index a {
    min-height: 58px;
    padding: 12px 16px;
  }

  .signature-actions {
    grid-template-columns: 1fr;
  }

  .signature-step {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .signature-step:last-child {
    border-bottom: 0;
  }

  .program-table {
    grid-template-columns: 1fr;
  }

  .program-table article {
    grid-column: 1 / -1 !important;
    min-height: auto !important;
  }

  .program-table span {
    margin-bottom: 34px;
  }

  .treatment-grid {
    grid-template-columns: 1fr;
  }

  .treatment-card {
    grid-column: 1 / -1 !important;
  }

  .reserve {
    width: min(100% - 32px, 880px);
  }
}

@media (max-width: 520px) {
  .diagnostic-shell {
    width: min(100% - 28px, var(--max));
  }

  .diagnostic-map {
    grid-template-columns: 1fr;
  }

  .hero-title-panel {
    margin-top: 20vh;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .consultation-board {
    display: none;
  }

  .section,
  .program-inner,
  .site-footer {
    width: min(100% - 28px, var(--max));
  }
}


/* Final responsive correction: keep the diagnostic story above the fold */
@media (max-width: 820px) {
  .hero-diagnostic {
    min-height: auto;
  }

  .hero-diagnostic .hero-image {
    object-position: 66% top;
  }

  .diagnostic-shell {
    align-content: start;
    min-height: auto;
    padding: 96px 0 112px;
  }

  .hero-status {
    justify-self: stretch;
    max-width: 100%;
    padding: 9px 10px;
    font-size: 9px;
    letter-spacing: 0.08em;
    line-height: 1.45;
    text-align: left;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .diagnostic-map {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    margin: 18px 0 44px;
  }

  .map-node {
    position: relative;
    inset: auto !important;
    min-width: 0;
    padding: 10px 10px 10px 28px;
    background: rgba(12, 18, 16, 0.5);
  }

  .map-node::before {
    left: 10px;
    width: 7px;
    height: 7px;
    box-shadow: 0 0 0 6px rgba(255, 253, 248, 0.08);
  }

  .map-node strong {
    font-size: 13px;
  }

  .map-node em {
    display: none;
  }

  .hero-title-panel {
    width: 100%;
    margin-top: 0;
    padding: 0 4px 24px;
    text-align: left;
    text-shadow: 0 3px 24px rgba(0, 0, 0, 0.58);
  }

  .hero-title-panel::before {
    justify-self: start;
    width: 64px;
    margin-bottom: 18px;
  }

  .hero-title-panel .eyebrow,
  .hero-title-panel h1,
  .hero-title-panel > p:not(.eyebrow) {
    margin-right: 0;
    margin-left: 0;
  }

  .hero-title-panel h1 {
    max-width: 620px;
    font-size: clamp(31px, 7.8vw, 46px);
    line-height: 1.12;
  }

  .hero-title-panel > p:not(.eyebrow) {
    max-width: 620px;
    margin-bottom: 18px;
    font-size: 14.5px;
    line-height: 1.68;
  }

  .hero-actions {
    justify-content: start;
  }

  .consultation-board {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 10px;
  }
}

@media (max-width: 520px) {
  .hero-diagnostic .hero-image {
    object-position: 70% top;
  }

  .diagnostic-shell {
    padding: 86px 0 116px;
  }

  .hero-status {
    display: none;
  }

  .diagnostic-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin: 12px 0 30px;
  }

  .map-node {
    padding: 9px 10px 9px 28px;
  }

  .map-node strong {
    font-size: 12px;
  }

  .hero-title-panel h1 {
    font-size: clamp(30px, 9vw, 38px);
  }

  .hero-title-panel > p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.65;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .consultation-board {
    display: none;
  }
}

/* Hero restoration: keep the premium face-first opening intact */
:root {
  color-scheme: light;
  --ink: #101820;
  --muted: #6d767d;
  --soft: #eef5f7;
  --paper: #fbfbf8;
  --line: rgba(16, 24, 32, 0.16);
  --line-dark: rgba(255, 255, 255, 0.24);
  --navy: #0e2537;
  --blue: #7ba8bd;
  --sage: #8aa493;
  --rose: #c7a0a0;
  --clay: #9c6f5e;
  --max: 1180px;
  --display: "Marcellus", "Pretendard", "Sora", -apple-system, BlinkMacSystemFont, sans-serif;
  --serif: "Marcellus", "Pretendard", Georgia, serif;
  --sans: "Pretendard", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Segoe UI", sans-serif;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--display);
  font-weight: 300;
}

.site-header {
  grid-template-columns: minmax(190px, 0.8fr) minmax(0, 1fr) auto;
  padding: 28px clamp(22px, 6vw, 88px);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 18px 46px rgba(16, 24, 32, 0);
  color: #fff;
  backdrop-filter: blur(0);
}

.site-header.is-scrolled {
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom-color: rgba(16, 24, 32, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(16, 24, 32, 0.1);
  color: var(--ink);
  backdrop-filter: blur(18px);
}

.brand-main {
  font-family: var(--serif);
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1;
  letter-spacing: 0.06em;
}

.brand-sub {
  font-family: var(--serif);
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.12em;
}

.nav-links {
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--display);
  font-size: 14px;
  font-weight: 300;
}

.header-cta {
  min-width: 132px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #fff;
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.06em;
  text-align: center;
}

.hero {
  min-height: calc(100svh - 64px);
  color: #fff;
}

.hero-image {
  object-position: center;
  filter: none;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(9, 15, 20, 0.68) 0%, rgba(9, 15, 20, 0.36) 43%, rgba(9, 15, 20, 0.12) 100%),
    linear-gradient(180deg, rgba(9, 15, 20, 0.18) 0%, rgba(9, 15, 20, 0.08) 48%, rgba(9, 15, 20, 0.32) 100%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: end;
  min-height: calc(100svh - 64px);
  width: min(100% - 44px, var(--max));
  margin: 0 auto;
  padding: 190px 0 150px;
  color: #fff;
}

.hero-copy .eyebrow {
  margin: 0 0 18px;
  color: currentColor;
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 820px;
  margin-bottom: 24px;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(54px, 7vw, 96px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.08;
  text-align: left;
  text-shadow: none;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.86);
  font-family: var(--display);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.85;
  text-align: left;
}

.hero-actions {
  justify-content: flex-start;
}

.hero-actions .button {
  border-radius: 0;
  font-family: var(--display);
  font-weight: 400;
}

.hero-actions .button-primary {
  border-color: rgba(255, 255, 255, 0.9);
  background: transparent;
  color: #fff;
}

.hero-actions .button-secondary {
  border-color: rgba(255, 255, 255, 0.36);
  color: rgba(255, 255, 255, 0.86);
}

.hero-actions .button:hover {
  background: #fff;
  color: var(--ink);
}

.hero-proof-list {
  display: grid;
  max-width: 760px;
  gap: 8px;
  margin: 26px 0 0;
  padding: 0;
}

.hero-proof-list li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(16px);
  list-style: none;
}

.hero-proof-list span {
  color: rgba(255, 255, 255, 0.66);
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.1em;
}

.hero-proof-list strong {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.hero-index {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
}

.hero-index a {
  min-height: 76px;
  padding: 20px clamp(16px, 4vw, 48px);
  border-right: 1px solid var(--line-dark);
  color: #fff;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.06em;
}

.hero-index span {
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.12em;
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 22px 20px;
  }

  .site-header.is-scrolled {
    padding: 14px 20px;
  }

  .header-cta {
    display: none;
  }

  .brand-main {
    font-size: 25px;
  }

  .hero-copy {
    width: min(100% - 32px, var(--max));
    padding: 130px 0 150px;
  }

  .hero-copy h1 {
    font-size: clamp(42px, 11vw, 62px);
  }

  .hero-copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .hero-proof-list {
    max-width: none;
  }

  .hero-index {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-index a {
    min-height: 62px;
    padding: 14px 18px;
    font-size: 15px;
  }
}

@media (max-width: 420px) {
  .hero-copy h1 {
    font-size: 40px;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }
}

/* Clean editorial hero: fewer words, more face, quieter controls */
.hero-image {
  object-position: 62% center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(9, 15, 20, 0.48) 0%, rgba(9, 15, 20, 0.2) 38%, rgba(9, 15, 20, 0.02) 72%),
    linear-gradient(180deg, rgba(9, 15, 20, 0.18) 0%, rgba(9, 15, 20, 0.02) 45%, rgba(9, 15, 20, 0.38) 100%);
}

.hero-copy {
  width: min(100% - 64px, 1120px);
  padding: 188px 0 174px;
}

.hero-copy .eyebrow {
  margin-bottom: 20px;
  font-size: 12px;
  letter-spacing: 0.22em;
}

.hero-copy h1 {
  max-width: 500px;
  margin-bottom: 24px;
  font-size: clamp(42px, 5.4vw, 74px);
  line-height: 1.04;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 430px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.82;
}

.hero-actions {
  align-items: center;
  gap: 18px;
}

.hero-actions .button {
  min-height: 44px;
  padding: 10px 18px;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.04);
  font-size: 13px;
  letter-spacing: 0;
}

.hero-actions .button-primary {
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
}

.hero-actions .button-secondary {
  border-color: transparent;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: underline;
  text-underline-offset: 5px;
}

.hero-proof-list {
  display: none;
}

.hero-index {
  border-top-color: rgba(255, 255, 255, 0.16);
  background: rgba(9, 15, 20, 0.18);
  backdrop-filter: blur(10px);
}

.hero-index a {
  min-height: 64px;
  padding: 16px clamp(16px, 3vw, 40px);
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
}

.hero-index span {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.54);
}

.quick-rail {
  background: rgba(14, 37, 55, 0.86);
  backdrop-filter: blur(12px);
}

@media (max-width: 820px) {
  .hero-image {
    object-position: 64% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(9, 15, 20, 0.62) 0%, rgba(9, 15, 20, 0.22) 64%, rgba(9, 15, 20, 0.04) 100%),
      linear-gradient(180deg, rgba(9, 15, 20, 0.16) 0%, rgba(9, 15, 20, 0.02) 44%, rgba(9, 15, 20, 0.46) 100%);
  }

  .hero-copy {
    width: min(100% - 36px, var(--max));
    padding: 126px 0 136px;
  }

  .hero-copy h1 {
    max-width: 380px;
    font-size: clamp(38px, 10vw, 52px);
    line-height: 1.02;
  }

  .hero-copy > p:not(.eyebrow) {
    max-width: 360px;
    font-size: 15px;
  }

  .hero-actions {
    gap: 10px;
  }

  .hero-index a {
    min-height: 56px;
    padding: 12px 16px;
  }
}

@media (max-width: 420px) {
  .hero-image {
    object-position: 68% center;
  }

  .hero-copy {
    padding: 112px 0 132px;
  }

  .hero-copy h1 {
    max-width: 310px;
    font-size: 38px;
  }

  .hero-actions .button-secondary {
    justify-self: start;
    width: auto;
  }
}
