/* Preserve the exported V1 composition; contain its intentionally oversized layers. */
body { width: auto; }
.nav.secondary-nav { width: 100%; max-width: 100%; }
.nav.secondary-nav .nav-container, .nav.secondary-nav .nav-left { min-width: 0; max-width: 100%; }
.section-3 { overflow: clip; }
.section-3 .hero-image { pointer-events: none; }
.section-3 .hero-image.eyes-closed { opacity: 1; }
.section-3 .h1-heading { animation: bb-rise 1s cubic-bezier(.16,1,.3,1) both; }
.section-3 .subheading { animation: bb-rise 1s .25s cubic-bezier(.16,1,.3,1) both; }
.section-3 .button { animation: bb-rise 1s .5s cubic-bezier(.16,1,.3,1) both; }
.section-3 .subheading.hide { display: block; }
.section-3 .div-block { width: 100%; }
.section-3 .bb-hero-sample { display: block; width: fit-content; margin: 16px auto 0; color: #302b26; font: 600 12px/1.5 Mulish, sans-serif; text-underline-offset: 5px; padding: 10px 0; position: relative; z-index: 1; animation: bb-rise 1s .65s cubic-bezier(.16,1,.3,1) both; }
@keyframes bb-rise { from { opacity: 0; transform: translateY(100px); } to { opacity: 1; transform: translateY(0); } }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #b33c36; outline-offset: 5px; }
.bb-faq details { border-bottom: 1px solid #b5b0a6; padding: 22px 0; max-width: 900px; }
.bb-faq summary { font: 24px Philosopher, Georgia, serif; cursor: pointer; }
.bb-faq p { margin: 18px 0 0; max-width: 760px; }
.bb-noscript { padding: 24px; }

#bb-v3-root, .bb-booking-page {
  --bb-paper: #f1ebe0; --bb-ink: #16150f; --bb-muted: #686159; --bb-red: #c2483b;
  background: var(--bb-paper); color: var(--bb-ink); font-family: Mulish, Arial, sans-serif;
  position: relative; z-index: 2; scroll-margin-top: 24px;
}
#bb-v3-root * { box-sizing: border-box; }
#bb-v3-root .bb-wrap { max-width: 1120px; margin: auto; padding: 96px 5vw; }
#bb-v3-root .bb-kicker { text-transform: uppercase; letter-spacing: .16em; font-size: 11px; color: var(--bb-muted); }
#bb-v3-root h2 { font: 400 clamp(40px, 5.4vw, 72px)/1.04 Philosopher, Georgia, serif; margin: 18px 0 24px; }
#bb-v3-root h2 em { color: var(--bb-red); font-style: normal; }
#bb-v3-root h3 { font-family: Philosopher, Georgia, serif; }
#bb-v3-root p { line-height: 1.7; }
#bb-v3-root .bb-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; align-items: center; }
#bb-v3-root .bb-intro > div p { max-width: 430px; color: var(--bb-muted); }
#bb-v3-root form { background: #f8f3eb; padding: 32px; border-top: 2px solid var(--bb-muted); min-width: 0; }
#bb-v3-root label { display: block; font-size: 12px; letter-spacing: .03em; margin-top: 20px; }
#bb-v3-root label:first-child { margin-top: 0; }
#bb-v3-root input, #bb-v3-root select {
  display: block; width: 100%; min-width: 0; border: 0; border-bottom: 1px solid #b6aca0;
  background: transparent; border-radius: 0; padding: 12px 2px; font: 16px Mulish, Arial, sans-serif; color: var(--bb-ink);
}
#bb-v3-root select { white-space: normal; }
#bb-v3-root input:disabled { opacity: .45; cursor: not-allowed; }
#bb-v3-root .bb-check { display: flex; gap: 10px; align-items: center; min-height: 44px; margin-top: 8px; cursor: pointer; }
#bb-v3-root .bb-check input { width: 18px; height: 18px; accent-color: var(--bb-muted); }
#bb-v3-root fieldset { border: 1px solid #b5b0a6; padding: 16px; margin-top: 22px; min-width: 0; }
#bb-v3-root legend { font-size: 12px; padding: 0 6px; }
#bb-v3-root .bb-birth-fields { border: 0; padding: 0; margin: 28px 0 0; }
#bb-v3-root .bb-birth-fields legend { padding: 0; width: 100%; font: 22px/1.3 Philosopher, Georgia, serif; margin-bottom: 14px; }
#bb-v3-root .bb-birth-fields legend span { float: right; padding-top: 7px; color: var(--bb-muted); font: 10px Mulish, sans-serif; letter-spacing: .1em; }
#bb-v3-root .bb-date-parts { display: grid; grid-template-columns: 1fr 1.35fr .8fr; gap: 10px; }
#bb-v3-root .bb-time-parts { display: grid; grid-template-columns: 1fr 1fr 1.15fr; gap: 10px; }
#bb-v3-root .bb-birth-fields label { margin: 0; min-width: 0; color: var(--bb-muted); font-size: 11px; }
#bb-v3-root .bb-birth-fields select { margin-top: 7px; padding: 12px 28px 12px 10px; min-height: 50px; border: 1px solid #beb3a5; border-radius: 3px; background-color: #fffaf2; appearance: none; cursor: pointer; white-space: nowrap; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='m1 1 5 5 5-5' fill='none' stroke='%23686159' stroke-width='1.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 9px center; }
#bb-v3-root .bb-birth-fields select:hover:not(:disabled) { border-color: #686159; }
#bb-v3-root .bb-birth-fields select:focus-visible { outline: 2px solid #a34337; outline-offset: 3px; border-color: #a34337; }
#bb-v3-root .bb-birth-fields select:disabled { opacity: .4; cursor: not-allowed; }
#bb-v3-root .bb-birth-help { margin: 10px 0 0; min-height: 20px; }
@media (max-width: 380px) {
  #bb-v3-root .bb-date-parts { grid-template-columns: 1fr 1.35fr; }
  #bb-v3-root .bb-date-parts label:last-child { grid-column: 1 / -1; }
  #bb-v3-root .bb-time-parts { gap: 7px; }
  #bb-v3-root .bb-birth-fields select { padding-left: 8px; padding-right: 24px; background-position: right 7px center; }
}
#bb-v3-root button { border: 0; cursor: pointer; font: 600 14px Mulish, Arial, sans-serif; min-height: 48px; }
#bb-v3-root button:disabled { cursor: wait; opacity: .6; }
#bb-v3-root .bb-submit { width: 100%; background: var(--bb-ink); color: #fff; padding: 16px; border-radius: 2px; }
#bb-v3-root .bb-note { font-size: 12px; color: var(--bb-muted); margin-top: 16px; line-height: 1.6; }
#bb-v3-root .bb-status { font-size: 13px; color: #aa352d; min-height: 22px; margin: 16px 0; }
#bb-v3-root .bb-reveal { background: #faf6ee; color: var(--bb-ink); scroll-margin-top: 20px; border-top: 1px solid #c6bdac; }
#bb-v3-root .bb-unlock { background: #e9dfd1; }
#bb-v3-root .bb-books { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; margin-top: 36px; }
#bb-v3-root .bb-book { padding: 24px 0; border-top: 2px solid var(--bb-muted); min-width: 0; }
#bb-v3-root .bb-book h3 { font-size: 28px; line-height: 1.2; }
#bb-v3-root .bb-book strong { font: 44px Philosopher, Georgia, serif; }
#bb-v3-root .bb-book p { font-size: 14px; }
#bb-v3-root .bb-availability { font-size: 12px; color: #655d54; }
#bb-v3-root .bb-human { margin: 64px 0 0; border-top: 1px solid #bbafa0; padding-top: 40px; display: grid; grid-template-columns: 1.5fr 1fr; gap: 50px; align-items: center; }
#bb-v3-root .bb-human h3 { font-size: 36px; margin: 15px 0; }
#bb-v3-root .bb-human p { font-size: 15px; }
#bb-v3-root .bb-place-search { position: relative; }
#bb-v3-root #bb-places { position: absolute; z-index: 5; width: 100%; max-height: 285px; overflow-y: auto; background: #fffaf2; border: 1px solid #b6aca0; box-shadow: 0 8px 16px #16150f12; }
#bb-v3-root #bb-places [role="option"] { font-size: 14px; padding: 14px 12px; cursor: pointer; border-bottom: 1px solid #e1dccf; }
#bb-v3-root #bb-places [role="option"]:hover, #bb-v3-root #bb-places [aria-selected="true"] { background: #eae0d3; }
#bb-v3-root .bb-letter { max-width: 690px; margin: auto; }
#bb-v3-root .bb-letter-header { margin-bottom: 44px; }
#bb-v3-root .bb-letter h2 { max-width: 630px; }
#bb-v3-root .bb-letter .bb-lead { font: 24px/1.5 Philosopher, Georgia, serif; color: #a23d31; max-width: 500px; }
#bb-v3-root .bb-letter p { font-size: 16px; line-height: 1.9; }
#bb-v3-root .bb-letter h3 { font-size: 30px; font-weight: 400; line-height: 1.25; margin: 36px 0 14px; }
#bb-v3-root .bb-letter .bb-note { font-size: 13px; line-height: 1.7; }
#bb-v3-root .bb-directions { border-top: 1px solid #c6bdac; padding-top: 36px; margin-top: 40px; }
#bb-v3-root .bb-directions > h3 { margin-top: 14px; }
#bb-v3-root #bb-reading-directions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 36px; }
#bb-v3-root #bb-reading-directions h3 { font-size: 22px; margin-top: 22px; }
#bb-v3-root #bb-reading-directions p { font-size: 14px; }
#bb-v3-root .bb-practice { border-left: 2px solid #a23d31; padding: 4px 0 4px 24px; margin: 42px 0; }
#bb-v3-root .bb-practice p { font: 26px/1.5 Philosopher, Georgia, serif; margin-bottom: 0; }
#bb-v3-root .bb-reading-footer { border-top: 1px solid #c6bdac; padding-top: 4px; }
#bb-v3-root .bb-price s { font-size: 19px; color: #686159; margin-right: 8px; }
#bb-v3-root .bb-area-picker { border: 0; padding: 0; margin: 24px 0; }
#bb-v3-root .bb-area-picker legend { padding: 0; }
#bb-v3-root .bb-area-picker .bb-check { margin: 0; font-size: 12px; }
#bb-v3-root .bb-area-picker input:disabled { cursor: not-allowed; }
#bb-v3-root #bb-area-count { margin-left: 8px; color: #686159; }
.bb-link-button { display: inline-block; padding: 17px 22px; background: #28231f; color: #fffaf2; text-decoration: none; font: 600 14px Mulish, Arial, sans-serif; border: 0; cursor: pointer; }
.bb-link-button:hover { background: #494039; color: #fffaf2; }
.bb-booking-page { margin: 0; }
.bb-booking { max-width: 760px; margin: auto; padding: 40px 28px 96px; }
.bb-booking nav { padding-bottom: 60px; }
.bb-booking nav a { color: #51483e; font-size: 14px; }
.bb-booking h1 { font: 400 clamp(44px, 7vw, 72px)/1.08 Philosopher, Georgia, serif; margin: 20px 0; }
.bb-booking h2 { font: 32px/1.2 Philosopher, Georgia, serif; }
.bb-booking p { font-size: 16px; line-height: 1.8; }
.bb-booking .bb-kicker { text-transform: uppercase; letter-spacing: .16em; font-size: 11px; color: #686159; }
.bb-booking .bb-note { font-size: 13px; color: #686159; }
.bb-booking form { border-top: 1px solid #b5b0a6; padding-top: 28px; margin-top: 32px; }
.bb-booking label { display: block; font-size: 14px; margin-bottom: 10px; }
.bb-booking textarea, .bb-booking input[type="text"], .bb-booking input[type="email"] { box-sizing: border-box; font: 16px/1.6 Mulish, Arial, sans-serif; background: #fffaf2; border: 1px solid #aaa99e; border-radius: 0; color: #16150f; width: 100%; padding: 14px; margin-bottom: 28px; }
.bb-booking textarea { min-height: 105px; resize: vertical; }
.bb-booking .bb-consent { display: flex; gap: 12px; line-height: 1.6; align-items: flex-start; margin: 12px 0 24px; }
.bb-booking input[type="checkbox"] { flex: 0 0 18px; width: 18px; height: 18px; margin-top: 2px; }
.bb-booking #booking-status { color: #963b30; }
.bb-booking button:disabled { opacity: .6; cursor: not-allowed; }
.bb-booking #calendly-embed { min-width: 280px; height: 800px; }
.bb-booking #booking-step { margin-top: 48px; }
@media (max-width: 760px) {
  #bb-v3-root .bb-wrap { padding: 64px 6vw; }
  #bb-v3-root .bb-intro, #bb-v3-root .bb-books { grid-template-columns: 1fr; gap: 32px; }
  #bb-v3-root .bb-human, #bb-v3-root #bb-reading-directions { grid-template-columns: 1fr; gap: 12px; }
  #bb-v3-root .bb-human { gap: 20px; }
  #bb-v3-root .bb-letter h2 { font-size: 48px; }
  #bb-v3-root .bb-letter .bb-lead { font-size: 23px; }
  #bb-v3-root form { padding: 24px 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .section-3 .h1-heading, .section-3 .subheading, .section-3 .button, .section-3 .bb-hero-sample { animation: none; opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* Reading-first editorial system: original ink, paper, type and vermilion. */
#bb-v3-root { --bb-line: #c8c2b5; }
#bb-v3-root .bb-wrap { max-width: 1260px; padding: 100px 5vw; }
#bb-v3-root a { text-underline-offset: 5px; }
#bb-v3-root .bb-chapterbar { display: flex; justify-content: center; flex-wrap: wrap; gap: 4px 46px; padding: 14px 5vw; border-block: 1px solid var(--bb-line); }
#bb-v3-root .bb-chapterbar a { font-size: 12px; text-decoration: none; color: #51483e; padding: 14px 0; }
#bb-v3-root .bb-discover { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 7%; }
#bb-v3-root .bb-discover h2 { font-size: clamp(42px, 4.8vw, 66px); }
#bb-v3-root .bb-discover-copy > p { max-width: 440px; color: #686159; font-size: 15px; }
#bb-v3-root .bb-promises { margin: 30px 0; padding: 0; list-style: none; }
#bb-v3-root .bb-promises li { display: flex; gap: 20px; padding: 18px 0; border-top: 1px solid var(--bb-line); font: 22px/1.2 Philosopher, Georgia, serif; }
#bb-v3-root .bb-promises li > span { font: 11px/2 Mulish, sans-serif; color: #9b3e32; }
#bb-v3-root .bb-promises small { display: block; font: 12px/1.6 Mulish, sans-serif; color: #686159; margin-top: 8px; }
#bb-v3-root .bb-text-link { background: transparent; padding: 14px 0; color: #87372d; border-bottom: 1px solid #ad6a5e; text-decoration: none; display: inline-block; font: 600 13px/1.5 Mulish, Arial, sans-serif; }
#bb-v3-root .bb-text-link:hover { color: #4f261f; border-color: currentColor; }
#bb-v3-root .bb-sample { position: relative; background: #faf6ee; padding: 30px 38px 36px; border: 1px solid #d1c9bb; box-shadow: 10px 10px 0 -1px #e6dfd2, 10px 10px 0 0 #d1c9bb; }
#bb-v3-root .bb-sample-top { display: flex; justify-content: space-between; border-bottom: 1px solid var(--bb-line); padding-bottom: 16px; font-size: 10px; color: #686159; }
#bb-v3-root .bb-sample-seal { color: #aa4437; font: 44px/1 Philosopher, serif; margin-top: 25px; }
#bb-v3-root .bb-sample h3 { font-size: clamp(32px, 3.3vw, 44px); line-height: 1.1; font-weight: 400; margin: 22px 0; }
#bb-v3-root .bb-sample > p:not(.bb-note) { font-size: 15px; line-height: 1.85; }
#bb-v3-root .bb-sample #bb-sample-profile { font-size: 10px; }
#bb-v3-root .bb-intro { border-top: 1px solid var(--bb-line); align-items: start; scroll-margin-top: 20px; }
#bb-v3-root .bb-intro h2 { font-size: clamp(42px, 5vw, 66px); }
#bb-v3-root .bb-input-note { border-block: 1px solid var(--bb-line); margin: 24px 0; font-size: 13px; }
#bb-v3-root .bb-input-note summary { cursor: pointer; padding: 20px 0; line-height: 1.6; }
#bb-v3-root .bb-input-note p { font-size: 13px; line-height: 1.8; }
#bb-v3-root .bb-optional { color: #686159; font-size: 10px; margin-left: 8px; }
#bb-v3-root #bb-focus { font-size: 14px; }
#bb-v3-root .bb-reading-toolbar { display: flex; gap: 20px; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--bb-line); padding-bottom: 25px; margin-bottom: 54px; }
#bb-v3-root .bb-reading-toolbar > div { display: flex; align-items: center; gap: 20px; }
#bb-v3-root .bb-reading-toolbar a, #bb-v3-root .bb-reading-toolbar button { font-size: 11px; color: #65594d; background: transparent; padding: 12px 0; }
#bb-v3-root .bb-reading-layout { display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: 40px; align-items: start; }
#bb-v3-root .bb-reading-nav { position: sticky; top: 30px; }
#bb-v3-root .bb-reading-nav > .bb-kicker { display: block; margin-bottom: 18px; }
#bb-v3-root .bb-reading-nav a { color: #686159; text-decoration: none; display: flex; gap: 12px; font-size: 10px; padding: 17px 0; border-bottom: 1px solid var(--bb-line); }
#bb-v3-root .bb-reading-nav a span { font-size: 12px; color: #38312a; }
#bb-v3-root .bb-reading-nav a:hover span { color: #9b3e32; }
#bb-v3-root .bb-reading-nav p { font-size: 11px; color: #686159; margin-top: 22px; }
#bb-v3-root .bb-letter { max-width: 760px; min-width: 0; width: 100%; }
#bb-v3-root .bb-letter-header h2 { font-size: clamp(42px, 4.6vw, 64px); max-width: 740px; }
#bb-v3-root .bb-letter-header .bb-lead { font: 21px/1.65 Philosopher, Georgia, serif; color: #494039; max-width: none; }
#bb-v3-root .bb-themes { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 35px; }
#bb-v3-root .bb-themes section { border-top: 2px solid #ad9e8a; padding: 22px 0 0; }
#bb-v3-root .bb-themes h3 { font-size: 25px; margin-top: 12px; }
#bb-v3-root .bb-themes p { font-size: 16px; line-height: 1.75; }
#bb-v3-root .bb-themes .bb-note { font-size: 13px; }
#bb-v3-root .bb-symbol { border-block: 1px solid var(--bb-line); margin-top: 35px; padding: 0 0 8px; }
#bb-v3-root .bb-symbol summary { cursor: pointer; font: 25px/1.4 Philosopher, Georgia, serif; padding: 18px 0 10px; }
#bb-v3-root .bb-symbol summary span:first-child { font: 10px Mulish, sans-serif; text-transform: uppercase; letter-spacing: .1em; color: #686159; margin-right: 15px; }
#bb-v3-root .bb-symbol p { font-size: 14px; }
#bb-v3-root .bb-symbol h3 { font-size: 23px; }
#bb-v3-root .bb-directions { border-top: 0; padding-top: 8px; }
#bb-v3-root .bb-letter [id], #bb-v3-root #bb-form, #bb-v3-root #bb-start, #bb-v3-root #bb-discover, #bb-v3-root #bb-unlock, #bb-v3-root #bb-human { scroll-margin-top: 80px; }
#bb-v3-root #bb-direction-tabs { display: flex; flex-wrap: wrap; gap: 4px 16px; border-bottom: 1px solid var(--bb-line); padding: 10px 0 0; }
#bb-v3-root #bb-direction-tabs button { background: transparent; color: #686159; font-size: 12px; padding: 12px 0; border-bottom: 2px solid transparent; }
#bb-v3-root #bb-direction-tabs [aria-selected="true"] { color: #943e32; border-bottom-color: #943e32; }
#bb-v3-root #bb-reading-directions { display: block; }
#bb-v3-root #bb-reading-directions h3 { font-size: 28px; }
#bb-v3-root #bb-reading-directions p { font-size: 15px; }
#bb-v3-root #bb-reading-directions .bb-area-question { font: 23px/1.45 Philosopher, Georgia, serif; color: #8a3c31; border-left: 1px solid #ae7868; padding-left: 20px; margin-top: 25px; }
#bb-v3-root .bb-practice { background: #ede3d5; padding: 28px; border-left: 0; }
#bb-v3-root .bb-practice > p:not(.bb-note) { font-size: 24px; }
#bb-v3-root .bb-reading-footer { padding-top: 28px; }
#bb-v3-root .bb-reading-footer > h3 { margin-top: 15px; }
#bb-v3-root #bb-checkpoints fieldset { border: 0; border-bottom: 1px solid var(--bb-line); padding: 0 0 18px; margin: 24px 0; }
#bb-v3-root #bb-checkpoints legend { font-size: 14px; line-height: 1.7; padding: 0; margin-bottom: 8px; float: none; width: 100%; }
#bb-v3-root #bb-checkpoints label { display: inline-flex; gap: 8px; align-items: center; margin: 4px 18px 0 0; min-height: 44px; font-size: 12px; cursor: pointer; }
#bb-v3-root #bb-checkpoints input { width: 16px; height: 16px; padding: 0; accent-color: #963f33; }
#bb-v3-root .bb-unlock { background: #eee4d6; border-top: 1px solid #bbafa0; }
#bb-v3-root .bb-unlock h2 { font-size: clamp(40px, 4.8vw, 64px); }
#bb-v3-root .bb-books { gap: 36px; }
#bb-v3-root .bb-book { border-top: 1px solid #a69782; }
#bb-v3-root .bb-book h3 { margin: 20px 0; }
#bb-v3-root .bb-book-decode { border-top: 3px solid #a14436; padding-top: 22px; }
#bb-v3-root .bb-contents { padding: 0 0 0 16px; margin: 25px 0; font-size: 13px; line-height: 1.65; }
#bb-v3-root .bb-contents li { padding: 4px 0; }
#bb-v3-root .bb-commerce-note { font-size: 12px; line-height: 1.7; padding: 20px 0; border-top: 1px solid #bbafa0; color: #65594d; }
#bb-v3-root .bb-human { margin-top: 30px; }
@media (max-width: 900px) {
  #bb-v3-root .bb-discover, #bb-v3-root .bb-intro, #bb-v3-root .bb-books { grid-template-columns: 1fr; gap: 40px; }
  #bb-v3-root .bb-sample { max-width: 610px; }
  #bb-v3-root .bb-reading-layout { grid-template-columns: 1fr; gap: 30px; }
  #bb-v3-root .bb-reading-nav { position: static; display: flex; flex-wrap: wrap; gap: 5px 20px; }
  #bb-v3-root .bb-reading-nav > .bb-kicker { width: 100%; margin-bottom: 0; }
  #bb-v3-root .bb-reading-nav p { display: none; }
  #bb-v3-root .bb-reading-nav a { gap: 7px; }
  #bb-v3-root .bb-letter { max-width: none; }
}
@media (max-width: 760px) {
  #bb-v3-root .bb-wrap { padding: 62px 6vw; }
  #bb-v3-root .bb-chapterbar { gap: 0 24px; justify-content: flex-start; }
  #bb-v3-root .bb-chapterbar a { font-size: 11px; padding: 10px 0; }
  #bb-v3-root .bb-discover { grid-template-columns: 1fr; gap: 40px; }
  #bb-v3-root .bb-discover h2 { font-size: 46px; }
  #bb-v3-root .bb-sample { padding: 24px; margin-right: 9px; }
  #bb-v3-root .bb-sample h3 { font-size: 36px; }
  #bb-v3-root .bb-reading-toolbar { align-items: flex-start; flex-direction: column; margin-bottom: 28px; gap: 8px; }
  #bb-v3-root .bb-reading-toolbar > div { width: 100%; justify-content: space-between; }
  #bb-v3-root .bb-letter-header h2 { font-size: 43px; }
  #bb-v3-root .bb-letter-header .bb-lead { font-size: 22px; }
  #bb-v3-root .bb-themes { grid-template-columns: 1fr; gap: 18px; }
  #bb-v3-root .bb-practice { padding: 24px; }
}
@media print {
  @page { margin: 16mm; }
  body { background: white !important; color: #16150f !important; }
  body:not(.bb-checkout-page) > :not(main), body:not(.bb-checkout-page) > main > :not(#bb-v3-root) { display: none !important; }
  #bb-v3-root > :not(#bb-reveal), #bb-v3-root .bb-reading-nav, #bb-v3-root .bb-reading-toolbar > div,
  #bb-v3-root #bb-direction-tabs, #bb-v3-root #bb-checkpoints, #bb-v3-root #bb-feedback-status, #bb-v3-root .bb-text-link { display: none !important; }
  #bb-v3-root, #bb-v3-root .bb-reveal, #bb-v3-root .bb-practice { background: white; }
  #bb-v3-root .bb-reveal { max-width: none; padding: 0; border: 0; }
  #bb-v3-root .bb-reading-layout, #bb-v3-root #bb-reading-directions > [hidden] { display: block !important; }
  #bb-v3-root .bb-letter { max-width: none; }
  #bb-v3-root .bb-letter-header h2 { font-size: 38px; }
  #bb-v3-root .bb-letter p, #bb-v3-root #bb-reading-directions p { font-size: 11pt; }
  #bb-v3-root .bb-reading-toolbar { margin-bottom: 20px; }
  #bb-v3-root h2, #bb-v3-root h3 { break-after: avoid; }
  #bb-v3-root .bb-themes section, #bb-v3-root .bb-practice { break-inside: avoid; }
}

/* Chart-led report: readable paper, real data, optional traditional notation. */
#bb-v3-root .bb-reveal { padding-top: 44px; }
#bb-v3-root .bb-reveal .bb-reading-toolbar { margin-bottom: 30px; }
#bb-v3-root .bb-reveal .bb-letter-header { margin-bottom: 28px; }
#bb-v3-root .bb-reveal .bb-letter-header h2 { font-size: clamp(34px, 3.5vw, 46px); }
#bb-v3-root .bb-reveal .bb-letter-header .bb-lead { font-size: 20px; }
#bb-v3-root .bb-chart-section { padding: 38px 0; border-top: 1px solid var(--bb-line); }
#bb-v3-root .bb-chart-section > h3 { margin-top: 16px; font-size: 34px; }
#bb-v3-root .bb-chart-section h4 { font: 600 16px/1.5 Mulish, sans-serif; margin: 0 0 12px; }
#bb-v3-root .bb-chart-section p { max-width: 68ch; }
#bb-v3-root .bb-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
#bb-v3-root .bb-section-heading h3 { margin: 16px 0; }
#bb-v3-root .bb-chinese { display: none; margin-left: .45em; font-family: Georgia, 'Microsoft YaHei', serif; font-weight: 400; }
#bb-v3-root .bb-with-notation .bb-chinese { display: inline; }
#bb-v3-root .bb-pillars { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid #c2b6a5; margin: 30px 0 20px; }
#bb-v3-root .bb-pillar { min-width: 0; text-align: center; padding: 20px 12px 12px; border-right: 1px solid #d3c5b4; background: #f7efe3; }
#bb-v3-root .bb-pillar:last-child { border-right: 0; }
#bb-v3-root .bb-pillar.bb-day-pillar { background: #eedbc5; box-shadow: inset 0 3px #a14436; }
#bb-v3-root .bb-pillar h4 { text-transform: uppercase; font-size: 11px; letter-spacing: .1em; }
#bb-v3-root .bb-symbol-cell { border-top: 1px solid #d3c5b4; padding: 18px 0 12px; }
#bb-v3-root .bb-symbol-cell small { font-size: 10px; color: #686159; }
#bb-v3-root .bb-pillar-name { font: 34px/1.2 Philosopher, Georgia, serif; margin: 8px 0; color: var(--element); }
#bb-v3-root .bb-pillar-name .bb-chinese { display: none; margin: 6px 0 0; }
#bb-v3-root .bb-with-notation .bb-pillar-name .bb-chinese { display: block; }
#bb-v3-root .bb-symbol-cell p { font-size: 13px; line-height: 1.5; margin: 8px 0 0; }
#bb-v3-root .bb-pillar .bb-pillar-role { font-size: 11px; line-height: 1.6; border-top: 1px solid #d3c5b4; padding-top: 14px; }
#bb-v3-root .bb-element-wood { --element: #35634c; }
#bb-v3-root .bb-element-fire { --element: #a64032; }
#bb-v3-root .bb-element-earth { --element: #846124; }
#bb-v3-root .bb-element-metal { --element: #626b78; }
#bb-v3-root .bb-element-water { --element: #315d7d; }
#bb-v3-root .bb-chart-controls { border-bottom: 1px solid var(--bb-line); padding-bottom: 12px; }
#bb-v3-root .bb-chart-controls label { font-size: 13px; line-height: 1.6; }
#bb-v3-root .bb-chart-controls input, #bb-v3-root .bb-section-heading input { flex: 0 0 18px; }
#bb-v3-root #bb-relation-list { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-top: 15px; }
#bb-v3-root .bb-relation-group { border-top: 2px solid #bbafa0; padding-top: 15px; }
#bb-v3-root .bb-relation-group p { font-size: 13px; line-height: 1.8; padding: 8px 0; margin: 0; }
#bb-v3-root #bb-hidden-stems { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 26px; padding-top: 10px; }
#bb-v3-root #bb-hidden-stems p { font-size: 13px; }
#bb-v3-root .bb-energy-row { display: grid; grid-template-columns: 64px minmax(0, 1fr) 48px; gap: 8px 16px; align-items: center; padding: 18px 0; border-bottom: 1px solid #e0dcd1; font-size: 14px; }
#bb-v3-root .bb-energy-row > span { color: var(--element); font-weight: 700; }
#bb-v3-root .bb-energy-row small { grid-column: 2 / 4; color: #686159; font-size: 12px; }
#bb-v3-root .bb-energy-row meter { width: 100%; height: 16px; accent-color: var(--element); }
#bb-v3-root .bb-energy-row meter::-webkit-meter-bar { background: #e4e0d4; border: 0; border-radius: 0; }
#bb-v3-root .bb-energy-row meter::-webkit-meter-optimum-value { background: var(--element); }
#bb-v3-root .bb-energy-row meter::-moz-meter-bar { background: var(--element); }
#bb-v3-root .bb-star { border-top: 1px solid var(--bb-line); padding: 22px 0; }
#bb-v3-root .bb-star h4 { margin: 0; }
#bb-v3-root .bb-star .bb-star-position { font-size: 13px; color: #843c30; margin: 8px 0; }
#bb-v3-root .bb-star .bb-note { margin: 6px 0 0; }
#bb-v3-root #bb-reading-sections h3 { font-size: 24px; }
#bb-v3-root .bb-themes { margin-top: 20px; }
#bb-v3-root .bb-themes strong { display: block; font-size: 12px; color: #686159; margin: 15px 0 5px; }
#bb-v3-root .bb-paid-samples { max-width: 760px; margin: 32px 0; }
#bb-v3-root .bb-paid-samples h3 { font-size: 28px; font-weight: 400; }
#bb-v3-root .bb-paid-samples details details { margin-left: 16px; padding-left: 16px; border-left: 2px solid #b5a28a; }
#bb-v3-root .bb-paid-samples details h3 { font-size: 22px; }
#bb-v3-root .bb-paid-samples details p, #bb-v3-root .bb-roadmap-steps { font-size: 15px; line-height: 1.8; }
#bb-v3-root .bb-roadmap-steps { padding-left: 24px; }
#bb-v3-root .bb-roadmap-steps li { padding: 10px 0 10px 8px; }
@media (max-width: 760px) {
  #bb-v3-root .bb-pillars { margin-top: 20px; }
  #bb-v3-root .bb-pillar { padding: 14px 6px 8px; overflow-wrap: anywhere; }
  #bb-v3-root .bb-pillar-name { font-size: 25px; }
  #bb-v3-root .bb-symbol-cell p { font-size: 12px; }
  #bb-v3-root .bb-symbol-cell small { font-size: 9px; }
  #bb-v3-root .bb-pillar .bb-pillar-role { font-size: 10px; }
  #bb-v3-root .bb-chart-section > h3 { font-size: 29px; }
  #bb-v3-root #bb-relation-list, #bb-v3-root #bb-hidden-stems { grid-template-columns: 1fr; }
  #bb-v3-root .bb-energy-row { column-gap: 10px; }
}
@media print {
  #bb-v3-root .bb-chart-controls, #bb-v3-root .bb-section-heading label { display: none; }
  #bb-v3-root .bb-pillars, #bb-v3-root .bb-star, #bb-v3-root .bb-relation-group { break-inside: avoid; }
  #bb-v3-root .bb-chart-section { padding: 20px 0; }
  #bb-v3-root .bb-energy-row { print-color-adjust: exact; }
}

/* Explore the chart: the same paper palette, with colour tied to actual elements. */
/* Purchase entry points: review is available; charging remains deliberately off. */
#bb-v3-root .bb-book { display: flex; flex-direction: column; }
#bb-v3-root .bb-purchase-action { margin-top: auto; padding-top: 28px; }
#bb-v3-root .bb-purchase-button { width: 100%; padding: 18px 20px; background: #28231f; color: #faf6ee; text-align: left; line-height: 1.5; }
#bb-v3-root .bb-purchase-button:hover:not(:disabled) { background: #494039; }
#bb-v3-root .bb-purchase-action .bb-note { margin: 10px 0 0; }
#bb-v3-root .bb-order-review { width: min(560px, calc(100% - 24px)); max-height: calc(100dvh - 32px); margin: auto; overflow-y: auto; padding: 30px; border: 1px solid #b5a28a; color: #16150f; background: #faf6ee; box-shadow: 0 20px 80px #16150f40; }
#bb-v3-root .bb-order-review::backdrop { background: #241c17a8; }
#bb-v3-root .bb-order-top { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
#bb-v3-root #bb-order-close { background: transparent; color: #65594d; padding: 8px; font-size: 12px; }
#bb-v3-root .bb-order-review h2 { font-size: clamp(32px, 5vw, 42px); margin: 20px 0 16px; }
#bb-v3-root .bb-order-review > p { font-size: 14px; }
#bb-v3-root .bb-order-total { border-top: 1px solid #c6c4b4; border-bottom: 1px solid #c6c4b4; padding: 14px 0; margin: 24px 0 16px; }
#bb-v3-root .bb-order-total > div { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; padding: 8px 0; }
#bb-v3-root .bb-order-total dt { font-size: 12px; }
#bb-v3-root .bb-order-total dd { margin: 0; font-size: 14px; text-align: right; }
#bb-v3-root #bb-order-price { font: 26px Philosopher, Georgia, serif; }
#bb-v3-root .bb-order-areas { color: #686159; line-height: 1.8; }
#bb-v3-root .bb-order-profile { background: #eee4d6; padding: 18px; margin: 24px 0; }
#bb-v3-root .bb-order-profile h3 { margin: 0; font-size: 23px; }
#bb-v3-root .bb-order-profile p { font-size: 13px; margin: 12px 0; }
#bb-v3-root #bb-order-profile-link { font-size: 12px; margin: 0; padding: 8px 0; }
#bb-v3-root .bb-paypal-button { width: 100%; background: #e7e1d2; color: #585849; border: 1px solid #c2bdad; padding: 16px; margin-top: 12px; }
#bb-v3-root .bb-paypal-button:disabled { opacity: 1; cursor: not-allowed; }
#bb-v3-root .bb-order-sample { width: 100%; background: transparent; color: #65594d; text-decoration: underline; text-underline-offset: 4px; margin-top: 12px; }
@media (max-width: 480px) {
  #bb-v3-root .bb-order-review { padding: 20px; }
  #bb-v3-root .bb-purchase-button { font-size: 13px; padding: 16px; }
}
@media print { #bb-v3-root .bb-order-review { display: none !important; } }
#bb-v3-root .bb-chart-tooltip { position: fixed; z-index: 1001; box-sizing: border-box; max-height: min(430px, 62vh); overflow-y: auto; padding: 20px; background: #fffaf0; color: #302820; border: 1px solid #b5a28a; box-shadow: 0 8px 28px #30282026; }
#bb-v3-root .bb-chart-tooltip h4 { font: 23px/1.25 Philosopher, Georgia, serif; margin: 0 0 12px; }
#bb-v3-root .bb-chart-tooltip p { font: 13px/1.75 Mulish, sans-serif; margin: 0; }
#bb-v3-root .bb-chart-tooltip button { display: block; min-height: 44px; border: 0; background: transparent; padding: 12px 0 0; color: #743e30; text-decoration: underline; font: 12px Mulish, sans-serif; cursor: pointer; }
#bb-v3-root .bb-explore-hint { font-size: 12px; color: #686159; }
#bb-v3-root .bb-pillars { gap: 8px; border: 0; }
#bb-v3-root .bb-pillar { border: 1px solid #c8b9a6; border-radius: 70px 70px 0 0; padding: 28px 10px 10px; background: #f5ebdd; }
#bb-v3-root .bb-pillar:last-child { border-right: 1px solid #c8b9a6; }
#bb-v3-root .bb-pillar.bb-day-pillar { background: #eddbc6; box-shadow: none; border-color: #a14436; }
#bb-v3-root .bb-symbol-cell { display: block; width: 100%; background: transparent; border: 0; border-top: 1px solid #d3c5b4; padding: 14px 4px 12px; color: var(--element); text-align: center; cursor: pointer; border-radius: 0; font: inherit; }
#bb-v3-root .bb-symbol-cell .bb-pillar-name { display: block; font-size: 38px; }
#bb-v3-root .bb-symbol-label { display: block; font-size: 12px; line-height: 1.5; }
#bb-v3-root .bb-symbol-cue { display: block; margin-top: 10px; font-size: 9px; letter-spacing: .04em; color: #686159; }
#bb-v3-root .bb-explore-item { transition: background-color .15s, box-shadow .15s; }
#bb-v3-root .bb-explore-item:hover, #bb-v3-root .bb-explore-item.bb-is-active { background-color: #fffaf0; }
#bb-v3-root .bb-explore-item:focus-visible, #bb-v3-root .bb-explorer-reset:focus-visible { outline: 2px solid #843c30; outline-offset: 3px; }
#bb-v3-root .bb-symbol-cell.bb-is-linked { box-shadow: inset 0 0 0 2px var(--element); background: #fffaf0; }
#bb-v3-root .bb-explainer { border-left: 2px solid #8b4938; background: #eae7dc; padding: 20px 24px; margin: 22px 0; min-height: 170px; }
#bb-v3-root .bb-explainer h4 { margin: 9px 0; font: 24px/1.3 Philosopher, Georgia, serif; }
#bb-v3-root .bb-explainer p { margin: 0; font-size: 14px; line-height: 1.8; }
#bb-v3-root .bb-explorer-reset { min-height: 44px; border: 0; background: transparent; text-decoration: underline; padding: 10px 0 0; color: #743e30; font-size: 12px; cursor: pointer; }
#bb-v3-root .bb-energy-composition { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 36px; align-items: center; margin: 28px 0; }
#bb-v3-root .bb-element-wheel { aspect-ratio: 1; border-radius: 50%; padding: 24px; box-shadow: 0 0 0 8px #ede9dd; }
#bb-v3-root .bb-element-wheel > div { width: 100%; height: 100%; border-radius: 50%; background: #f1ebe0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
#bb-v3-root #bb-wheel-total { font: 56px/1 Philosopher, Georgia, serif; }
#bb-v3-root .bb-element-wheel small { font-size: 10px; margin-top: 9px; }
#bb-v3-root .bb-energy-row { padding: 6px 0; column-gap: 10px; }
#bb-v3-root .bb-energy-row small { font-size: 10px; padding-bottom: 8px; }
#bb-v3-root .bb-element-choice { min-height: 44px; border: 0; padding: 4px 0; background: transparent; color: var(--element); font: 700 13px Mulish, sans-serif; cursor: pointer; text-align: left; text-decoration: underline; text-underline-offset: 4px; }
#bb-v3-root #bb-star-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }
#bb-v3-root .bb-star { padding: 20px 0; }
#bb-v3-root .bb-star-marker { display: block; font-size: 10px; color: #686159; margin-bottom: 8px; letter-spacing: .06em; text-transform: uppercase; }
#bb-v3-root .bb-star-present .bb-star-marker { color: #843c30; }
#bb-v3-root .bb-star button { font: 24px/1.25 Philosopher, Georgia, serif; background: transparent; border: 0; padding: 6px 0; min-height: 44px; color: #302820; text-align: left; cursor: pointer; text-decoration: underline; text-decoration-color: #c5b5a1; text-underline-offset: 5px; }
#bb-v3-root .bb-star .bb-note { font-size: 13px; }
#bb-v3-root .bb-relation-link { width: 100%; display: block; border: 0; border-bottom: 1px solid #d6d4c8; background: transparent; text-align: left; padding: 12px 4px; min-height: 44px; color: #65594d; font: 13px/1.7 Mulish, sans-serif; cursor: pointer; }

/* Founder film: a portrait-format player inside an ink-like circular frame. */
.bb-founder-video { text-align: center; min-width: 0; color: #ecebdf; }
.bb-ink-orbit { position: relative; padding: 28px 0; isolation: isolate; overflow: clip; }
.bb-ink-orbit::before, .bb-ink-orbit::after { content: ''; position: absolute; z-index: -1; width: min(100%, 460px); aspect-ratio: 1; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(-18deg); border: 9px solid #302820; border-width: 3px 10px 7px 2px; border-radius: 48% 52% 44% 56%; opacity: .7; }
.bb-ink-orbit::after { width: min(92%, 424px); border-width: 1px 2px 5px 3px; transform: translate(-50%, -50%) rotate(21deg); opacity: .35; }
.bb-video-stage { width: min(72%, 288px); aspect-ratio: 9 / 16; margin: 0 auto; background: #302820; box-shadow: 8px 10px 0 #beab90; overflow: hidden; }
.bb-video-stage iframe { display: block; width: 100%; height: 100%; border: 0; }
#bb-video-launch { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px; width: 100%; height: 100%; border: 0; background: #302820; color: #f1ebe0; padding: 24px 18px; cursor: pointer; }
#bb-video-launch:hover { background: #4d4034; }
#bb-video-launch:focus-visible { outline: 3px solid #e4ad71; outline-offset: -6px; }
.bb-video-eyebrow { font: 10px Mulish, sans-serif; text-transform: uppercase; letter-spacing: .15em; }
.bb-video-title { font: 31px/1.1 Philosopher, Georgia, serif; }
.bb-video-play { display: grid; place-items: center; width: 62px; height: 62px; padding-left: 4px; border: 1px solid #cbbda9; border-radius: 50%; font-size: 18px; }
.bb-video-watch { font: 13px Mulish, sans-serif; }
.bb-video-duration { font: 10px Mulish, sans-serif; color: #d2c4b0; }
.bb-founder-video .bb-video-caption { margin: 18px auto 12px; font: 23px/1.4 Philosopher, Georgia, serif; }
.bb-founder-video .bb-video-note { max-width: 340px; margin: 8px auto; font: 11px/1.7 Mulish, sans-serif; color: #d2c4b0; }
.bb-video-fallback { display: inline-block; padding: 12px 0; color: #e8dccb; font: 12px Mulish, sans-serif; text-underline-offset: 4px; }
.bb-founder-video .bb-ink-orbit::before, .bb-founder-video .bb-ink-orbit::after { border-color: #b3a184; }
@media (max-width: 760px) {
  #bb-v3-root .bb-pillars { gap: 5px; }
  #bb-v3-root .bb-pillar { border-radius: 40px 40px 0 0; padding: 22px 4px 8px; }
  #bb-v3-root .bb-symbol-cell { padding: 12px 1px; }
  #bb-v3-root .bb-symbol-cell .bb-pillar-name { font-size: 29px; }
  #bb-v3-root .bb-symbol-label { font-size: 11px; }
  #bb-v3-root .bb-energy-composition { grid-template-columns: 1fr; gap: 24px; }
  #bb-v3-root .bb-element-wheel { width: 190px; margin: 8px auto; }
  #bb-v3-root .bb-explainer { padding: 18px; }
  #bb-v3-root #bb-star-list { column-gap: 18px; }
  #bb-v3-root .bb-star button { font-size: 21px; }
}
.bb-checkout-page { background: #f7f3e9; color: #302820; font-family: Mulish, sans-serif; margin: 0; }
.bb-checkout-page main { max-width: 840px; margin: 0 auto; padding: 48px 24px; overflow-wrap: anywhere; }
.bb-checkout-page h1, .bb-checkout-page h2, .bb-checkout-page h3 { font-family: Philosopher, Georgia, serif; font-weight: 400; }
.bb-checkout-page h1 { font-size: clamp(32px, 6vw, 56px); }
.bb-checkout-page h2 { font-size: 32px; margin-top: 48px; }
.bb-checkout-page h3 { font-size: 28px; }
.bb-checkout-page p, .bb-checkout-page li { line-height: 1.8; }
.bb-checkout-page article section { padding: 24px 0; border-top: 1px solid #d3c5b4; }
.bb-checkout-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0; }
.bb-checkout-page button { padding: 14px 18px; border: 1px solid #302820; background: #302820; color: white; border-radius: 4px; cursor: pointer; font: inherit; }
.bb-checkout-page button:disabled { opacity: .55; cursor: wait; }
.bb-checkout-page [hidden], #bb-v3-root #bb-payment-consent-label[hidden], #bb-v3-root #bb-payment-recover[hidden] { display: none !important; }
@media print { .bb-checkout-page main > a, .bb-checkout-actions, .bb-checkout-page main > .bb-note { display: none !important; } .bb-checkout-page main { padding: 0; } .bb-checkout-page h3, .bb-checkout-page h4 { break-after: avoid; } }
@media (max-width: 360px) {
  #bb-v3-root #bb-star-list { grid-template-columns: 1fr; }
  .bb-video-title { font-size: 25px; }
  #bb-video-launch { gap: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  #bb-v3-root .bb-explore-item { transition: none; }
}
@media print {
  #bb-v3-root .bb-chart-tooltip, #bb-v3-root .bb-explainer, #bb-v3-root .bb-explore-hint, #bb-v3-root .bb-symbol-cue { display: none !important; }
  #bb-v3-root .bb-explore-item { box-shadow: none !important; background: transparent !important; }
  #bb-v3-root .bb-element-wheel { print-color-adjust: exact; }
}
