:root {
  --ink: #050504;
  --graphite: #24211e;
  --muted: #716960;
  --line: rgba(45, 32, 25, 0.16);
  --ivory: #fbf6ee;
  --paper: #fffaf3;
  --rose: #b76f4c;
  --rose-light: #e7b18d;
  --rose-dark: #804328;
  --deep: #17120f;
  --shadow: 0 28px 80px rgba(38, 25, 17, 0.16);
  --shadow-deep: 0 34px 110px rgba(0, 0, 0, 0.42);
  --gold-line: rgba(231, 177, 141, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(5, 5, 4, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(5, 5, 4, 0.028) 1px, transparent 1px),
    linear-gradient(135deg, #fffaf3 0%, #fbf6ee 48%, #efe0d1 100%);
  background-size: 5rem 5rem, 5rem 5rem, auto;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::selection {
  color: var(--ink);
  background: var(--rose-light);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 4rem);
  background: rgba(8, 7, 6, 0.86);
  border-bottom: 1px solid rgba(231, 177, 141, 0.18);
  backdrop-filter: blur(18px);
}

.site-header::after {
  content: "";
  position: absolute;
  right: clamp(1rem, 4vw, 4rem);
  bottom: -1px;
  width: min(22rem, 38vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--rose-light));
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 3.1rem;
  height: 2.4rem;
  place-items: center;
}

.brand-mark svg {
  width: 100%;
  height: 100%;
}

.brand-mark svg .mark-rose,
.brand-mark svg .mark-orb {
  fill: var(--rose-light);
  stroke: var(--rose-dark);
  stroke-width: 1.5;
}

.brand-mark svg .mark-black {
  fill: var(--graphite);
}

.brand-mark svg .mark-arc {
  fill: none;
  stroke: var(--rose);
  stroke-width: 4;
  stroke-linecap: round;
}

.brand-text {
  display: grid;
  gap: 0.1rem;
}

.brand-text strong {
  color: var(--ivory);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 700;
  line-height: 0.95;
}

.brand-text span {
  color: rgba(251, 246, 238, 0.62);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2rem);
  color: rgba(251, 246, 238, 0.7);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
}

.section-shell {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.hero {
  position: relative;
  color: var(--ivory);
  padding: clamp(2.5rem, 6vw, 5rem) 0 clamp(4.4rem, 9vw, 8rem);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(251, 246, 238, 0.14), transparent 28rem),
    radial-gradient(circle at 66% 38%, rgba(183, 111, 76, 0.42), transparent 18rem),
    radial-gradient(circle at 18% 6%, rgba(231, 177, 141, 0.16), transparent 24rem),
    linear-gradient(135deg, #040403 0%, #17110e 48%, #2b1811 100%);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.042) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.034) 1px, transparent 1px);
  background-size: 5rem 5rem;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 82%);
}

.hero-inner {
  position: relative;
}

.hero-inner::before {
  content: "";
  position: absolute;
  inset: 5rem auto auto 44%;
  width: min(31rem, 42vw);
  height: min(31rem, 42vw);
  pointer-events: none;
  background:
    radial-gradient(circle, transparent 42%, rgba(231, 177, 141, 0.22) 43% 43.6%, transparent 44%),
    radial-gradient(circle, transparent 58%, rgba(251, 246, 238, 0.14) 59% 59.4%, transparent 60%);
  transform: translateX(-50%);
}

.hero-kicker {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
  border-top: 1px solid rgba(231, 177, 141, 0.22);
  border-bottom: 1px solid rgba(231, 177, 141, 0.22);
  color: var(--rose-light);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-status {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  padding-top: clamp(1.1rem, 3vw, 1.6rem);
}

.hero-status span {
  padding: 0.58rem 0.76rem;
  border: 1px solid rgba(231, 177, 141, 0.24);
  border-radius: 999px;
  color: rgba(251, 246, 238, 0.72);
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.45fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: end;
  padding: clamp(2rem, 6vw, 4.75rem) 0 1.5rem;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--rose-light);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  max-width: 15ch;
  margin-bottom: 0;
  font-size: clamp(4.4rem, 10vw, 9.4rem);
  line-height: 0.82;
}

.hero h1 {
  color: var(--ivory);
  text-shadow: 0 22px 70px rgba(0, 0, 0, 0.42);
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.6rem, 6vw, 5.6rem);
  line-height: 0.9;
}

h3 {
  margin-bottom: 0.45rem;
  font-size: 1.08rem;
}

p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

.hero-brief {
  padding-bottom: 0.4rem;
}

.hero-brief p {
  color: rgba(251, 246, 238, 0.72);
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
}

.positioning-line {
  padding-top: 1rem;
  border-top: 1px solid rgba(231, 177, 141, 0.22);
  color: var(--rose-light) !important;
  font-size: 0.9rem !important;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.45 !important;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.6rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  padding: 0.95rem 1.25rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

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

.button.primary {
  color: var(--ink);
  background: linear-gradient(135deg, #f7dfc8, #b76f4c);
  border-color: rgba(231, 177, 141, 0.7);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.42),
    0 18px 48px rgba(183, 111, 76, 0.34);
}

.button.secondary {
  border-color: rgba(231, 177, 141, 0.32);
  color: var(--ivory);
  background: rgba(255, 255, 255, 0.05);
}

.button.dark {
  background: var(--ivory);
  color: var(--ink);
  border-color: var(--ivory);
}

.hero-video-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(15rem, 0.42fr) minmax(20rem, 0.58fr);
  gap: clamp(1rem, 4vw, 3rem);
  align-items: center;
  margin: clamp(1.25rem, 3vw, 2.2rem) 0 clamp(1.5rem, 4vw, 2.8rem);
  padding: clamp(0.85rem, 2vw, 1.2rem);
  border: 1px solid rgba(231, 177, 141, 0.3);
  border-radius: 0.8rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
    rgba(6, 5, 4, 0.42);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.12),
    0 28px 90px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.hero-video-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 18%, rgba(231, 177, 141, 0.18), transparent 16rem),
    linear-gradient(120deg, transparent 0 42%, rgba(255, 255, 255, 0.08) 48%, transparent 56%);
}

.hero-video-frame {
  position: relative;
  width: min(100%, 19rem);
  margin: 0 auto;
  border: 1px solid rgba(231, 177, 141, 0.42);
  border-radius: 1rem;
  background: #050504;
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.42),
    0 0 0 0.55rem rgba(255, 255, 255, 0.035);
  overflow: hidden;
}

.hero-video-frame video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.video-check-panel {
  position: relative;
  display: grid;
  gap: clamp(1rem, 2.6vw, 1.5rem);
  padding: clamp(1rem, 3vw, 2rem);
  border-left: 1px solid rgba(231, 177, 141, 0.22);
}

.video-check-panel h2 {
  max-width: 11ch;
  margin-bottom: 0.85rem;
  color: var(--ivory);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.3rem, 4.8vw, 4.5rem);
  line-height: 0.92;
}

.video-check-panel .check-copy p:last-child {
  max-width: 35rem;
  color: rgba(251, 246, 238, 0.72);
}

.review-orbit {
  position: relative;
  color: var(--ivory);
  background:
    radial-gradient(circle at 74% 16%, rgba(183, 111, 76, 0.24), transparent 24rem),
    linear-gradient(135deg, #0c0a09, #24201d 56%, #120e0c);
  border-top: 1px solid rgba(231, 177, 141, 0.16);
  border-bottom: 1px solid rgba(231, 177, 141, 0.16);
  overflow: hidden;
}

.review-orbit::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 5rem 5rem;
  mask-image: linear-gradient(90deg, transparent, #000 24%, #000 76%, transparent);
}

.signal-line {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 5vw, 4rem);
  padding-top: clamp(3.8rem, 8vw, 6rem);
  padding-bottom: clamp(4.5rem, 9vw, 7rem);
}

.signal-heading {
  display: grid;
  grid-template-columns: minmax(9rem, 0.3fr) minmax(0, 1fr);
  gap: clamp(1rem, 4vw, 3rem);
  align-items: end;
  width: 100%;
}

.signal-heading h2 {
  max-width: 11ch;
  margin: 0;
  color: var(--ivory);
  font-size: clamp(2.8rem, 6vw, 5.4rem);
}

.signal-label {
  color: var(--rose-light);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(0.65rem, 1.6vw, 1.25rem);
  width: 100%;
  padding: 1.4rem 0;
  perspective: 1000px;
}

.signal-grid div {
  position: relative;
  display: flex;
  min-height: clamp(9.5rem, 15vw, 12.5rem);
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1rem, 2vw, 1.4rem);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.35rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.025) 60%),
    #24201d;
  box-shadow:
    inset 1px 1px rgba(255, 255, 255, 0.16),
    inset -1px -1px rgba(0, 0, 0, 0.34),
    10px 14px 0 rgba(5, 4, 3, 0.3),
    0 28px 55px rgba(0, 0, 0, 0.32);
  transform: translateY(-0.8rem) rotateX(1deg);
}

.signal-grid div:nth-child(even) {
  transform: translateY(1rem) rotateX(1deg);
}

.signal-grid div:nth-child(3n) {
  background:
    linear-gradient(145deg, rgba(231, 177, 141, 0.18), rgba(255, 255, 255, 0.025) 60%),
    #2b211d;
}

.signal-grid span {
  color: var(--rose-light);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.signal-grid strong {
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  font-weight: 700;
  line-height: 0.92;
}

.check-copy,
.check-form {
  position: relative;
}

.check-copy .eyebrow {
  color: var(--rose-light);
}

.check-copy h2 {
  max-width: 12ch;
  margin-bottom: 1rem;
  color: var(--ivory);
  font-size: clamp(2.5rem, 5vw, 4.9rem);
}

.check-copy p {
  max-width: 39rem;
  margin-bottom: 0;
  color: rgba(251, 246, 238, 0.72);
}

.check-form {
  display: grid;
  gap: 0.85rem;
  padding: clamp(1rem, 2.5vw, 1.4rem);
  border: 1px solid rgba(231, 177, 141, 0.22);
  border-radius: 0.7rem;
  background: rgba(255, 250, 243, 0.06);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08);
}

.check-fields {
  display: grid;
  gap: 0.75rem;
}

.check-form label {
  display: grid;
  gap: 0.45rem;
}

.check-form label span {
  color: rgba(251, 246, 238, 0.66);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.check-form input {
  width: 100%;
  min-height: 3.2rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(231, 177, 141, 0.28);
  border-radius: 0.55rem;
  color: var(--ivory);
  background: rgba(5, 5, 4, 0.42);
  font: inherit;
  outline: none;
}

.check-form input::placeholder {
  color: rgba(251, 246, 238, 0.38);
}

.check-form input:focus {
  border-color: rgba(231, 177, 141, 0.82);
  box-shadow: 0 0 0 3px rgba(231, 177, 141, 0.12);
}

.check-form .button {
  width: 100%;
  border-radius: 0.55rem;
}

.check-note {
  margin: 0;
  color: rgba(251, 246, 238, 0.54);
  font-size: 0.86rem;
  line-height: 1.5;
}

.check-result {
  display: none;
  gap: 0.65rem;
  padding: 1rem;
  border: 1px solid rgba(231, 177, 141, 0.24);
  border-radius: 0.55rem;
  background: rgba(5, 5, 4, 0.44);
}

.check-result.show {
  display: grid;
}

.check-result strong {
  color: var(--rose-light);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.05;
}

.check-result span {
  color: rgba(251, 246, 238, 0.72);
  font-size: 0.94rem;
  line-height: 1.55;
}

.result-link {
  display: inline-flex;
  width: max-content;
  color: var(--ivory);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--rose-light);
}

.standard-section {
  color: var(--ivory);
  padding: clamp(3.5rem, 7vw, 5.8rem) 0;
  background:
    radial-gradient(circle at 88% 12%, rgba(183, 111, 76, 0.18), transparent 18rem),
    linear-gradient(135deg, #080706, #17120f 62%, #261a15);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.08),
    inset 0 -1px rgba(255, 255, 255, 0.08);
}

.standard-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.55fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: end;
}

.standard-inner .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -0.25rem;
}

.diagnostic-map .eyebrow,
.audience-section .eyebrow,
.cta-section .eyebrow {
  color: var(--rose-dark);
}

.standard-section .eyebrow {
  color: var(--rose-light);
}

.standard-section h2 {
  max-width: 15ch;
  margin-bottom: 0;
  color: var(--ivory);
}

.founder-quote {
  position: relative;
  max-width: 36rem;
  margin: 0;
  padding: 2.2rem 0 0 2rem;
  border-top: 1px solid rgba(231, 177, 141, 0.28);
}

.founder-quote::before {
  content: "“";
  position: absolute;
  top: -0.4rem;
  left: -0.15rem;
  color: var(--rose-light);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 6.5rem;
  font-weight: 600;
  line-height: 1;
  opacity: 0.72;
}

.founder-quote blockquote {
  margin: 0;
  color: rgba(251, 246, 238, 0.88);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.founder-quote figcaption {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  align-items: center;
  margin-top: 1.35rem;
  color: var(--rose-light);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 600;
}

.founder-quote figcaption::before {
  content: "—";
}

.founder-quote figcaption span {
  color: rgba(251, 246, 238, 0.5);
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.value-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 0;
  margin-bottom: clamp(2rem, 4vw, 3rem);
  border: 1px solid var(--line);
  background: var(--line);
  box-shadow: 0 24px 70px rgba(38, 25, 17, 0.08);
}

.value-band div {
  padding: clamp(1.3rem, 3vw, 2rem);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 250, 243, 0.5)),
    var(--paper);
}

.value-band span {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--rose-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.value-band strong {
  display: block;
  max-width: 31rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.8rem, 3.6vw, 3rem);
  line-height: 0.98;
}

.diagnostic-map {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  padding: clamp(5rem, 10vw, 8rem) 0;
}

.section-intro {
  position: sticky;
  top: 7rem;
  align-self: start;
}

.map-lines {
  display: grid;
  border-top: 1px solid var(--line);
}

.map-lines article {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr);
  gap: 1.4rem;
  padding: clamp(1.2rem, 3vw, 2rem) 0;
  border-bottom: 1px solid var(--line);
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.map-lines article div {
  padding: 0.2rem 0;
}

.map-lines article:hover {
  border-color: rgba(183, 111, 76, 0.38);
  transform: translateX(0.35rem);
}

.map-lines span {
  color: var(--rose-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}

.map-lines p {
  margin-bottom: 0;
}

.repair-ledger {
  padding: clamp(4rem, 9vw, 7rem) 0;
  color: var(--ivory);
  background:
    radial-gradient(circle at 12% 18%, rgba(231, 177, 141, 0.18), transparent 18rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(135deg, #070605, #201914 62%, #3a2118);
  background-size: auto, 4rem 4rem, auto;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.08),
    inset 0 -1px rgba(255, 255, 255, 0.08);
}

.ledger-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.ledger-statement .eyebrow,
.ledger-statement p {
  color: rgba(251, 246, 238, 0.72);
}

.ledger-statement h2 {
  color: var(--ivory);
}

.report-stamp {
  display: inline-flex;
  margin-top: 1rem;
  padding: 0.72rem 0.85rem;
  border: 1px solid var(--gold-line);
  color: var(--rose-light);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.12);
}

.ledger-steps {
  display: grid;
  border-top: 1px solid rgba(251, 246, 238, 0.18);
}

.ledger-steps div {
  display: grid;
  grid-template-columns: 8rem minmax(0, 1fr);
  gap: 1.2rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid rgba(251, 246, 238, 0.18);
}

.ledger-steps span {
  color: var(--rose-light);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ledger-steps strong {
  color: rgba(251, 246, 238, 0.92);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.5;
}

.audience-section {
  padding: clamp(4rem, 8vw, 6rem) 0;
}

.audience-copy {
  max-width: 62rem;
  margin-bottom: 0;
  color: var(--graphite);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.8rem, 3.4vw, 3.1rem);
  font-weight: 700;
  line-height: 1.08;
}

.testimonial-section {
  padding: 0 0 clamp(4rem, 8vw, 6rem);
}

.testimonial-card {
  position: relative;
  padding: clamp(1.5rem, 4vw, 2.6rem);
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 250, 243, 0.52)),
    var(--paper);
  box-shadow: 0 24px 70px rgba(38, 25, 17, 0.09);
}

.testimonial-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0.34rem;
  background: linear-gradient(180deg, var(--rose-light), var(--rose-dark));
}

.testimonial-card blockquote {
  max-width: 62rem;
  margin: 0;
  color: var(--graphite);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.8rem, 3.4vw, 3.1rem);
  font-weight: 700;
  line-height: 1.06;
}

.testimonial-card cite {
  display: block;
  margin-top: 1.25rem;
  color: var(--rose-dark);
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cta-section {
  display: grid;
  grid-template-columns: minmax(9rem, 0.24fr) minmax(0, 0.7fr) minmax(16rem, 0.42fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  margin-bottom: clamp(4rem, 8vw, 6rem);
  padding-top: clamp(2rem, 6vw, 4rem);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-bottom: clamp(2rem, 6vw, 4rem);
}

.owner-portrait {
  position: relative;
  width: min(100%, 12rem);
  aspect-ratio: 1;
  border: 1px solid rgba(183, 111, 76, 0.35);
  border-radius: 0.8rem;
  background: var(--paper);
  box-shadow: 0 24px 70px rgba(38, 25, 17, 0.14);
  overflow: hidden;
}

.owner-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 0.55rem rgba(255, 250, 243, 0.18);
}

.owner-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 30%;
}

.cta-section h2 {
  margin-bottom: 0.35rem;
}

.cta-section p {
  margin-bottom: 0.5rem;
}

.owner-title {
  color: var(--rose-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.owner-context p:last-child {
  max-width: 32rem;
}

.owner-actions {
  display: grid;
  justify-items: end;
}

.contact-email {
  display: block;
  width: max-content;
  margin-top: 0.85rem;
  color: var(--rose-dark);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.website-link {
  color: var(--graphite);
  letter-spacing: 0.08em;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem clamp(1rem, 4vw, 4rem);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

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

  .hero-grid,
  .hero-video-card,
  .value-band,
  .diagnostic-map,
  .ledger-grid,
  .standard-inner,
  .cta-section {
    grid-template-columns: 1fr;
  }

  .section-intro {
    position: static;
  }

  .video-check-panel {
    border-left: 0;
    border-top: 1px solid rgba(231, 177, 141, 0.22);
  }

  .owner-actions {
    justify-items: start;
  }

  h1 {
    font-size: clamp(4rem, 17vw, 7rem);
  }
}

@media (max-width: 640px) {
  .site-header {
    align-items: flex-start;
  }

  .brand-text span {
    font-size: 0.58rem;
    letter-spacing: 0.12em;
  }

  .hero-kicker,
  .value-band,
  .ledger-steps div {
    grid-template-columns: 1fr;
  }

  .hero-kicker {
    display: grid;
  }

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

  .signal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    padding: 0;
  }

  .signal-grid div,
  .signal-grid div:nth-child(even) {
    min-height: 8.8rem;
    transform: none;
  }

  .signal-grid div:nth-child(even) {
    transform: translateY(0.7rem);
  }

  .founder-quote {
    padding-left: 1.35rem;
  }

  .founder-quote::before {
    font-size: 5rem;
  }

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

  .owner-portrait {
    width: min(100%, 10rem);
  }

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

  footer {
    flex-direction: column;
  }
}
