@import url("header-preview.css?v=jul13-hero-tokens");

/* Dentists page — shared preview-hero system (About / Is This for Me) */

.preview-hero--dentists {
  --preview-focal: 58% 42%;
  --preview-focal-mobile: 86% 40%;
}

.preview-hero--dentists .hero-title__line--serif {
  margin-bottom: 0;
}

.preview-hero--dentists .hero-title__line--ready {
  font-family: var(--font-serif);
  font-size: var(--t-serif);
  font-weight: 500;
  font-style: italic;
  letter-spacing: -0.01em;
  line-height: 1;
  color: var(--hero-terra);
  margin: 0;
}

/* Hero header — subtle hierarchy (UI/UX Pro Max: editorial rhythm, prose width, contrast) */
.preview-hero--dentists .hero__head {
  padding-bottom: clamp(20px, 2.4vw, 28px);
  border-bottom: 1px solid rgba(242, 149, 104, 0.18);
}

.preview-hero--dentists .preview-hero__content {
  max-width: 36em;
}

.d-hero__pitch {
  margin-top: clamp(20px, 2.4vw, 28px);
  max-width: 36em;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.d-hero__pitch-line {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(21px, 1.45vw, 23px);
  font-weight: 500;
  line-height: 1.48;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.97);
  text-shadow: 0 1px 14px rgba(11, 9, 6, 0.28);
}

.d-hero__pitch-line em {
  font-style: italic;
  font-weight: 500;
  color: var(--hero-terra);
  text-shadow: none;
}

.d-hero__pitch-line--finale {
  margin-top: 6px;
  padding-top: clamp(18px, 2vw, 22px);
  border-top: 1px solid rgba(242, 149, 104, 0.22);
  font-size: clamp(22px, 1.55vw, 24px);
  color: #fff;
}

.preview-hero--dentists .hero__actions {
  margin-top: clamp(32px, 3.6vw, 44px);
}

.preview-hero--dentists .hero__actions .btn {
  font-size: clamp(17px, 1.15vw, 19px);
  min-height: 58px;
  padding: 17px 36px;
}

/* Visual stack — full-bleed on tablet/desktop */
.d-hero__split {
  position: relative;
  width: 100%;
  min-height: inherit;
  height: 100%;
}

.d-hero__visual {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.d-hero__visual .preview-hero__media,
.d-hero__visual .preview-hero__scrim,
.d-hero__visual .fd-glow--hero {
  position: absolute;
  inset: 0;
}

.preview-hero--dentists .preview-hero__inner {
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .preview-hero--dentists {
    height: auto;
    min-height: max(calc(100svh - var(--nav-height)), 640px);
  }

  .preview-hero--dentists .preview-hero__media img,
  .preview-hero--dentists .d-hero__visual .preview-hero__media img {
    object-position: var(--preview-focal-mobile);
  }

  .preview-hero--dentists .preview-hero__inner {
    align-items: center;
    justify-content: flex-start;
    min-height: max(calc(100svh - var(--nav-height)), 640px);
    padding: 0 clamp(24px, 5vw, 40px) clamp(40px, 6vw, 56px) clamp(28px, 5vw, 40px);
  }

  .preview-hero--dentists .preview-hero__content {
    width: 100%;
    max-width: min(640px, 92vw);
    margin: 0;
    padding-top: 0;
  }

  .preview-hero--dentists h1.hero-title {
    --t-serif: clamp(38px, 5.2vw, 52px);
  }

  .preview-hero--dentists .hero__head {
    padding-bottom: 16px;
  }

  .d-hero__pitch-line {
    font-size: clamp(18px, 2.2vw, 21px);
    line-height: 1.45;
  }

  .d-hero__pitch-line--finale {
    font-size: clamp(19px, 2.4vw, 22px);
  }

  .preview-hero--dentists .hero__actions .btn {
    width: 100%;
    max-width: 420px;
    justify-content: center;
  }
}

@media (min-width: 1025px) {
  .preview-hero--dentists .preview-hero__media img {
    object-position: var(--preview-focal);
  }
}

@media (max-width: 720px) {
  .preview-hero--dentists {
    height: auto;
    min-height: max(calc(100svh - var(--nav-height)), 540px);
    overflow: hidden;
    background: #0b0906;
  }

  .preview-hero--dentists .d-hero__split {
    display: block;
    min-height: max(calc(100svh - var(--nav-height)), 540px);
  }

  .preview-hero--dentists .d-hero__visual {
    position: absolute;
    inset: 0;
    z-index: 0;
    min-height: 100%;
    overflow: hidden;
  }

  .preview-hero--dentists .d-hero__visual .preview-hero__media,
  .preview-hero--dentists .d-hero__visual .preview-hero__scrim,
  .preview-hero--dentists .d-hero__visual .fd-glow--hero {
    position: absolute;
    inset: 0;
    height: 100%;
  }

  .preview-hero--dentists .d-hero__visual .preview-hero__media img {
    object-fit: cover;
    object-position: var(--preview-focal-mobile);
  }

  .preview-hero--dentists .preview-hero__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    margin: 0;
    min-height: max(calc(100svh - var(--nav-height)), 540px);
    padding: calc(var(--nav-height) + 16px) 20px 28px 22px;
    background: transparent;
  }

  .preview-hero--dentists .preview-hero__inner::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: 72%;
    transform: translateX(-50%);
    background: linear-gradient(
      0deg,
      #0b0906 0%,
      rgba(11, 9, 6, 0.94) 22%,
      rgba(11, 9, 6, 0.72) 48%,
      rgba(11, 9, 6, 0.28) 72%,
      transparent 100%
    );
    pointer-events: none;
  }

  .preview-hero--dentists .preview-hero__content {
    position: relative;
    z-index: 1;
    padding: 22px 18px 0;
    max-width: 100%;
    width: min(100%, 400px);
  }

  .preview-hero--dentists .preview-hero__content::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    bottom: -28px;
    width: 100vw;
    height: calc(100% + 56px);
    transform: translateX(-50%);
    background: linear-gradient(
      0deg,
      #0b0906 0%,
      rgba(11, 9, 6, 0.9) 38%,
      rgba(11, 9, 6, 0.5) 68%,
      transparent 100%
    );
    pointer-events: none;
  }

  .preview-hero--dentists h1.hero-title {
    --t-serif: clamp(32px, 8.2vw, 40px);
  }

  .preview-hero--dentists .hero-title__line--ready {
    margin-top: 2px;
    font-size: clamp(32px, 8.2vw, 40px);
  }

  .preview-hero--dentists .hero__head {
    padding-bottom: 14px;
    border-bottom-color: rgba(242, 149, 104, 0.24);
  }

  .d-hero__pitch {
    margin-top: 14px;
    gap: 9px;
    max-width: none;
  }

  .d-hero__pitch-line {
    font-size: clamp(15px, 4.1vw, 17px);
    line-height: 1.42;
    letter-spacing: -0.018em;
  }

  .d-hero__pitch-line--finale {
    margin-top: 6px;
    padding-top: 12px;
    font-size: clamp(15px, 4.1vw, 17px);
    border-top-color: rgba(242, 149, 104, 0.24);
  }

  .preview-hero--dentists .hero__actions {
    margin-top: 20px;
  }

  .preview-hero--dentists .hero__actions .btn {
    width: 100%;
    max-width: none;
    min-height: 48px;
    padding: 14px 18px;
    font-size: 14px;
    line-height: 1.3;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }

  .preview-hero--dentists .hero__actions .btn .btn__arrow {
    display: inline;
  }
}

@media (max-width: 390px) {
  .preview-hero--dentists {
    --preview-focal-mobile: 90% 38%;
  }

  .preview-hero--dentists .preview-hero__inner {
    padding: calc(var(--nav-height) + 12px) 16px 24px 18px;
  }

  .preview-hero--dentists .preview-hero__content {
    width: 100%;
  }

  .preview-hero--dentists h1.hero-title {
    --t-serif: 30px;
  }

  .preview-hero--dentists .hero-title__line--ready {
    font-size: 30px;
  }

  .d-hero__pitch-line,
  .d-hero__pitch-line--finale {
    font-size: 14px;
  }

  .preview-hero--dentists .hero__actions .btn {
    min-height: 46px;
    font-size: 13px;
  }
}

/* ─── Patient story + profile (layout in for-dentists-polish.css) ─── */

.d-story__head {
  max-width: 820px;
  margin: 0 auto 56px;
  text-align: center;
}

.d-story h2 {
  margin: 0 0 22px;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(36px, 4.2vw, 58px);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.022em;
}

.d-story h2 em {
  color: var(--terra);
  font-style: italic;
}

.d-story__lede {
  margin: 0 auto;
  max-width: 720px;
  color: rgba(31, 26, 18, 0.82);
  font-family: var(--font-sans);
  font-size: clamp(17px, 1.2vw, 19px);
  line-height: 1.55;
}

.d-profile {
  max-width: 920px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--hair);
  border-radius: var(--radius);
  background: var(--cream);
  box-shadow: 0 28px 64px -36px rgba(31, 26, 18, 0.28);
}

.d-profile__bar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--hair);
  background: var(--paper);
}

.d-profile__bar--sub {
  border-top: 1px solid rgba(0, 0, 0, 0.02);
}

.d-profile__label {
  margin: 0 0 4px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.d-profile__ref {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.d-profile__ref--small {
  font-size: 13px;
}

.d-profile__flags {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-end;
  text-align: right;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 12px;
  line-height: 1.3;
}

.d-profile__flags span:first-child,
.d-profile__pending {
  color: var(--terra);
  font-weight: 700;
}

.d-profile__pending {
  margin: 0;
  font-size: 12px;
}

.d-profile__quote {
  padding: 14px 16px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.d-profile__quote p {
  margin: 0;
  max-width: 700px;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(18px, 2vw, 24px);
  font-style: italic;
  line-height: 1.28;
}

.d-profile__summary,
.d-profile__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.d-profile__summary {
  border-bottom: 1px solid var(--hair);
}

.d-profile__cell {
  padding: 10px 11px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.d-profile__summary .d-profile__cell:nth-child(3n),
.d-profile__grid .d-profile__cell:nth-child(3n) {
  border-right: none;
}

.d-profile__cell-label {
  display: block;
  margin-bottom: 3px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.d-profile__cell-value,
.d-profile__cell p {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.32;
}

.d-profile__cell-value--accent {
  color: var(--terra);
}

.d-profile__cell-note {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-family: var(--font-sans);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
}

.d-profile__cell p + p {
  margin-top: 2px;
}

.d-profile__cell--quote {
  grid-column: 1 / -1;
}

.d-profile__cell--quote p {
  font-family: var(--font-serif);
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.38;
}

.d-profile__disclaimer {
  margin: 0;
  padding: 10px 12px 11px;
  color: var(--muted);
  font-family: var(--font-sans);
  font-size: 11px;
  font-style: italic;
  line-height: 1.35;
}

@media (max-width: 960px) {
  .d-profile__summary,
  .d-profile__grid {
    grid-template-columns: 1fr;
  }

  .d-profile__summary .d-profile__cell:nth-child(3n),
  .d-profile__grid .d-profile__cell:nth-child(3n) {
    border-right: none;
  }

  .d-profile__bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .d-profile__flags {
    align-items: flex-start;
    text-align: left;
  }
}

/* ─── PPO notice banner ─── */
.d-ppo {
  padding: 36px var(--section-x);
  background: var(--cream-dark, #f0e9dc);
  border-top: 1px solid var(--hair);
  border-bottom: 1px solid var(--hair);
}

.d-ppo__inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.d-ppo__label {
  margin: 0 0 10px;
  color: var(--terra);
  font-family: var(--font-serif);
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.d-ppo__body {
  margin: 0;
  color: rgba(31, 26, 18, 0.84);
  font-family: var(--font-sans);
  font-size: 20px;
  line-height: 1.5;
}

@media (max-width: 720px) {
  .d-ppo {
    padding: 28px 24px;
  }
}

/* ─── Personal message ─── */
.d-message {
  padding: clamp(88px, 10vw, 120px) var(--section-x);
  background: var(--bone);
  border-bottom: 1px solid var(--hair);
}

.d-message__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 360px);
  gap: clamp(48px, 6vw, 72px);
  align-items: center;
}

.d-message h2 {
  margin: 0 0 clamp(18px, 2.2vw, 24px);
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(36px, 4.2vw, 58px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.022em;
}

.d-message__intro {
  margin: 0;
  color: rgba(31, 26, 18, 0.82);
  font-family: var(--font-sans);
  font-size: clamp(17px, 1.2vw, 19px);
  line-height: 1.65;
}

.d-message__body {
  margin: 0;
  color: rgba(31, 26, 18, 0.82);
  font-family: var(--font-sans);
  font-size: clamp(17px, 1.2vw, 19px);
  line-height: 1.65;
}

@media (max-width: 960px) {
  .d-message {
    padding: 72px 24px;
  }

  .d-message__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* ─── Compact banner ─── */
.d-strip {
  padding: 60px var(--section-x) 56px;
  background: var(--ink);
  border-bottom: 1px solid rgba(244, 238, 226, 0.08);
}

.d-strip__inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.d-strip__title {
  margin: 0 0 16px;
  color: var(--cream);
  font-family: var(--font-serif);
  font-size: clamp(26px, 2.8vw, 36px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.d-strip__lead {
  margin: 0 0 18px;
  color: rgba(244, 238, 226, 0.92);
  font-family: var(--font-serif);
  font-size: clamp(18px, 1.6vw, 22px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
}

.d-strip__body {
  margin: 0 0 16px;
  color: rgba(244, 238, 226, 0.82);
  font-family: var(--font-sans);
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.55;
}

.d-strip__body:last-child {
  margin-bottom: 0;
}

.d-strip__body--emph {
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.6;
  color: rgba(244, 238, 226, 0.9);
}

.d-strip__pair {
  margin: 0 0 18px;
  color: var(--cream);
  font-family: var(--font-sans);
  font-size: clamp(16px, 1.1vw, 18px);
  font-weight: 600;
  line-height: 1.5;
}

.d-strip__shift {
  margin: 0 0 16px;
  color: var(--terra);
  font-family: var(--font-serif);
  font-size: clamp(18px, 1.6vw, 22px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.35;
}

@media (max-width: 720px) {
  .d-strip {
    padding: 44px 24px 40px;
  }
}

/* ─── First visit ahead ─── */
.d-ahead {
  padding: 110px var(--section-x);
  background: var(--bone);
  border-bottom: 1px solid var(--hair);
}

.d-ahead__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 72px;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
}

.d-ahead__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 480px;
  max-height: 680px;
  border: 1px dashed rgba(31, 26, 18, 0.18);
  border-radius: 6px;
  background: var(--paper);
  aspect-ratio: 4 / 5;
  box-shadow: 0 28px 64px -36px rgba(31, 26, 18, 0.18);
}

.d-ahead__placeholder {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.d-ahead h2 {
  margin: 0 0 24px;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(36px, 4.2vw, 58px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.022em;
}

.d-ahead__intro {
  margin: 0 0 20px;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.65;
}

.d-ahead__body {
  margin: 0 0 18px;
  color: rgba(31, 26, 18, 0.88);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.65;
}

.d-ahead__body:last-child {
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .d-ahead {
    padding: 72px 24px;
  }

  .d-ahead__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .d-ahead__photo {
    min-height: 280px;
    max-height: 420px;
    aspect-ratio: 4 / 3;
  }
}

/* ─── Better matches ─── */
.d-growth {
  padding: 110px var(--section-x);
  background: #fff;
  border-bottom: 1px solid var(--hair);
}

.d-growth__grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 72px;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
}

.d-growth h2 {
  margin: 0 0 24px;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(34px, 3.8vw, 54px);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -0.022em;
}

.d-growth h2 em {
  color: var(--terra);
  font-style: italic;
}

.d-growth__body {
  margin: 0 0 16px;
  color: rgba(31, 26, 18, 0.88);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.65;
}

.d-growth__list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.d-growth__list li {
  position: relative;
  padding: 9px 0 9px 22px;
  color: rgba(31, 26, 18, 0.86);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.5;
}

.d-growth__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1.05em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--terra);
}

.d-growth__close {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(18px, 1.6vw, 22px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.d-growth__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 480px;
  max-height: 680px;
  border: 1px dashed rgba(31, 26, 18, 0.18);
  border-radius: 6px;
  background: var(--bone);
  aspect-ratio: 4 / 5;
  box-shadow: 0 28px 64px -36px rgba(31, 26, 18, 0.18);
}

.d-growth__placeholder {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .d-growth {
    padding: 72px 24px;
  }

  .d-growth__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .d-growth__photo {
    min-height: 280px;
    max-height: 420px;
    aspect-ratio: 4 / 3;
  }
}

/* ─── Marketing manifesto — layout owned by for-dentists-polish.css ─── */

/* ─── Build the practice you want ─── */
.d-vision {
  padding: 110px var(--section-x);
  background: #fff;
  border-bottom: 1px solid var(--hair);
}

.d-vision__inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.d-vision h2 {
  margin: 0 0 24px;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(36px, 4.2vw, 58px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.022em;
}

.d-vision__intro {
  margin: 0 0 18px;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1.6;
}

.d-vision__intro--shift,
.d-vision__traits + .d-vision__body {
  margin-top: 0;
}

.d-vision__traits {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
}

.d-vision__traits li {
  margin: 0 0 8px;
  color: rgba(31, 26, 18, 0.88);
  font-family: var(--font-serif);
  font-size: clamp(20px, 2vw, 26px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.d-vision__body {
  margin: 0 0 36px;
  color: rgba(31, 26, 18, 0.88);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.65;
}

.d-vision__profile {
  margin: 0 0 32px;
  padding: 32px 36px;
  border: 1px solid var(--hair);
  border-radius: var(--radius);
  background: var(--bone);
  text-align: left;
}

.d-vision__profile-label {
  margin: 0 0 16px;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.d-vision__profile-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.d-vision__profile-list li {
  position: relative;
  padding: 8px 0 8px 22px;
  color: rgba(31, 26, 18, 0.86);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
}

.d-vision__profile-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 16px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--terra);
}

.d-vision__close {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(22px, 2.2vw, 28px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

/* ─── Stop chasing volume ─── */
.d-volume {
  padding: 84px var(--section-x) 80px;
  background:
    linear-gradient(180deg, rgba(197, 75, 30, 0.06) 0%, transparent 32%),
    var(--ink);
  border-bottom: 1px solid rgba(244, 238, 226, 0.08);
}

.d-volume__inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.d-volume h2 {
  margin: 0 0 28px;
  color: var(--cream);
  font-family: var(--font-serif);
  font-size: clamp(32px, 3.6vw, 48px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.d-volume__lead {
  margin: 0 0 10px;
  color: rgba(244, 238, 226, 0.9);
  font-family: var(--font-serif);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 500;
  line-height: 1.35;
}

.d-volume__lead--shift {
  margin-bottom: 28px;
  color: var(--terra);
  font-style: italic;
}

.d-volume__setup {
  margin: 0 0 18px;
  color: rgba(244, 238, 226, 0.78);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
}

.d-volume__list {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  border: 1px solid rgba(244, 238, 226, 0.12);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(244, 238, 226, 0.03);
  text-align: left;
}

.d-volume__list li {
  padding: 18px 24px;
  border-bottom: 1px solid rgba(244, 238, 226, 0.08);
  color: rgba(244, 238, 226, 0.88);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
}

.d-volume__list li:last-child {
  border-bottom: none;
}

.d-volume__shift {
  margin: 0 0 16px;
  color: var(--terra);
  font-family: var(--font-serif);
  font-size: clamp(20px, 2vw, 26px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.35;
}

.d-volume__body {
  margin: 0 0 14px;
  color: rgba(244, 238, 226, 0.84);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.6;
}

.d-volume__close {
  margin: 0;
  color: var(--cream);
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.55;
}

/* ─── Better information ─── */
.d-info {
  padding: 110px var(--section-x);
  background: var(--bone);
  border-bottom: 1px solid var(--hair);
}

.d-info__inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.d-info h2 {
  margin: 0 0 24px;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(36px, 4.2vw, 58px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.022em;
}

.d-info__intro {
  margin: 0 0 10px;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1.6;
}

.d-info__intro--shift {
  margin-bottom: 28px;
  color: var(--terra);
  font-family: var(--font-serif);
  font-size: clamp(20px, 2vw, 26px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.35;
}

.d-info__setup {
  margin: 0 0 36px;
  color: rgba(31, 26, 18, 0.82);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.5;
}

.d-info__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
  text-align: left;
}

.d-info__card {
  padding: 28px 28px 26px;
  border: 1px solid var(--hair);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 20px 50px -36px rgba(31, 26, 18, 0.16);
}

.d-info__card h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(20px, 1.8vw, 24px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.d-info__card p {
  margin: 0;
  color: rgba(31, 26, 18, 0.8);
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.6;
}

.d-info__close {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(22px, 2.2vw, 28px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

/* ─── How it works ─── */
.d-how {
  padding: 110px var(--section-x);
  background: var(--bone);
  border-bottom: 1px solid var(--hair);
}

.d-how__inner {
  max-width: 1320px;
  margin: 0 auto;
}

.d-how__title {
  margin: 0 0 64px;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(40px, 4.8vw, 68px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.025em;
  text-align: center;
}

.d-how__title em {
  color: var(--terra);
  font-style: italic;
}

.d-how__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.d-how__col {
  padding: 0 36px;
  border-right: 1px solid var(--hair);
}

.d-how__col:first-child {
  padding-left: 0;
}

.d-how__col:last-child {
  padding-right: 0;
  border-right: none;
}

.d-how__num {
  display: block;
  margin-bottom: 28px;
  color: var(--terra);
  font-family: var(--font-serif);
  font-size: clamp(52px, 5.5vw, 76px);
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}

.d-how__col h3 {
  margin: 0 0 16px;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(22px, 1.8vw, 28px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.012em;
}

.d-how__col p {
  margin: 0;
  color: rgba(31, 26, 18, 0.82);
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.65;
}

/* ─── Testimonial ─── */
.d-voice {
  padding: 110px var(--section-x);
  background:
    radial-gradient(ellipse 70% 50% at 50% 100%, rgba(197, 75, 30, 0.1) 0%, transparent 70%),
    var(--paper);
  border-bottom: 1px solid var(--hair);
}

.d-voice__inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.d-voice h2 {
  margin: 0 0 40px;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(32px, 3.6vw, 48px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.d-voice__quote {
  margin: 0 0 28px;
  padding: 0;
  border: none;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(22px, 2.4vw, 32px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.d-voice__who {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.d-voice__name {
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.d-voice__role {
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.5;
}

/* ─── Not a referral ─── */
.d-notref {
  padding: 84px var(--section-x) 80px;
  background: var(--ink);
  border-bottom: 1px solid rgba(244, 238, 226, 0.08);
}

.d-notref__inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.d-notref h2 {
  margin: 0 0 28px;
  color: var(--cream);
  font-family: var(--font-serif);
  font-size: clamp(32px, 3.6vw, 48px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.d-notref__body {
  margin: 0 0 10px;
  color: rgba(244, 238, 226, 0.82);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.55;
}

.d-notref__shift {
  margin: 28px 0 24px;
  color: rgba(244, 238, 226, 0.92);
  font-family: var(--font-serif);
  font-size: clamp(20px, 2vw, 26px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
}

.d-notref__pair {
  margin: 0 0 20px;
  color: var(--cream);
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.55;
}

.d-notref__close {
  margin: 0;
  color: var(--terra);
  font-family: var(--font-serif);
  font-size: clamp(20px, 2vw, 24px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
}

/* ─── FAQ ─── */
.d-faq {
  padding: 110px var(--section-x);
  background: #fff;
  border-bottom: 1px solid var(--hair);
}

.d-faq__wrap {
  max-width: 960px;
  margin: 0 auto;
}

.d-faq h2 {
  margin: 0 0 48px;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.022em;
}

.d-faq h2 em {
  color: var(--terra);
  font-style: italic;
}

.d-faq__item {
  border-top: 1px solid var(--hair);
  padding: 0;
}

.d-faq__item:last-child {
  border-bottom: 1px solid var(--hair);
}

.d-faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 28px 56px 28px 0;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.012em;
  position: relative;
  transition: color 0.2s;
}

.d-faq__item summary::-webkit-details-marker {
  display: none;
}

.d-faq__item summary:hover {
  color: var(--terra);
}

.d-faq__item summary::after {
  content: '+';
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--terra);
  font-family: var(--font-mono);
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.2s;
}

.d-faq__item[open] summary::after {
  content: '\2212';
}

.d-faq__answer {
  padding: 0 56px 30px 0;
}

.d-faq__answer p {
  margin: 0 0 14px;
  color: rgba(31, 26, 18, 0.82);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.7;
}

.d-faq__answer p:last-child {
  margin-bottom: 0;
}

.d-faq__answer strong {
  color: var(--terra);
  font-weight: 600;
}

.d-faq__answer a {
  color: var(--terra);
  font-weight: 600;
}

/* ─── Market / ZIP check ─── */
.d-market {
  padding: 110px var(--section-x);
  background: var(--paper);
  border-bottom: 1px solid var(--hair);
}

.d-market__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}

.d-market__photo {
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 4 / 3;
  background: var(--paper);
  box-shadow: 0 40px 80px -32px rgba(31, 26, 18, 0.28);
}

.d-market__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.d-market h2 {
  margin: 0 0 24px;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(36px, 4.2vw, 56px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.022em;
}

.d-market h2 em {
  display: block;
  color: var(--terra);
  font-style: italic;
}

.d-market__body {
  margin: 0 0 14px;
  max-width: 520px;
  color: rgba(31, 26, 18, 0.86);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
}

.d-market__sub {
  margin: 14px 0 0;
  color: var(--muted);
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.5;
}

.d-zip {
  display: flex;
  max-width: 500px;
  margin-top: 8px;
  padding: 6px;
  border: 1.5px solid var(--ink);
  border-radius: 6px;
  background: var(--bone);
  overflow: hidden;
  transition: box-shadow 0.2s;
}

.d-zip:focus-within {
  box-shadow: 0 10px 30px rgba(31, 26, 18, 0.1);
}

.d-zip input {
  flex: 1;
  min-width: 0;
  padding: 14px 22px;
  border: none;
  outline: none;
  background: transparent;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 15px;
}

.d-zip input::placeholder {
  color: var(--muted);
  opacity: 0.8;
}

.d-zip button {
  padding: 14px 26px;
  border: none;
  border-radius: 6px;
  background: var(--terra);
  color: var(--bone);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s;
}

.d-zip button:hover {
  background: var(--terra-dark);
}

.d-zip__result {
  margin-top: 16px;
  max-width: 520px;
}

.d-zip__result:empty {
  display: none;
}

.d-zip__result-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 18px;
  border: 1px solid var(--hair);
  border-left: 3px solid var(--terra);
  border-radius: 8px;
  background: #fff;
  animation: dZipFade 0.35s ease-out;
}

.d-zip__result-card--soon {
  border-left-color: #9a8b78;
}

.d-zip__result-card--error {
  border-left-color: #c25a3d;
}

@keyframes dZipFade {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

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

.d-zip__result-text {
  flex: 1;
  min-width: 0;
}

.d-zip__badge {
  display: inline-block;
  margin-bottom: 6px;
  padding: 3px 8px;
  border-radius: 3px;
  background: rgba(197, 75, 30, 0.08);
  color: var(--terra);
  font-family: var(--font-mono);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.d-zip__result-card--soon .d-zip__badge {
  background: rgba(107, 94, 77, 0.1);
  color: #6b5e4d;
}

.d-zip__result-card--error .d-zip__badge {
  background: rgba(154, 63, 37, 0.08);
  color: #9a3f25;
}

.d-zip__headline {
  margin-bottom: 2px;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.d-zip__body {
  margin: 0;
  color: rgba(31, 26, 18, 0.76);
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.45;
}

.d-zip__cta {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--terra);
  color: var(--bone);
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 0.2s;
}

.d-zip__cta:hover {
  background: var(--terra-dark);
}

/* ─── Closing CTA ─── */
.d-finish {
  padding: 120px var(--section-x);
  background: var(--ink);
  color: var(--cream);
  text-align: center;
}

.d-finish__wrap {
  max-width: 860px;
  margin: 0 auto;
}

.d-finish h2 {
  margin: 0 0 28px;
  color: var(--cream);
  font-family: var(--font-serif);
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.025em;
}

.d-finish__lede {
  margin: 0 0 16px;
  color: rgba(244, 238, 226, 0.72);
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1.65;
}

.d-finish__body {
  margin: 0 0 10px;
  color: rgba(244, 238, 226, 0.88);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.6;
}

.d-finish__body--shift {
  margin-bottom: 36px;
  color: var(--cream);
  font-family: var(--font-serif);
  font-size: clamp(20px, 2vw, 26px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
}

.d-finish__cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.d-finish__cta {
  min-width: 280px;
}

/* ─── Responsive: new sections ─── */
@media (max-width: 960px) {
  .d-vision,
  .d-info,
  .d-how,
  .d-voice,
  .d-trial,
  .d-faq,
  .d-market {
    padding: 72px 24px;
  }

  .d-volume,
  .d-notref {
    padding: 60px 24px 56px;
  }

  .d-info__grid {
    grid-template-columns: 1fr;
  }

  .d-market__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .d-finish {
    padding: 88px 24px;
  }

  .d-how__title {
    margin-bottom: 48px;
  }

  .d-how__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 0;
  }

  .d-how__col {
    padding: 0 28px;
    border-right: 1px solid var(--hair);
    border-bottom: none;
  }

  .d-how__col:nth-child(2n) {
    border-right: none;
    padding-right: 0;
  }

  .d-how__col:nth-child(odd) {
    padding-left: 0;
  }

  .d-how__col:nth-child(n + 3) {
    padding-top: 8px;
  }
}

@media (max-width: 720px) {
  .d-vision__profile {
    padding: 24px;
  }

  .d-how__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .d-how__col {
    padding: 0 0 36px;
    border-right: none;
    border-bottom: 1px solid var(--hair);
  }

  .d-how__col:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  .d-how__num {
    margin-bottom: 20px;
  }

  .d-faq__item summary {
    padding: 22px 44px 22px 0;
  }

  .d-faq__answer {
    padding: 0 0 24px;
  }

  .d-zip__result-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
  }

  .d-zip__cta {
    width: 100%;
    justify-content: center;
  }
}
