:root {
  --cream: #f3efe6;
  --white: #ffffff;
  --paper: #faf8f4;
  --stage: #ffffff;
  --ink: #142820;
  --forest: #1a3d2f;
  --forest-hover: #234d3c;
  --body: #4a524d;
  --muted: #6b736d;
  --border: #e2ddd2;
  --dot: #ddd8ce;
  --accent-bg: #e8f0eb;
  --hi: #d9b45c;
  --hi-hover: #c9a44e;
  --max: 68rem;
  --text: 38rem;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "DM Sans", system-ui, sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.serif { font-family: "DM Sans", system-ui, sans-serif; }

.wrap { width: min(var(--max), calc(100% - 2.5rem)); margin: 0 auto; }
.narrow { width: min(var(--text), calc(100% - 2.5rem)); margin: 0 auto; }

/* ── Header + pill nav ── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 1.35rem 0 0.5rem;
  background: rgba(243, 239, 230, 0.88);
  backdrop-filter: blur(12px);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 600;
  text-decoration: none;
  flex-shrink: 0;
  color: inherit;
}
.logo-photo {
  position: relative;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background: var(--accent-bg);
  color: var(--forest);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.logo-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.logo em { font-style: italic; color: var(--forest); font-weight: 400; }

.pill-nav { position: relative; margin-left: auto; }
.pill-nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
  background: var(--white);
  border: 0.5px solid var(--border);
  border-radius: 999px;
  padding: 0.3rem;
  box-shadow: 0 1px 3px rgba(20, 40, 32, 0.04);
}
.pill-nav-list > li > a,
.pill-more-toggle {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
}
.pill-nav-list > li > a:hover,
.pill-more-toggle:hover { color: var(--ink); }
.pill-nav-list > li > a[aria-current="page"],
.pill-nav-list > li > a.is-active,
.pill-more-toggle.is-active {
  background: var(--forest);
  color: var(--white);
}
.pill-nav-list > li > a.pill-nav-cta {
  background: var(--hi);
  color: var(--ink);
  font-weight: 600;
}
.pill-nav-list > li > a.pill-nav-cta:hover {
  background: var(--hi-hover);
  color: var(--ink);
}
.pill-nav-list > li > a.pill-nav-loop {
  position: relative;
}
.pill-nav-new {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -72%);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  color: var(--ink);
  background: var(--hi);
  padding: 0.14rem 0.34rem;
  border-radius: 999px;
  pointer-events: none;
}
.pill-nav-more { position: relative; }
.pill-more-menu {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 0.35rem);
  min-width: 11rem;
  list-style: none;
  background: var(--white);
  border: 0.5px solid var(--border);
  border-radius: 0.85rem;
  padding: 0.35rem;
  box-shadow: 0 8px 24px rgba(20, 40, 32, 0.08);
  z-index: 40;
}
.pill-more-menu.open { display: block; }
.pill-more-menu a {
  display: block;
  text-decoration: none;
  font-size: 0.8125rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  color: var(--body);
}
.pill-more-menu a:hover { background: var(--paper); color: var(--ink); }
.pill-more-menu a[aria-current="page"] {
  background: var(--accent-bg);
  color: var(--forest);
  font-weight: 500;
}

.nav-toggle {
  display: none;
  background: var(--white);
  border: 0.5px solid var(--border);
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 500;
  cursor: pointer;
}

/* ── Hero stage (dot grid) ── */
.page-top { padding-top: 0.5rem; }
.hero-stage-wrap { padding: 0.5rem 0 2rem; }
.hero-stage {
  background-color: var(--stage);
  background-image: radial-gradient(circle, var(--dot) 1px, transparent 1px);
  background-size: 22px 22px;
  border: 0.5px solid var(--border);
  border-radius: 1.5rem;
  padding: clamp(2rem, 5vw, 3.5rem) clamp(1.5rem, 4vw, 3rem);
  box-shadow: 0 2px 12px rgba(20, 40, 32, 0.04);
}
.hero-stage-inner {
  padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.25rem, 3vw, 2.25rem);
}

.hero-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: var(--accent-bg);
  color: var(--forest);
  margin-bottom: 1.25rem;
}

.hero-title {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(2.5rem, 7vw, 4.25rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--forest);
  max-width: 14ch;
}
.hero-title-wide { max-width: 18ch; }
.hero-title-home {
  max-width: none;
}
.hero-title-home .hero-hello {
  display: block;
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-bottom: 0.65rem;
}
.hero-title-home .hero-role {
  font-size: clamp(2.35rem, 6.4vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.06;
  margin-top: 0;
  max-width: none;
}
.hero-role { display: block; }

.hero-bio {
  margin-top: 1.35rem;
  font-size: 1.1rem;
  color: var(--body);
  max-width: 36rem;
  line-height: 1.6;
}
.hero-identity {
  margin-top: 0.85rem;
  font-size: 0.98rem;
  color: var(--muted);
  max-width: 34rem;
  line-height: 1.55;
}
.hero-tags {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: var(--muted);
}
.inline-pill {
  display: inline-block;
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: var(--paper);
  border: 0.5px solid var(--border);
  color: var(--forest);
  vertical-align: baseline;
}
.inline-pill:hover { border-color: var(--forest); }

.eyebrow {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.85rem;
}

h1 {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--forest);
  max-width: 22ch;
}
h1 em { font-style: normal; color: var(--forest-hover); }
.lead {
  margin-top: 1.15rem;
  font-size: 1.08rem;
  color: var(--body);
  max-width: 38rem;
}

.actions { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 1.75rem; }
.btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 0.65rem 1.25rem;
  font-size: 0.92rem;
  font-weight: 500;
  border-radius: 999px;
  border: 0.5px solid var(--forest);
  background: var(--forest);
  color: var(--white);
}
button.btn { font-family: inherit; cursor: pointer; }
.btn:hover { background: var(--forest-hover); border-color: var(--forest-hover); }
.btn-ghost {
  background: transparent;
  color: var(--forest);
}
.btn-ghost:hover { background: var(--accent-bg); }

/* ── About band ── */
.band-cream {
  background: var(--cream);
  border-top: 0.5px solid var(--border);
  border-bottom: 0.5px solid var(--border);
}
.about-split {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.about-headline {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--forest);
  margin-bottom: 1.25rem;
}
.about-story {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--body);
  max-width: 38rem;
}
.about-story p + p { margin-top: 1rem; }
.about-story a {
  color: var(--forest);
  text-decoration: none;
  border-bottom: 1px solid var(--border);
}
.about-story a:hover { border-bottom-color: var(--forest); }
.story-bridge { margin-top: 1.75rem; max-width: 40rem; }
.about-band-teaser .about-headline {
  font-size: clamp(1.35rem, 3.2vw, 1.85rem);
  line-height: 1.28;
  max-width: 38rem;
}
.about-band-teaser .photo-circle { width: min(100%, 16rem); }

.about-photo { display: flex; justify-content: center; align-items: center; }
.photo-circle {
  width: min(100%, 20rem);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  border: 0.5px solid var(--border);
  box-shadow: 0 12px 40px rgba(20, 40, 32, 0.08);
}
.photo-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, var(--accent-bg), var(--paper));
}
.photo-placeholder span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 3.5rem;
  font-weight: 600;
  color: var(--forest);
  opacity: 0.45;
}

/* ── Apps dock band ── */
.apps-band { padding-top: 2.5rem; }
.apps-intro {
  font-size: 1.05rem;
  color: var(--body);
  max-width: 36rem;
  margin-bottom: 1.75rem;
  line-height: 1.6;
}
.apps-card {
  background: var(--white);
  border: 0.5px solid var(--border);
  border-radius: 1.5rem;
  padding: clamp(1.75rem, 4vw, 2.75rem);
  box-shadow: 0 2px 16px rgba(20, 40, 32, 0.05);
}
.apps-headline {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--forest);
  margin-bottom: 0.5rem;
}
.apps-sub {
  font-size: 0.98rem;
  color: var(--muted);
  margin-bottom: 1.75rem;
}
.app-dock {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem 1rem;
  padding: 0.5rem 0;
}
.app-tile {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 1.15rem;
  text-decoration: none;
  background: var(--tile-bg, var(--paper));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.6) inset,
    0 4px 14px var(--tile-glow, rgba(20, 40, 32, 0.12));
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  flex-shrink: 0;
}
.app-tile:hover,
.app-tile:focus-visible {
  transform: translateY(-4px) scale(1.04);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.7) inset,
    0 8px 28px var(--tile-glow, rgba(20, 40, 32, 0.18));
  outline: none;
}
.app-tile:focus-visible {
  outline: 2px solid var(--forest);
  outline-offset: 3px;
}
.app-icon {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--forest);
  opacity: 0.85;
  user-select: none;
}
.app-tip {
  position: absolute;
  bottom: calc(100% + 0.55rem);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  min-width: 11rem;
  max-width: 16rem;
  padding: 0.5rem 0.7rem;
  border-radius: 0.65rem;
  background: var(--ink);
  color: var(--white);
  font-size: 0.75rem;
  line-height: 1.35;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s;
  z-index: 10;
  box-shadow: 0 6px 20px rgba(20, 40, 32, 0.2);
}
.app-tip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: var(--ink);
}
.app-tip strong {
  display: block;
  font-weight: 600;
  margin-bottom: 0.15rem;
}
.app-tile:hover .app-tip,
.app-tile:focus-visible .app-tip,
.app-tile.is-tip-visible .app-tip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* ── Play band (side projects) ── */
.play-teaser-band { padding-top: 2.5rem; }
.play-band { padding-top: 0; }
.play-teaser-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.65rem;
}
.play-teaser-headline {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--forest);
}
.play-teaser-intro {
  font-size: 0.98rem;
  color: var(--muted);
  max-width: 38rem;
  margin-bottom: 1.5rem;
  line-height: 1.55;
}
.play-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
}
.play-grid-teaser {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
  max-width: 42rem;
}
@media (min-width: 640px) {
  .play-grid-teaser {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
  }
}
.play-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border-radius: 1.25rem;
  overflow: hidden;
  background: var(--white);
  border: 0.5px solid var(--border);
  box-shadow: 0 4px 20px rgba(20, 40, 32, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.play-card:hover,
.play-card:focus-visible {
  transform: scale(1.02);
  box-shadow: 0 12px 32px rgba(20, 40, 32, 0.1);
  outline: none;
}
.play-card:focus-visible {
  outline: 2px solid var(--forest);
  outline-offset: 3px;
}
.play-card-visual {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--paper);
}
.play-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.play-card-visual-gradient {
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-card-glyph {
  font-size: clamp(2.5rem, 8vw, 3.5rem);
  line-height: 1;
  opacity: 0.85;
}
.play-card-body {
  padding: 1.1rem 1.15rem 1.25rem;
}
.play-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}
.play-card-body h3 {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0.35rem 0 0.4rem;
  letter-spacing: -0.01em;
  color: var(--forest);
}
.play-card-body p {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.45;
  margin: 0;
}
.play-band-note {
  margin-top: 2rem;
  max-width: 36rem;
}

/* ── Writing band ── */
.writing-band { padding-top: 2.5rem; }
.writing-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.65rem;
}
.writing-headline {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--forest);
}
.writing-intro {
  font-size: 0.98rem;
  color: var(--muted);
  max-width: 36rem;
  margin-bottom: 1.5rem;
  line-height: 1.55;
}
.writing-scroll {
  overflow-x: auto;
  margin: 0 -0.25rem;
  padding: 0.25rem 0.25rem 0.75rem;
  -webkit-overflow-scrolling: touch;
}
.writing-cards {
  display: flex;
  gap: 1rem;
  min-width: min-content;
}
.writing-card {
  display: flex;
  flex-direction: column;
  flex: 0 0 min(18rem, 78vw);
  text-decoration: none;
  color: inherit;
  background: var(--white);
  border: 0.5px solid var(--border);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(20, 40, 32, 0.04);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.writing-card:hover,
.writing-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(20, 40, 32, 0.08);
  outline: none;
}
.writing-card:focus-visible {
  outline: 2px solid var(--forest);
  outline-offset: 2px;
}
.writing-card-image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--paper);
}
.writing-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.writing-card-body {
  padding: 1rem 1.05rem 1.15rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.writing-card-body h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--forest);
  margin-bottom: 0.45rem;
}
.writing-card-body p {
  font-size: 0.88rem;
  color: var(--body);
  line-height: 1.45;
  flex: 1;
}
.writing-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.75rem;
}
.writing-tag {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  background: var(--accent-bg);
  color: var(--forest);
}

/* ── Talks band ── */
.talks-band { padding-top: 2.5rem; }
.talks-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.65rem;
}
.talks-headline {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--forest);
}
.talks-intro {
  font-size: 0.98rem;
  color: var(--muted);
  max-width: 36rem;
  margin-bottom: 1.75rem;
  line-height: 1.55;
}
.talks-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
}
.talks-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.talk-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: var(--white);
  border: 0.5px solid var(--border);
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(20, 40, 32, 0.04);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  height: 100%;
}
.talk-card:hover,
.talk-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(20, 40, 32, 0.08);
  outline: none;
}
.talk-card:focus-visible {
  outline: 2px solid var(--forest);
  outline-offset: 2px;
}
.talk-card-lg .talk-card-media { aspect-ratio: 4 / 5; }
.talk-card-sm {
  flex-direction: row;
  align-items: stretch;
}
.talk-card-sm .talk-card-media {
  flex: 0 0 38%;
  aspect-ratio: auto;
  min-height: 9rem;
}
.talk-card-media {
  overflow: hidden;
  background: var(--paper);
}
.talk-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.talk-photo-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, var(--accent-bg), var(--paper));
  min-height: 14rem;
}
.talk-photo-placeholder span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--forest);
  opacity: 0.35;
}
.talk-card-body {
  padding: 1.1rem 1.15rem 1.2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.talk-card-sm .talk-card-body { padding: 0.85rem 1rem; }
.talk-date {
  font-size: 0.78rem;
  font-weight: 600;
  color: #2f6b4f;
  margin-bottom: 0.35rem;
}
.talk-card-body h3 {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--forest);
  margin-bottom: 0.35rem;
  display: flex;
  align-items: flex-start;
  gap: 0.35rem;
}
.talk-card-lg .talk-card-body h3 { font-size: 1.2rem; }
.talk-ext {
  flex-shrink: 0;
  color: var(--muted);
  margin-top: 0.15rem;
}
.talk-line {
  font-size: 0.88rem;
  color: var(--body);
  line-height: 1.45;
  margin-bottom: 0.35rem;
}
.talk-place {
  font-size: 0.8rem;
  color: var(--muted);
  margin-bottom: 0.55rem;
}
.talk-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-top: auto;
}
.talk-tag {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.22rem 0.45rem;
  border-radius: 999px;
  background: var(--accent-bg);
  color: var(--forest);
}

.talk-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}
.talk-list-item {
  padding: 1.15rem 1.1rem;
  background: var(--white);
  border: 0.5px solid var(--border);
  border-radius: 1rem;
}
.talk-list-item h3 {
  font-size: 1.1rem;
  margin-bottom: 0.35rem;
}
.talk-list-item .go {
  display: inline-block;
  margin-top: 0.65rem;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--forest);
  text-decoration: none;
}

/* ── Talks & Writings hub ── */
.tw-hub {
  max-width: 42rem;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.tw-hub-title {
  font-size: clamp(2.35rem, 6vw, 3.25rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--forest);
  margin-bottom: 1rem;
}
.tw-hub-intro {
  font-size: 1.02rem;
  line-height: 1.6;
  color: var(--body);
  margin-bottom: 1.75rem;
  max-width: 38rem;
}
.tw-toggle {
  display: inline-flex;
  gap: 0.35rem;
  padding: 0.3rem;
  background: var(--white);
  border: 0.5px solid var(--border);
  border-radius: 999px;
  margin-bottom: 2rem;
}
.tw-toggle-btn {
  padding: 0.45rem 1.15rem;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--muted);
  background: transparent;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: color 0.15s, background 0.15s;
}
.tw-toggle-btn:hover,
.tw-toggle-btn:focus-visible {
  color: var(--forest);
  outline: none;
}
.tw-toggle-btn:focus-visible {
  outline: 2px solid var(--forest);
  outline-offset: 2px;
}
.tw-toggle-btn.is-active {
  color: var(--white);
  background: var(--forest);
}
.tw-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.tw-row {
  padding: 1.35rem 0;
  border-bottom: 0.5px solid var(--border);
}
.tw-row:first-child { padding-top: 0; }
.tw-kicker {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.45rem;
}
.tw-row-head {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  margin-bottom: 0.5rem;
}
.tw-title {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(1.05rem, 2.5vw, 1.2rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--forest);
  flex-shrink: 0;
  max-width: 72%;
}
.tw-title a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.15s;
}
.tw-title a:hover,
.tw-title a:focus-visible {
  border-bottom-color: var(--forest);
  outline: none;
}
.tw-ext {
  display: inline-flex;
  vertical-align: middle;
  margin-left: 0.25rem;
  color: var(--muted);
}
.tw-leader {
  flex: 1;
  min-width: 1.5rem;
  border-bottom: 1px dotted var(--dot);
  transform: translateY(-0.15em);
}
.tw-date {
  flex-shrink: 0;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--muted);
  white-space: nowrap;
}
.tw-desc {
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--body);
  margin-bottom: 0.65rem;
  max-width: 36rem;
}
.tw-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.tw-tag {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: var(--accent-bg);
  color: var(--forest);
}
.tw-hub-note {
  margin-top: 1.75rem;
  font-size: 0.88rem;
  color: var(--muted);
}
.tw-hub-note a {
  color: var(--forest);
  font-weight: 500;
}

/* ── Working-with-me / testimonials ── */
.collab-band { padding-top: 2.5rem; padding-bottom: 3rem; }
.collab-headline {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--forest);
  text-align: center;
  max-width: 18ch;
  margin: 0 auto 0.65rem;
}
.collab-sub {
  font-size: 1rem;
  color: var(--muted);
  text-align: center;
  max-width: 32rem;
  margin: 0 auto 2rem;
  line-height: 1.55;
}
.collab-stage {
  position: relative;
  min-height: 32rem;
  margin: 0 auto;
  max-width: 52rem;
}
.collab-portrait-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 0.35rem;
  background: var(--cream);
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--border);
}
.collab-portrait {
  width: clamp(7.5rem, 18vw, 10.5rem);
  height: clamp(7.5rem, 18vw, 10.5rem);
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, var(--accent-bg), var(--paper));
  border: 3px solid var(--white);
  box-shadow: 0 12px 40px rgba(20, 40, 32, 0.1);
}
.collab-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collab-portrait span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.75rem;
  font-weight: 600;
  color: var(--forest);
  opacity: 0.4;
}
.collab-cards {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
}
.collab-card {
  position: absolute;
  width: min(15.5rem, 44vw);
  margin: 0;
  padding: 0.95rem 1rem 1rem;
  background: var(--white);
  border: 2px solid var(--card-border, var(--border));
  border-radius: 0.85rem;
  box-shadow: 0 4px 18px rgba(20, 40, 32, 0.06);
  transform: rotate(var(--card-rot, 0deg));
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.collab-card:hover {
  transform: rotate(0deg) scale(1.02);
  box-shadow: 0 10px 28px rgba(20, 40, 32, 0.1);
  z-index: 5;
}
.collab-card-tl { top: 0; left: 0; }
.collab-card-tr { top: 0; right: 0; }
.collab-card-bl { bottom: 0; left: 0; }
.collab-card-br { bottom: 0; right: 0; }
.collab-quote {
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--body);
  margin-bottom: 0.65rem;
}
.collab-meta {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  font-style: normal;
}
.collab-meta cite {
  font-style: normal;
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--forest);
}
.collab-meta span {
  font-size: 0.72rem;
  color: var(--muted);
  line-height: 1.35;
}
.collab-label {
  font-size: 0.65rem !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted) !important;
  margin-top: 0.15rem;
}
.collab-more {
  text-align: center;
  margin-top: 1.75rem;
  font-size: 0.88rem;
}
.collab-more a {
  color: var(--forest);
  text-decoration: none;
  border-bottom: 1px solid var(--border);
}
.collab-more a:hover { border-bottom-color: var(--forest); }

/* ── Collaboration letter ── */
.letter-band {
  background: var(--cream);
  border-top: 0.5px solid var(--border);
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}
.letter-wrap { text-align: center; }
.letter-headline {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--forest);
  margin-bottom: 0.5rem;
}
.letter-headline-sub {
  display: block;
  font-size: 0.72em;
  font-weight: 600;
  color: var(--muted);
  margin-top: 0.2rem;
}
.letter-intro {
  font-size: 0.98rem;
  color: var(--muted);
  margin-bottom: 2rem;
}
.letter-stage {
  position: relative;
  max-width: 28rem;
  margin: 0 auto;
  padding: 1.5rem 0.5rem;
}
.letter-note {
  position: relative;
  z-index: 1;
  text-align: left;
  background: var(--white);
  border: 4px solid #e5c76b;
  border-radius: 0.35rem;
  padding: 1.75rem 1.65rem 1.5rem;
  box-shadow:
    2px 3px 0 rgba(20, 40, 32, 0.06),
    0 8px 28px rgba(20, 40, 32, 0.06);
  transform: rotate(-0.6deg);
}
.letter-note p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--body);
  margin-bottom: 0.85rem;
}
.letter-note p:last-of-type { margin-bottom: 0; }
.letter-dear {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.15rem !important;
  font-style: italic;
  color: var(--forest) !important;
  margin-bottom: 1rem !important;
}
.letter-note a {
  color: var(--forest);
  text-decoration: none;
  border-bottom: 1px solid var(--border);
}
.letter-note a:hover { border-bottom-color: var(--forest); }
.letter-note a.btn,
.letter-cta {
  color: var(--white);
  border-bottom: none;
}
.letter-note a.btn:hover,
.letter-cta:hover {
  color: var(--white);
  border-bottom: none;
}
.letter-thanks { margin-top: 0.5rem !important; }
.letter-sign {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem !important;
  font-style: italic;
  color: var(--forest) !important;
  margin-top: 0.25rem !important;
  margin-bottom: 1.25rem !important;
}
.letter-cta { margin-top: 0.25rem; }
.letter-doodle {
  position: absolute;
  color: var(--forest);
  opacity: 0.35;
  pointer-events: none;
  user-select: none;
}
.letter-doodle-hi {
  top: -0.25rem;
  left: -0.75rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  font-style: italic;
  transform: rotate(-12deg);
  opacity: 0.4;
}
.letter-doodle-arrow {
  bottom: 1.5rem;
  right: -1.25rem;
  transform: rotate(8deg);
  opacity: 0.28;
}
.letter-doodle-star {
  top: 2rem;
  right: -0.5rem;
  font-size: 1.1rem;
  transform: rotate(15deg);
  opacity: 0.25;
}

/* ── Sections ── */
section.band { padding: 3.5rem 0; }
section.band + section.band:not(.band-cream) { border-top: 0.5px solid var(--border); }
#how, #ways, #loop, #proof, #method { scroll-margin-top: 5.5rem; }

h2 {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--forest);
  margin-bottom: 0.85rem;
}
h2 em { font-style: normal; color: var(--forest-hover); }
.section-lead {
  font-size: 1.05rem;
  color: var(--body);
  max-width: 36rem;
  line-height: 1.6;
  margin-bottom: 0.25rem;
}
h3 {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: var(--ink);
}
.prose { color: var(--body); max-width: 38rem; }
.prose p + p { margin-top: 0.9rem; }
.prose a {
  color: var(--forest);
  text-decoration: none;
  border-bottom: 1px solid var(--border);
}
.prose a:hover { border-bottom-color: var(--forest); }

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid > .card {
  display: flex;
  flex-direction: column;
}
.grid > .card .go { margin-top: auto; padding-top: 0.85rem; }
.card {
  display: block;
  text-decoration: none;
  padding: 1.25rem 1.15rem 1.35rem;
  background: var(--white);
  border: 0.5px solid var(--border);
  border-radius: 1rem;
  color: inherit;
  min-height: 100%;
}
a.card:hover { border-color: var(--forest); box-shadow: 0 2px 8px rgba(20, 40, 32, 0.05); }
.card .kicker {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.45rem;
}
.card p { color: var(--body); font-size: 0.95rem; }
.card .go {
  display: inline-block;
  margin-top: 0.85rem;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--forest);
}

.link-list { list-style: none; margin-top: 1.25rem; }
.link-list li { border-top: 0.5px solid var(--border); }
.link-list a {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 0;
  text-decoration: none;
}
.link-list a:hover .t { color: var(--forest); }
.link-list .t { font-weight: 500; }
.link-list .d { color: var(--muted); font-size: 0.92rem; }

.form {
  margin-top: 1.5rem;
  display: grid;
  gap: 0.75rem;
  max-width: 28rem;
}
.form input,
.form textarea {
  font: inherit;
  padding: 0.75rem 0.85rem;
  border: 0.5px solid var(--border);
  border-radius: 0.65rem;
  background: var(--white);
  color: var(--ink);
  width: 100%;
}
.form textarea { min-height: 8rem; resize: vertical; }
.form button { justify-self: start; }
.form-status { font-size: 0.92rem; color: var(--muted); }
.form-status[data-state="ok"] { color: #2f6b4f; }
.form-status[data-state="err"] { color: #8b3a32; }
.note { margin-top: 0.85rem; font-size: 0.92rem; color: var(--muted); }
.note a { color: var(--forest); }
.narrow h2 { margin-top: 0.5rem; }

.pills { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 1.25rem; }
.pill {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: var(--accent-bg);
  color: var(--forest);
}

.site-footer {
  border-top: 0.5px solid var(--border);
  padding: 2rem 0 3rem;
  color: var(--muted);
  font-size: 0.88rem;
  background: var(--cream);
}
.site-footer-simple .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
.site-footer-simple a {
  color: var(--body);
  text-decoration: none;
  border-bottom: 1px solid var(--border);
}
.site-footer-simple a:hover { border-bottom-color: var(--ink); }

/* ── Let's connect band ── */
.connect-band {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  background: var(--cream);
}
.connect-card {
  position: relative;
  background: var(--white);
  border: 0.5px solid var(--border);
  border-radius: 1.5rem;
  padding: clamp(1.75rem, 4vw, 2.5rem);
  text-align: center;
  box-shadow: 0 4px 20px rgba(20, 40, 32, 0.05);
  max-width: 36rem;
  margin: 0 auto;
}
.connect-yay {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 600;
  color: var(--forest);
  opacity: 0.35;
  transform: rotate(8deg);
  pointer-events: none;
}
.connect-title {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 800;
  color: var(--forest);
  margin-bottom: 1.25rem;
}
.connect-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
}
.connect-mail {
  display: grid;
  justify-items: stretch;
  gap: 0.4rem;
  flex: 1 1 100%;
}
.connect-email {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  font-size: 0.88rem;
  color: var(--muted);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
.connect-email:hover { color: var(--forest); }
.connect-email.is-copied { color: var(--forest); }
.btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.1rem;
  font-size: 0.88rem;
  font-weight: 500;
  font-family: inherit;
  border-radius: 999px;
  border: none;
  background: var(--ink);
  color: var(--white);
  text-decoration: none;
  cursor: pointer;
}
.btn-dark:hover { background: #2a3530; }
.btn-dark.is-copied { background: #2f6b4f; }

/* ── AnkitAI chat ── */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
body.ankit-ai-open { overflow: hidden; }
body.ankit-ai-open .ankit-ai-trigger { visibility: hidden; }

.ankit-ai-modal[hidden],
.ankit-ai-backdrop[hidden] {
  display: none !important;
}

.wa-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1rem 0.55rem 0.7rem;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  color: #fff;
  background: #25d366;
  border: none;
  border-radius: 999px;
  box-shadow: 0 4px 18px rgba(20, 40, 32, 0.16);
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.wa-float:hover,
.wa-float:focus-visible {
  background: #1ebe57;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(20, 40, 32, 0.18);
  outline: none;
}
.wa-float:focus-visible {
  outline: 2px solid #128c7e;
  outline-offset: 2px;
}
.wa-float-icon { display: block; flex-shrink: 0; }
.ankit-ai-trigger-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #3d9a6a;
  box-shadow: 0 0 0 3px rgba(61, 154, 106, 0.2);
}
.ankit-ai-backdrop {
  position: fixed;
  inset: 0;
  z-index: 45;
  background: rgba(20, 40, 32, 0.28);
  backdrop-filter: blur(3px);
}
.ankit-ai-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: flex-end;
  justify-content: center;
  padding: 1rem;
}
.ankit-ai-modal:not([hidden]) {
  display: flex;
  pointer-events: auto;
}
.ankit-ai-card {
  position: relative;
  width: min(26rem, 100%);
  max-height: min(34rem, calc(100vh - 2rem));
  display: flex;
  flex-direction: column;
  background: var(--cream);
  border: 0.5px solid var(--border);
  border-radius: 1.35rem;
  box-shadow: 0 16px 48px rgba(20, 40, 32, 0.18);
  overflow: hidden;
  animation: ankit-ai-in 0.22s ease;
}
@keyframes ankit-ai-in {
  from { opacity: 0; transform: translateY(12px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.ankit-ai-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 2;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  line-height: 1;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.7);
  border: 0.5px solid var(--border);
  border-radius: 50%;
  cursor: pointer;
  transition: color 0.15s, background 0.15s;
}
.ankit-ai-close:hover,
.ankit-ai-close:focus-visible {
  color: var(--ink);
  background: var(--white);
  outline: none;
}
.ankit-ai-close:focus-visible {
  outline: 2px solid var(--forest);
  outline-offset: 2px;
}
.ankit-ai-header {
  padding: 1.15rem 1.25rem 0.65rem;
  border-bottom: 0.5px solid var(--border);
  background: linear-gradient(180deg, var(--white) 0%, var(--cream) 100%);
}
.ankit-ai-kicker {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.15rem;
}
.ankit-ai-title {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--forest);
  letter-spacing: -0.02em;
}
.ankit-ai-subtitle {
  font-size: 0.88rem;
  color: var(--muted);
  margin-top: 0.15rem;
}
.ankit-ai-body {
  padding: 1rem 1.15rem 1.15rem;
  overflow-y: auto;
  flex: 1;
}
.ankit-ai-intro {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.ankit-ai-avatar {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, var(--accent-bg), #dceee3);
  border: 0.5px solid var(--border);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--forest);
}
.ankit-ai-heading {
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--body);
  padding-top: 0.25rem;
}
.ankit-ai-chips {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-bottom: 1rem;
}
.ankit-ai-chip {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  padding: 0.65rem 0.85rem;
  font-family: inherit;
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.35;
  color: var(--ink);
  background: var(--white);
  border: 0.5px solid var(--border);
  border-radius: 0.85rem;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, transform 0.15s;
}
.ankit-ai-chip.is-active {
  border-color: var(--forest);
  background: var(--paper);
}
.ankit-ai-chip:hover,
.ankit-ai-chip:focus-visible {
  border-color: #c5d4cb;
  background: var(--paper);
  transform: translateX(2px);
  outline: none;
}
.ankit-ai-chip:focus-visible {
  outline: 2px solid var(--forest);
  outline-offset: 2px;
}
.ankit-ai-reply {
  margin-bottom: 0.85rem;
  min-height: 6.5rem;
  padding: 0.85rem 0.95rem;
  background: var(--white);
  border: 0.5px solid var(--border);
  border-radius: 0.85rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--body);
}
.ankit-ai-reply-empty {
  color: var(--muted);
  margin: 0;
}
.ankit-ai-go {
  display: inline-block;
  margin-top: 0.15rem;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: var(--forest);
  color: #f4efe4 !important;
  font-weight: 650;
  font-size: 0.82rem;
  text-decoration: none !important;
}
.ankit-ai-go:hover {
  background: var(--forest-hover);
  color: #f4efe4 !important;
}
.ankit-ai-reply p + p { margin-top: 0.55rem; }
.ankit-ai-reply ul {
  margin: 0.45rem 0 0;
  padding-left: 1.1rem;
}
.ankit-ai-reply li + li { margin-top: 0.35rem; }
.ankit-ai-reply a {
  color: var(--forest);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ankit-ai-reply a:hover { color: var(--forest-hover); }
.ankit-ai-reply code {
  font-family: ui-monospace, monospace;
  font-size: 0.82em;
  background: var(--paper);
  padding: 0.1em 0.35em;
  border-radius: 0.25rem;
}
.ankit-ai-form {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  padding-top: 0.85rem;
  border-top: 0.5px solid var(--border);
}
.ankit-ai-input {
  flex: 1;
  min-width: 0;
  padding: 0.65rem 0.85rem;
  font-family: inherit;
  font-size: 0.88rem;
  color: var(--ink);
  background: var(--white);
  border: 0.5px solid var(--border);
  border-radius: 999px;
}
.ankit-ai-input:focus {
  outline: none;
  border-color: #b8c9bf;
  box-shadow: 0 0 0 3px rgba(26, 61, 47, 0.08);
}
.ankit-ai-send {
  flex-shrink: 0;
  width: 2.35rem;
  height: 2.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--forest);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.15s, transform 0.15s;
}
.ankit-ai-send:hover,
.ankit-ai-send:focus-visible {
  background: var(--forest-hover);
  outline: none;
}
.ankit-ai-send:focus-visible {
  outline: 2px solid var(--forest);
  outline-offset: 2px;
}
.ankit-ai-send:active { transform: scale(0.96); }

@media (min-width: 540px) {
  .ankit-ai-modal {
    align-items: center;
    padding: 1.5rem;
  }
}

/* ── Footer card ── */
.site-footer-full {
  padding-top: 0;
  padding-bottom: 2.5rem;
}
.footer-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  background: var(--white);
  border: 0.5px solid var(--border);
  border-radius: 1.25rem;
  padding: 1.75rem 1.5rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 2px 12px rgba(20, 40, 32, 0.04);
}
.footer-col-title {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--forest);
  margin-bottom: 0.75rem;
}
.footer-quiet {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.5;
}
.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.footer-links a {
  font-size: 0.88rem;
  color: var(--body);
  text-decoration: none;
}
.footer-links a:hover { color: var(--forest); }
.footer-copy {
  text-align: center;
  font-size: 0.82rem;
  color: var(--muted);
}

@media (max-width: 860px) {
  .grid, .grid-2 { grid-template-columns: 1fr; }
  .nav-toggle { display: block; }
  .pill-nav-list {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 0.5rem);
    flex-direction: column;
    align-items: stretch;
    border-radius: 1rem;
    padding: 0.5rem;
    min-width: 12rem;
    box-shadow: 0 8px 24px rgba(20, 40, 32, 0.1);
  }
  .pill-nav-list.open { display: flex; }
  .pill-nav-list > li > a,
  .pill-more-toggle { justify-content: center; }
  .pill-nav-list > li > a.pill-nav-loop {
    flex-direction: column;
    gap: 0.15rem;
    padding-top: 0.55rem;
  }
  .pill-nav-new {
    position: static;
    transform: none;
  }
  .pill-more-menu {
    position: static;
    box-shadow: none;
    border: none;
    padding: 0 0 0 0.5rem;
    margin-top: 0.25rem;
  }
  .about-split { grid-template-columns: 1fr; }
  .about-photo { order: -1; }
  .photo-circle { width: min(70%, 14rem); }
  .link-list a { flex-direction: column; gap: 0.2rem; }
  .app-dock {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.75rem;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
  }
  .app-tile { scroll-snap-align: center; }
  .talks-grid { grid-template-columns: 1fr; }
  .talk-card-sm { flex-direction: column; }
  .talk-card-sm .talk-card-media { flex: none; aspect-ratio: 16 / 10; min-height: 0; }
  .collab-stage {
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: none;
  }
  .collab-portrait-wrap {
    position: static;
    transform: none;
    align-self: center;
    order: -1;
  }
  .collab-cards {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    min-height: 0;
  }
  .collab-card {
    position: static;
    width: 100%;
    transform: rotate(0deg) !important;
  }
  .collab-card:hover { transform: none !important; }
  .letter-stage { padding: 1rem 0; max-width: none; }
  .letter-note { transform: none; }
  .letter-doodle-hi { left: 0.25rem; top: -0.5rem; }
  .letter-doodle-arrow { right: 0.5rem; bottom: 0.75rem; width: 36px; height: 36px; }
  .letter-doodle-star { right: 0.75rem; }
  .footer-card { grid-template-columns: 1fr; gap: 1.25rem; }
  .connect-actions { flex-direction: column; align-items: stretch; }
  .connect-yay { top: 0.75rem; right: 0.85rem; font-size: 0.95rem; }
}

/* ── The Digital Loop ── */
.loop-page { overflow: hidden; }
.loop-hero {
  position: relative;
  background: #142820;
  color: #f4efe4;
  padding: 3.5rem 0 4.25rem;
}
.loop-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(244, 239, 228, 0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(244, 239, 228, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.loop-hero-grid {
  position: relative;
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 900px) {
  .loop-hero-grid { grid-template-columns: 1.08fr 0.92fr; gap: 3.5rem; }
}
.loop-kicker {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(244, 239, 228, 0.62);
  margin-bottom: 1rem;
}
.loop-title {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(2.4rem, 6.5vw, 4.6rem);
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.045em;
  color: #f4efe4;
  max-width: 12ch;
}
.loop-lead {
  margin-top: 1.35rem;
  font-size: 1.12rem;
  line-height: 1.65;
  color: rgba(244, 239, 228, 0.82);
  max-width: 36rem;
}
.loop-hero .actions { margin-top: 1.75rem; }
.loop-btn-gold {
  background: #d9b45c;
  border-color: #d9b45c;
  color: #142820;
}
.loop-btn-gold:hover {
  background: #e3c375;
  border-color: #e3c375;
  color: #142820;
}
.loop-btn-ghost {
  background: transparent;
  border-color: rgba(244, 239, 228, 0.35);
  color: #f4efe4;
}
.loop-btn-ghost:hover {
  background: rgba(244, 239, 228, 0.08);
  color: #f4efe4;
}
.loop-fit {
  margin-top: 1.15rem;
  font-size: 0.88rem;
  color: rgba(244, 239, 228, 0.55);
}
.loop-panel {
  border: 0.5px solid rgba(244, 239, 228, 0.18);
  background: rgba(20, 40, 32, 0.55);
  border-radius: 1.75rem;
  padding: 1.35rem 1.35rem 1.15rem;
  backdrop-filter: blur(12px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}
.loop-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 0.5px solid rgba(244, 239, 228, 0.16);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(244, 239, 228, 0.62);
}
.loop-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #d9b45c;
  box-shadow: 0 0 0 6px rgba(217, 180, 92, 0.16);
}
.loop-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}
.loop-tile {
  border: 0.5px solid rgba(244, 239, 228, 0.14);
  background: rgba(244, 239, 228, 0.04);
  border-radius: 1rem;
  padding: 0.9rem 0.95rem 1rem;
  min-height: 6.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.loop-tile span {
  font-size: 0.72rem;
  color: rgba(244, 239, 228, 0.45);
}
.loop-tile p {
  font-size: 1.02rem;
  font-weight: 600;
  color: #f4efe4;
}
.loop-panel-foot {
  margin-top: 0.7rem;
  border-radius: 1rem;
  background: #d9b45c;
  color: #142820;
  padding: 1.1rem 1.15rem;
}
.loop-panel-kicker {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.loop-panel-line {
  margin-top: 0.35rem;
  font-size: 1.15rem;
  font-weight: 700;
}

.loop-figure {
  margin: 0 0 3rem;
  overflow: hidden;
  border-radius: 2rem;
  border: 0.5px solid var(--border);
  background: #142820;
  box-shadow: 0 16px 40px rgba(20, 40, 32, 0.1);
}
.loop-figure picture,
.loop-case picture,
.loop-transfer picture { display: block; }
.loop-figure img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.loop-split {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 900px) {
  .loop-split {
    grid-template-columns: 0.72fr 1.28fr;
    gap: 3rem;
    align-items: start;
  }
  .loop-split-copy { position: sticky; top: 6rem; }
}
.loop-split-copy h2,
.loop-page h2 {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.35rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: var(--forest);
  max-width: 16ch;
}
.loop-page h2 em { font-style: italic; font-weight: 600; }
.loop-page .section-lead {
  margin-top: 1.1rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--body);
  max-width: 32rem;
}
.loop-layers { display: grid; gap: 0.85rem; }
.loop-layer {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1rem;
  align-items: start;
}
.loop-layer span {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--muted);
}
.loop-layer h3 {
  font-size: 1.35rem;
  margin-bottom: 0.35rem;
}

.band-cream { background: var(--cream); }
.loop-case {
  margin-top: 2rem;
  overflow: hidden;
  border-radius: 1.75rem;
  border: 0.5px solid var(--border);
  background: #142820;
  color: #f4efe4;
}
.loop-case img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  border-bottom: 0.5px solid rgba(244, 239, 228, 0.12);
}
.loop-case-body {
  display: grid;
}
@media (min-width: 900px) {
  .loop-case-body { grid-template-columns: 0.92fr 1.08fr; }
}
.loop-case-body > div { padding: 1.75rem 1.5rem 2rem; }
@media (min-width: 700px) {
  .loop-case-body > div { padding: 2.25rem; }
}
.loop-case .kicker {
  color: #d9b45c;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.loop-case h3 {
  margin-top: 0.7rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #f4efe4;
}
.loop-case p {
  margin-top: 0.9rem;
  color: rgba(244, 239, 228, 0.78);
  line-height: 1.6;
}
.loop-case-grid {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: rgba(244, 239, 228, 0.12);
}
@media (min-width: 560px) {
  .loop-case-grid { grid-template-columns: 1fr 1fr 1fr; }
}
.loop-case-grid li {
  background: #1b3329;
  padding: 1rem 1.05rem;
  font-size: 0.92rem;
  color: rgba(244, 239, 228, 0.82);
}
.loop-two {
  margin-top: 1.15rem;
  display: grid;
  gap: 1.15rem;
}
@media (min-width: 800px) {
  .loop-two { grid-template-columns: 1fr 1fr; }
}
.loop-advantage {
  background: #d9b45c;
  border-color: #d9b45c;
  color: #142820;
}
.loop-advantage .kicker { color: #3a4a2e; }
.loop-advantage h3,
.loop-advantage p { color: #142820; }

.loop-method {
  display: grid;
  gap: 2rem;
}
@media (min-width: 900px) {
  .loop-method { grid-template-columns: 0.8fr 1.2fr; gap: 3rem; align-items: start; }
}
.loop-steps {
  list-style: none;
  border-top: 0.5px solid var(--border);
}
.loop-steps li {
  display: grid;
  gap: 0.65rem;
  padding: 1.35rem 0;
  border-bottom: 0.5px solid var(--border);
}
@media (min-width: 700px) {
  .loop-steps li {
    grid-template-columns: 3.5rem 0.75fr 1.25fr;
    gap: 1rem;
    align-items: start;
  }
  .loop-steps li h3 { margin: 0; }
}
.loop-steps span { color: var(--muted); font-size: 0.9rem; }
.loop-steps h3 { font-size: 1.15rem; }
.loop-steps p { color: var(--body); line-height: 1.6; }
.loop-transfer {
  margin-top: 3rem;
  overflow: hidden;
  border-radius: 1.75rem;
  border: 0.5px solid var(--border);
  background: #142820;
  color: #f4efe4;
}
.loop-transfer img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  border-bottom: 0.5px solid rgba(244, 239, 228, 0.12);
}
.loop-transfer-copy {
  display: grid;
  gap: 1rem;
  padding: 1.75rem 1.5rem 2rem;
}
@media (min-width: 800px) {
  .loop-transfer-copy {
    grid-template-columns: 1fr 1.2fr;
    padding: 2.25rem 2.5rem;
    align-items: center;
  }
}
.loop-transfer h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #f4efe4;
  max-width: 16ch;
}
.loop-transfer p {
  color: rgba(244, 239, 228, 0.78);
  font-size: 1.05rem;
  line-height: 1.65;
}

.loop-cta {
  background: #d9b45c;
  color: #142820;
  padding: 4.5rem 0 5rem;
  text-align: center;
}
.loop-cta-inner { max-width: 44rem; }
.loop-cta .eyebrow { color: #3a4a2e; }
.loop-cta h2 {
  margin: 0 auto;
  color: #142820;
  max-width: 18ch;
}
.loop-cta p {
  margin: 1.25rem auto 0;
  max-width: 36rem;
  font-size: 1.08rem;
  line-height: 1.65;
}
.loop-cta .btn {
  margin-top: 1.75rem;
  background: #142820;
  border-color: #142820;
  color: #f4efe4;
}
.loop-cta .btn:hover {
  background: #1b3329;
  border-color: #1b3329;
}

.loop-book-subtitle {
  margin-top: 0.85rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.25rem, 2.6vw, 1.7rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(244, 239, 228, 0.82);
  max-width: 22ch;
}
.loop-book-cycle {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}
.loop-book-cycle .loop-tile { min-height: 4.4rem; }
.loop-book-cycle li:last-child {
  grid-column: 1 / -1;
}
.loop-book-contents {
  padding: 3.5rem 0 2rem;
}
.loop-book-part {
  max-width: 42rem;
  margin: 0 auto 3.25rem;
}
.loop-book-part-kicker {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.45rem;
}
.loop-book-part h2 {
  max-width: none;
  margin-bottom: 1.15rem;
}
.loop-book-list {
  list-style: none;
  border-top: 0.5px solid var(--border);
}
.loop-book-row {
  display: grid;
  grid-template-columns: 2.4rem 1fr auto;
  gap: 0.85rem;
  align-items: baseline;
  padding: 1rem 0.15rem;
  border-bottom: 0.5px solid var(--border);
  color: inherit;
  text-decoration: none;
}
a.loop-book-row.is-live:hover .loop-book-name {
  color: var(--forest);
}
.loop-book-num {
  font-size: 0.82rem;
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}
.loop-book-name {
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.35;
}
.loop-book-role {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--muted);
}
.loop-book-mark {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}
a.loop-book-row.is-live .loop-book-mark {
  color: #b0892e;
}
.loop-book-close {
  max-width: 36rem;
  margin: 0 auto 3rem;
  text-align: center;
}
.loop-book-close p {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-style: italic;
  line-height: 1.4;
  color: var(--forest);
}
.loop-book-jump {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
}
.loop-book-jump a {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(244, 239, 228, 0.7);
  text-decoration: none;
  border-bottom: 0.5px solid rgba(244, 239, 228, 0.22);
}
.loop-book-jump a:hover { color: #dcb765; border-bottom-color: #dcb765; }

.loop-chapter-hero { padding: 3rem 0 3.25rem; }
.loop-chapter-hero .loop-title { max-width: 18ch; }
.loop-chapter-book {
  margin: 0 0 0.85rem;
  font-size: 0.82rem;
}
.loop-chapter-book a {
  color: rgba(244, 239, 228, 0.7);
  text-decoration: none;
  border-bottom: 0.5px solid rgba(244, 239, 228, 0.22);
}
.loop-chapter-book a:hover { color: #dcb765; border-bottom-color: #dcb765; }
.loop-chapter-article {
  padding: 2.75rem 0 1rem;
}
.loop-chapter-article h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.05rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 2.4rem 0 0.85rem;
  max-width: none;
  color: var(--forest);
}
.loop-chapter-article p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--body);
  margin: 0 0 0.95rem;
}
.loop-chapter-article p:last-child { margin-bottom: 0; }
.loop-chapter-article a {
  color: var(--forest);
  text-decoration: none;
  border-bottom: 0.5px solid rgba(26, 61, 47, 0.28);
}
.loop-chapter-article a:hover { border-bottom-color: var(--forest); }
.loop-applied {
  margin: 1.75rem 0 2rem;
  padding: 1.25rem 1.3rem 1.35rem;
  border-radius: 1.15rem;
  background: #142820;
  color: #f4efe4;
}
.loop-applied-kicker {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #dcb765;
  margin-bottom: 0.85rem;
}
.loop-applied ol { list-style: none; display: grid; gap: 0.7rem; }
.loop-applied li { font-size: 0.95rem; line-height: 1.5; color: rgba(244, 239, 228, 0.86); }
.loop-applied strong { color: #f4efe4; font-weight: 650; }
.loop-fig {
  margin: 1.75rem 0 2rem;
  padding: 1.15rem 1.2rem 1.3rem;
  border-radius: 1.15rem;
  border: 0.5px solid var(--border);
  background: #fffdf8;
}
.loop-fig-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.85rem;
}
.loop-fig-caption {
  margin-top: 0.85rem;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.5;
}
.loop-contrast {
  display: grid;
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .loop-contrast { grid-template-columns: 1fr 1fr; }
}
.loop-contrast article {
  padding: 1rem 1.05rem 1.1rem;
  border-radius: 0.9rem;
  border: 0.5px solid var(--border);
  background: #fff;
}
.loop-contrast h3 {
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  color: var(--ink);
}
.loop-contrast p { font-size: 0.92rem; margin: 0; color: var(--body); }
.loop-contrast article.is-gold {
  background: #dcb765;
  border-color: #dcb765;
  color: #142820;
}
.loop-contrast article.is-gold h3,
.loop-contrast article.is-gold p { color: #142820; }
.loop-explore { margin-top: 0.35rem; }
.loop-explore > input { position: absolute; opacity: 0; pointer-events: none; }
.loop-explore-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.85rem;
}
.loop-explore-labels label {
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  border: 0.5px solid var(--border);
  color: var(--muted);
  background: #fff;
}
.loop-explore .panel {
  display: none;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--body);
}
.loop-explore .panel p { margin: 0; }
#c1a:checked ~ .loop-explore-labels label[for="c1a"],
#c1b:checked ~ .loop-explore-labels label[for="c1b"],
#c2a:checked ~ .loop-explore-labels label[for="c2a"],
#c2b:checked ~ .loop-explore-labels label[for="c2b"],
#c2c:checked ~ .loop-explore-labels label[for="c2c"],
#c3a:checked ~ .loop-explore-labels label[for="c3a"],
#c3b:checked ~ .loop-explore-labels label[for="c3b"],
#c4a:checked ~ .loop-explore-labels label[for="c4a"],
#c4b:checked ~ .loop-explore-labels label[for="c4b"],
#c4c:checked ~ .loop-explore-labels label[for="c4c"],
#c4d:checked ~ .loop-explore-labels label[for="c4d"],
#c4e:checked ~ .loop-explore-labels label[for="c4e"],
#c5a:checked ~ .loop-explore-labels label[for="c5a"],
#c5b:checked ~ .loop-explore-labels label[for="c5b"] {
  background: #142820;
  border-color: #142820;
  color: #f4efe4;
}
#c1a:checked ~ .p-a,
#c1b:checked ~ .p-b,
#c2a:checked ~ .p-a,
#c2b:checked ~ .p-b,
#c2c:checked ~ .p-c,
#c3a:checked ~ .p-a,
#c3b:checked ~ .p-b,
#c4a:checked ~ .p-a,
#c4b:checked ~ .p-b,
#c4c:checked ~ .p-c,
#c4d:checked ~ .p-d,
#c4e:checked ~ .p-e,
#c5a:checked ~ .p-a,
#c5b:checked ~ .p-b { display: block; }
.loop-chapter-nav {
  display: grid;
  gap: 1rem;
  padding: 2rem 0 3.5rem;
  border-top: 0.5px solid var(--border);
  margin-top: 2.5rem;
}
@media (min-width: 720px) {
  .loop-chapter-nav { grid-template-columns: 1fr auto 1fr; align-items: start; }
}
.loop-chapter-nav a {
  text-decoration: none;
  color: var(--ink);
}
.loop-chapter-nav span {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.3rem;
}
.loop-chapter-nav .loop-chapter-next { text-align: right; }
.loop-chapter-index {
  justify-self: center;
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted) !important;
  border-bottom: 0.5px solid var(--border);
  padding-bottom: 0.15rem;
}
body.theme-loop .loop-chapter-hero .loop-title { max-width: 18ch; }
body.theme-loop .loop-chapter-article h2 { color: var(--loop-ink); }
body.theme-loop .loop-applied { background: var(--loop-night); }
body.theme-loop .loop-chapter-nav a:hover { color: var(--loop-night); }

body.theme-loop .loop-book-row { border-bottom-color: rgba(20, 40, 32, 0.12); }
body.theme-loop .loop-book-part { color: var(--loop-ink); }
body.theme-loop a.loop-book-row.is-live:hover .loop-book-name { color: var(--loop-night); }
body.theme-loop a.loop-book-row.is-live .loop-book-mark { color: var(--loop-gold); }

/* Digital Loop is a separate service look — dark forest + gold, not cream Ankit Zen */
body.theme-loop {
  --loop-night: #0e231c;
  --loop-night-2: #16342a;
  --loop-gold: #dcb765;
  --loop-gold-2: #e8cc7a;
  --loop-cream: #f4efe4;
  --loop-ink: #142820;
  background: var(--loop-cream);
  color: var(--loop-ink);
}
body.theme-loop .site-header {
  background: var(--loop-night);
  padding: 1.1rem 0;
  backdrop-filter: none;
  border-bottom: 0.5px solid rgba(244, 239, 228, 0.08);
}
body.theme-loop .logo { color: var(--loop-cream); }
body.theme-loop .logo em { color: var(--loop-gold); }
body.theme-loop .pill-nav-list {
  background: transparent;
  border: 0.5px solid rgba(244, 239, 228, 0.16);
  box-shadow: none;
}
body.theme-loop .pill-nav-list > li > a,
body.theme-loop .pill-more-toggle {
  color: rgba(244, 239, 228, 0.7);
}
body.theme-loop .pill-nav-list > li > a:hover,
body.theme-loop .pill-more-toggle:hover {
  color: var(--loop-cream);
}
body.theme-loop .pill-nav-list > li > a[aria-current="page"],
body.theme-loop .pill-nav-list > li > a.is-active,
body.theme-loop .pill-more-toggle.is-active {
  background: var(--loop-cream);
  color: var(--loop-night);
}
body.theme-loop .pill-nav-list > li > a.pill-nav-cta {
  background: var(--loop-gold);
  color: var(--loop-night);
}
body.theme-loop .pill-nav-list > li > a.pill-nav-cta:hover {
  background: var(--loop-gold-2);
  color: var(--loop-night);
}
body.theme-loop .pill-nav-new {
  background: var(--loop-gold);
  color: var(--loop-night);
}
body.theme-loop .nav-toggle {
  background: transparent;
  border-color: rgba(244, 239, 228, 0.28);
  color: var(--loop-cream);
}
body.theme-loop .loop-hero {
  background: var(--loop-night);
  padding: 4.5rem 0 5.5rem;
}
body.theme-loop .loop-hero::before {
  background-image:
    linear-gradient(to right, rgba(244, 239, 228, 0.07) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(244, 239, 228, 0.07) 1px, transparent 1px);
  background-size: 48px 48px;
}
body.theme-loop .loop-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 0.92;
  max-width: 11ch;
}
body.theme-loop .loop-page h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--loop-ink);
}
body.theme-loop .loop-page h2 em {
  font-style: italic;
  color: var(--loop-night-2);
}
body.theme-loop .loop-btn-gold,
body.theme-loop .loop-panel-foot,
body.theme-loop .loop-dot,
body.theme-loop .loop-advantage,
body.theme-loop .loop-cta {
  background: var(--loop-gold);
  border-color: var(--loop-gold);
}
body.theme-loop .loop-btn-gold { color: var(--loop-night); }
body.theme-loop .loop-btn-gold:hover {
  background: var(--loop-gold-2);
  border-color: var(--loop-gold-2);
  color: var(--loop-night);
}
body.theme-loop .loop-panel {
  background: rgba(14, 35, 28, 0.45);
  border-color: rgba(244, 239, 228, 0.16);
}
body.theme-loop .loop-tile {
  background: rgba(244, 239, 228, 0.05);
}
body.theme-loop .loop-layer {
  background: #fffdf8;
  border-color: rgba(20, 40, 32, 0.08);
  box-shadow: 0 10px 30px rgba(14, 35, 28, 0.05);
}
body.theme-loop .loop-case,
body.theme-loop .loop-transfer,
body.theme-loop .loop-figure {
  background: var(--loop-night);
}
body.theme-loop .loop-case-grid li { background: var(--loop-night-2); }
body.theme-loop .loop-cta {
  color: var(--loop-ink);
}
body.theme-loop .loop-cta h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  font-style: italic;
  color: var(--loop-ink);
}
body.theme-loop .loop-cta .btn {
  background: var(--loop-night);
  border-color: var(--loop-night);
  color: var(--loop-cream);
}
body.theme-loop .loop-cta .btn:hover {
  background: var(--loop-night-2);
  border-color: var(--loop-night-2);
}
body.theme-loop .site-footer-simple {
  background: var(--loop-night);
  color: rgba(244, 239, 228, 0.55);
  border-top: none;
  padding: 1.75rem 0;
}
body.theme-loop .site-footer-simple a {
  color: rgba(244, 239, 228, 0.72);
  border-bottom-color: rgba(244, 239, 228, 0.2);
}
body.theme-loop .site-footer-simple a:hover {
  color: var(--loop-gold);
  border-bottom-color: var(--loop-gold);
}
@media (max-width: 860px) {
  body.theme-loop .pill-nav-list {
    background: var(--loop-night-2);
    border-color: rgba(244, 239, 228, 0.14);
  }
}

/* ── The Loop /loop — unlisted consumer-founder sales page ── */
body.theme-os {
  background: var(--loop-night);
  color: var(--loop-cream);
}
/* Site h2/h3/body ink is forest-on-cream; these pages are cream-on-forest. */
body.theme-os h2,
body.theme-os h3,
body.theme-os strong,
body.theme-os th,
body.theme-os td {
  color: var(--loop-cream);
}
body.theme-os .wa-float {
  bottom: 4.75rem;
  z-index: 46;
}
body.theme-loop.theme-os .loop-page h2 {
  color: var(--loop-cream);
  max-width: 22ch;
}
body.theme-loop.theme-os .loop-page h2 em {
  color: var(--loop-gold);
}
body.theme-os .os-page { overflow: hidden; }
.os-mark {
  display: inline-grid;
  place-items: center;
  color: var(--loop-gold);
  flex-shrink: 0;
  line-height: 0;
}
.os-hero,
.os-band,
.os-pay {
  position: relative;
  padding: 3.5rem 0 4rem;
}
.os-hero::before,
.os-band::before,
.os-pay::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(244, 239, 228, 0.045) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(244, 239, 228, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}
.os-hero > .wrap,
.os-band > .wrap,
.os-pay > .wrap { position: relative; }
.os-narrow { max-width: 40rem; }
.os-narrow-left { max-width: 42rem; }
.os-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--loop-gold);
  margin-bottom: 1.5rem;
}
.os-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.4rem, 7vw, 4.4rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.03em;
  max-width: 14em;
  color: var(--loop-cream);
}
.os-title em,
.os-page h2 em {
  font-style: italic;
  color: var(--loop-gold);
}
.os-sub,
.os-lead,
.os-promise,
.os-bridge {
  margin-top: 1.1rem;
  font-size: 1.08rem;
  line-height: 1.65;
  color: rgba(244, 239, 228, 0.8);
  max-width: 36rem;
}
.os-sub strong,
.os-promise strong { color: var(--loop-gold); font-weight: 600; }
.os-kicker {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(244, 239, 228, 0.55);
  margin-bottom: 0.85rem;
}
.os-page h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.85rem, 4.5vw, 3.1rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--loop-cream);
  max-width: 18ch;
}
.os-hero .actions { margin-top: 1.75rem; }

.os-burden {
  display: grid;
  gap: 1.25rem;
  margin-top: 2.5rem;
  align-items: start;
}
@media (min-width: 800px) {
  .os-burden {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2.5rem;
    align-items: center;
  }
}
.os-notes {
  list-style: none;
  display: grid;
  gap: 0.65rem;
}
.os-notes li {
  background: var(--loop-gold);
  color: var(--loop-night);
  font-weight: 600;
  font-size: 0.92rem;
  padding: 0.7rem 0.9rem;
  border-radius: 0.35rem 0.85rem 0.85rem 0.35rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
.os-founder {
  border: 0.5px solid rgba(220, 183, 101, 0.35);
  border-radius: 1.5rem;
  min-height: 14rem;
  display: grid;
  place-items: center;
  text-align: center;
  gap: 0.75rem;
  background: radial-gradient(circle at 50% 40%, rgba(220, 183, 101, 0.16), transparent 62%);
  padding: 2rem 1.25rem;
}
.os-founder-ring { filter: drop-shadow(0 0 18px rgba(220, 183, 101, 0.45)); }
.os-founder p {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(244, 239, 228, 0.62);
}

.os-problems {
  list-style: none;
  display: grid;
  gap: 0.7rem;
  margin-top: 1.75rem;
}
.os-problems li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: center;
  border: 0.5px solid rgba(244, 239, 228, 0.16);
  border-radius: 1rem;
  padding: 0.95rem 1.1rem;
  background: rgba(14, 35, 28, 0.45);
}
.os-problems span {
  color: var(--loop-gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.os-band-ink { background: var(--loop-night-2); }
.os-flow {
  margin: 1.5rem 0;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  color: rgba(244, 239, 228, 0.75);
}
.os-flow span {
  color: var(--loop-gold);
  border-bottom: 1px dashed var(--loop-gold);
}
.os-prose { margin-top: 1.25rem; }
.os-prose p {
  margin-top: 0.9rem;
  color: rgba(244, 239, 228, 0.78);
  line-height: 1.7;
}

.os-shift {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 800px) {
  .os-shift {
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 2rem;
  }
}
.os-shift-col {
  border: 0.5px solid rgba(244, 239, 228, 0.14);
  border-radius: 1.15rem;
  padding: 1.25rem 1.35rem;
}
.os-shift-to { border-color: rgba(220, 183, 101, 0.4); }
.os-shift-label {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--loop-gold);
  margin-bottom: 0.85rem;
}
.os-shift-col ul { list-style: none; display: grid; gap: 0.55rem; }
.os-shift-col li { color: rgba(244, 239, 228, 0.82); }
.os-shift-mark {
  justify-self: center;
  filter: drop-shadow(0 0 22px rgba(220, 183, 101, 0.4));
}
.os-tag {
  margin-top: 2rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: var(--loop-cream);
}
.os-tag em { color: var(--loop-gold); font-style: italic; }
.os-pillars {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin-top: 1.35rem;
}
@media (min-width: 700px) {
  .os-pillars { grid-template-columns: repeat(4, 1fr); }
}
.os-pillars li {
  border: 0.5px solid rgba(244, 239, 228, 0.14);
  border-radius: 0.85rem;
  padding: 0.85rem 0.9rem;
  font-size: 0.88rem;
  text-align: center;
  color: rgba(244, 239, 228, 0.82);
}

.os-orbit {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  margin: 2rem 0 1.5rem;
}
@media (min-width: 800px) {
  .os-orbit { grid-template-columns: repeat(3, 1fr); }
}
.os-orbit li {
  border: 0.5px dashed rgba(220, 183, 101, 0.45);
  border-radius: 999px;
  text-align: center;
  padding: 0.85rem 1rem;
  font-size: 0.9rem;
  color: var(--loop-cream);
}
.os-process {
  margin-top: 1.5rem;
  background: var(--loop-gold);
  color: var(--loop-night);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 0.85rem 1rem;
  border-radius: 0.35rem;
}

.os-loops {
  list-style: none;
  display: grid;
  gap: 0.85rem;
  margin-top: 2rem;
}
.os-loops li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  border: 0.5px solid rgba(244, 239, 228, 0.14);
  border-radius: 1.1rem;
  padding: 1.15rem 1.2rem;
  background: rgba(14, 35, 28, 0.5);
}
.os-loops span {
  color: var(--loop-gold);
  font-weight: 700;
  font-size: 0.85rem;
}
.os-loops h3 {
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
  color: var(--loop-cream);
}
.os-loops p {
  color: rgba(244, 239, 228, 0.72);
  font-size: 0.95rem;
  line-height: 1.6;
}

.os-days {
  list-style: none;
  display: grid;
  gap: 0.85rem;
  margin-top: 1.75rem;
}
@media (min-width: 800px) {
  .os-days { grid-template-columns: 1fr 1fr 1fr; }
}
.os-days li {
  border: 0.5px solid rgba(244, 239, 228, 0.14);
  border-radius: 1.1rem;
  padding: 1.2rem 1.15rem;
}
.os-days span {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--loop-gold);
}
.os-days h3 { margin: 0.45rem 0 0.4rem; font-size: 1.1rem; color: var(--loop-cream); }
.os-days p { color: rgba(244, 239, 228, 0.7); font-size: 0.92rem; }
.os-outcomes {
  list-style: none;
  display: grid;
  gap: 0.45rem;
  margin-top: 1.75rem;
}
.os-outcomes li {
  padding-left: 1.1rem;
  position: relative;
  color: rgba(244, 239, 228, 0.85);
}
.os-outcomes li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--loop-gold);
  font-size: 0.7rem;
  top: 0.3rem;
}

.os-pay { padding-bottom: 5.5rem; }
.os-price {
  margin: 1.5rem 0 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.65rem 0.85rem;
}
.os-price-now {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.6rem;
  font-weight: 600;
  color: var(--loop-gold);
}
.os-price-was {
  text-decoration: line-through;
  color: rgba(244, 239, 228, 0.4);
  font-size: 1.15rem;
}
.os-price-note {
  width: 100%;
  font-size: 0.88rem;
  color: rgba(244, 239, 228, 0.55);
}
.os-pay-note {
  margin-top: 0.85rem;
  font-size: 0.88rem;
  color: rgba(244, 239, 228, 0.5);
}
.os-pillars-pay { margin-top: 2.25rem; }
.os-goldbar {
  margin-top: 1.75rem;
  background: var(--loop-gold);
  color: var(--loop-night);
  font-weight: 700;
  text-align: center;
  padding: 0.9rem 1rem;
  border-radius: 0.35rem;
}

body.theme-os .pay-status {
  margin-top: 1rem;
  font-size: 0.92rem;
  color: rgba(244, 239, 228, 0.72);
}
body.theme-os .pay-status[hidden],
body.theme-os .pay-result[hidden] { display: none !important; }
body.theme-os .pay-result {
  margin-top: 1.25rem;
  padding: 1.15rem 1.2rem;
  border: 0.5px solid rgba(244, 239, 228, 0.18);
  border-radius: 1rem;
  background: rgba(14, 35, 28, 0.7);
  text-align: left;
}
body.theme-os .pay-result[data-kind="success"] {
  border-color: rgba(220, 183, 101, 0.55);
}
body.theme-os .pay-result[data-kind="error"] {
  border-color: rgba(220, 80, 70, 0.45);
}
body.theme-os .pay-result-kicker {
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--loop-gold);
  margin: 0 0 0.4rem;
}
body.theme-os .pay-result-title {
  margin: 0 0 0.65rem;
  color: var(--loop-cream);
}
body.theme-os .pay-result-meta,
body.theme-os .pay-result-hint {
  color: rgba(244, 239, 228, 0.6);
  font-size: 0.88rem;
  margin: 0 0 0.45rem;
}
body.theme-os .pay-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.85rem;
}
body.theme-os .pay-result-wa {
  display: inline-flex;
  padding: 0.65rem 1rem;
  background: var(--loop-gold);
  color: var(--loop-night) !important;
  text-decoration: none !important;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
}
body.theme-os .pay-result-retry {
  appearance: none;
  border: 0.5px solid rgba(244, 239, 228, 0.28);
  background: transparent;
  color: var(--loop-cream);
  padding: 0.6rem 0.95rem;
  border-radius: 999px;
  font: inherit;
  cursor: pointer;
}

.os-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 45;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1.15rem;
  background: var(--loop-gold);
  color: var(--loop-night);
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.18);
}
.os-sticky[hidden] { display: none !important; }
.os-sticky p { font-weight: 700; font-size: 0.92rem; }
.os-sticky .btn {
  background: var(--loop-night);
  border-color: var(--loop-night);
  color: var(--loop-cream);
  padding: 0.5rem 0.95rem;
}
.os-sticky .btn:hover {
  background: var(--loop-night-2);
  border-color: var(--loop-night-2);
  color: var(--loop-cream);
}

@media (max-width: 640px) {
  .os-title { max-width: none; }
  .os-page h2 { max-width: none; }
  .os-sticky { padding: 0.7rem 0.85rem; }
}

/* ── The Loop /loop-for-smes — unlisted SME sales page, no site chrome ── */
body.theme-sme .sme-hero { padding-top: 2.25rem; }
.sme-connect { margin-top: 1.5rem; gap: 0.65rem; }
.sme-cycle {
  list-style: none;
  display: grid;
  gap: 0.7rem;
  margin-top: 2.25rem;
}
@media (min-width: 800px) {
  .sme-cycle { grid-template-columns: repeat(5, 1fr); }
  .sme-cycle-4 { grid-template-columns: repeat(4, 1fr); }
}
.sme-cycle li {
  border: 0.5px solid rgba(244, 239, 228, 0.14);
  border-radius: 1rem;
  padding: 1rem 0.95rem;
}
.sme-cycle span {
  display: block;
  color: var(--loop-gold);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  margin-bottom: 0.35rem;
}
.sme-cycle strong { display: block; margin-bottom: 0.25rem; color: var(--loop-cream); }
.sme-cycle p { color: rgba(244, 239, 228, 0.65); font-size: 0.88rem; margin: 0; }
.sme-sources {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.5rem;
}
.sme-sources li {
  border: 0.5px dashed rgba(220, 183, 101, 0.45);
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font-size: 0.88rem;
}
.sme-split {
  display: grid;
  gap: 1rem;
  margin-top: 1.75rem;
}
@media (min-width: 800px) {
  .sme-split { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
}
.sme-col {
  border: 0.5px solid rgba(244, 239, 228, 0.14);
  border-radius: 1.15rem;
  padding: 1.25rem 1.3rem;
}
.sme-col h3 { font-size: 1.15rem; margin: 0 0 0.85rem; color: var(--loop-cream); }
.sme-col p { color: rgba(244, 239, 228, 0.75); line-height: 1.6; }
.sme-col ul, .sme-flow { list-style: none; display: grid; gap: 0.45rem; }
.sme-col li,
.sme-flow li {
  color: rgba(244, 239, 228, 0.85);
}
.sme-col-label {
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.55rem;
  color: var(--loop-gold);
}
.sme-col-bad { border-color: rgba(200, 80, 70, 0.4); }
.sme-col-bad .sme-col-label { color: #e08a82; }
.sme-col-good { border-color: rgba(120, 180, 130, 0.45); }
.sme-table-wrap { margin-top: 1.75rem; overflow-x: auto; }
.sme-table-kicker {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(244, 239, 228, 0.5);
  margin-bottom: 0.65rem;
}
.sme-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.sme-table th,
.sme-table td {
  text-align: left;
  padding: 0.7rem 0.75rem;
  border-bottom: 0.5px solid rgba(244, 239, 228, 0.12);
}
body.theme-os .sme-table th {
  color: rgba(244, 239, 228, 0.55);
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.sme-pill {
  display: inline-block;
  border-radius: 999px;
  padding: 0.15rem 0.55rem;
  font-size: 0.75rem;
  font-weight: 700;
}
.sme-pill-high { background: rgba(200, 80, 70, 0.25); color: #f0b0aa; }
.sme-pill-mid { background: rgba(220, 183, 101, 0.2); color: var(--loop-gold); }
.sme-pill-low { background: rgba(120, 180, 130, 0.22); color: #b5e0c0; }
.sme-pill-warn { background: rgba(220, 140, 70, 0.22); color: #f0c090; }
.sme-wa {
  margin-top: 1.25rem;
  border-left: 3px solid var(--loop-gold);
  padding: 0.85rem 1rem;
  background: rgba(14, 35, 28, 0.55);
  border-radius: 0 0.85rem 0.85rem 0;
  color: rgba(244, 239, 228, 0.88);
  font-size: 0.95rem;
}
.sme-areas {
  list-style: none;
  display: grid;
  gap: 0.65rem;
  margin-top: 1.5rem;
}
@media (min-width: 800px) {
  .sme-areas { grid-template-columns: 1fr 1fr; }
}
.sme-areas li {
  border: 0.5px solid rgba(244, 239, 228, 0.12);
  border-radius: 0.9rem;
  padding: 0.85rem 1rem;
  color: rgba(244, 239, 228, 0.75);
  font-size: 0.92rem;
}
.sme-areas strong { display: block; color: var(--loop-cream); margin-bottom: 0.2rem; }
.sme-h2-follow { margin-top: 2.5rem; }
.sme-arch { font-size: 0.88rem; letter-spacing: 0; }
.sme-steps { margin-top: 1.5rem; }
.sme-days { margin-top: 1.5rem; }
@media (min-width: 800px) {
  .sme-days { grid-template-columns: repeat(3, 1fr); }
}
.sme-get { margin-bottom: 1.5rem; }
.sme-end { padding-bottom: 3rem; }
.os-bare-foot {
  background: var(--loop-night);
  color: rgba(244, 239, 228, 0.55);
  padding: 1.25rem 0 1.75rem;
  border-top: 0.5px solid rgba(244, 239, 228, 0.08);
}
.os-bare-foot-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.65rem;
}
.os-bare-foot a {
  color: rgba(244, 239, 228, 0.78);
  text-decoration: none;
  border-bottom: 0.5px solid rgba(244, 239, 228, 0.2);
}
.os-bare-foot a:hover { color: var(--loop-gold); border-bottom-color: var(--loop-gold); }
