.book-hero {
  background:
    radial-gradient(circle at 16% 18%, color-mix(in srgb, var(--brass) 16%, transparent), transparent 26rem),
    linear-gradient(135deg, var(--forest) 0%, var(--canopy) 64%, var(--moss-deep) 100%);
  color: var(--paper);
  overflow: hidden;
  padding: clamp(3rem, 6vw, 5.75rem) 1.25rem;
  position: relative;
}

.book-hero::after {
  background-image:
    linear-gradient(color-mix(in srgb, var(--paper) 3.5%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--paper) 3.5%, transparent) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
  inset: 0;
  opacity: 0.34;
  pointer-events: none;
  position: absolute;
}

.book-hero-inner {
  align-items: center;
  display: grid;
  gap: clamp(2.5rem, 6vw, 6rem);
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  margin: 0 auto;
  max-width: var(--max);
  min-width: 0;
  position: relative;
  z-index: 1;
}

.book-cover-stage {
  justify-items: center;
  margin: 0;
  position: relative;
}

.book-cover-stage::before {
  background: color-mix(in srgb, var(--forest-night) 28%, transparent);
  border-radius: 50%;
  bottom: 1.7rem;
  content: "";
  filter: blur(18px);
  height: 34px;
  position: absolute;
  width: 78%;
}

.book-cover-front {
  aspect-ratio: 0.705 / 1;
  background-image: image-set(
    url("/downloads/book/the-bridge-maker-cover.webp") type("image/webp"),
    url("/downloads/book/the-bridge-maker-cover.jpg") type("image/jpeg")
  );
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border: 1px solid color-mix(in srgb, var(--paper) 28%, transparent);
  box-shadow: 0 22px 42px color-mix(in srgb, var(--forest-night) 30%, transparent);
  max-width: 400px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.book-cover-stage > p {
  color: color-mix(in srgb, var(--paper) 70%, transparent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 1.1rem 0 0;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.book-hero-copy h1 {
  font-size: clamp(3.2rem, 7vw, 6.4rem);
  line-height: 0.98;
  margin-bottom: 1rem;
  max-width: none;
}

.book-mobile-buy {display:none}

.book-subtitle {
  color: var(--brass);
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.2vw, 1.9rem);
  font-weight: 600;
  line-height: 1.3;
  max-width: 31ch;
}

.book-hook {
  border-bottom: 1px solid color-mix(in srgb, var(--brass) 50%, transparent);
  border-top: 1px solid color-mix(in srgb, var(--brass) 50%, transparent);
  color: var(--paper);
  font-weight: 700;
  margin: 1.55rem 0;
  max-width: 43ch;
  padding: 1rem 0;
}

.book-hero-copy > p:not(.eyebrow):not(.book-subtitle):not(.book-hook):not(.book-payment-note) {
  color: color-mix(in srgb, var(--paper) 82%, transparent);
  max-width: 58ch;
}

.book-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.7rem;
}

.book-hero .button.secondary {
  background: transparent;
  border-color: color-mix(in srgb, var(--paper) 58%, transparent);
  color: var(--paper);
}

.book-hero .button.secondary:hover {
  background: var(--paper);
  border-color: var(--paper);
  color: var(--forest);
}

.book-payment-note {
  color: color-mix(in srgb, var(--paper) 68%, transparent);
  font-size: 0.88rem;
  margin: 0.8rem 0 0;
}

.book-purchase-dock {
  display: none;
}

.book-problem {
  background: var(--field-paper);
}

.book-problem-layout {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 6vw, 6rem);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.book-problem-layout h2,
.book-outcome-section h2,
.book-reader-section h2,
.book-edition-section h2 {
  max-width: 19ch;
}

.book-problem-copy {
  max-width: 66ch;
}

.book-pullquote {
  color: var(--forest);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  font-weight: 700;
  line-height: 1.35;
  margin-top: 2rem;
}

.book-outcome-section {
  background: var(--paper);
}

.book-outcomes {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 2.3rem 0 0;
  padding: 0;
}

.book-outcomes li {
  --outcome-accent: var(--route-i);
  border-top: 2px solid var(--outcome-accent);
  min-width: 0;
  padding: 1.2rem clamp(1rem, 2vw, 1.6rem) 0 0;
}

.book-outcomes li:nth-child(1) { --outcome-accent: var(--route-b); }
.book-outcomes li:nth-child(2) { --outcome-accent: var(--route-r); }
.book-outcomes li:nth-child(3) { --outcome-accent: var(--route-i); }
.book-outcomes li:nth-child(4) { --outcome-accent: var(--route-g); }

.book-outcomes li + li {
  border-left: 1px solid var(--line);
  padding-left: clamp(1rem, 2vw, 1.6rem);
}

.book-outcomes span,
.book-frameworks span,
.book-format {
  color: var(--clay-strong);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.book-outcomes strong {
  color: var(--forest);
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.2;
  margin: 0.8rem 0 0.5rem;
}

.book-outcomes p {
  color: var(--muted);
  font-size: var(--type-secondary);
  line-height: 1.55;
  margin: 0;
}

.book-framework-section h2,
.book-framework-section h3 {
  color: var(--paper);
}

.book-framework-section {
  overflow: hidden;
  position: relative;
}

.book-framework-section::after {
  border: 1px solid color-mix(in srgb, var(--brass) 18%, transparent);
  border-radius: 50%;
  content: "";
  height: 30rem;
  position: absolute;
  right: -12rem;
  top: -12rem;
  width: 30rem;
}

.book-framework-intro {
  max-width: 66ch;
  position: relative;
  z-index: 1;
}

.book-framework-intro > p:last-child {
  color: color-mix(in srgb, var(--paper) 76%, transparent);
}

.book-frameworks {
  display: grid;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 3rem;
  position: relative;
  z-index: 1;
}

.book-frameworks article {
  --framework-accent: var(--route-i);
  border-top: 1px solid color-mix(in oklch, var(--framework-accent), var(--paper) 24%);
  padding-top: 1.2rem;
}

.book-frameworks article:nth-child(1) { --framework-accent: var(--route-b); }
.book-frameworks article:nth-child(2) { --framework-accent: var(--route-r); }
.book-frameworks article:nth-child(3) { --framework-accent: var(--route-i); }
.book-frameworks article:nth-child(4) { --framework-accent: var(--route-d); }
.book-frameworks article:nth-child(5) { --framework-accent: var(--route-g); }
.book-frameworks article:nth-child(6) { --framework-accent: var(--route-e); }

.book-frameworks article span {
  color: color-mix(in oklch, var(--framework-accent), var(--paper) 72%);
}

.book-frameworks h3 {
  font-size: clamp(1.4rem, 2vw, 1.9rem);
  margin: 0.75rem 0;
}

.book-frameworks p {
  color: color-mix(in srgb, var(--paper) 72%, transparent);
  margin: 0;
}

.book-inside-layout {
  align-items: start;
  display: grid;
  gap: clamp(2.5rem, 7vw, 7rem);
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
}

.book-framework-section .book-inside-layout {
  margin-top: clamp(3rem, 7vw, 6rem);
  position: relative;
  z-index: 1;
}

.book-framework-section .book-example-list li,
.book-framework-section .book-inventory,
.book-framework-section .book-inventory div {
  border-color: color-mix(in srgb, var(--paper) 24%, transparent);
}

.book-framework-section .book-example-list li,
.book-framework-section .book-inventory dt {
  color: var(--paper);
}

.book-framework-section .book-example-list li::before,
.book-framework-section .text-link {
  color: var(--brass);
}

.book-framework-section .book-inventory dd {
  color: color-mix(in srgb, var(--paper) 78%, transparent);
}

.book-example-list {
  list-style: none;
  margin: 2rem 0;
  padding: 0;
}

.book-example-list li {
  border-top: 1px solid var(--line);
  padding: 0.9rem 0 0.9rem 1.7rem;
  position: relative;
}

.book-example-list li::before {
  color: var(--brass-strong);
  content: "•";
  font-size: 1.4rem;
  left: 0.2rem;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
}

.book-inventory {
  border-bottom: 1px solid var(--line);
  margin: 0;
}

.book-inventory div {
  align-items: baseline;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(72px, 0.35fr) 1fr;
  padding: 1rem 0;
}

.book-inventory dt {
  color: var(--forest);
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1;
}

.book-inventory dd {
  color: var(--muted);
  margin: 0;
}

.book-reader-lines {
  margin-top: 2rem;
}

.book-reader-lines p {
  align-items: baseline;
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(1rem, 4vw, 4rem);
  grid-template-columns: minmax(220px, 0.7fr) 1.3fr;
  margin: 0;
  padding: 1rem 0;
}

.book-reader-lines strong {
  color: var(--forest);
  font-family: var(--font-display);
  font-size: 1.22rem;
}

.book-reader-lines span {
  color: var(--muted);
}

.book-edition-section {
  background: var(--paper);
}

.book-buy-heading {
  margin-bottom: 2.2rem;
  max-width: 68ch;
}

.book-editions {
  display: grid;
  gap: clamp(1rem, 2vw, 1.4rem);
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.book-edition {
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 490px;
  padding: clamp(1.5rem, 4vw, 2.6rem);
}

.book-edition-digital {
  background: var(--forest);
  color: var(--paper);
}

.book-edition-digital h3,
.book-edition-digital .book-price {
  color: var(--paper);
}

.book-edition-digital .book-format {
  color: var(--brass);
}

.book-edition-print {
  background:
    radial-gradient(circle at 86% 18%, var(--brass-wash), transparent 19rem),
    var(--field-paper);
}

.book-edition h3 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin: 0.45rem 0 0.2rem;
}

.book-price {
  color: var(--forest);
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 5.2rem);
  font-weight: 700;
  line-height: 1;
  margin: 1rem 0 1.3rem;
}

.book-price span {
  font-family: var(--font-body);
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  vertical-align: top;
}

.book-edition ul {
  margin: 1.4rem 0 2rem;
  padding-left: 1.2rem;
}

.book-edition .button {
  width: 100%;
}

.book-checkout-assurance {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 1rem 0 0;
  text-align: center;
}

.book-checkout-assurance a {
  align-items: center;
  color: var(--forest);
  display: inline-flex;
  font-weight: 700;
  min-height: 44px;
  padding: 0.35rem 0.15rem;
}

.book-print-layout {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1.45fr);
}

.book-cover-spread {
  border: 1px solid color-mix(in srgb, var(--forest) 18%, transparent);
  box-shadow: var(--shadow);
  display: block;
}

.book-cover-spread img {
  height: auto;
  width: 100%;
}

.book-faq-list {
  border-bottom: 1px solid var(--line);
  max-width: 900px;
}

.book-faq-list details {
  border-top: 1px solid var(--line);
  padding: 1rem 0;
}

.book-faq-list summary {
  color: var(--forest);
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 700;
  list-style-position: outside;
  min-height: 44px;
  padding: 0.45rem 1.5rem 0.45rem 0;
}

.book-faq-list p {
  color: var(--muted);
  margin: 0.45rem 0 0;
  max-width: 68ch;
}

.book-faq-list p a[href^="mailto:"] {
  align-items: center;
  display: inline-flex;
  min-height: 44px;
  padding: 0.35rem 0.15rem;
}

@media (max-width: 980px) {
  .book-hero-inner,
  .book-problem-layout,
  .book-inside-layout,
  .book-print-layout {
    grid-template-columns: 1fr;
  }

  .book-cover-front {
    max-width: 330px;
  }

  .book-cover-stage {
    justify-self: center;
    order: 2;
    width: min(100%, 330px);
  }

  .book-hero-copy {
    justify-self: center;
    max-width: 720px;
    min-width: 0;
    order: 1;
    width: 100%;
  }

  .book-problem-layout > * {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .book-outcomes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .book-outcomes li:nth-child(3) {
    border-left: 0;
  }

  .book-frameworks {
    grid-template-columns: 1fr;
  }

  .book-editions {
    grid-template-columns: 1fr;
  }

  .book-edition {
    min-height: 0;
  }

  .book-print-layout > div {
    max-width: 680px;
  }
}

@media (max-width: 560px) {
  .book-hero {
    padding-bottom: 3.2rem;
    padding-top: 2.6rem;
  }

  .book-hero-inner {
    gap: 1.65rem;
  }

  .book-cover-stage {
    width: min(54vw, 215px);
  }

  .book-hero-copy h1 {
    font-size: clamp(2.65rem, 13.5vw, 4rem);
  }

  .book-subtitle {
    font-size: 1.25rem;
  }

  .book-mobile-buy {
    display:grid;
    gap:0.5rem;
    grid-template-columns:repeat(2,minmax(0,1fr));
    margin:0.8rem 0 1.25rem;
  }

  .book-mobile-buy .button {
    align-items:flex-start;
    flex-direction:column;
    gap:0.12rem;
    min-height:58px;
    min-width:0;
    padding:0.6rem 0.72rem;
    text-align:left;
  }

  .book-mobile-buy .button span {font-size:0.8rem;font-weight:700}
  .book-mobile-buy .button strong {font-size:0.9rem;line-height:1.2}
  .book-mobile-buy > p {color:color-mix(in srgb, var(--paper) 74%, transparent);font-size:0.78rem;grid-column:1 / -1;margin:0}

  .book-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .book-hero-actions .button {
    min-width: 0;
    width: 100%;
  }

  .book-hero-copy h1 .nowrap {
    overflow-wrap: anywhere;
    white-space: normal;
    word-break: normal;
  }

  .book-outcomes {
    grid-template-columns: 1fr;
  }

  .book-outcomes li,
  .book-outcomes li + li {
    border-left: 0;
    padding-left: 0;
  }

  .book-reader-lines p {
    gap: 0.4rem;
    grid-template-columns: 1fr;
  }

  .book-inventory div {
    grid-template-columns: 82px 1fr;
  }

  .book-edition {
    padding: 1.35rem;
  }

  .book-purchase-dock {
    background:var(--paper);
    border-top:1px solid var(--line);
    bottom:0;
    box-shadow:0 -8px 24px color-mix(in srgb, var(--forest) 14%, transparent);
    display:grid;
    gap:0.45rem;
    grid-template-columns:1fr 1fr;
    left:0;
    opacity:0;
    padding:0.55rem 0.65rem;
    pointer-events:none;
    position:fixed;
    right:0;
    transform:translateY(100%);
    transition:opacity var(--motion-state) var(--ease-out-quart),transform var(--motion-state) var(--ease-out-quart);
    z-index:80;
  }

  .book-purchase-dock.is-visible {
    opacity:1;
    pointer-events:auto;
    transform:translateY(0);
  }

  .book-purchase-dock a {
    align-items:center;
    background:var(--forest);
    border-radius:var(--control-radius);
    color:var(--paper);
    display:flex;
    flex-direction:column;
    font-size:0.78rem;
    justify-content:center;
    min-height:50px;
    padding:0.35rem;
    text-decoration:none;
  }

  .book-purchase-dock strong {font-size:0.88rem}

  .book-page .wa-w-btn {bottom:76px}
  .book-page .wa-w-panel {bottom:136px}
}

@media (min-width: 561px) and (max-width: 639px) {
  .book-outcomes {
    grid-template-columns: 1fr;
  }

  .book-outcomes li,
  .book-outcomes li + li {
    border-left: 0;
    padding-left: 0;
  }
}

/* Impeccable mobile legibility floor for book labels. */
@media (max-width: 760px) {
  .book-cover-stage > p,
  .book-outcomes span,
  .book-frameworks span,
  .book-format {
    font-size: 0.875rem;
  }
}

/* Editorial type hierarchy */
.book-cover-stage > p,
.book-outcomes span,
.book-frameworks span,
.book-format,
.book-mobile-buy .button span,
.book-mobile-buy > p,
.book-purchase-dock a {
  font-size: var(--type-label);
  line-height: 1.3;
}

.book-payment-note,
.book-checkout-assurance {
  font-size: var(--type-label);
  line-height: 1.5;
}

.book-problem-copy,
.book-framework-intro,
.book-buy-heading,
.book-faq-list p {
  max-width: var(--measure-copy);
}
