/* ============================================================
   V3 — Field Notebook styles
   Scoped to .v3 wrapper. All section/component styles for the
   editorial homepage and child pages (About, Services, Contact,
   service detail pages).
   ============================================================ */
.v3 { background: var(--pine-900); }

/* Topbar overrides (sits on dark hero) */
.v3 .topbar { background: transparent; border-bottom: 1px solid rgba(232, 236, 224, 0.12); position: relative; z-index: 2; }
.v3 .topbar .brand-wordmark { color: var(--cream); }
.v3 .topbar .brand-sub { color: var(--pine-300); }
.v3 .topbar .brand-mark img { filter: invert(1) sepia(0.08) hue-rotate(330deg) brightness(0.95); }
.v3 .topbar .nav-link { color: var(--pine-200); }
.v3 .topbar .nav-link:hover, .v3 .topbar .nav-link.active { color: var(--cream); }
.v3 .topbar .nav-link.active::after { background: var(--rust-500); }
.v3 .topbar .phone-link { color: var(--pine-200); }
.v3 .topbar .btn-primary { background: var(--rust-600); }
.v3 .topbar .btn-primary:hover { background: var(--rust-700); }

/* HERO */
.v3 .hero {
  position: relative; padding: 96px 0 120px;
  background: var(--pine-900);
  color: var(--cream);
  overflow: hidden;
}
.v3 .hero .bg-plate { position: absolute; inset: 0; opacity: 0.32; }
.v3 .hero .bg-plate svg { width: 100%; height: 100%; }
.v3 .hero .grain-overlay {
  position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(circle at 1px 1px, rgba(250,246,236,0.10) 1px, transparent 1px);
  background-size: 3px 3px;
  mix-blend-mode: overlay;
}
.v3 .hero .vignette {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, transparent 0%, rgba(26,36,24,0.7) 100%);
  pointer-events: none;
}
.v3 .hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr; gap: 0; }
.v3 .hero-h1 {
  font-family: var(--font-display); font-weight: 900;
  font-size: 220px; line-height: 0.84;
  letter-spacing: -0.035em; text-transform: uppercase;
  color: var(--cream); margin: 32px 0 36px;
}
.v3 .hero-h1 .word { display: block; }
.v3 .hero-h1 .word.indent { padding-left: 22%; }
.v3 .hero-h1 .word .ampersand { color: var(--rust-500); font-family: var(--font-display); font-style: italic; font-weight: 800; }
.v3 .hero-h1 .word.outline {
  color: transparent;
  -webkit-text-stroke: 2px var(--cream);
  text-stroke: 2px var(--cream);
}

.v3 .hero-meta-row {
  display: grid; grid-template-columns: 2.4fr 1fr 1fr 1fr;
  gap: 32px; align-items: end;
  padding-top: 36px; border-top: 1px solid rgba(232, 236, 224, 0.18);
}
.v3 .hero-meta-row .lead { color: var(--pine-200); font-size: 19px; line-height: 1.55; max-width: 50ch; }
.v3 .hero-meta-row .lead .cta { margin-top: 22px; display: flex; gap: 16px; flex-wrap: wrap; }
.v3 .hero-meta-row .stat { display: grid; gap: 6px; }
.v3 .hero-meta-row .stat .lab { font-family: var(--font-mono); font-size: 11px; color: var(--pine-400); text-transform: uppercase; letter-spacing: 0.12em; }
.v3 .hero-meta-row .stat .val { font-family: var(--font-display); font-weight: 900; font-size: 56px; line-height: 1; color: var(--cream); letter-spacing: -0.02em; }
.v3 .hero-meta-row .stat .val .unit { color: var(--rust-500); font-size: 28px; vertical-align: 14px; margin-left: 4px; }

.v3 .hero-marquee {
  position: relative; z-index: 1;
  margin-top: 56px; padding: 14px 0;
  background: var(--cream); color: var(--stone-900);
  border-top: 3px solid var(--stone-900); border-bottom: 3px solid var(--stone-900);
  overflow: hidden;
  font-family: var(--font-display); font-weight: 900; font-size: 22px;
  letter-spacing: 0.04em; text-transform: uppercase;
  display: flex; gap: 32px; white-space: nowrap;
}
/* Right-edge fade: the words repeat past the viewport and are clipped by
   overflow:hidden; this dissolves the cut into the cream so it reads as
   intentional. Inset top/bottom by the 3px rules so they stay crisp. */
.v3 .hero-marquee::after {
  content: ""; position: absolute; top: 3px; right: 0; bottom: 3px;
  width: 120px; z-index: 2; pointer-events: none;
  background: linear-gradient(to right, rgba(250, 246, 236, 0), var(--cream) 85%);
}
.v3 .hero-marquee span { display: inline-flex; align-items: center; gap: 32px; }
.v3 .hero-marquee span::after {
  content: ""; width: 12px; height: 12px;
  background: var(--rust-600);
  border: 2px solid var(--stone-900);
  display: inline-block;
}

/* SECTIONS */
.v3 .section { padding: 112px 0; background: var(--paper); }
.v3 .section-head { margin-bottom: 64px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 64px; align-items: end; }
.v3 .section-head h2 {
  font-family: var(--font-display); font-weight: 900;
  font-size: 120px; line-height: 0.9;
  letter-spacing: -0.028em; text-transform: uppercase;
  color: var(--stone-900); margin-top: 18px;
}
.v3 .section-head h2 em { font-style: normal; color: var(--pine-700); }
.v3 .section-head p { color: var(--stone-700); font-size: 17px; line-height: 1.6; max-width: 42ch; }

/* SERVICES — alternating editorial rows */
.v3 .svc-list { display: grid; gap: 0; }
.v3 .svc-item {
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: stretch; gap: 0;
  border-top: 2px solid var(--stone-900);
  min-height: 380px;
  position: relative;
}
.v3 .svc-item:last-child { border-bottom: 2px solid var(--stone-900); }
.v3 .svc-item.reverse .svc-photo { order: 2; }
.v3 .svc-item .svc-photo {
  position: relative; overflow: hidden;
  background: var(--bark-800);
  border-left: 1px solid var(--stone-300);
  border-right: 1px solid var(--stone-300);
}
.v3 .svc-item .svc-photo svg { width: 100%; height: 100%; object-fit: cover; }
.v3 .svc-item .svc-photo .num {
  position: absolute; top: 24px; left: 28px;
  font-family: var(--font-display); font-weight: 900;
  font-size: 80px; color: var(--cream);
  letter-spacing: -0.02em; line-height: 1;
  mix-blend-mode: difference;
}
.v3 .svc-item .svc-photo .badge {
  position: absolute; bottom: 24px; right: 28px;
  background: var(--cream); color: var(--stone-900);
  border: 2px solid var(--stone-900); box-shadow: 4px 4px 0 var(--stone-900);
  padding: 8px 16px;
  font-family: var(--font-mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; font-weight: 600;
}
.v3 .svc-item .svc-body {
  padding: 56px 64px;
  display: flex; flex-direction: column; justify-content: center; gap: 24px;
  background: var(--paper);
}
.v3 .svc-item.dark .svc-body { background: var(--pine-900); color: var(--cream); }
.v3 .svc-item.dark .svc-body .eyebrow { color: var(--rust-500); }
.v3 .svc-item.dark .svc-body h3 { color: var(--cream); }
.v3 .svc-item.dark .svc-body p { color: var(--pine-200); }
.v3 .svc-item.dark .svc-body .items li { color: var(--pine-200); border-color: var(--pine-700); }
.v3 .svc-item.dark .svc-body .items li::before { color: var(--rust-500); }
.v3 .svc-item .ico { color: var(--pine-700); width: 36px; height: 36px; }
.v3 .svc-item.dark .ico { color: var(--rust-500); }
.v3 .svc-item h3 {
  font-family: var(--font-display); font-weight: 900;
  font-size: 72px; line-height: 0.92; letter-spacing: -0.02em;
  text-transform: uppercase; color: var(--stone-900);
}
.v3 .svc-item p { font-size: 17px; line-height: 1.6; color: var(--stone-700); max-width: 42ch; }
.v3 .svc-item .items { display: grid; gap: 0; }
.v3 .svc-item .items li {
  display: flex; gap: 12px;
  padding: 12px 0; border-bottom: 1px solid var(--stone-300);
  font-size: 14px; color: var(--stone-700);
}
.v3 .svc-item .items li:last-child { border-bottom: none; }
.v3 .svc-item .items li::before {
  content: "→"; color: var(--pine-700); font-weight: 700; flex-shrink: 0;
}
.v3 .svc-item .more {
  margin-top: 8px;
  font-family: var(--font-display); font-weight: 800;
  font-size: 20px; text-transform: uppercase;
  letter-spacing: 0.02em; color: var(--pine-700);
  display: inline-flex; align-items: center; gap: 10px; align-self: flex-start;
  border-bottom: 2px solid currentColor; padding-bottom: 4px;
  transition: color 120ms, gap 180ms;
}
.v3 .svc-item .more:hover { color: var(--rust-600); gap: 14px; }
.v3 .svc-item.dark .more { color: var(--rust-500); }
.v3 .svc-item.dark .more:hover { color: var(--cream); }

/* ABOUT — bark brown manifesto */
.v3 .about { background: var(--bark-700); color: var(--cream); padding: 128px 0; position: relative; overflow: hidden; }
.v3 .about::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(250,246,236,0.05) 1px, transparent 1px);
  background-size: 4px 4px; pointer-events: none;
}
.v3 .about-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.v3 .about-photo { aspect-ratio: 4/5; overflow: hidden; box-shadow: 16px 16px 0 var(--rust-600); border: 3px solid var(--cream); }
.v3 .about h2 {
  font-family: var(--font-display); font-weight: 900;
  font-size: 96px; line-height: 0.9;
  letter-spacing: -0.022em; text-transform: uppercase;
  color: var(--cream); margin: 22px 0 32px;
}
.v3 .about h2 em { font-style: italic; color: var(--rust-500); font-weight: 800; }
.v3 .about p { color: var(--bark-200); font-size: 19px; line-height: 1.62; max-width: 42ch; margin-bottom: 20px; }
.v3 .about .principles { margin-top: 36px; display: grid; gap: 0; }
.v3 .about .principles li {
  display: grid; grid-template-columns: 60px 1fr; gap: 24px;
  padding: 22px 0; border-top: 1px solid rgba(250,246,236,0.18);
}
.v3 .about .principles li:last-child { border-bottom: 1px solid rgba(250,246,236,0.18); }
.v3 .about .principles .n { font-family: var(--font-display); font-weight: 900; font-size: 32px; color: var(--rust-500); line-height: 1; }
.v3 .about .principles .b { font-family: var(--font-display); font-weight: 800; font-size: 24px; text-transform: uppercase; line-height: 1.05; color: var(--cream); }
.v3 .about .principles .s { font-family: var(--font-body); font-size: 14px; line-height: 1.5; color: var(--bark-200); margin-top: 4px; }
.v3 .about .eyebrow { color: var(--rust-500); }

/* TESTIMONIALS */
.v3 .tt { background: var(--pine-900); color: var(--cream); padding: 112px 0; }
.v3 .tt .section-head h2 { color: var(--cream); }
.v3 .tt .section-head h2 em { color: var(--rust-500); }
.v3 .tt .section-head .eyebrow { color: var(--rust-500); }
.v3 .tt .section-head p { color: var(--pine-200); }

.v3 .tt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--pine-700); }
.v3 .tt-card {
  padding: 40px 32px 36px;
  border-right: 1px solid var(--pine-700);
  display: grid; gap: 22px; align-content: start;
  transition: background 180ms;
  position: relative;
}
.v3 .tt-card:last-child { border-right: none; }
.v3 .tt-card:hover { background: var(--pine-800); }
.v3 .tt-card .qmark {
  font-family: var(--font-display); font-weight: 900;
  font-size: 120px; color: var(--rust-500); line-height: 0.5;
  margin-bottom: 0;
}
.v3 .tt-card .stars { display: flex; gap: 2px; }
.v3 .tt-card .stars svg { width: 16px; height: 16px; fill: var(--rust-500); stroke: var(--rust-500); }
.v3 .tt-card .quote {
  font-family: var(--font-display); font-weight: 700;
  font-size: 26px; line-height: 1.18; color: var(--cream);
  letter-spacing: -0.005em;
}
.v3 .tt-card .who { padding-top: 18px; border-top: 1px solid var(--pine-700); display: flex; gap: 14px; align-items: center; }
.v3 .tt-card .who .av { width: 48px; height: 48px; border-radius: 50%; background: var(--pine-700); overflow: hidden; flex-shrink: 0; display: grid; place-items: center; font-family: var(--font-display); font-weight: 900; color: var(--cream); font-size: 18px; border: 2px solid var(--rust-500); }
.v3 .tt-card .who .meta { display: grid; gap: 2px; }
.v3 .tt-card .who .name { font-family: var(--font-display); font-weight: 800; font-size: 18px; text-transform: uppercase; color: var(--cream); letter-spacing: 0.01em; line-height: 1; }
.v3 .tt-card .who .detail { font-family: var(--font-mono); font-size: 11px; color: var(--pine-300); letter-spacing: 0.04em; }
.v3 .tt-card .who .price { margin-left: auto; font-family: var(--font-display); font-weight: 900; font-size: 22px; color: var(--rust-500); }

.v3 .tt-foot { margin-top: 56px; display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.v3 .tt-foot .marker { font-family: var(--font-mono); font-size: 12px; color: var(--pine-400); letter-spacing: 0.06em; }

/* Override footer pine to match (deeper) */
.v3 .footer { padding-top: 96px; background: var(--bark-900); }
.v3 .footer h5 { color: var(--bark-300); }
.v3 .footer-bottom { border-color: var(--bark-700); }
.v3 .footer-col a { color: var(--bark-200); }
