/* Variant 3 — Human / Conversational
   Warm light, story-led, Caveat-heavy headlines, asymmetric flow */

body.v3 { background: #fbfaf6; }

.v3 .nav { padding: 30px 0; }
.v3 .nav-logo {
  align-items: flex-end;
  gap: 6px;
}
.v3 .nav-logo img { height: 42px; }
.v3 .nav-logo .wordmark {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: var(--navy-ink);
  letter-spacing: -0.02em;
  line-height: 1;
  padding-bottom: 5px;
}
.v3 .nav-links a {
  font-family: 'Outfit', sans-serif;
  color: var(--navy-deep);
}
.v3 .nav-links a:not(.btn):hover { color: var(--cyan-bright); }
.v3 .nav-links a.btn:hover { color: #fff; }

/* --------- Hero --------- */
.v3-hero {
  padding: 70px 0 100px;
  position: relative;
  overflow: hidden;
}
.v3-hero .wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 64px;
  align-items: center;
}
.v3-hero .left { position: relative; z-index: 1; }
.v3-hero .copilot-caption {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 6px 14px 6px 6px;
  background: rgba(255,255,255,.65);
  backdrop-filter: blur(8px);
  border: 1px solid var(--tint-10);
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--navy-deep);
  font-weight: 500;
}
.v3-hero .copilot-caption img { height: 22px; width: 22px; display: block; }
.v3-hero .greeting {
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: 28px;
  color: var(--cyan-bright);
  margin-bottom: 12px;
}
.v3-hero h1 {
  font-size: clamp(48px, 6.5vw, 88px);
  line-height: 1.02;
  font-weight: 700;
  color: var(--navy-ink);
  letter-spacing: -0.02em;
  margin-bottom: 28px;
  max-width: 14ch;
}
.v3-hero h1 em {
  font-family: 'Caveat', cursive;
  font-style: normal;
  font-weight: 700;
  color: var(--cyan-bright);
  display: inline-block;
  transform: translateY(8px) rotate(-2deg);
}
.v3-hero .lede {
  font-size: 21px;
  line-height: 1.6;
  color: var(--text-body);
  max-width: 50ch;
  margin-bottom: 32px;
}
.v3-hero .cta-row { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.v3-hero .sig {
  margin-top: 50px;
  display: flex; align-items: center; gap: 16px;
}
.v3-hero .sig img {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--tint-10);
  object-fit: cover;
}
.v3-hero .sig .who {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  color: var(--navy-ink);
  font-size: 15px;
}
.v3-hero .sig .who span { display: block; font-weight: 400; color: var(--text-muted); font-size: 14px; }

/* Visual card on the right */
.v3-hero .right { position: relative; }
.v3-hero .card-stack {
  position: relative;
  height: 520px;
}
.v3-hero .float {
  position: absolute;
  border-radius: var(--radius-lg);
  background: #fff;
  padding: 24px 28px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--tint-10);
}
.v3-hero .float.f1 {
  top: 0; left: 0; width: 78%;
  transform: rotate(-2deg);
  background: linear-gradient(135deg, #ffd9a3, #ffb476);
  border-color: rgba(212,168,67,.35);
  color: var(--navy-deep);
}
.v3-hero .float.f1 h4 { color: var(--navy-deep); opacity: .8; }
.v3-hero .float.f1 p { color: var(--navy-ink); }
.v3-hero .float.f1 p strong { color: var(--navy-ink); }
.v3-hero .float.f2 {
  top: 140px; right: 0; width: 70%;
  transform: rotate(2deg);
  background: var(--navy-ink); color: #fff;
}
.v3-hero .float.f3 {
  bottom: 20px; left: 8%; width: 84%;
  transform: rotate(-1deg);
  background: linear-gradient(135deg, var(--cyan), var(--cyan-bright));
  color: #fff;
}
.v3-hero .float h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: inherit;
  opacity: .75;
}
.v3-hero .float p { margin: 0; font-size: 16px; line-height: 1.45; color: inherit; }
.v3-hero .float p strong { font-family: 'Outfit', sans-serif; font-weight: 700; }
.v3-hero .float .caveat { font-size: 22px; }

@media (max-width: 980px) {
  .v3-hero .wrap { grid-template-columns: 1fr; }
  .v3-hero .right { display: none; }
}

/* --------- Story strip --------- */
.v3-story {
  padding: 100px 0;
  background: #fff;
  position: relative;
}
.v3-story .wrap { max-width: 820px; }
.v3-story .scribble {
  font-family: 'Caveat', cursive;
  font-size: 30px;
  color: var(--cyan-bright);
  font-weight: 700;
  transform: rotate(-2deg);
  display: inline-block;
  margin-bottom: 8px;
}
.v3-story h2 {
  font-size: clamp(36px, 4.6vw, 56px);
  line-height: 1.15;
  font-weight: 700;
  color: var(--navy-ink);
  margin-bottom: 28px;
}
.v3-story p {
  font-size: 19px;
  line-height: 1.75;
  color: var(--text-body);
  margin-bottom: 20px;
}
.v3-story p em {
  font-family: 'Caveat', cursive;
  font-style: normal;
  color: var(--cyan-bright);
  font-weight: 700;
  font-size: 1.4em;
  vertical-align: middle;
}
.v3-story .pull {
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.35;
  color: var(--navy-ink);
  padding: 32px 0;
  margin: 32px 0;
  border-top: 1px solid var(--tint-10);
  border-bottom: 1px solid var(--tint-10);
  position: relative;
}
.v3-story .pull::before {
  content: "“";
  font-family: 'Outfit', serif;
  position: absolute;
  left: -32px; top: 16px;
  font-size: 80px;
  color: var(--cyan);
  line-height: 1;
}
@media (max-width: 720px) { .v3-story .pull::before { display: none; } }

/* --------- Layers as letters --------- */
.v3-layers { padding: 100px 0; background: #fbfaf6; }
.v3-layers .head { max-width: 720px; margin: 0 auto 64px; text-align: center; }
.v3-layers .head .layers-headline {
  display: block;
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: clamp(34px, 4.4vw, 52px);
  line-height: 1.05;
  color: var(--cyan-bright);
  transform: rotate(-1.5deg);
  margin-bottom: 18px;
}
.v3-layers h2 {
  font-size: clamp(36px, 4.6vw, 56px);
  line-height: 1.1;
  font-weight: 700;
  color: var(--navy-ink);
  margin-top: 10px;
}
.v3-layers .head p { font-size: 18px; color: var(--text-body); margin-top: 16px; }

.v3-layers .rows { display: flex; flex-direction: column; gap: 28px; }
.v3-layers .row-card {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 40px;
  align-items: start;
  background: #fff;
  border-radius: var(--radius-xl);
  padding: 40px 44px;
  border: 1px solid var(--tint-10);
  box-shadow: var(--shadow-sm);
  position: relative;
}
.v3-layers .row-card:nth-child(2n) {
  background: var(--navy-ink); color: #fff; border-color: var(--navy-ink);
}
.v3-layers .row-card:nth-child(2n) h3 { color: #fff; }
.v3-layers .row-card:nth-child(2n) p { color: rgba(255,255,255,.78); }
.v3-layers .row-card:nth-child(2n) .num { color: var(--cyan-light); }

.v3-layers .num {
  font-family: 'Caveat', cursive;
  font-size: 88px;
  font-weight: 700;
  color: var(--cyan-bright);
  line-height: 1;
}
.v3-layers .row-card h3 {
  font-size: 30px;
  font-weight: 700;
  color: var(--navy-ink);
  margin-bottom: 10px;
}
.v3-layers .row-card p { font-size: 17px; line-height: 1.7; color: var(--text-body); margin: 0; max-width: 64ch; }
@media (max-width: 720px) {
  .v3-layers .row-card { grid-template-columns: 1fr; gap: 12px; padding: 32px 28px; }
  .v3-layers .num { font-size: 72px; }
}

/* --------- Stages, scrapbook-style --------- */
.v3-stages { padding: 100px 0; background: #fff; }
.v3-stages .head { text-align: center; margin-bottom: 60px; }
.v3-stages h2 {
  font-size: clamp(36px, 4.6vw, 56px);
  font-weight: 700;
  margin-top: 10px;
}
.v3-stages h2 em {
  font-family: 'Caveat', cursive; font-style: normal; color: var(--cyan-bright);
}
.v3-stages .head p { font-size: 18px; color: var(--text-body); max-width: 60ch; margin: 16px auto 0; }

.v3-stages .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.v3-stages .stage {
  position: relative;
  text-decoration: none;
  color: inherit;
  display: block;
  background: #fff;
  border-radius: var(--radius-xl);
  padding: 44px 40px;
  border: 1.5px solid var(--tint-10);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  overflow: hidden;
}
.v3-stages .stage:hover { transform: translateY(-4px); border-color: var(--cyan-light); box-shadow: var(--shadow-lg); }
.v3-stages .stage .label {
  font-family: 'Caveat', cursive;
  font-size: 26px;
  color: var(--cyan-bright);
  font-weight: 700;
  margin-bottom: 8px;
}
.v3-stages .stage h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--navy-ink);
  letter-spacing: -0.02em;
}
.v3-stages .stage p { font-size: 16px; line-height: 1.65; color: var(--text-body); margin-bottom: 22px; }
.v3-stages .stage .meta {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  border-top: 1px solid var(--tint-10);
  padding-top: 18px;
}
.v3-stages .stage .meta span::before { content: "·  "; color: var(--tint-40); margin-right: 6px; }
.v3-stages .stage .meta span:first-child::before { content: ""; margin: 0; }
.v3-stages .stage .more {
  display: inline-flex; align-items: center; gap: 6px;
  margin-left: auto;
  color: var(--navy-ink);
  font-weight: 600;
}
.v3-stages .stage:nth-child(2) { background: linear-gradient(180deg, var(--paper), #fff); }
.v3-stages .stage:nth-child(3) { background: var(--navy-ink); color: #fff; border-color: var(--navy-ink); }
.v3-stages .stage:nth-child(3) h3 { color: #fff; }
.v3-stages .stage:nth-child(3) p { color: rgba(255,255,255,.78); }
.v3-stages .stage:nth-child(3) .meta { color: rgba(255,255,255,.55); border-top-color: rgba(255,255,255,.12); }
.v3-stages .stage:nth-child(3) .more { color: #fff; }

@media (max-width: 720px) { .v3-stages .grid { grid-template-columns: 1fr; } }

/* --------- Comparison: friendly list --------- */
.v3-compare { padding: 100px 0; background: #fbfaf6; }
.v3-compare h2 {
  font-size: clamp(36px, 4.4vw, 52px);
  margin-bottom: 12px;
  font-weight: 700;
}
.v3-compare .sub { font-size: 17px; color: var(--text-body); max-width: 60ch; margin-bottom: 40px; }

.v3-compare .row {
  display: grid;
  grid-template-columns: 200px 1fr 1fr 1fr;
  gap: 32px;
  padding: 28px 4px;
  border-bottom: 1px dashed var(--tint-20);
  align-items: start;
}
.v3-compare .row.head { border-bottom: 2px solid var(--navy-ink); padding-top: 0; padding-bottom: 14px; }
.v3-compare .row.head div { font-family: 'Outfit', sans-serif; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--navy-ink); font-weight: 600; }
.v3-compare .row h3 {
  font-family: 'Caveat', cursive;
  font-size: 44px;
  font-weight: 700;
  color: var(--cyan-bright);
  line-height: 1;
  margin: 0;
}
.v3-compare .row p { font-size: 15px; line-height: 1.6; color: var(--text-body); margin: 0; }
@media (max-width: 880px) {
  .v3-compare .row { grid-template-columns: 1fr; gap: 8px; }
  .v3-compare .row.head { display: none; }
  .v3-compare .row p::before {
    content: attr(data-label);
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--cyan-bright);
    margin-bottom: 4px;
    margin-top: 8px;
  }
}

/* --------- Switch postcard --------- */
.v3-switch { padding: 100px 0; background: #fff; }
.v3-switch .card {
  background: linear-gradient(135deg, var(--navy-ink), var(--navy));
  color: #fff;
  border-radius: var(--radius-xl);
  padding: 80px;
  position: relative;
  overflow: hidden;
}
.v3-switch .card::after {
  content: "";
  position: absolute;
  width: 600px; height: 600px;
  right: -200px; top: -200px;
  background: radial-gradient(circle, rgba(0,173,239,.25), transparent 60%);
  pointer-events: none;
}
.v3-switch .row { display: grid; grid-template-columns: 1.4fr 1fr; gap: 56px; align-items: center; position: relative; z-index: 1; }
.v3-switch h2 {
  color: #fff;
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.05;
  max-width: 14ch;
}
.v3-switch h2 em { font-family: 'Caveat', cursive; font-style: normal; color: var(--cyan-light); }
.v3-switch p { color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.65; margin: 22px 0 32px; max-width: 50ch; }
.v3-switch .right ul { list-style: none; padding: 0; margin: 0; }
.v3-switch .right li { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 15px; }
.v3-switch .right li:last-child { border-bottom: none; }
.v3-switch .right li strong { display: block; font-family: 'Outfit', sans-serif; font-weight: 600; color: #fff; margin-bottom: 4px; }
.v3-switch .right li span { color: rgba(255,255,255,.65); font-size: 14px; }
@media (max-width: 880px) {
  .v3-switch .card { padding: 44px 28px; border-radius: var(--radius-lg); }
  .v3-switch .row { grid-template-columns: 1fr; gap: 24px; }
}

/* --------- Final CTA --------- */
.v3-final { padding: 130px 0; text-align: center; background: #fbfaf6; }
.v3-final .stamp { font-size: 36px; margin-bottom: 14px; }
.v3-final h2 {
  font-size: clamp(40px, 6vw, 84px);
  font-weight: 700;
  letter-spacing: -0.02em;
  max-width: 18ch;
  margin: 0 auto 24px;
}
.v3-final h2 em { font-family: 'Caveat', cursive; font-style: normal; color: var(--cyan-bright); }
.v3-final p { font-size: 19px; color: var(--text-body); max-width: 52ch; margin: 0 auto 36px; line-height: 1.65; }
.v3-final .sig { margin-top: 36px; display: inline-flex; gap: 14px; align-items: center; }
.v3-final .sig .name { font-family: 'Caveat', cursive; font-size: 32px; color: var(--navy-ink); font-weight: 700; }

/* --------- Mobile tuning --------- */
@media (max-width: 860px) {
  .v3 .nav { padding: 20px 0; }
  .v3 .nav-logo img { height: 36px; }
  .v3 .nav-logo .wordmark { font-size: 19px; padding-bottom: 4px; }
}
@media (max-width: 720px) {
  .v3-hero { padding: 32px 0 56px; }
  .v3-hero .wrap { gap: 32px; }
  .v3-hero .greeting { font-size: 24px; margin-bottom: 8px; }
  .v3-hero h1 { margin-bottom: 22px; max-width: none; }
  .v3-hero h1 em { transform: translateY(4px) rotate(-2deg); }
  .v3-hero .lede { font-size: 18px; margin-bottom: 24px; }
  .v3-hero .cta-row .btn { flex: 1 1 auto; justify-content: center; }

  .v3-story { padding: 60px 0; }
  .v3-story p { font-size: 17px; line-height: 1.7; }
  .v3-story .pull { font-size: 22px; padding: 24px 0; margin: 24px 0; }
  .v3-story .scribble { font-size: 26px; }

  .v3-layers { padding: 60px 0; }
  .v3-layers .head { margin-bottom: 40px; }

  .v3-stages { padding: 60px 0; }
  .v3-stages .head { margin-bottom: 40px; }
  .v3-stages .grid { gap: 20px; }
  .v3-stages .stage { padding: 32px 26px; }
  .v3-stages .stage h3 { font-size: 32px; margin-bottom: 12px; }
  .v3-stages .stage p { font-size: 15px; }
  .v3-stages .stage .meta { font-size: 11px; gap: 12px; padding-top: 14px; }

  .v3-layers .row-card h3 { font-size: 24px; }
  .v3-layers .row-card p { font-size: 16px; line-height: 1.65; }

  .v3-final { padding: 80px 0; }
  .v3-final .stamp { font-size: 28px; }
  .v3-final p { font-size: 17px; margin-bottom: 28px; }
}
@media (max-width: 480px) {
  .v3 .nav { padding: 16px 0; }
  .v3 .nav-logo img { height: 32px; }
  .v3 .nav-logo .wordmark { font-size: 17px; }
  .v3-hero h1 { letter-spacing: -0.015em; }
  .v3-stages .stage { padding: 26px 22px; }
  .v3-stages .stage h3 { font-size: 28px; }
  .v3-layers .row-card { padding: 26px 22px; }
  .v3-layers .num { font-size: 60px; }
}
