:root {
  color-scheme: light;
  --ink: #111827;
  --ink-2: #1f2937;
  --paper: #f6f0e6;
  --paper-2: #ebe1d1;
  --white: #fffdf8;
  --muted: #6f6a61;
  --gold: #b98b45;
  --gold-2: #d9b56d;
  --burgundy: #762f35;
  --steel: #516276;
  --line: rgba(17, 24, 39, 0.14);
  --line-dark: rgba(255, 255, 255, 0.2);
  --shadow: 0 28px 80px rgba(17, 24, 39, 0.18);
  --max: 1180px;
  --radius: 8px;
  --display: "Noto Serif KR", "Cormorant Garamond", "Pretendard", Georgia, serif;
  --sans: "Pretendard", "Inter", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Segoe UI", sans-serif;
}

/* Final QA accessibility and mobile proof overrides */
.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: var(--radius);
  background: rgba(255, 253, 248, 0.78);
  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(--burgundy);
}

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

.intake-options button,
.intake-cta,
.stage-step,
.button,
.form-button {
  min-height: 46px;
}

@media (max-width: 820px) {
  .diamond-field {
    display: grid;
    width: 100%;
    min-height: 0;
    gap: 10px;
    overflow: visible;
  }

  .diamond-card {
    position: static;
    display: grid;
    width: 100%;
    min-height: 0;
    padding: 16px;
    text-align: left;
    transform: none !important;
  }

  .diamond-card > * {
    transform: none !important;
  }

  .diamond-card svg {
    width: 28px;
    height: 28px;
    margin-bottom: 8px;
  }

  .diamond-card strong {
    font-size: 17px;
  }

  .diamond-card span {
    font-size: 13px;
    line-height: 1.55;
  }
}

/* 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;
  }
}

* {
  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(--sans);
  font-size: 16px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
}

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

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

button,
input,
select {
  font: inherit;
}

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

h1,
h2 {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: 0;
}

h1 {
  max-width: 850px;
  margin-bottom: 26px;
  font-size: clamp(44px, 5vw, 64px);
  line-height: 1.12;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(38px, 4.8vw, 66px);
  line-height: 1.04;
}

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

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 880;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 24px clamp(20px, 5.6vw, 78px);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  background: rgba(17, 24, 39, 0);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0);
  color: #fff;
  backdrop-filter: blur(0);
  transition:
    padding 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease,
    backdrop-filter 220ms ease;
}

.site-header.is-scrolled {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom-color: rgba(17, 24, 39, 0.1);
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.1);
  color: var(--ink);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  width: fit-content;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  color: var(--gold-2);
  font-family: var(--display);
  font-size: 24px;
  line-height: 1;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.brand small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 220ms ease;
}

.site-header.is-scrolled .brand small {
  color: rgba(17, 24, 39, 0.58);
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 3vw, 42px);
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: color 220ms ease;
}

.site-header.is-scrolled .nav-links {
  color: rgba(17, 24, 39, 0.68);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 850;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

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

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: #fff;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.78) contrast(1.08);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 14, 24, 0.84) 0%, rgba(8, 14, 24, 0.68) 46%, rgba(8, 14, 24, 0.34) 100%),
    linear-gradient(180deg, rgba(8, 14, 24, 0.32) 0%, rgba(8, 14, 24, 0.08) 48%, rgba(8, 14, 24, 0.64) 100%);
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.34fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: end;
  width: min(100% - 44px, var(--max));
  min-height: 100svh;
  margin: 0 auto;
  padding: 148px 0 126px;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 720px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
}

.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: 46px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  list-style: none;
}

.hero-proof-list span {
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 24px;
  border: 1px solid currentColor;
  border-radius: var(--radius);
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  font-weight: 850;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  border-color: var(--gold-2);
  background: var(--gold-2);
  color: #121214;
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.38);
  color: #fff;
}

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

.hero-intake {
  align-self: end;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(22px);
}

.intake-topline {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.intake-topline span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.intake-topline strong {
  color: var(--gold-2);
  font-size: 13px;
  white-space: nowrap;
}

.intake-question p {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 750;
}

.intake-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.intake-options button {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 750;
}

.intake-options button.is-selected {
  border-color: var(--gold-2);
  background: rgba(217, 181, 109, 0.18);
  color: #fff;
}

.intake-detail {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(7, 12, 20, 0.24);
}

.intake-panel {
  display: none;
  animation: intake-panel-in 260ms ease both;
}

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

.intake-panel strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.45;
}

.intake-panel p {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.62;
}

.intake-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  border-radius: var(--radius);
  background: var(--gold-2);
  color: #121214;
  font-size: 13px;
  font-weight: 900;
}

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

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

.intake-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 26px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.intake-stats div {
  padding: 16px 10px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.intake-stats div:last-child {
  border-right: 0;
}

.intake-stats dt {
  color: var(--gold-2);
  font-family: var(--display);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.intake-stats dd {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  line-height: 1.45;
}

.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(10, 16, 27, 0.48);
  backdrop-filter: blur(18px);
}

.hero-index a {
  min-height: 78px;
  padding: 19px clamp(16px, 4vw, 44px);
  border-right: 1px solid var(--line-dark);
  font-family: var(--display);
  font-size: 20px;
  font-weight: 600;
}

.hero-index span {
  display: block;
  margin-bottom: 3px;
  color: var(--gold-2);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.quick-rail {
  position: fixed;
  right: 22px;
  top: 50%;
  z-index: 36;
  display: grid;
  transform: translateY(-50%);
  background: var(--burgundy);
  color: #fff;
  box-shadow: 0 20px 48px rgba(118, 47, 53, 0.24);
}

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

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

.section-heading {
  max-width: 860px;
  margin-bottom: 44px;
}

.section-heading > p:not(.eyebrow),
.split > p {
  color: var(--muted);
  font-size: 18px;
}

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

.risk-grid article {
  min-height: 330px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 54px rgba(17, 24, 39, 0.07);
}

.risk-grid span,
.process-grid span {
  display: inline-flex;
  margin-bottom: 68px;
  color: var(--gold);
  font-family: var(--display);
  font-size: 24px;
  font-weight: 700;
}

.risk-grid p,
.proof-list p,
.team-grid p,
.process-grid p,
.faq-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.motion-system {
  position: relative;
  min-height: 920px;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
  --scroll-shift: 0px;
}

.system-bg {
  position: absolute;
  inset: -7% 0 0;
  width: 100%;
  height: 114%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  filter: grayscale(0.08) saturate(0.76) contrast(1.08);
  transform: translateY(calc(var(--scroll-shift) * -0.08)) scale(1.06);
  transition: transform 120ms linear;
}

.system-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 17, 27, 0.94) 0%, rgba(12, 17, 27, 0.72) 48%, rgba(12, 17, 27, 0.9) 100%),
    linear-gradient(180deg, rgba(12, 17, 27, 0.74), rgba(12, 17, 27, 0.78));
}

.motion-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 760px;
  gap: clamp(28px, 4vw, 52px);
  align-items: center;
  width: min(100% - 44px, 1320px);
  min-height: 920px;
  margin: 0 auto;
  padding: 118px 0;
}

.system-copy {
  max-width: 540px;
}

.system-copy h2 {
  font-size: clamp(38px, 4.2vw, 58px);
}

.system-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.reveal-item {
  opacity: 0;
  transform: translateY(38px);
  transition: opacity 620ms ease, transform 620ms ease;
}

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

.diamond-field {
  position: relative;
  width: min(100%, 760px);
  min-height: 458px;
  max-width: 760px;
  margin-left: auto;
  margin-right: 0;
  overflow: visible;
  --diamond-size: 176px;
}

.diamond-card {
  position: absolute;
  display: grid;
  place-items: center;
  width: var(--diamond-size);
  height: var(--diamond-size);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
  opacity: 0;
  transform: rotate(45deg) translate3d(var(--enter-x), var(--enter-y), 0) scale(0.88);
  transition:
    opacity 620ms ease,
    transform 760ms cubic-bezier(0.2, 0.72, 0.18, 1),
    border-color 180ms ease,
    background 180ms ease;
  transition-delay: var(--delay);
}

.motion-system.is-visible .diamond-card {
  opacity: 1;
  transform: rotate(45deg) translate3d(0, 0, 0) scale(1);
}

.motion-system.is-visible .diamond-card:hover {
  border-color: rgba(217, 181, 109, 0.82);
  background: rgba(217, 181, 109, 0.1);
  transform: rotate(45deg) translate3d(0, -8px, 0) scale(1.02);
}

.diamond-card::before {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  content: "";
}

.diamond-card-inner {
  display: grid;
  place-items: center;
  width: 132px;
  text-align: center;
  transform: rotate(-45deg);
}

.diamond-card svg {
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  color: var(--gold-2);
}

.diamond-card path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.diamond-card strong {
  margin-bottom: 8px;
  font-size: 15.5px;
  font-weight: 850;
  line-height: 1.35;
}

.diamond-card span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 10.5px;
  line-height: 1.45;
}

.diamond-one {
  left: 38px;
  top: 162px;
  --enter-x: -24px;
  --enter-y: 24px;
  --delay: 120ms;
}

.diamond-two {
  left: 162px;
  top: 38px;
  --enter-x: -14px;
  --enter-y: -22px;
  --delay: 220ms;
}

.diamond-three {
  left: 410px;
  top: 38px;
  --enter-x: 18px;
  --enter-y: -22px;
  --delay: 320ms;
}

.diamond-four {
  left: 286px;
  top: 162px;
  --enter-x: 0;
  --enter-y: 24px;
  --delay: 420ms;
}

.diamond-five {
  left: 534px;
  top: 162px;
  --enter-x: 22px;
  --enter-y: 18px;
  --delay: 520ms;
}

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

.diagnosis-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.72fr);
  gap: clamp(44px, 7vw, 92px);
  align-items: start;
  width: min(100% - 44px, var(--max));
  margin: 0 auto;
  padding: 128px 0;
}

.diagnosis-copy > p:not(.eyebrow) {
  max-width: 720px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.stage-actions {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.stage-step {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  width: 100%;
  padding: 22px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background: transparent;
  color: #fff;
  cursor: pointer;
  text-align: left;
  transition: padding 180ms ease, background 180ms ease;
}

.stage-step:hover,
.stage-step.is-active {
  padding-left: 16px;
  background: rgba(217, 181, 109, 0.09);
}

.stage-step:focus-visible {
  outline: 1px solid var(--gold-2);
  outline-offset: -1px;
}

.stage-step span {
  grid-row: 1 / span 2;
  color: var(--gold-2);
  font-family: var(--display);
  font-size: 22px;
  line-height: 1;
}

.stage-step strong {
  font-size: 22px;
  line-height: 1.15;
}

.stage-step small {
  grid-column: 2;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.stage-board {
  position: sticky;
  top: 116px;
  min-height: 600px;
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    #151f30;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.26);
  --progress: 25%;
}

.stage-progress {
  height: 1px;
  margin-bottom: 70px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
}

.stage-progress span {
  display: block;
  width: var(--progress);
  height: 100%;
  background: var(--gold-2);
  transition: width 260ms ease;
}

.stage-panel {
  display: none;
  animation: panel-in 300ms ease both;
}

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

.panel-label {
  margin-bottom: 24px;
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.stage-panel h3 {
  margin-bottom: 28px;
  font-family: var(--display);
  font-size: clamp(36px, 4.4vw, 58px);
  font-weight: 600;
  line-height: 1.08;
}

.stage-panel ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 28px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  list-style: none;
}

.stage-panel li {
  position: relative;
  padding-left: 22px;
  color: rgba(255, 255, 255, 0.76);
}

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

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

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

.proof {
  display: grid;
  grid-template-columns: minmax(340px, 0.68fr) minmax(0, 0.9fr);
  gap: clamp(44px, 7vw, 92px);
  align-items: center;
}

.proof-visual {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.proof-visual img {
  width: 100%;
  min-height: 620px;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.02);
}

.visual-note {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: grid;
  gap: 5px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(17, 24, 39, 0.72);
  color: #fff;
  backdrop-filter: blur(18px);
}

.visual-note strong {
  font-family: var(--display);
  font-size: 26px;
  line-height: 1.1;
}

.visual-note span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

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

.proof-list article {
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.proof-list span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.case-carousel {
  padding: 86px max(18px, calc((100vw - var(--max)) / 2)) 118px;
  background: #fffaf1;
}

.case-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.78fr);
  max-width: var(--max);
  min-height: 650px;
  margin: 0 auto;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.case-panel {
  display: grid;
  align-content: center;
  padding: clamp(34px, 6vw, 72px);
}

.case-count {
  margin-bottom: 42px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 38px;
  font-weight: 700;
}

.case-window {
  overflow: hidden;
}

.case-track {
  display: flex;
  transition: transform 320ms ease;
}

.case-slide {
  flex: 0 0 100%;
  min-width: 0;
}

.case-slide span {
  display: block;
  margin-bottom: 22px;
  color: var(--burgundy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.case-slide h2 {
  max-width: 680px;
  font-size: clamp(40px, 5vw, 68px);
}

.case-slide p {
  max-width: 640px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
}

.case-controls {
  display: flex;
  gap: 8px;
  margin-top: 44px;
}

.case-button {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

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

.case-image-panel {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border-radius: 0 var(--radius) var(--radius) 0;
}

.case-image-panel img {
  width: 100%;
  height: 100%;
  min-height: 650px;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.02);
}

.case-image-panel::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.02) 30%, rgba(17, 24, 39, 0.74) 100%);
  content: "";
}

.case-badge {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 1;
  display: grid;
  gap: 5px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(17, 24, 39, 0.58);
  color: #fff;
  backdrop-filter: blur(18px);
}

.case-badge strong {
  font-family: var(--display);
  font-size: 27px;
}

.case-badge span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(320px, 0.48fr);
  gap: clamp(32px, 6vw, 70px);
  align-items: end;
  max-width: none;
}

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

.team-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 18px 54px rgba(17, 24, 39, 0.07);
}

.team-grid img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.84);
}

.team-grid article:nth-child(2) img {
  object-position: center 22%;
}

.team-grid div {
  padding: 24px;
}

.team-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.process {
  background: var(--paper-2);
}

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

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

.process-grid article {
  min-height: 300px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.44);
}

.process-grid span {
  margin-bottom: 74px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  transform: translateY(0) scale(1);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
  will-change: transform;
}

.faq-list details:hover,
.faq-list details:focus-within,
.faq-list details.is-hovered {
  border-color: rgba(118, 47, 53, 0.34);
  background: #fffaf1;
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.1);
  transform: translateY(-3px) scale(1.012);
}

.faq-list summary {
  position: relative;
  min-height: 68px;
  padding: 21px 62px 21px 24px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 820;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  right: 24px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(17, 24, 39, 0.18);
  border-radius: 50%;
  color: var(--burgundy);
  font-size: 18px;
  line-height: 1;
  transform: translateY(-50%);
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
  content: "+";
}

.faq-list details[open] summary::after {
  background: var(--burgundy);
  color: #fff;
  transform: translateY(-50%) rotate(45deg);
}

.faq-list p {
  padding: 0 24px 24px;
}

.closing-proof {
  background: #0f1826;
  color: #fff;
}

.closing-inner {
  width: min(100% - 44px, var(--max));
  margin: 0 auto;
  padding: 112px 0 98px;
}

.closing-inner h2 {
  max-width: 920px;
}

.closing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 36px;
}

.closing-grid article {
  min-height: 250px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
}

.closing-grid span {
  display: block;
  margin-bottom: 58px;
  color: var(--gold-2);
  font-family: var(--display);
  font-size: 24px;
  font-weight: 700;
}

.closing-grid strong {
  display: block;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.3;
}

.closing-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
}

.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: 58px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(217, 181, 109, 0.08), rgba(255, 255, 255, 0.03)),
    #111827;
  color: #fff;
  box-shadow: 0 30px 90px rgba(17, 24, 39, 0.22);
  transform: translateY(-42px);
}

.reserve-copy p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
}

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

label {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  font-weight: 760;
}

input,
select {
  width: 100%;
  min-height: 54px;
  margin-bottom: 7px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  background: transparent;
  color: #fff;
  outline: none;
}

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

select {
  appearance: none;
}

select option {
  color: var(--ink);
}

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

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

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

.error-message {
  color: #a3262d;
}

.success-message {
  color: var(--gold-2);
  font-weight: 800;
}

.form-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
}

.site-footer {
  width: 100%;
  margin: -12px 0 0;
  padding: 58px 0 64px;
  background: #08111e;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 0.5fr) minmax(340px, 0.8fr);
  gap: 34px;
  align-items: start;
  width: min(100% - 44px, var(--max));
  margin: 0 auto;
}

.footer-brand {
  display: flex;
  gap: 14px;
  align-items: center;
}

.footer-brand .brand-mark {
  color: var(--gold-2);
}

.footer-brand strong {
  display: block;
  color: #fff;
  font-family: var(--display);
  font-size: 25px;
  line-height: 1;
}

.footer-brand p,
.footer-note {
  margin: 0;
}

.footer-brand p {
  margin-top: 6px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.footer-links a:hover {
  color: var(--gold-2);
}

.footer-note {
  max-width: 520px;
  line-height: 1.72;
}

.footer-note span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.38);
}

.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;
  border-radius: var(--radius);
  background: var(--burgundy);
  color: #fff;
  font-weight: 880;
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.22);
}

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

  .nav-links,
  .quick-rail {
    display: none;
  }

  .hero-layout,
  .diagnosis-inner,
  .motion-inner,
  .proof,
  .reserve {
    grid-template-columns: 1fr;
  }

  .hero-intake {
    max-width: 520px;
  }

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

  .case-card {
    grid-template-columns: 1fr;
  }

  .case-image-panel {
    min-height: 420px;
    border-radius: 0 0 var(--radius) var(--radius);
  }

  .case-image-panel img {
    min-height: 420px;
  }

  .motion-system,
  .motion-inner {
    min-height: auto;
  }

  .motion-inner {
    padding: 96px 0;
  }

  .diamond-field {
    width: 760px;
    min-height: 458px;
    max-width: none;
    margin-right: auto;
    overflow: visible;
  }

  .diamond-one {
    left: 38px;
    top: 162px;
  }

  .diamond-two {
    left: 162px;
    top: 38px;
  }

  .diamond-three {
    left: 410px;
    top: 38px;
  }

  .diamond-four {
    left: 286px;
    top: 162px;
  }

  .diamond-five {
    left: 534px;
    top: 162px;
  }
}

@media (max-width: 1380px) {
  .quick-rail {
    display: none;
  }
}

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

  .site-header.is-scrolled {
    padding: 13px 18px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand strong {
    font-size: 21px;
  }

  .brand small,
  .header-cta {
    display: none;
  }

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

  h1 {
    font-size: clamp(40px, 11vw, 58px);
    line-height: 1.02;
  }

  h2 {
    font-size: 37px;
  }

  .hero-copy > p:not(.eyebrow),
  .diagnosis-copy > p:not(.eyebrow),
  .section-heading > p:not(.eyebrow),
  .reserve-copy p:not(.eyebrow),
  .case-slide p {
    font-size: 16px;
  }

  .hero-actions,
  .intake-options {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    display: grid;
  }

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

  .button {
    width: 100%;
  }

  .hero-intake {
    padding: 22px;
  }

  .intake-stats {
    grid-template-columns: 1fr;
  }

  .intake-stats div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .intake-stats div:last-child {
    border-bottom: 0;
  }

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

  .hero-index a {
    min-height: 62px;
    padding: 13px 16px;
    font-size: 16px;
  }

  .section,
  .diagnosis-inner,
  .motion-inner,
  .closing-inner,
  .process-inner,
  .reserve,
  .footer-inner {
    width: min(100% - 32px, var(--max));
  }

  .section,
  .diagnosis-inner,
  .motion-inner,
  .closing-inner,
  .process-inner,
  .reserve {
    padding: 84px 0;
  }

  .risk-grid,
  .team-grid,
  .process-grid,
  .closing-grid,
  .split {
    grid-template-columns: 1fr;
  }

  .motion-system {
    min-height: auto;
  }

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

  .system-copy h2 {
    max-width: 100%;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .diamond-field {
    display: grid;
    gap: 22px;
    justify-items: center;
    min-height: auto;
    padding: 18px 0 96px;
    overflow: hidden;
  }

  .diamond-card,
  .diamond-one,
  .diamond-two,
  .diamond-three,
  .diamond-four,
  .diamond-five {
    position: relative;
    inset: auto;
    width: 196px;
    height: 196px;
  }

  .diamond-card-inner {
    width: 138px;
  }

  .diamond-card svg {
    width: 38px;
    height: 38px;
    margin-bottom: 12px;
  }

  .diamond-card strong {
    font-size: 16px;
  }

  .risk-grid article,
  .process-grid article,
  .closing-grid article {
    min-height: auto;
    padding: 24px;
  }

  .risk-grid span,
  .process-grid span,
  .closing-grid span {
    margin-bottom: 28px;
  }

  .reserve {
    padding: 30px 22px;
    transform: translateY(-28px);
  }

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

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

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

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

  .stage-progress {
    margin-bottom: 46px;
  }

  .proof-visual img {
    min-height: 380px;
  }

  .case-carousel {
    padding: 64px 12px 84px;
  }

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

  .case-panel {
    padding: 28px 20px 24px;
  }

  .case-count {
    margin-bottom: 24px;
    font-size: 30px;
  }

  .case-slide h2 {
    font-size: 42px;
  }

  .case-image-panel,
  .case-image-panel img {
    min-height: 330px;
  }

  .team-grid img {
    height: 310px;
  }

  .process-grid article {
    border-right: 0;
    background: rgba(255, 253, 248, 0.34);
  }

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

  .site-footer {
    padding-bottom: 92px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .diamond-field {
    overflow: visible;
    transform: scale(0.86);
    transform-origin: top center;
    min-height: 500px;
    margin-bottom: -70px;
  }
}

@media (max-width: 460px) {
  .diamond-field {
    transform: scale(0.72);
    min-height: 420px;
    margin-bottom: -104px;
  }

  .faq-list details:hover,
  .faq-list details:focus-within,
  .faq-list details.is-hovered {
    transform: translateY(-2px) scale(1.006);
  }
}

@media (max-width: 820px) {
  .motion-inner {
    grid-template-columns: minmax(0, 1fr);
    overflow: hidden;
  }

  .system-copy,
  .diamond-field {
    min-width: 0;
  }

  .diamond-field {
    display: block;
    width: 760px;
    max-width: none;
    min-height: 414px;
    margin: 0 0 0 calc(50% - 296px);
    padding: 0;
    left: 0;
    overflow: visible;
    transform: scale(0.78);
    transform-origin: top left;
  }

  .diamond-card,
  .diamond-one,
  .diamond-two,
  .diamond-three,
  .diamond-four,
  .diamond-five {
    position: absolute;
    inset: auto;
    width: var(--diamond-size);
    height: var(--diamond-size);
  }

  .diamond-one {
    left: 38px;
    top: 162px;
  }

  .diamond-two {
    left: 162px;
    top: 38px;
  }

  .diamond-three {
    left: 410px;
    top: 38px;
  }

  .diamond-four {
    left: 286px;
    top: 162px;
  }

  .diamond-five {
    left: 534px;
    top: 162px;
  }
}

@media (max-width: 640px) {
  .diamond-field {
    min-height: 326px;
    margin-left: calc(50% - 236px);
    margin-bottom: -42px;
    left: 0;
    transform: scale(0.62);
  }
}

@media (max-width: 460px) {
  .diamond-field {
    min-height: 246px;
    margin-left: calc(50% - 171px);
    margin-bottom: -54px;
    left: 0;
    transform: scale(0.45);
  }

  .system-copy h2 {
    font-size: 30px;
    line-height: 1.16;
    word-break: normal;
    overflow-wrap: anywhere;
  }
}

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

  h2,
  .case-slide h2 {
    font-size: 34px;
  }

  .brand strong {
    font-size: 19px;
  }

  .hero-index a {
    font-size: 14px;
  }
}

/* Final QA accessibility and mobile proof 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: var(--radius);
  background: rgba(255, 253, 248, 0.78);
  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(--burgundy);
}

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

.intake-options button,
.intake-cta,
.stage-step,
.button,
.form-button {
  min-height: 46px;
}

@media (max-width: 820px) {
  .diamond-field {
    display: grid;
    width: 100%;
    min-height: 0;
    gap: 10px;
    overflow: visible;
  }

  .diamond-card {
    position: static;
    display: grid;
    width: 100%;
    min-height: 0;
    padding: 16px;
    text-align: left;
    transform: none !important;
  }

  .diamond-card > * {
    transform: none !important;
  }

  .diamond-card svg {
    width: 28px;
    height: 28px;
    margin-bottom: 8px;
  }

  .diamond-card strong {
    font-size: 17px;
  }

  .diamond-card span {
    font-size: 13px;
    line-height: 1.55;
  }
}
