.cvmap-root {
  --cv-accent: #84716b; --cv-band: #2a211b; --cv-ink: #2b2521;

  
  
  
  

  --byp-serif: 'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --byp-sans:  'Raleway', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --byp-ink: var(--cv-ink, #2b2521);
  --byp-dark: var(--cv-band, #2a211b); --byp-ink-2: #3d352f; --byp-muted: var(--cv-accent, #84716b);
  --byp-line: #c7c0bc; --byp-line-2: #b1a6a1;
  --byp-cream: #f1eeec; --byp-cream-2: #fcfcfc; --byp-white: #ffffff;
  --byp-blue: var(--cv-accent, #84716b); --byp-blue-deep: #6e5d57; --byp-clay: var(--cv-accent, #84716b);
  --byp-wrap: 1240px; --byp-wrap-md: 780px; --byp-wrap-sm: 620px;
  --byp-section-y: clamp(4rem, 7vw, 6rem);
  --byp-section-y-lg: clamp(5rem, 9vw, 8rem);
  --byp-section-y-sm: clamp(2.5rem, 4vw, 3.5rem);
  
  font-family: var(--byp-sans); color: var(--byp-ink);
  line-height: 1.65; font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
.cvmap-root h1, .cvmap-root h2, .cvmap-root h3, .cvmap-root h4, .cvmap-root .byp-display, .cvmap-root h1, .cvmap-root h2, .cvmap-root h3, .cvmap-root h4, .cvmap-root .byp-display {
  font-family: var(--byp-serif) !important;
  font-weight: 700; letter-spacing: -0.025em; color: var(--byp-ink);
  margin: 0 0 .5em; line-height: 1.08;
}
.cvmap-root .byp-display--xxl { font-size: clamp(2.2rem, 5vw, 3.9rem); letter-spacing: -0.03em; line-height: 1.02; }
.cvmap-root .byp-display--xl { font-size: clamp(2rem, 4.4vw, 3.2rem); line-height: 1.05; }
.cvmap-root .byp-display--lg { font-size: clamp(1.7rem, 3.2vw, 2.4rem); line-height: 1.12; }
.cvmap-root .byp-display--md { font-size: clamp(1.4rem, 2.4vw, 1.9rem); font-weight: 500; line-height: 1.2; }
.cvmap-root .byp-display--sm { font-size: clamp(1.2rem, 1.7vw, 1.4rem); font-weight: 500; line-height: 1.3; }
.cvmap-root p { margin: 0 0 1.1em; font-size: 1.02rem; color: var(--byp-ink-2); }
.cvmap-root a { color: var(--byp-blue-deep); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; transition: color .15s; }
.cvmap-root .byp-chapter {
  max-width: var(--byp-wrap); margin: 0 auto;
  padding: 0 1.5rem clamp(1.25rem, 2.5vw, 2rem);
  display: flex; align-items: baseline; gap: 1.25rem;
  border-bottom: 1px solid var(--byp-line-2);
}
.cvmap-root .byp-chapter-num {
  font-family: var(--byp-serif) !important; font-style: italic;
  font-size: clamp(1.05rem, 1.5vw, 1.3rem); color: var(--byp-clay);
  letter-spacing: -0.01em; font-weight: 400; flex-shrink: 0;
}
.cvmap-root .byp-chapter-label {
  font-family: var(--byp-sans); font-size: 0.76rem;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--byp-ink); font-weight: 600;
}
.cvmap-root .byp-section { padding: var(--byp-section-y) 1.5rem; position: relative; }
.cvmap-root .byp-section--lg { padding-top: var(--byp-section-y-lg); padding-bottom: var(--byp-section-y-lg); }
.cvmap-root .byp-section--sm-top { padding-top: var(--byp-section-y-sm); }
.cvmap-root .byp-section--sm-bottom { padding-bottom: var(--byp-section-y-sm); }
.cvmap-root .byp-section--cream { background: var(--byp-cream); }
.cvmap-root .byp-section--cream-2 { background: var(--byp-cream-2); }
.cvmap-root .byp-section--ink { background: var(--byp-dark); color: var(--byp-cream); }
.cvmap-root .byp-section--ink p { color: rgba(243, 237, 226, 0.8); }
.cvmap-root .byp-section--ink h1, .cvmap-root .byp-section--ink h2, .cvmap-root .byp-section--ink h3, .cvmap-root .byp-section--ink .byp-display { color: var(--byp-cream); }
.cvmap-root .byp-section--ink .byp-eyebrow { color: var(--byp-cream); opacity: .7; }
.cvmap-root .byp-section--cream, .cvmap-root .byp-section--cream-2 {
  background-image:
    radial-gradient(rgba(13,25,41,0.025) 0.5px, transparent 0.5px),
    radial-gradient(rgba(13,25,41,0.018) 0.5px, transparent 0.5px);
  background-size: 4px 4px, 9px 9px;
  background-position: 0 0, 2px 2px;
}
.cvmap-root .byp-section--cream { background-color: var(--byp-cream); }
.cvmap-root .byp-section--cream-2 { background-color: var(--byp-cream-2); }
.cvmap-root .byp-wrap { max-width: var(--byp-wrap);    margin: 0 auto; }
.cvmap-root .byp-wrap-md { max-width: var(--byp-wrap-md); margin: 0 auto; }
.cvmap-root .byp-wrap-sm { max-width: var(--byp-wrap-sm); margin: 0 auto; }
.cvmap-root .byp-cta {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  background: var(--byp-ink); color: var(--byp-white) !important;
  padding: 1rem 1.75rem; border-radius: 999px;
  text-decoration: none !important;
  font-family: var(--byp-sans); font-size: 0.96rem; font-weight: 600;
  letter-spacing: 0.005em; border: 0;
  transition: background .2s, transform .2s; line-height: 1; overflow: hidden;
}
.cvmap-root .byp-cta::after {
  content: "→"; display: inline-block;
  transform: translateX(-4px); opacity: 0;
  transition: transform .25s, opacity .25s;
}
.cvmap-root .byp-cta:hover { background: var(--byp-blue-deep); color: var(--byp-white) !important; }
.cvmap-root .byp-cta:hover::after { transform: translateX(0); opacity: 1; }
.cvmap-root .byp-cta--ghost {
  background: transparent; color: var(--byp-ink) !important; padding: 1rem 0.25rem;
  text-decoration: underline !important; text-underline-offset: 5px; text-decoration-thickness: 1.5px;
}
.cvmap-root .byp-cta--ghost::after { display: inline-block; transform: translateX(0); opacity: 1; margin-left: .35rem; }
.cvmap-root .byp-cta--ghost:hover { background: transparent; color: var(--byp-blue-deep) !important; }
.cvmap-root .byp-cta--ghost:hover::after { transform: translateX(3px); }
.cvmap-root .byp-cta--lg { padding: 1.15rem 2.05rem; font-size: 1rem; }
.cvmap-root .byp-rule { display: block; width: 42px; height: 1.5px; background: var(--byp-clay); margin: 0 0 1.75rem; }
.cvmap-root .byp-step { position: relative; padding-top: 1.5rem; border-top: 1px solid var(--byp-line-2); }
.cvmap-root .byp-step h4 {
  font-size: clamp(1.2rem, 1.6vw, 1.4rem); margin: 0 0 .65em;
  font-weight: 500; display: flex; align-items: baseline; gap: 0.6rem;
}
.cvmap-root .byp-step h4::before {
  content: counter(step, decimal-leading-zero) ".";
  counter-increment: step;
  font-family: var(--byp-serif) !important; font-style: italic;
  font-size: 0.95em; color: var(--byp-clay); font-weight: 400; flex-shrink: 0;
}
.cvmap-root .byp-step p { font-size: 0.95rem; color: var(--byp-muted); margin: 0; line-height: 1.55; }
.cvmap-root .byp-coverage {
  display: grid; grid-template-columns: 1fr; gap: 2.5rem;
  margin-top: 3rem; align-items: center;
}
@media (min-width: 880px) {
  .cvmap-root .byp-coverage { grid-template-columns: 0.8fr 1.2fr; gap: clamp(3rem, 5vw, 5rem); }
}
.cvmap-root .byp-coverage-note {
  font-family: var(--byp-sans); font-size: 0.78rem;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--byp-clay); font-weight: 600; margin: 1.5rem 0 0;
}
.cvmap-root .byp-map { position: relative; }
.cvmap-root .byp-map-stage { position: relative; }
.cvmap-root .byp-map-svg { width: 100%; height: auto; display: block; overflow: visible; }
.cvmap-root .byp-st {
  fill: rgba(243, 237, 226, 0.16);
  stroke: #2b2521; stroke-width: 1.1;
  transition: fill .18s ease, transform .18s ease;
  cursor: pointer; outline: none;
}
.cvmap-root .byp-st[data-status="active"] { fill: var(--cv-accent, #84716b); }
.cvmap-root .byp-st:hover, .cvmap-root .byp-st:focus-visible { fill: rgba(243, 237, 226, 0.34); }
.cvmap-root .byp-st[data-status="active"]:hover, .cvmap-root .byp-st[data-status="active"]:focus-visible { fill: #9a8b86; }
.cvmap-root .byp-st.is-sel { fill: rgba(243, 237, 226, 0.40); }
.cvmap-root .byp-st[data-status="active"].is-sel { fill: #b1a6a1; }
.cvmap-root .byp-st-label {
  font-family: var(--byp-sans); font-size: 13px; font-weight: 600;
  fill: rgba(243, 237, 226, 0.55); text-anchor: middle;
  pointer-events: none; letter-spacing: 0.02em;
}
.cvmap-root .byp-map-chips {
  display: flex; flex-wrap: wrap; gap: 0.4rem;
  margin-top: 1.25rem; justify-content: center;
}
@media (min-width: 880px) {
  .cvmap-root .byp-map-stage { padding-right: 86px; }
  .cvmap-root .byp-map-chips {
    position: absolute; top: 48%; right: 0;
    flex-direction: column; align-items: stretch; margin-top: 0; gap: 0.2rem;
    width: 74px; max-width: none;
    background: rgba(243, 237, 226, 0.05);
    border: 1px solid rgba(243, 237, 226, 0.13);
    border-radius: 10px; padding: 0.4rem 0.36rem;
    backdrop-filter: blur(2px);
  }
}
.cvmap-root .byp-map-chips-title {
  font-family: var(--byp-sans); font-size: 0.5rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; line-height: 1.15;
  color: rgba(243, 237, 226, 0.5); text-align: center;
  margin: 0 0 0.15rem; flex-basis: 100%;
}
.cvmap-root .byp-chip {
  font-family: var(--byp-sans); font-size: 0.62rem; font-weight: 600;
  letter-spacing: 0.03em; text-align: center;
  padding: 0.24rem 0.4rem; border-radius: 5px;
  border: 1px solid rgba(243, 237, 226, 0.25);
  background: rgba(243, 237, 226, 0.10); color: rgba(243, 237, 226, 0.75);
  cursor: pointer; transition: all .18s ease; line-height: 1;
}
.cvmap-root .byp-chip[data-status="active"] {
  background: var(--cv-accent,#84716b); border-color: var(--cv-accent,#84716b); color: #2b2521;
}
.cvmap-root .byp-chip:hover, .cvmap-root .byp-chip:focus-visible {
  background: rgba(243, 237, 226, 0.22); outline: none;
}
.cvmap-root .byp-chip[data-status="active"]:hover, .cvmap-root .byp-chip[data-status="active"]:focus-visible { background: #9a8b86; }
.cvmap-root .byp-chip.is-sel { outline: 2px solid var(--byp-clay); outline-offset: 1px; }
.cvmap-root .byp-picker { margin-top: 1.6rem; }
.cvmap-root .byp-picker-label { display:block; font-family:var(--byp-sans); font-size:0.72rem; font-weight:700; letter-spacing:0.14em; text-transform:uppercase; color:rgba(243,237,226,0.55); margin-bottom:0.6rem; }
.cvmap-root .byp-picker-select {
  width:100%; max-width:340px; font-family:var(--byp-sans); font-size:0.98rem; color:var(--byp-cream);
  background:rgba(243,237,226,0.06); border:1px solid rgba(243,237,226,0.22); border-radius:10px;
  padding:0.7rem 0.9rem; appearance:none; cursor:pointer;
  background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23f3ede2' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat:no-repeat; background-position:right 0.95rem center;
}
.cvmap-root .byp-picker-select:focus { outline:none; border-color:var(--byp-clay); }
.cvmap-root .byp-picker-select option { color:#2b2521; }
.cvmap-root .byp-picker-result { margin-top:1.1rem; max-width:340px; }
.cvmap-root .byp-picker-result[hidden] { display:none; }
.cvmap-root .byp-picker-msg { font-family:var(--byp-sans); font-size:0.95rem; line-height:1.55; color:var(--byp-cream); margin:0 0 1rem; }
.cvmap-root .byp-picker-msg strong { font-weight:700; }
.cvmap-root .byp-picker-msg .prov { color:#9a8b86; }
.cvmap-root .byp-picker-cta.byp-cta {
  display: inline-flex;
  background: var(--byp-clay) !important;       
  color: #fff !important;
  border: 1px solid var(--byp-clay) !important;
  box-shadow: 0 6px 18px rgba(185,107,61,0.28);
  transition: background .2s ease, box-shadow .2s ease, transform .15s ease;
}
.cvmap-root .byp-picker-cta.byp-cta:hover, .cvmap-root .byp-picker-cta.byp-cta:focus-visible {
  background: #6e5d57 !important; border-color: #6e5d57 !important;
  box-shadow: 0 8px 22px rgba(185,107,61,0.38);
  transform: translateY(-1px);
}
.cvmap-root .byp-picker-cta.byp-cta.is-soon {
  background: transparent !important; color: var(--byp-cream) !important;
  border: 1px solid rgba(243,237,226,0.45) !important; box-shadow: none;
}
.cvmap-root .byp-picker-cta.byp-cta.is-soon:hover, .cvmap-root .byp-picker-cta.byp-cta.is-soon:focus-visible {
  background: rgba(243,237,226,0.1) !important; transform: translateY(-1px);
}
.cvmap-root .byp-map-readout {
  margin-top: 1.5rem; padding-top: 1.25rem;
  border-top: 1px solid rgba(243, 237, 226, 0.18);
}
@media (min-width: 880px) {
  .cvmap-root .byp-map-readout { margin-top: 0; }
}
.cvmap-root .byp-map-readout-state {
  font-family: var(--byp-serif) !important; font-style: italic;
  font-size: clamp(1.5rem, 2.4vw, 2rem); color: var(--byp-cream);
  margin: 0 0 0.5rem; line-height: 1.1; letter-spacing: -0.01em;
}
.cvmap-root .byp-map-readout-status {
  font-family: var(--byp-sans); font-size: 0.85rem;
  color: rgba(243, 237, 226, 0.7); margin: 0;
  display: flex; align-items: center; gap: 0.55rem; line-height: 1.4;
}
.cvmap-root .byp-map-dot {
  width: 9px; height: 9px; border-radius: 50%;
  background: #84716b; flex-shrink: 0;
}
.cvmap-root .byp-map-dot.is-active { background: #84716b; }
.cvmap-root .byp-map-dot.is-soon { background: var(--byp-clay); }
.cvmap-root .byp-cta-section {
  text-align: center; padding: clamp(4rem, 8vw, 6rem) 1.5rem;
  background: var(--byp-cream);
  background-image:
    radial-gradient(rgba(13,25,41,0.025) 0.5px, transparent 0.5px),
    radial-gradient(rgba(13,25,41,0.018) 0.5px, transparent 0.5px);
  background-size: 4px 4px, 9px 9px;
}
.cvmap-root .byp-cta-section .byp-display { margin-bottom: 1rem; max-width: 18ch; margin-left: auto; margin-right: auto; }
.cvmap-root .byp-cta-section .byp-lede { max-width: 38em; margin: 0 auto 2.25rem; color: var(--byp-muted); }
.cvmap-root .byp-cta-section .byp-actions { justify-content: center; }
@media (max-width: 640px) {
  .cvmap-root { font-size: 16px; }
  .cvmap-root .byp-section { padding-left: 1.25rem; padding-right: 1.25rem; }
  .cvmap-root .byp-cta { width: 100%; }
  .cvmap-root .byp-cta--ghost { padding: 0.75rem 0; }
  .cvmap-root .byp-chapter { padding: 0 1.25rem 1.25rem; }
}
.cvmap-root.is-fullbleed { width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
.cvmap-root:not(.is-fullbleed) { max-width: 1240px; margin-left: auto; margin-right: auto; }
