/* ==========================================================================
   Nir Hermelin — organic.css
   v3 "Regulated Strategy" layer. Loads after styles.css.
   Same palette (cream / dark earth / copper / sage), more irregularity:
   serif display type, hand-drawn line motifs, pendulation motion,
   soft gradient fields. No stock leaves.
   ========================================================================== */

:root {
  --ink: #1f1a13;
  --copper-soft: rgba(168, 104, 63, 0.14);
  --sage-wash: rgba(95, 134, 99, 0.12);
  --amber-wash: rgba(184, 134, 46, 0.10);
  --radius-organic: 28px 18px 26px 16px / 18px 26px 16px 28px;
}

/* ---------- Display type: serif carries the big statements ---------- */

h1, .display {
  font-family: var(--font-serif);
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.05;
}
h1 { font-size: clamp(2.6rem, 6vw, 5rem); }
.hero h1 { max-width: 22ch; margin: 0.9rem 0 1.6rem; }
h1 em, h2 em, .display em { font-style: italic; color: var(--copper); font-weight: 400; }
h2 { text-wrap: balance; }
.h2-serif { font-family: var(--font-serif); font-weight: 500; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.1; }

.eyebrow::before { display: none; }
.eyebrow { gap: 0.5rem; }
.eyebrow .dot-sep { opacity: 0.5; }

/* ---------- Hand-drawn line motif ---------- */

.hand-line {
  display: block;
  width: min(220px, 60%);
  height: 14px;
  margin: 0.4rem 0 1.6rem;
  color: var(--copper);
  opacity: 0.85;
}
.hand-line.center { margin-inline: auto; }
.hand-line path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
}
.in-view .hand-line path, .hand-line.drawn path { animation: handDraw 1.4s var(--ease) 0.2s forwards; }
@keyframes handDraw { to { stroke-dashoffset: 0; } }

/* ---------- Soft gradient field (hero / bands) ---------- */

.field {
  position: relative;
  isolation: isolate;
}
.field::before {
  content: "";
  position: absolute;
  inset: -10% -5% auto -5%;
  height: 90%;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(38% 45% at 78% 22%, rgba(184, 134, 46, 0.16), transparent 70%),
    radial-gradient(30% 40% at 12% 80%, rgba(95, 134, 99, 0.12), transparent 70%),
    radial-gradient(26% 30% at 55% 95%, rgba(168, 104, 63, 0.10), transparent 70%);
  filter: blur(18px);
  animation: fieldDrift 22s ease-in-out infinite alternate;
}
@keyframes fieldDrift {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(-2%, 2%, 0) scale(1.04); }
}

/* ---------- Hero refinements ---------- */

.hero { padding: 8.5rem 0 4rem; }
.hero-sub { max-width: 52ch; }
.hero-photo { transform: rotate(-1deg); border-radius: var(--radius-organic); }
.hero-photo .photo-ph { border-radius: 0; border: 0; }
.hero-kicker {
  font-family: var(--font-head);
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--copper);
  display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center;
}
.hero-kicker span + span::before { content: "·"; margin-right: 0.75rem; opacity: 0.5; }

/* ---------- Principle band (the spine sentence) ---------- */

.principle {
  text-align: center;
  padding: clamp(4rem, 8vw, 7rem) 0;
}
.principle .display {
  font-size: clamp(1.5rem, 4.2vw, 3.2rem);
  max-width: none;
  margin: 0 auto 1.75rem;
  line-height: 1.15;
}
.tagline-line { white-space: nowrap; }
@media (max-width: 560px) {
  .tagline-line { white-space: normal; }
}
.principle p { margin-inline: auto; }
.principle-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 900px;
  margin: 2.5rem auto 0;
  text-align: left;
}
@media (max-width: 720px) { .principle-pair { grid-template-columns: 1fr; } }
.principle-pair p { color: var(--muted); font-size: 1rem; }
.principle-pair p strong { color: var(--text); font-weight: 500; }

/* ---------- Three pillars (Business / Nervous system / AI) ---------- */

.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 900px) { .pillars { grid-template-columns: 1fr; } }
.pillar {
  position: relative;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-organic);
  padding: 2.25rem 2rem 2rem;
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease), border-color 0.45s var(--ease);
  box-shadow: 0 4px 18px -12px rgba(90, 70, 40, 0.18);
  overflow: hidden;
}
.pillar:hover { transform: translateY(-5px) rotate(-0.3deg); border-color: rgba(168, 104, 63, 0.45); box-shadow: var(--shadow-lift); }
.pillar::after {
  content: "";
  position: absolute; right: -40px; bottom: -40px;
  width: 140px; height: 140px; border-radius: 50%;
  background: var(--amber-wash);
  transition: transform 0.6s var(--ease);
}
.pillar:hover::after { transform: scale(1.4); }
.pillar[data-tone="sage"]::after { background: var(--sage-wash); }
.pillar[data-tone="copper"]::after { background: var(--copper-soft); }
.pillar .pillar-glyph {
  width: 52px; height: 52px;
  margin-bottom: 1.25rem;
  color: var(--copper);
}
.pillar .pillar-glyph svg { width: 100%; height: 100%; }
.pillar[data-tone="sage"] .pillar-glyph { color: var(--sage); }
.pillar h3 { margin-bottom: 0.6rem; font-size: 1.35rem; }
.pillar p { color: var(--muted); font-size: 0.98rem; position: relative; }

/* ---------- Knowing / doing list ---------- */

.gap-list { list-style: none; display: flex; flex-direction: column; gap: 0.9rem; margin: 1.5rem 0; }
.gap-list li {
  font-family: var(--font-serif);
  font-size: clamp(1.15rem, 1.9vw, 1.4rem);
  line-height: 1.4;
  padding-left: 2rem;
  position: relative;
  color: var(--text);
}
.gap-list li::before {
  content: "";
  position: absolute; left: 0; top: 0.75em;
  width: 18px; height: 2px; background: var(--copper); border-radius: 2px;
  transform: rotate(-6deg);
}
.aside-note {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--copper);
  font-size: 1.1rem;
  margin: 0.5rem 0 1.5rem;
  display: inline-block;
  transform: rotate(-1deg);
}

/* ---------- The lenses map (redesigned) ---------- */

.lens-wrap {
  background: var(--dark-2);
  border: 1px solid var(--dark-border);
  border-radius: calc(var(--radius) + 10px);
  padding: clamp(1.25rem, 3vw, 2.25rem);
  position: relative;
  overflow: hidden;
}
.lens-wrap::before {
  content: "";
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(60% 50% at 20% 10%, rgba(212, 168, 83, 0.08), transparent 70%);
}
.lens-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
  position: relative;
}
@media (max-width: 1000px) { .lens-grid { grid-template-columns: 1fr; } }

.lens-svg { width: 100%; height: auto; display: block; }
.lens-zone rect { transition: opacity 0.45s ease, stroke-opacity 0.45s ease; stroke: transparent; stroke-width: 1.5; }
.lens-zone text { transition: opacity 0.45s ease; }
.lens-wrap.focused .lens-zone { opacity: 0.28; transition: opacity 0.45s ease; }
.lens-wrap.focused .lens-zone.active { opacity: 1; }
.lens-wrap.focused .lens-zone.active rect { stroke: currentColor; stroke-opacity: 0.6; }
.lens-label { font-family: var(--font-head); font-size: 14px; font-weight: 600; letter-spacing: 0.08em; }
.lens-note { font-family: var(--font-body); font-size: 12px; fill: var(--dark-muted); }
.lens-axis { font-family: var(--font-head); font-size: 11px; letter-spacing: 0.18em; fill: var(--dark-muted); text-transform: uppercase; }

/* Pendulation wave: activation rising, returning, rising — the recovery rhythm, not a ladder */
.pend-wave {
  fill: none;
  stroke: url(#pendGrad);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 1800;
  stroke-dashoffset: 1800;
  opacity: 0.9;
}
.lens-wrap.animate .pend-wave { animation: pendDraw 3.2s var(--ease) 0.2s forwards; }
@keyframes pendDraw { to { stroke-dashoffset: 0; } }
.pend-dot { opacity: 0; }
.lens-wrap.animate .pend-dot { opacity: 1; transition: opacity 0.6s ease 2.4s; }
.lens-wrap.animate .pend-dot circle:first-child {
  animation: dotPulse 2.6s ease-in-out infinite;
  transform-origin: center; transform-box: fill-box;
}

/* Fawn: a relational layer that can sit at any activation level */
.fawn-layer rect { fill: url(#fawnHatch); opacity: 0; transition: opacity 0.5s ease; }
.fawn-layer text { opacity: 0; transition: opacity 0.5s ease; }
.lens-wrap.fawn-on .fawn-layer rect, .lens-wrap.fawn-on .fawn-layer text { opacity: 1; }
.lens-wrap.fawn-on .lens-zone:not(.fawn-layer) { opacity: 0.35; }

.lens-btns { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 1.1rem; }
.lens-btn {
  font-family: var(--font-head);
  font-size: 0.88rem; font-weight: 600;
  padding: 0.6rem 1.15rem;
  border-radius: 999px;
  border: 1px solid var(--dark-border);
  background: var(--dark-card);
  color: var(--dark-muted);
  cursor: pointer;
  transition: all 0.3s var(--ease);
}
.lens-btn:hover { color: var(--dark-text); border-color: rgba(236, 229, 216, 0.35); transform: translateY(-1px); }
.lens-btn.active { color: #171208; }
.lens-btn.active[data-lens="regulated"] { background: var(--sage-soft); border-color: var(--sage-soft); }
.lens-btn.active[data-lens="fight"] { background: var(--amber-bright); border-color: var(--amber-bright); }
.lens-btn.active[data-lens="flight"] { background: #e6c47a; border-color: #e6c47a; }
.lens-btn.active[data-lens="freeze"] { background: #8fa3b8; border-color: #8fa3b8; }
.lens-btn.active[data-lens="fawn"] { background: #c99a7a; border-color: #c99a7a; }

.lens-panel {
  background: var(--dark-card);
  border: 1px solid var(--dark-border);
  border-radius: var(--radius);
  padding: 1.5rem;
  min-height: 250px;
  color: var(--dark-text);
}
.lens-panel h4 {
  font-size: 1.15rem; margin-bottom: 0.3rem;
  display: flex; align-items: center; gap: 0.6rem; color: var(--dark-text);
}
.lens-panel .lens-dot { width: 10px; height: 10px; border-radius: 50%; display: inline-block; }
.lens-panel .lens-frame {
  font-family: var(--font-serif); font-style: italic;
  color: #c99f6e; margin-bottom: 1.1rem; font-size: 1.05rem;
}
.lens-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
@media (max-width: 640px) { .lens-cols { grid-template-columns: 1fr; } }
.lens-cols h5 {
  font-family: var(--font-head); font-size: 0.72rem;
  letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 0.6rem;
}
.lens-cols .col-a h5 { color: var(--sage-soft); }
.lens-cols .col-b h5 { color: var(--amber-bright); }
.lens-cols ul { list-style: none; }
.lens-cols li {
  font-size: 0.94rem; color: var(--dark-muted);
  padding: 0.3rem 0 0.3rem 1.15rem; position: relative;
}
.lens-cols li::before { content: "·"; position: absolute; left: 0.25rem; color: var(--amber-bright); font-weight: 700; }
.lens-cols p { font-size: 0.94rem; color: var(--dark-muted); }
.lens-caveat { font-size: 0.85rem; color: var(--dark-muted); margin-top: 1.25rem; max-width: 60ch; }
.lens-caveat strong { color: var(--dark-text); font-weight: 500; }

/* ---------- Offers ---------- */

.offers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: stretch; }
@media (max-width: 960px) { .offers { grid-template-columns: 1fr; } }
.offer {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-organic);
  padding: 2.25rem 2rem 2rem;
  display: flex; flex-direction: column; gap: 0.9rem;
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease), border-color 0.45s var(--ease);
  box-shadow: 0 4px 18px -12px rgba(90, 70, 40, 0.18);
  position: relative;
}
.offer:hover { transform: translateY(-5px); border-color: rgba(168, 104, 63, 0.5); box-shadow: var(--shadow-lift); }
.offer.featured { background: linear-gradient(170deg, rgba(184, 134, 46, 0.08), var(--card) 45%); border-color: rgba(184, 134, 46, 0.5); }
.offer .offer-kicker {
  font-family: var(--font-head); font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--copper);
}
.offer h3 { font-family: var(--font-serif); font-weight: 500; font-size: 1.7rem; line-height: 1.15; }
.offer .offer-meta {
  font-family: var(--font-head); font-size: 0.95rem; color: var(--text);
  display: flex; flex-wrap: wrap; gap: 0.4rem 0.9rem;
}
.offer .offer-meta span + span::before { content: "·"; margin-right: 0.9rem; color: var(--copper); }
.offer .offer-meta .price { font-weight: 700; }
.offer p { color: var(--muted); font-size: 0.97rem; }
.offer .btn { margin-top: auto; justify-content: center; }
.offer .founding {
  position: absolute; top: 1.25rem; right: 1.25rem;
  font-family: var(--font-head); font-size: 0.66rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--copper); background: var(--copper-soft);
  padding: 0.3rem 0.7rem; border-radius: 999px;
}

/* Offer stack: what each component removes */
.stack {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--border);
}
.stack li {
  display: grid;
  grid-template-columns: minmax(150px, 0.8fr) 1.4fr 1.2fr;
  gap: 1.25rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--border);
  align-items: baseline;
}
@media (max-width: 760px) {
  .stack li { grid-template-columns: 1fr; gap: 0.35rem; padding: 1rem 0; }
}
.stack .stack-name {
  font-family: var(--font-head); font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--copper);
}
.stack .stack-what { color: var(--text); font-size: 0.98rem; }
.stack .stack-removes { color: var(--muted); font-size: 0.92rem; font-style: italic; font-family: var(--font-serif); font-size: 1.05rem; }
.stack .stack-removes::before { content: "removes: "; font-family: var(--font-head); font-style: normal; font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sage); margin-right: 0.3rem; }
.stack-head {
  display: grid; grid-template-columns: minmax(150px, 0.8fr) 1.4fr 1.2fr; gap: 1.25rem;
  font-family: var(--font-head); font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted);
  padding-bottom: 0.6rem;
}
@media (max-width: 760px) { .stack-head { display: none; } }

/* Offer detail sections */
.offer-detail { scroll-margin-top: 110px; }
.offer-detail .offer-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 1rem 2rem; margin-bottom: 1.5rem; }
.offer-detail .offer-head h2 { margin-bottom: 0.25rem; }
.price-line {
  font-family: var(--font-head); font-size: 1.05rem; color: var(--text);
  display: inline-flex; flex-wrap: wrap; gap: 0.4rem 0.9rem;
}
.price-line strong { font-weight: 700; }
.price-line span + span::before { content: "·"; margin-right: 0.9rem; color: var(--copper); }

.included { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }
.included li { display: grid; grid-template-columns: 110px 1fr; gap: 1rem; font-size: 0.97rem; color: var(--muted); }
.included li b { font-family: var(--font-head); font-size: 0.75rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--copper); padding-top: 0.25rem; }
@media (max-width: 520px) { .included li { grid-template-columns: 1fr; gap: 0.2rem; } }

/* ---------- Seven lenses (method) ---------- */

.seven { counter-reset: lens; display: grid; grid-template-columns: 1fr; gap: 0; position: relative; }
.seven::before {
  content: ""; position: absolute; left: 24px; top: 24px; bottom: 24px; width: 1.5px;
  background: linear-gradient(180deg, var(--copper), var(--amber) 50%, var(--sage));
  opacity: 0.6;
}
@media (max-width: 640px) { .seven::before { display: none; } }
.seven-item {
  counter-increment: lens;
  display: grid; grid-template-columns: 50px 1fr; gap: 1.75rem;
  padding: 1.75rem 0;
  border-bottom: 1px dashed var(--border);
}
.seven-item:last-child { border-bottom: 0; }
@media (max-width: 640px) { .seven-item { grid-template-columns: 1fr; gap: 0.6rem; } }
.seven-item .n {
  width: 50px; height: 50px; border-radius: 50%;
  background: var(--bg); border: 1.5px solid var(--copper);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head); font-weight: 700; font-size: 0.85rem; color: var(--copper);
  position: relative; z-index: 1;
  box-shadow: 0 0 0 6px var(--bg);
}
.seven-item .n::before { content: "0" counter(lens); }
.seven-item h3 { font-family: var(--font-serif); font-weight: 500; font-size: 1.55rem; margin-bottom: 0.4rem; }
.seven-item p { color: var(--muted); }
.seven-item .lens-q { font-family: var(--font-serif); font-style: italic; color: var(--text); margin-top: 0.6rem; font-size: 1.08rem; }

/* Stretch / recover / integrate rhythm */
.rhythm { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem 1.25rem; margin: 1.5rem 0; }
.rhythm span {
  font-family: var(--font-serif); font-size: clamp(1.4rem, 3vw, 2.2rem); color: var(--text);
}
.rhythm span:nth-child(even) { color: var(--copper); font-style: italic; }
.rhythm span.arrow { color: var(--muted); font-size: 1.2rem; align-self: center; }

/* ---------- Transcript → Brief visual ---------- */

.flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 1rem; align-items: center; }
@media (max-width: 860px) { .flow { grid-template-columns: 1fr; } .flow .flow-arrow { transform: rotate(90deg); justify-self: center; } }
.flow-node {
  background: var(--card); border: 1px solid var(--border);
  border-radius: var(--radius-organic); padding: 1.5rem 1.4rem;
  box-shadow: 0 4px 18px -12px rgba(90, 70, 40, 0.18);
  min-height: 180px;
}
.flow-node .flow-k { font-family: var(--font-head); font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--copper); display: block; margin-bottom: 0.5rem; }
.flow-node h4 { font-size: 1.05rem; margin-bottom: 0.4rem; }
.flow-node p, .flow-node li { font-size: 0.9rem; color: var(--muted); }
.flow-node ul { list-style: none; display: flex; flex-direction: column; gap: 0.25rem; }
.flow-node li::before { content: "— "; color: var(--copper); }
.flow-node.consent { border-style: dashed; border-color: rgba(95, 134, 99, 0.6); background: var(--sage-wash); }
.flow-arrow { color: var(--copper); width: 34px; height: 34px; }
.flow-arrow svg { width: 100%; height: 100%; }
.flow-arrow path { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Experience strip (About CV) ---------- */

.exp-strip {
  display: flex; flex-wrap: wrap; gap: 0.6rem;
  padding: 1.5rem; border: 1px solid var(--border); border-radius: var(--radius-organic);
  background: var(--bg-4);
}
.exp-strip span {
  font-family: var(--font-head); font-size: 0.85rem; color: var(--text);
  padding: 0.5rem 1rem; border-radius: 999px; border: 1px solid var(--border); background: var(--bg);
}
.exp-strip span.soft { color: var(--muted); }

/* ---------- Field Notes editorial list ---------- */

.notes { list-style: none; border-top: 1px solid var(--border); }
.notes li { border-bottom: 1px solid var(--border); }
.notes a, .notes .note-static {
  display: grid; grid-template-columns: 150px 1fr; gap: 1.5rem;
  padding: 1.75rem 0; color: var(--text);
  transition: background 0.3s ease, padding-left 0.3s var(--ease);
}
.notes a:hover { padding-left: 0.5rem; }
@media (max-width: 640px) { .notes a, .notes .note-static { grid-template-columns: 1fr; gap: 0.5rem; } }
.notes .note-meta { font-family: var(--font-head); font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); display: flex; flex-direction: column; gap: 0.3rem; }
.notes .note-meta .cat { color: var(--copper); }
.notes h3 { font-family: var(--font-serif); font-weight: 500; font-size: clamp(1.35rem, 2.4vw, 1.8rem); margin-bottom: 0.35rem; line-height: 1.2; }
.notes p { color: var(--muted); font-size: 0.98rem; }
.notes .soon { font-family: var(--font-head); font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sage); margin-top: 0.5rem; display: inline-block; }
.notes .note-static { opacity: 0.92; }

/* ---------- Quiet band (dark, for footer-adjacent CTAs) ---------- */

.band-quiet { background: var(--bg-3); }

/* ---------- Wave divider ---------- */

.wave-div { display: block; width: 100%; height: 42px; color: var(--border); }
.wave-div path { fill: none; stroke: currentColor; stroke-width: 1.5; }

/* ---------- Minimal nav (hidden landing) ---------- */

.nav-solo .nav-links, .nav-solo .nav-toggle { display: none !important; }

/* ---------- Photo placeholder labels (final-crop targets) ---------- */
.photo-ph { border-radius: var(--radius-organic); }
.photo-ph span::before { content: "Photo · "; opacity: 0.6; }

/* ---------- Motion safety ---------- */
@media (prefers-reduced-motion: reduce) {
  .field::before { animation: none; }
  .hand-line path, .pend-wave { stroke-dashoffset: 0; animation: none; }
  .pend-dot { opacity: 1; }
}

/* ---------- Small screens: tighter hero ---------- */
@media (max-width: 480px) {
  h1 { font-size: clamp(2.3rem, 11vw, 3rem); }
  .hero h1 { max-width: 18ch; }
  .principle .display { font-size: 1.75rem; }
  .offer { padding: 1.75rem 1.5rem; }
  .lens-panel { min-height: 0; }
}

/* ---------- QA tweaks ---------- */
#fawnHatch line { opacity: 0.3; }
@media (max-width: 640px) {
  .lens-note { display: none; }
  .lens-label { font-size: 22px; }
  .lens-axis { font-size: 17px; }
  .fawn-layer .lens-label { font-size: 18px; }
}
@media (max-width: 480px) {
  .hero-kicker { gap: 0.35rem 1rem; }
  .hero-kicker span + span::before { display: none; }
}

/* ============================================================
   NAV DROPDOWN — Work With Me submenu (Session / Lab / Advisory)
   Desktop: hover + focus reveal. Mobile: indented sublist.
   ============================================================ */
.has-sub { position: relative; }
.has-sub > .sub-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--muted);
  padding-bottom: 3px;
  transition: color 0.3s ease;
}
.has-sub > .sub-toggle:hover,
.has-sub.is-current > .sub-toggle { color: var(--text); }
.has-sub > .sub-toggle .caret {
  width: 0.5rem; height: 0.5rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.3s var(--ease);
}
.has-sub:hover > .sub-toggle .caret,
.has-sub:focus-within > .sub-toggle .caret { transform: rotate(225deg) translateY(-1px); }

.submenu {
  list-style: none;
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  min-width: 230px;
  padding: 0.5rem;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-organic, 14px 16px 15px 13px);
  box-shadow: var(--shadow-lift);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s var(--ease), transform 0.25s var(--ease), visibility 0.25s;
  z-index: 130;
}
.submenu::before {
  /* hover bridge so the menu doesn't close in the gap */
  content: "";
  position: absolute;
  top: -0.75rem; left: 0; right: 0; height: 0.75rem;
}
.has-sub:hover > .submenu,
.has-sub:focus-within > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.submenu li { display: block; }
.submenu a {
  display: block;
  padding: 0.7rem 0.85rem;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--muted);
  line-height: 1.3;
  transition: background 0.2s ease, color 0.2s ease;
}
.submenu a::after { display: none; }
.submenu a:hover,
.submenu a:focus,
.submenu a[aria-current="page"] {
  background: rgba(184, 134, 46, 0.09);
  color: var(--text);
}
.submenu a .sub-meta {
  display: block;
  font-size: 0.78rem;
  font-weight: 400;
  color: var(--copper);
  margin-top: 0.15rem;
}

/* Mobile: dropdown becomes an indented sublist in the overlay */
@media (max-width: 900px) {
  .has-sub > .sub-toggle {
    font-size: 1.4rem;
    font-family: var(--font-head);
    color: var(--text);
    justify-content: center;
  }
  .has-sub > .sub-toggle .caret { display: none; }
  .submenu {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    min-width: 0;
    background: none;
    border: 0;
    box-shadow: none;
    padding: 0.75rem 0 0;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  .submenu::before { display: none; }
  .submenu a {
    font-size: 1.05rem;
    color: var(--muted);
    text-align: center;
    padding: 0.25rem;
  }
  .submenu a .sub-meta { display: none; }
}

/* ---------- Hero trio (Business · Nervous system · AI — bigger, visual) ---------- */
.hero-trio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1.1rem;
  margin-bottom: 1.4rem;
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  font-style: italic;
  color: var(--copper);
}
.hero-trio span { position: relative; }
.hero-trio span + span::before {
  content: "";
  display: inline-block;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--amber);
  vertical-align: middle;
  margin-right: 1.1rem;
  margin-left: 0;
  opacity: 0.7;
}
@media (max-width: 560px) {
  .hero-trio { font-size: 1.05rem; gap: 0.3rem 0.9rem; }
}

/* ---------- Underlined word (hand-line under a single word, e.g. "real") ---------- */
.ul-word {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.ul-word .hand-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.18em;
  width: 100%;
  height: 0.4em;
  margin: 0;
  display: block;
}
/* the underline path animates via the existing .drawn / .in-view rules */

/* ---------- Highlight (marker) for a key phrase ---------- */
mark {
  background: linear-gradient(180deg, transparent 68%, rgba(184, 134, 46, 0.30) 68%);
  color: inherit;
  padding: 0 0.05em;
  border-radius: 2px;
}

/* ---------- Gap punch line ---------- */
.gap-punch {
  margin-top: 1.5rem;
  padding-left: 1.1rem;
  border-left: 2.5px solid var(--copper);
  font-family: var(--font-head);
  font-weight: 600;
  font-size: clamp(1.15rem, 1.7vw, 1.4rem);
  color: var(--text);
  line-height: 1.3;
}

/* ---------- Ways to work: 2-up groups + group labels ---------- */
.offers.offers-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 760px) { .offers.offers-2 { grid-template-columns: 1fr; } }
.ways-group-label {
  font-family: var(--font-head);
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 1rem;
}

/* ---------- Nervous-system bullet points (dark band) ---------- */
.ns-points {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.ns-points li {
  position: relative;
  padding-left: 1.5rem;
  color: var(--dark-text, #f0e9db);
  font-family: var(--font-serif);
  font-size: 1.2rem;
  line-height: 1.45;
}
.ns-points li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.6em;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--amber);
}

/* ---------- Smaller sub-line inside a big H1 (About hero third line) ---------- */
.h1-sub {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.5em;
  line-height: 1.3;
  font-weight: 400;
  color: var(--muted);
}
.h1-sub em { color: var(--copper); font-style: italic; }

/* ---------- Stage examples (the little real stories) ---------- */
.seven-item .lens-eg {
  margin-top: 0.9rem;
  padding-left: 1rem;
  border-left: 2px solid rgba(168, 104, 63, 0.35);
  color: var(--muted);
  font-style: italic;
  font-size: 0.98rem;
  line-height: 1.55;
}

/* ---------- Offer card: meta line as a top label ---------- */
.offer .offer-meta {
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 0.5rem;
}
.offer .offer-meta .price { color: var(--text); letter-spacing: 0; }
.offer h3 { margin-bottom: 0.6rem; }

/* ---------- Enquiry CTA group (mailto + copy buttons) ---------- */
.enquire-group { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center; margin-top: 1.5rem; }
.btn-copy {
  display: inline-flex; align-items: center; gap: 0.45rem;
  background: transparent;
  border: 1.5px solid var(--border);
  color: var(--muted);
  padding: 0.65rem 1.1rem;
  border-radius: 999px;
  font-family: var(--font-head);
  font-weight: 500;
  font-size: 0.85rem;
  cursor: pointer;
  transition: border-color 0.25s var(--ease), color 0.25s var(--ease);
}
.btn-copy:hover { border-color: var(--amber); color: var(--text); }
.btn-copy svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 1.7; }

/* ---------- Testimonials ---------- */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin-top: 2rem;
}
@media (max-width: 760px) { .testi-grid { grid-template-columns: 1fr; } }
.testi {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius-organic);
  padding: 1.75rem 1.6rem;
  display: flex;
  flex-direction: column;
}
.testi-quote {
  font-family: var(--font-serif);
  font-size: 1.08rem;
  line-height: 1.5;
  color: var(--text);
  margin: 0 0 1.1rem;
}
.testi-who { margin-top: auto; }
.testi-name { font-family: var(--font-head); font-weight: 600; font-size: 0.95rem; color: var(--text); }
.testi-role { font-size: 0.85rem; color: var(--copper); margin-top: 0.15rem; }
.offer-book-note { color: var(--muted); max-width: 54ch; }
.offer-book-note strong { color: var(--text); }

/* ---------- Logo lockup (badge + wordmark) ---------- */
.logo-lockup { display: inline-flex; align-items: center; gap: 0.6rem; }
.logo-badge { height: 30px; width: auto; display: block; }
@media (max-width: 560px) { .logo-badge { height: 26px; } }

/* ---------- "What I do" line (below hero) ---------- */
.whatido { padding: 1rem 0 3rem; }
.whatido-line {
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  line-height: 1.5;
  color: var(--text);
  max-width: 34ch;
}
.whatido-line strong { color: var(--copper); font-weight: 500; }

/* ---------- Business / Nervous system / AI visual ---------- */
.bnsai { padding: 2rem 0 3.5rem; }
.bnsai-wrap {
  display: grid;
  grid-template-columns: minmax(0, 380px) 1fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
}
@media (max-width: 760px) {
  .bnsai-wrap { grid-template-columns: 1fr; justify-items: center; text-align: center; }
}
.bnsai-svg { width: 100%; height: auto; overflow: visible; }
.bnsai-ring { transform-origin: 230px 185px; animation: bnsaiSpin 30s linear infinite; }
@keyframes bnsaiSpin { to { transform: rotate(360deg); } }
.bnsai-c1, .bnsai-c2 { animation: bnsaiPulse 5s ease-in-out infinite; transform-origin: center; }
.bnsai-c2 { animation-delay: 2.5s; }
@keyframes bnsaiPulse { 0%,100% { fill-opacity: 0.10; } 50% { fill-opacity: 0.20; } }
.bnsai-dot { animation: bnsaiDot 5s ease-in-out infinite; }
@keyframes bnsaiDot { 0%,100% { r: 4; opacity: .6; } 50% { r: 7; opacity: 1; } }
.bnsai-l { font-family: var(--font-head); font-size: 15px; font-weight: 500; }
.bnsai-ai { font-family: var(--font-head); font-size: 13px; font-weight: 600; letter-spacing: 3px; fill: var(--amber); }
.bnsai-caption h2 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); margin: 0.5rem 0 1rem; line-height: 1.2; }
.bnsai-caption h2 em { font-style: italic; color: var(--copper); }
.bnsai-caption .muted { max-width: 42ch; }
@media (prefers-reduced-motion: reduce) {
  .bnsai-ring, .bnsai-c1, .bnsai-c2, .bnsai-dot { animation: none; }
}

/* ---------- Hero living-visual canvas (behind the photo, right side) ---------- */
.hero-viz { position: relative; overflow: hidden; }
.hero-canvas {
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0.8;
  -webkit-mask-image: radial-gradient(85% 85% at 72% 50%, #000 60%, transparent 100%);
  mask-image: radial-gradient(85% 85% at 72% 50%, #000 60%, transparent 100%);
}
.hero-viz .container { position: relative; z-index: 1; }
@media (max-width: 900px) {
  .hero-canvas { width: 100%; opacity: 0.35; -webkit-mask-image: radial-gradient(80% 60% at 50% 30%, #000 50%, transparent 100%); mask-image: radial-gradient(80% 60% at 50% 30%, #000 50%, transparent 100%); }
}
@media (prefers-reduced-motion: reduce) { .hero-canvas { opacity: 0.6; } }

/* ---------- Hero 'I do both' line ---------- */
.hero-do {
  margin-top: 1.1rem;
  max-width: 44ch;
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.5;
  color: var(--muted);
}
.hero-do strong { color: var(--copper); font-weight: 600; }

/* ---------- Three-things intro line ---------- */
.three-do {
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.5;
  color: var(--muted);
  max-width: 56ch;
}
.three-do strong { color: var(--text); font-weight: 500; }
.three-do strong { color: var(--copper); }

/* ---------- Pillar card living canvases (hover-triggered, top-right) ---------- */
.pillar { overflow: hidden; }
.pillar-canvas {
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;      /* covers zones 2,3,4 (from ~25% across to the right edge) */
  height: 58%;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1.1s ease;
  -webkit-mask-image: radial-gradient(100% 100% at 80% 6%, #000 45%, transparent 92%);
  mask-image: radial-gradient(100% 100% at 80% 6%, #000 45%, transparent 92%);
}
.pillar-canvas.viz-on { opacity: 1; }
.pillar > *:not(.pillar-canvas) { position: relative; z-index: 1; }

/* ---------- Underlined phrase (real underline, not highlight) ---------- */
.u-line {
  text-decoration: underline;
  text-decoration-color: var(--amber);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* ---------- Hero reordered: small lead line, LARGE statement below ---------- */
.hero-lead {
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.5;
  max-width: 40ch;
  margin: 0;
  color: var(--muted);
}
.hero-lead strong { color: var(--text); font-weight: 600; }
.hero-statement {
  margin: 0;
  max-width: 20ch;
  line-height: 1.05;
  /* same size as the original hero H1 */
}
.hero-statement .ul-word { position: relative; display: inline-block; white-space: nowrap; }
