.home-v3 {
  --max-desktop: 1320px;
  --home-ink: #17131d;
  --home-muted: #6f6878;
  --home-purple: #6438b8;
  --home-purple-2: #8155d1;
  --home-purple-soft: #f3eefc;
  --home-pink: #e7a9c8;
  --home-blue: #a9bce8;
  --home-line: #e8e2eb;
  --home-surface: #ffffff;
  --home-portrait-surface: #eee8f6;
  --home-portrait-line: rgba(100, 56, 184, 0.08);
  --home-radius-card: 12px;
  --home-radius-image: 16px;
  --home-radius-portrait: 120px;
  background: #fffdfb;
  color: var(--home-ink);
}

.home-v3 .page {
  padding-bottom: 0;
  overflow: clip;
}

.home-v3 .container {
  width: min(100% - 48px, var(--max-desktop));
}

.home-v3 .site-header {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid #eee9f0;
  backdrop-filter: blur(18px);
}

.home-header-inner {
  min-height: 76px !important;
}

.home-v3 .brand {
  color: var(--home-ink);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
}

.home-v3 .brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--home-purple);
  box-shadow: 0 10px 22px rgba(100, 56, 184, 0.2);
}

.home-v3 .brand-sub {
  color: #77717d;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
}

.home-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.home-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  color: #3c3542;
  font-size: 14px;
  font-weight: 700;
  transition: color 160ms ease, background 160ms ease;
}

.home-nav a:hover {
  color: var(--home-purple);
  background: #f8f5fc;
  border-radius: 8px;
}

.home-v3 .btn {
  min-height: 50px;
  border-radius: 8px;
  padding-inline: 22px;
  font-weight: 800;
}

.home-v3 .btn-primary {
  background: var(--home-purple);
  box-shadow: 0 10px 24px rgba(100, 56, 184, 0.18);
}

.home-v3 .btn-primary:hover {
  background: #542ba7;
}

.home-v3 .btn-secondary {
  background: #fff;
  border-color: #ddd5e3;
}

.home-v3 .btn svg {
  width: 18px;
  height: 18px;
}

.home-header-cta {
  min-height: 46px !important;
  padding-inline: 20px !important;
}

.home-hero {
  position: relative;
  padding: 58px 0 72px;
  border-bottom: 1px solid #f0ebf2;
  background: #fffdfb;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 42% 0 auto;
  height: 170px;
  background: rgba(231, 169, 200, 0.07);
  transform: skewY(-7deg);
  pointer-events: none;
}

.home-hero-grid {
  position: relative;
  z-index: 1;
  min-height: 590px;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(590px, 1.12fr);
  gap: 64px;
  align-items: center;
}

.home-hero-copy {
  max-width: 620px;
}

.home-eyebrow,
.home-section-kicker {
  width: fit-content;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  border: 1px solid #e9e2ef;
  border-radius: 999px;
  color: var(--home-purple);
  background: #f7f3fb;
  font-size: 13px;
  font-weight: 800;
}

.home-eyebrow svg {
  width: 16px;
  height: 16px;
}

.home-hero-copy h1 {
  margin: 20px 0 0;
  color: var(--home-ink);
  font-family: var(--font-display);
  font-size: clamp(48px, 5vw, 74px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.022em;
}

.home-hero-copy h1 em {
  color: var(--home-purple);
  font-style: normal;
}

.home-hero-copy > p {
  max-width: 560px;
  margin: 22px 0 0;
  color: #5f5867;
  font-size: 18px;
  line-height: 1.75;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.home-hero-actions .btn {
  min-width: 184px;
}

.home-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 24px;
  color: #746d79;
  font-size: 13px;
  font-weight: 700;
}

.home-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.home-trust-row span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--home-purple-2);
}

.home-hero-visual {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}

.home-hero-visual::before {
  content: "";
  position: absolute;
  width: 530px;
  height: 430px;
  background: rgba(216, 201, 240, 0.28);
  filter: blur(34px);
  transform: rotate(-4deg);
}

.home-orbit {
  position: absolute;
  border: 1px solid rgba(100, 56, 184, 0.16);
  border-radius: 50%;
  pointer-events: none;
}

.home-orbit-a {
  width: 600px;
  height: 390px;
  transform: rotate(14deg);
}

.home-orbit-b {
  width: 510px;
  height: 500px;
  transform: rotate(-22deg);
}

.home-report-mock {
  position: relative;
  z-index: 2;
  width: min(100%, 520px);
  min-height: 468px;
  padding: 20px;
  border: 1px solid rgba(220, 211, 227, 0.9);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 34px 70px rgba(61, 45, 78, 0.17);
  transform: translateX(18px);
}

.home-report-mock::after {
  content: "";
  position: absolute;
  inset: 10px -12px -14px 12px;
  z-index: -1;
  border: 1px solid rgba(229, 221, 235, 0.8);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.56);
}

.home-report-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2px 16px;
  color: #8b8490;
  font-size: 11px;
  font-weight: 700;
}

.home-mini-brand {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.home-mini-logo {
  color: var(--home-purple);
  font-size: 15px;
}

.home-report-body {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 20px;
  align-items: center;
  padding: 12px;
  border-radius: 18px;
  background: #fbf9fd;
}

.home-person-frame {
  overflow: hidden;
  background: var(--home-portrait-surface);
  box-shadow: inset 0 0 0 1px var(--home-portrait-line);
}

.home-person-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-report-portrait {
  min-height: 230px;
  display: grid;
  align-content: end;
  border-radius: var(--home-radius-image);
}

.home-report-portrait img {
  height: 208px;
  object-position: 50% 26%;
}

.home-report-portrait span {
  padding: 9px 12px;
  color: #6f6676;
  background: rgba(255, 255, 255, 0.76);
  font-size: 10px;
  font-weight: 700;
  text-align: center;
}

.home-report-label {
  color: #77717d;
  font-size: 11px;
  font-weight: 700;
}

.home-report-summary h2 {
  margin: 7px 0 0;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.014em;
}

.home-report-summary p {
  margin: 9px 0 0;
  color: #817988;
  font-size: 12px;
  line-height: 1.55;
}

.home-progress {
  height: 7px;
  margin-top: 22px;
  overflow: hidden;
  border-radius: 999px;
  background: #e9e4ec;
}

.home-progress span {
  display: block;
  width: 82%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--home-purple-2), var(--home-pink));
  animation: homeProgress 1100ms ease both;
}

.home-report-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}

.home-report-tags span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid #dcd1e6;
  border-radius: 999px;
  color: var(--home-purple);
  background: #fff;
  font-size: 11px;
  font-weight: 800;
}

.home-report-bottom {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding: 18px 8px 6px;
}

.home-report-bottom div {
  display: grid;
  gap: 5px;
}

.home-report-bottom span {
  color: #89818e;
  font-size: 10px;
  font-weight: 700;
}

.home-report-bottom strong {
  font-size: 12px;
  line-height: 1.5;
}

.home-insight-card {
  position: absolute;
  z-index: 4;
  min-width: 172px;
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px;
  border: 1px solid #e8e1eb;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 38px rgba(58, 45, 69, 0.12);
}

.home-insight-card strong,
.home-insight-card small {
  display: block;
}

.home-insight-card strong {
  font-size: 12px;
}

.home-insight-card small {
  margin-top: 4px;
  color: #7d7583;
  font-size: 10px;
  line-height: 1.35;
}

.home-insight-card svg {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  color: var(--home-purple-2);
}

.home-insight-color {
  top: 52px;
  left: 0;
  display: grid;
  grid-template-columns: auto 1fr;
}

.home-insight-face {
  top: 66px;
  right: -14px;
}

.home-insight-hair {
  left: 4px;
  bottom: 54px;
}

.home-insight-mood {
  right: -8px;
  bottom: 46px;
}

.home-insight-icon-color {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: conic-gradient(#9b70df 0 25%, #dbc7f5 0 50%, #e8acc5 0 75%, #b3c4e8 0);
}

.home-color-dots {
  grid-column: 1 / -1;
  display: flex;
  gap: 5px;
  margin-top: 2px;
}

.home-color-dots i {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #9e79dc;
}

.home-color-dots i:nth-child(2) { background: #d6c5ef; }
.home-color-dots i:nth-child(3) { background: #e4abc2; }
.home-color-dots i:nth-child(4) { background: #bdc9e1; }

.home-spark {
  color: var(--home-purple-2);
  font-size: 32px;
}

.home-feature-rail {
  position: relative;
  z-index: 3;
  margin-top: -18px;
  padding: 22px 26px;
  border: 1px solid var(--home-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(52, 40, 62, 0.06);
}

.home-feature-rail > h2 {
  margin: 0 0 20px;
  font-size: 17px;
  text-align: center;
}

.home-feature-rail > h2 span {
  color: var(--home-purple-2);
}

.home-feature-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.home-feature-list article {
  min-width: 0;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 4px 20px;
  border-right: 1px solid #eee9f0;
}

.home-feature-list article:last-child {
  border-right: 0;
}

.home-line-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid #e1d6eb;
  border-radius: 50%;
  color: var(--home-purple-2);
}

.home-line-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-feature-list strong {
  display: block;
  font-size: 13px;
}

.home-feature-list p {
  margin: 5px 0 0;
  color: var(--home-muted);
  font-size: 11px;
  line-height: 1.45;
}

.home-preview-section {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  padding-top: 70px;
  padding-bottom: 86px;
}

.home-preview-board,
.home-value-panel {
  min-width: 0;
  padding: 32px;
  border: 1px solid var(--home-line);
  border-radius: 16px;
  background: #fff;
}

.home-section-kicker {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 12px;
}

.home-preview-board h2,
.home-value-panel h2,
.home-section-heading h2,
.home-final-cta h2 {
  margin: 10px 0 0;
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.24;
  letter-spacing: -0.018em;
}

.home-nowrap {
  white-space: nowrap;
}

.home-preview-board > p,
.home-section-heading > p,
.home-final-cta p {
  max-width: 650px;
  margin: 12px 0 0;
  color: var(--home-muted);
  line-height: 1.72;
}

.home-preview-canvas {
  position: relative;
  min-height: 350px;
  margin-top: 24px;
  overflow: hidden;
  border-radius: 12px;
  background: #f8f5fb;
}

.home-palette-panel,
.home-keyword-panel {
  position: absolute;
  z-index: 2;
  padding: 18px;
  border: 1px solid #e8e0ed;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
}

.home-palette-panel {
  left: 20px;
  bottom: 24px;
  width: 46%;
}

.home-keyword-panel {
  right: 20px;
  bottom: 34px;
  width: 38%;
}

.home-palette-panel > span,
.home-keyword-panel > span {
  color: #615969;
  font-size: 11px;
  font-weight: 800;
}

.home-palette-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin-top: 12px;
}

.home-palette-grid i {
  aspect-ratio: 1;
  border-radius: 5px;
  background: var(--c);
}

.home-keyword-panel div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.home-keyword-panel i {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border: 1px solid #dfd4e8;
  border-radius: 999px;
  color: var(--home-purple);
  background: #faf8fd;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

.home-face-figure {
  position: absolute;
  inset: 18px 24% 0;
  border-radius: var(--home-radius-portrait) var(--home-radius-portrait) 0 0;
}

.home-face-figure img {
  object-position: 50% 24%;
}

.home-value-panel {
  background: #fcfbfd;
}

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

.home-value-grid article {
  min-height: 236px;
  padding: 22px;
  border: 1px solid #e6deea;
  border-radius: 10px;
  background: #fff;
}

.home-value-grid article > span {
  color: var(--home-purple-2);
  font-size: 12px;
  font-weight: 900;
}

.home-value-grid h3 {
  margin: 36px 0 0;
  font-size: 17px;
}

.home-value-grid p {
  margin: 10px 0 0;
  color: var(--home-muted);
  font-size: 13px;
  line-height: 1.68;
}

.home-flow-section {
  padding: 84px 0;
  background: #faf8fc;
  border-block: 1px solid #eee8f0;
}

.home-section-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.home-section-heading .home-section-kicker {
  margin-inline: auto;
}

.home-flow-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.home-flow-list li {
  position: relative;
  min-height: 190px;
  padding: 24px;
  border: 1px solid #e5dce9;
  border-radius: 10px;
  background: #fff;
}

.home-flow-list li::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -13px;
  z-index: 2;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid #e3d9e8;
  border-radius: 50%;
  color: var(--home-purple-2);
  background: #fff;
  font-size: 12px;
}

.home-flow-list li:last-child::after {
  display: none;
}

.home-flow-list li > span {
  color: var(--home-purple-2);
  font-size: 12px;
  font-weight: 900;
}

.home-flow-list strong {
  display: block;
  margin-top: 38px;
  font-size: 18px;
}

.home-flow-list p {
  margin: 10px 0 0;
  color: var(--home-muted);
  font-size: 13px;
  line-height: 1.62;
}

.home-guide-section,
.home-faq-section {
  padding-top: 88px;
}

.home-section-heading-left {
  max-width: 720px;
  margin: 0;
  text-align: left;
}

.home-section-heading-left .home-section-kicker {
  margin-inline: 0;
}

.home-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.home-guide-grid > a {
  min-height: 230px;
  padding: 28px;
  border: 1px solid var(--home-line);
  border-radius: 12px;
  background: #fff;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-guide-grid > a:hover {
  transform: translateY(-3px);
  border-color: #cbb8df;
  box-shadow: 0 18px 36px rgba(59, 45, 70, 0.08);
}

.home-guide-number {
  color: var(--home-purple-2);
  font-size: 12px;
  font-weight: 900;
}

.home-guide-grid h3 {
  margin: 34px 0 0;
  font-size: 22px;
}

.home-guide-grid p {
  max-width: 520px;
  margin: 10px 0 0;
  color: var(--home-muted);
  line-height: 1.68;
}

.home-guide-grid strong {
  display: inline-flex;
  gap: 8px;
  margin-top: 24px;
  color: var(--home-purple);
  font-size: 13px;
}

.home-faq-section {
  padding-bottom: 88px;
}

.home-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin-top: 32px;
}

.home-faq-list details {
  min-width: 0;
  border: 1px solid var(--home-line);
  border-radius: 10px;
  background: #fff;
}

.home-faq-list summary {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 20px;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

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

.home-faq-list summary span {
  flex: 0 0 auto;
  color: var(--home-purple-2);
  font-size: 22px;
  transition: transform 160ms ease;
}

.home-faq-list details[open] summary span {
  transform: rotate(45deg);
}

.home-faq-list details p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--home-muted);
  line-height: 1.68;
}

.home-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 88px;
  padding: 40px 44px;
  border: 1px solid #dfd3e8;
  border-radius: 14px;
  background: #f6f1fb;
}

.home-final-cta > div > span {
  color: var(--home-purple);
  font-size: 13px;
  font-weight: 900;
}

.home-final-cta .btn {
  flex: 0 0 auto;
  min-width: 190px;
}

.home-footer {
  padding: 32px 0;
  border-top: 1px solid #eee8f0;
  background: #fff;
}

.home-footer .container {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
}

.home-footer p {
  margin: 0;
  color: var(--home-muted);
  font-size: 13px;
}

.home-footer nav {
  display: flex;
  gap: 18px;
  color: #625b69;
  font-size: 13px;
  font-weight: 700;
}

@keyframes homeProgress {
  from { width: 8%; }
  to { width: 82%; }
}

@media (prefers-reduced-motion: reduce) {
  .home-progress span {
    animation: none;
  }
}

@media (max-width: 1180px) {
  .home-hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
    gap: 36px;
  }

  .home-insight-face,
  .home-insight-mood {
    right: -6px;
  }

  .home-feature-list article {
    grid-template-columns: 42px minmax(0, 1fr);
    padding-inline: 12px;
  }

  .home-line-icon {
    width: 42px;
    height: 42px;
  }

  .home-value-grid {
    grid-template-columns: 1fr;
  }

  .home-value-grid article {
    min-height: 0;
  }

  .home-value-grid h3 {
    margin-top: 16px;
  }
}

@media (max-width: 980px) {
  .home-nav {
    display: none;
  }

  .home-hero {
    padding-top: 44px;
  }

  .home-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .home-hero-copy {
    max-width: 760px;
  }

  .home-hero-visual {
    width: min(100%, 760px);
    margin-inline: auto;
  }

  .home-feature-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 0;
  }

  .home-feature-list article:nth-child(3) {
    border-right: 0;
  }

  .home-preview-section {
    grid-template-columns: 1fr;
  }

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

  .home-flow-list li:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 720px) {
  .home-v3 .container {
    width: min(100% - 28px, var(--max-desktop));
  }

  .home-header-inner {
    min-height: 66px !important;
  }

  .home-v3 .brand {
    font-size: 16px;
  }

  .home-header-cta {
    min-height: 42px !important;
    padding-inline: 14px !important;
    font-size: 13px;
  }

  .home-hero {
    padding: 32px 0 52px;
  }

  .home-hero-grid {
    min-height: 0;
  }

  .home-hero-copy h1 {
    font-size: clamp(40px, 12vw, 56px);
    line-height: 1.13;
  }

  .home-hero-copy > p {
    font-size: 16px;
  }

  .home-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-hero-actions .btn {
    width: 100%;
  }

  .home-hero-visual {
    min-height: 470px;
  }

  .home-report-mock {
    width: min(100% - 12px, 430px);
    min-height: 390px;
    padding: 14px;
    transform: none;
  }

  .home-report-body {
    gap: 12px;
    padding: 9px;
  }

  .home-report-portrait {
    min-height: 190px;
  }

  .home-report-portrait img {
    height: 170px;
  }

  .home-report-summary h2 {
    font-size: 19px;
  }

  .home-report-summary p {
    font-size: 10px;
  }

  .home-report-bottom {
    margin-top: 10px;
    padding-top: 12px;
  }

  .home-insight-card {
    min-width: 142px;
    min-height: 66px;
    padding: 10px;
  }

  .home-insight-color {
    top: 20px;
    left: 0;
  }

  .home-insight-face {
    top: 26px;
    right: 0;
  }

  .home-insight-hair {
    left: 0;
    bottom: 18px;
  }

  .home-insight-mood {
    right: 0;
    bottom: 14px;
  }

  .home-insight-card svg,
  .home-insight-icon-color {
    width: 28px;
    height: 28px;
  }

  .home-insight-card strong {
    font-size: 10px;
  }

  .home-insight-card small {
    font-size: 8px;
  }

  .home-color-dots {
    display: none;
  }

  .home-feature-rail {
    margin-top: 0;
    padding: 20px;
  }

  .home-feature-list {
    grid-template-columns: 1fr;
  }

  .home-feature-list article {
    min-height: 72px;
    padding: 10px 0;
    border-right: 0;
    border-bottom: 1px solid #eee9f0;
  }

  .home-feature-list article:last-child {
    border-bottom: 0;
  }

  .home-preview-section {
    padding-top: 54px;
    padding-bottom: 60px;
  }

  .home-preview-board,
  .home-value-panel {
    padding: 22px;
  }

  .home-preview-canvas {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 0;
    padding: 16px;
  }

  .home-face-figure {
    position: relative;
    inset: auto;
    height: 270px;
    border-radius: var(--home-radius-portrait) var(--home-radius-portrait) var(--home-radius-card) var(--home-radius-card);
  }

  .home-face-figure img {
    opacity: 0.92;
  }

  .home-palette-panel {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .home-keyword-panel {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .home-flow-section {
    padding: 60px 0;
  }

  .home-flow-list {
    grid-template-columns: 1fr;
  }

  .home-flow-list li {
    min-height: 0;
  }

  .home-flow-list li::after {
    display: none;
  }

  .home-flow-list strong {
    margin-top: 18px;
  }

  .home-guide-section,
  .home-faq-section {
    padding-top: 64px;
  }

  .home-guide-grid,
  .home-faq-list {
    grid-template-columns: 1fr;
  }

  .home-guide-grid > a {
    min-height: 0;
  }

  .home-final-cta {
    align-items: stretch;
    flex-direction: column;
    margin-bottom: 64px;
    padding: 28px;
  }

  .home-final-cta .btn {
    width: 100%;
  }

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

@media (max-width: 430px) {
  .home-v3 .brand-sub {
    display: none;
  }

  .home-hero-copy h1 {
    font-size: clamp(38px, 11vw, 48px);
  }

  .home-trust-row {
    gap: 8px 14px;
  }

  .home-hero-visual {
    min-height: 430px;
  }

  .home-report-top > span:last-child {
    display: none;
  }

  .home-report-body {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .home-report-tags span:nth-child(3) {
    display: none;
  }

  .home-insight-color,
  .home-insight-face {
    top: 6px;
  }

  .home-insight-hair,
  .home-insight-mood {
    bottom: 0;
  }

  .home-insight-card {
    min-width: 128px;
  }

  .home-insight-hair {
    display: none;
  }

  .home-insight-mood {
    display: none;
  }

  .home-preview-board h2,
  .home-value-panel h2,
  .home-section-heading h2,
  .home-final-cta h2 {
    font-size: 28px;
  }
}
