@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500&family=Source+Serif+4:ital,opsz,wght@0,8..60,400;0,8..60,600;1,8..60,400&display=swap");

:root {
  --paper: #f1eadc;
  --bone: #faf6ec;
  --ink: #171714;
  --gold: #bd7f16;
  --rust: #8b4a2e;
  --navy: #14202a;
  --line: rgba(23, 23, 20, 0.19);
  --serif: "Source Serif 4", Georgia, serif;
  --display: "Cormorant Garamond", Georgia, serif;
  --condensed: "Barlow Condensed", "Arial Narrow", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  line-height: 1.55;
}
a {
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
.section-pad {
  padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 5vw, 5rem);
}
.anchor-target {
  position: absolute;
  top: 0;
}
.skip-link {
  position: fixed;
  z-index: 999;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.8rem 1rem;
  background: #fff;
  color: #111;
  border: 3px solid var(--gold);
  font: 700 0.85rem/1 var(--condensed);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform 0.18s ease;
}
.skip-link:focus {
  transform: translateY(0);
}
:focus-visible {
  outline: 3px solid #f4bd48;
  outline-offset: 4px;
}
.mobile-menu {
  display: none;
}
.site-header {
  height: 84px;
  padding: 0 clamp(1.25rem, 4vw, 4rem);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  align-items: center;
  border-bottom: 1px solid rgba(250, 246, 236, 0.23);
  position: absolute;
  z-index: 10;
  width: 100%;
  color: var(--bone);
}
.wordmark {
  text-transform: uppercase;
  text-decoration: none;
  font: 600 clamp(1.25rem, 2vw, 1.7rem)/1 var(--display);
  letter-spacing: 0.08em;
}
.desktop-nav {
  display: flex;
  gap: 2.5rem;
}
.desktop-nav a,
.header-cta {
  font: 600 0.79rem/1 var(--condensed);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
}
.desktop-nav a {
  padding: 0.75rem 0;
  border-bottom: 1px solid transparent;
}
.desktop-nav a:hover {
  border-color: var(--gold);
}
.header-cta {
  border: 1px solid var(--gold);
  padding: 0.8rem 0.9rem;
  color: #e7b04d;
  white-space: nowrap;
}
.header-order-buttons {
  justify-self: end;
  display: flex;
  gap: 0.55rem;
}
.header-cta:hover {
  background: var(--gold);
  color: #16130d;
}
.hero {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  color: var(--bone);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.75fr);
  grid-template-rows: 1fr auto;
  background: linear-gradient(108deg, #0a1218 2%, #151e22 52%, #3c2b12 100%);
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0.015),
    transparent 48%,
    rgba(207, 153, 38, 0.035)
  );
}
.hero-grain {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 82% 28%,
      rgba(224, 163, 59, 0.26),
      transparent 24%
    ),
    linear-gradient(90deg, transparent 72%, rgba(198, 138, 34, 0.1));
  z-index: 1;
}
.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: clamp(8.5rem, 12vw, 12rem) 3rem 5rem clamp(1.25rem, 7vw, 7rem);
  max-width: 860px;
  animation: rise 0.75s ease both;
}
.eyebrow,
.byline,
.role {
  font: 700 0.82rem/1.2 var(--condensed);
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: #d99b31;
}
.hero h1 {
  font: 600 clamp(5rem, 9.3vw, 9.2rem)/0.75 var(--display);
  letter-spacing: -0.045em;
  text-transform: uppercase;
  margin: 0.18em 0 0.2em;
}
.subtitle {
  font: italic 500 clamp(1.8rem, 3vw, 3.2rem)/1 var(--display);
  color: #eadcc1;
  margin-bottom: 1.4rem;
}
.byline {
  color: #d8c4a1;
  margin-bottom: 2.3rem;
}
.byline span {
  color: #d99b31;
  padding: 0 0.45rem;
}
.hero-lead {
  font-size: clamp(1.06rem, 1.4vw, 1.32rem);
  line-height: 1.55;
  max-width: 620px;
  color: #e6ded1;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  margin-top: 2.1rem;
  flex-wrap: wrap;
}
.hero-order-buttons {
  display: flex;
  gap: 0.65rem;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 0;
  text-decoration: none;
  font: 700 0.82rem/1 var(--condensed);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 1.05rem 1.4rem;
}
.button.primary {
  background: var(--gold);
  color: #16130d;
}
.button.primary:hover {
  background: #d69a2e;
}
.button.primary.button-can {
  background: transparent;
  color: #f0bd5e;
  border: 1px solid var(--gold);
}
.button.primary.button-can:hover {
  background: var(--gold);
  color: #16130d;
}
.text-link {
  font: 600 0.84rem/1 var(--condensed);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-decoration: none;
  color: #e9b553;
}
.text-link span {
  display: inline-block;
  margin-left: 0.6rem;
  transition: 0.2s;
}
.text-link:hover span {
  transform: translateX(5px);
}
.book-stage {
  z-index: 2;
  align-self: center;
  justify-self: center;
  position: relative;
  padding: 9rem 5rem 7rem 1rem;
  display: grid;
  grid-template-columns: minmax(240px, 405px) auto;
  align-items: center;
  gap: 2rem;
  animation: bookIn 0.9s 0.15s ease both;
}
.book-stage img {
  position: relative;
  z-index: 2;
  max-height: 68vh;
  width: auto;
  box-shadow:
    -20px 35px 70px rgba(0, 0, 0, 0.54),
    inset 4px 0 8px rgba(0, 0, 0, 0.12);
  transform: perspective(1000px) rotateY(-3deg);
}
.book-stage p {
  border-left: 1px solid var(--gold);
  padding-left: 1.4rem;
  font: 500 clamp(1rem, 1.5vw, 1.35rem)/1.75 var(--display);
}
.book-stage p span {
  display: block;
}
.book-shadow {
  position: absolute;
  bottom: 13%;
  left: 3%;
  right: 21%;
  height: 15%;
  background: #000;
  filter: blur(28px);
  opacity: 0.5;
  transform: skewX(-18deg);
}
.hero-proof {
  position: relative;
  z-index: 2;
  grid-column: 1/-1;
  background: rgba(8, 12, 15, 0.85);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1.35rem clamp(1.25rem, 7vw, 7rem);
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
}
.hero-proof p {
  font: italic 500 clamp(1.25rem, 2.1vw, 2rem)/1.2 var(--display);
  margin: 0;
}
.hero-proof span {
  font: 600 0.72rem/1.3 var(--condensed);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c99b4b;
}
.section-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font: 700 0.75rem/1 var(--condensed);
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.section-label span {
  color: var(--rust);
}
.section-label p {
  margin: 0;
}
.section-label.light {
  color: #d9cdb9;
}
.section-label.light span {
  color: #daa23e;
}
.story {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) minmax(250px, 330px);
  gap: clamp(2rem, 5vw, 6rem);
  background-color: #eee7da;
  background-image:
    radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.5), transparent 40%),
    linear-gradient(135deg, #f3ede2 0%, #e8dfd0 56%, #f0e9dd 100%);
}
.story-copy {
  max-width: 780px;
}
.kicker {
  color: var(--rust);
  font: 700 0.86rem/1 var(--condensed);
  text-transform: uppercase;
  letter-spacing: 0.17em;
}
.story h2,
.not-business h2,
.authors h2,
.order h2 {
  font: 600 clamp(3rem, 5.8vw, 6rem)/0.93 var(--display);
  letter-spacing: -0.035em;
  margin: 0.18em 0 0.55em;
}
.columns {
  columns: 2;
  column-gap: 2.5rem;
}
.columns p {
  break-inside: avoid;
  font-size: 1.04rem;
}
.story-aside {
  border-left: 1px solid var(--gold);
  padding: 1rem 0 0.35rem 2.25rem;
  align-self: center;
}
.big-number {
  display: flex;
  align-items: flex-start;
  gap: 0.08em;
  font: 600 clamp(4.8rem, 7vw, 7rem)/1 var(--display);
  letter-spacing: -0.05em;
  color: var(--rust);
  margin: 0 0 0.8rem;
}
.big-number > span {
  font-size: 0.46em;
  line-height: 1;
  padding-top: 0.18em;
}
.story-aside > .metric-label {
  max-width: 260px;
  margin: 0;
  font: 600 1.05rem/1.5 var(--condensed);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.rule {
  height: 1px;
  background: var(--line);
  margin: 2rem 0;
}
.story-aside .small-note {
  margin-bottom: 0;
  font: italic 400 1rem/1.55 var(--serif);
  text-transform: none;
  letter-spacing: 0;
}
.values-band {
  background: var(--gold);
  padding: clamp(3rem, 5vw, 5rem) clamp(1.25rem, 7vw, 7rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3rem;
  align-items: end;
}
.values-band blockquote {
  font: italic 500 clamp(2.2rem, 4.5vw, 4.5rem)/1.05 var(--display);
  margin: 0;
  max-width: 1050px;
}
.values-band div {
  max-width: 260px;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  padding-left: 1.5rem;
}
.values-band div p {
  font-weight: 700;
  margin: 0;
}
.values-band div span {
  font-size: 0.85rem;
}
.legacy {
  background: #17232b;
  color: var(--bone);
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: clamp(2rem, 5vw, 6rem);
}
.legacy-intro {
  max-width: 900px;
}
.legacy h2,
.praise h2 {
  font: 600 clamp(3.3rem, 6.8vw, 7rem)/0.9 var(--display);
  letter-spacing: -0.04em;
}
.legacy-intro > p:last-child {
  max-width: 680px;
  color: #cdc6ba;
  font-size: 1.08rem;
}
.timeline {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.timeline article {
  padding: 2rem 1.5rem 1rem 0;
  position: relative;
}
.timeline article:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  padding-right: 1.5rem;
  margin-right: 1.5rem;
}
.timeline-dot {
  width: 9px;
  height: 9px;
  background: var(--gold);
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: 0;
}
.year {
  color: #dca23b;
  font: 600 1rem/1 var(--condensed);
  letter-spacing: 0.13em;
}
.timeline h3 {
  font: 500 clamp(1.7rem, 2.5vw, 2.6rem)/1 var(--display);
  margin: 0.6rem 0;
}
.timeline article > p:last-child {
  color: #cbc5ba;
  font-size: 0.93rem;
}
.legacy-end {
  grid-column: 2;
  margin-top: 5rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3rem;
}
.legacy-end > p {
  color: #dca23b;
  font: 700 0.83rem/1 var(--condensed);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.legacy-end h3 {
  font: 500 clamp(2rem, 3.3vw, 3.3rem)/1.1 var(--display);
  margin: 0;
}
.not-business {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: clamp(2rem, 5vw, 6rem);
  background: var(--bone);
}
.principles {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
.principles article {
  border-top: 4px solid var(--ink);
  padding-top: 1.5rem;
}
.principles span {
  color: var(--rust);
  font: 700 0.78rem/1 var(--condensed);
}
.principles h3 {
  font: 600 1.7rem/1 var(--display);
  margin: 1.2rem 0 0.7rem;
}
.principles p {
  font-size: 0.95rem;
}
.praise {
  background: #7f4027;
  color: var(--bone);
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: clamp(2rem, 5vw, 6rem);
}
.praise-heading {
  max-width: 980px;
}
.praise .eyebrow {
  color: #f0b34b;
}
.praise-grid {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.22);
}
.praise blockquote {
  margin: 0;
  background: #7f4027;
  padding: 2rem;
  min-height: 330px;
  display: flex;
  flex-direction: column;
}
.praise blockquote.featured {
  background: #15232c;
}
.quote-mark {
  font: 500 4rem/1 var(--display);
  color: #efb04a;
}
.praise blockquote > p {
  font: italic 500 clamp(1.25rem, 1.8vw, 1.7rem)/1.25 var(--display);
  flex: 1;
}
.praise footer strong,
.praise footer span {
  display: block;
}
.praise footer strong {
  font: 700 0.87rem/1.2 var(--condensed);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.praise footer span {
  color: #dfcbbb;
  font-size: 0.78rem;
  line-height: 1.35;
  margin-top: 0.4rem;
}
.authors {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: clamp(2rem, 5vw, 6rem);
  background: var(--paper);
}
.author-intro h2 em {
  color: var(--rust);
  font-weight: 500;
}
.author-grid {
  grid-column: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.author-grid article {
  display: grid;
  grid-template-columns: minmax(180px, 42%) 1fr;
  background: var(--bone);
  border: 1px solid var(--line);
}
.author-grid img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
  filter: saturate(0.75);
}
.author-grid article > div {
  padding: clamp(1.5rem, 3vw, 3rem);
}
.author-grid h3 {
  font: 600 clamp(2rem, 3vw, 3.2rem)/1 var(--display);
  margin: 0.4rem 0 1.2rem;
}
.author-grid article > div > p:last-child {
  font-size: 0.93rem;
}
.order {
  background: linear-gradient(100deg, #101b22, #27333a);
  color: var(--bone);
  padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 8vw, 8rem);
  display: grid;
  grid-template-columns: 1.1fr minmax(180px, 300px) 0.7fr;
  gap: clamp(2rem, 6vw, 7rem);
  align-items: center;
}
.order > div:first-child > p:last-child {
  color: #d5cabc;
}
.order-cover img {
  max-height: 520px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
}
.order-note {
  border-left: 1px solid var(--gold);
  padding-left: 2rem;
}
.order-note span {
  font: 700 0.8rem/1 var(--condensed);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #e1a53d;
}
.order-note p {
  margin: 1rem 0 2rem;
}
.order-note .button {
  width: 100%;
}
.order-purchase-buttons {
  display: grid;
  gap: 0.7rem;
}
.footer {
  background: #090f13;
  color: #b9b5ac;
  padding: 1.35rem clamp(1.25rem, 4vw, 4rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  font: 600 0.68rem/1.2 var(--condensed);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.footer p {
  margin: 0;
}
.footer-title {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.social-button {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 38px;
  padding: 0.55rem 0.85rem;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.08em;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.22);
  transition:
    transform 0.18s ease,
    filter 0.18s ease;
}
.social-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.12);
}
.social-button span {
  display: inline-grid;
  place-items: center;
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 2px;
  font:
    700 1rem/1 Arial,
    sans-serif;
  text-transform: none;
}
.social-button.facebook {
  background: #1877f2;
}
.social-button.facebook span {
  color: #1877f2;
  border-radius: 50%;
  font-size: 1.15rem;
}
.social-button.linkedin {
  background: #0a66c2;
}
.social-button.linkedin span {
  color: #0a66c2;
  font-size: 0.72rem;
}
@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes bookIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 1050px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 1rem;
  }
  .desktop-nav {
    display: none;
  }
  .mobile-menu {
    display: block;
    position: relative;
    justify-self: end;
  }
  .mobile-menu summary {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.72rem 0.8rem;
    border: 1px solid rgba(250, 246, 236, 0.55);
    cursor: pointer;
    font: 700 0.76rem/1 var(--condensed);
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .mobile-menu summary i {
    width: 18px;
    display: grid;
    gap: 3px;
  }
  .mobile-menu summary b {
    display: block;
    height: 2px;
    background: currentColor;
    transition:
      transform 0.18s ease,
      opacity 0.18s ease;
  }
  .mobile-menu[open] summary b:first-child {
    transform: translateY(5px) rotate(45deg);
  }
  .mobile-menu[open] summary b:nth-child(2) {
    opacity: 0;
  }
  .mobile-menu[open] summary b:last-child {
    transform: translateY(-5px) rotate(-45deg);
  }
  .mobile-menu nav {
    position: absolute;
    right: 0;
    top: calc(100% + 0.65rem);
    width: min(78vw, 290px);
    display: grid;
    background: #101a22;
    border: 1px solid rgba(250, 246, 236, 0.32);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.34);
  }
  .mobile-menu nav a {
    padding: 1rem 1.15rem;
    border-bottom: 1px solid rgba(250, 246, 236, 0.13);
    font: 700 0.82rem/1 var(--condensed);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
  }
  .mobile-menu nav a:last-child {
    border-bottom: 0;
  }
  .mobile-menu nav a:hover {
    background: #24323c;
    color: #ffd477;
  }
  .hero {
    grid-template-columns: 1fr 0.65fr;
  }
  .book-stage {
    padding-right: 2rem;
  }
  .book-stage p {
    display: none;
  }
  .story,
  .legacy,
  .not-business,
  .praise,
  .authors {
    grid-template-columns: 100px 1fr;
  }
  .timeline {
    grid-template-columns: 1fr 1fr;
  }
  .praise-grid {
    grid-template-columns: 1fr 1fr;
  }
  .author-grid article {
    grid-template-columns: 1fr;
  }
  .author-grid img {
    max-height: 360px;
  }
  .order {
    grid-template-columns: 1fr 220px;
  }
  .order-note {
    grid-column: 1/-1;
  }
}
@media (max-width: 720px) {
  .site-header {
    height: 68px;
    padding: 0 0.9rem;
    gap: 0.55rem;
  }
  .wordmark {
    font-size: 1.05rem;
    letter-spacing: 0.045em;
  }
  .mobile-menu summary {
    padding: 0.62rem;
  }
  .mobile-menu summary span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .header-cta {
    padding: 0.7rem;
    font-size: 0.7rem;
  }
  .hero {
    display: block;
    min-height: auto;
    padding-top: 68px;
  }
  .hero-copy {
    padding: 4rem 1.25rem 2.5rem;
  }
  .hero h1 {
    font-size: clamp(4.3rem, 22vw, 7rem);
  }
  .book-stage {
    padding: 1rem 2rem 3rem;
    display: block;
  }
  .book-stage img {
    max-height: 500px;
    margin: auto;
  }
  .hero-proof {
    display: block;
  }
  .hero-proof span {
    display: block;
    margin-top: 0.5rem;
  }
  .story,
  .legacy,
  .not-business,
  .praise,
  .authors {
    display: block;
  }
  .section-label {
    margin-bottom: 3rem;
  }
  .columns {
    columns: 1;
  }
  .story-aside {
    margin-top: 3rem;
  }
  .values-band {
    grid-template-columns: 1fr;
  }
  .timeline,
  .principles,
  .praise-grid,
  .author-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .timeline {
    border-top: 0;
  }
  .timeline article {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  .timeline article:not(:last-child) {
    border-right: 0;
    margin: 0;
  }
  .timeline-dot {
    display: none;
  }
  .legacy-end {
    grid-template-columns: 1fr;
  }
  .praise blockquote {
    min-height: 280px;
  }
  .author-grid article {
    grid-template-columns: 1fr;
  }
  .order {
    grid-template-columns: 1fr;
  }
  .order-cover {
    max-width: 240px;
  }
  .order-note {
    grid-column: auto;
  }
  .footer {
    display: block;
  }
  .footer p {
    margin: 0.5rem 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .hero-copy,
  .book-stage {
    animation: none;
  }
  .text-link span {
    transition: none;
  }
}

/* Conversion-focused homepage additions */
.hero-lead {
  font-size: clamp(1.15rem, 1.6vw, 1.46rem);
  line-height: 1.42;
  max-width: 680px;
  color: #fff8eb;
  margin-bottom: 0.9rem;
}
.hero-support {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 630px;
  color: #cfc8bd;
}
.button {
  cursor: pointer;
}
.button.outline {
  border: 1px solid var(--rust);
  color: var(--rust);
}
.inline-cta {
  display: inline-block;
  margin-top: 1.2rem;
  color: var(--rust);
  font: 700 0.82rem/1.2 var(--condensed);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid var(--rust);
  padding-bottom: 0.35rem;
}
.visual-timeline {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin-top: 2.5rem;
}
.visual-timeline article {
  min-height: 440px;
  position: relative;
  isolation: isolate;
  padding: 1.7rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.visual-timeline article:nth-child(1) {
  background:
    radial-gradient(
      circle at 18% 12%,
      rgba(238, 181, 66, 0.28),
      transparent 34%
    ),
    linear-gradient(145deg, #49301f 0%, #241f1d 48%, #111b22 100%);
}
.visual-timeline article:nth-child(2) {
  background:
    radial-gradient(
      circle at 82% 18%,
      rgba(242, 174, 55, 0.34),
      transparent 34%
    ),
    linear-gradient(150deg, #10202b 5%, #22343a 52%, #7c4927 100%);
}
.visual-timeline article:nth-child(3) {
  background:
    radial-gradient(
      circle at 20% 84%,
      rgba(179, 79, 43, 0.38),
      transparent 38%
    ),
    linear-gradient(145deg, #182b35 0%, #121c25 50%, #3e241d 100%);
}
.visual-timeline article:nth-child(4) {
  background:
    radial-gradient(
      circle at 84% 10%,
      rgba(211, 158, 54, 0.35),
      transparent 36%
    ),
    linear-gradient(145deg, #2f321f 0%, #172a2e 50%, #101a22 100%);
}
.visual-timeline article:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.035),
    transparent 40%,
    rgba(4, 9, 12, 0.28)
  );
  pointer-events: none;
}
.visual-timeline article:after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  pointer-events: none;
}
.visual-timeline article > span {
  position: absolute;
  right: 1rem;
  top: 0.45rem;
  font: 600 4.5rem/1 var(--display);
  color: rgba(255, 248, 232, 0.27);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
}
.visual-timeline .year {
  position: relative;
  z-index: 1;
  color: #ffd276;
  font: 700 0.88rem/1 var(--condensed);
  letter-spacing: 0.16em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
.visual-timeline article > div {
  position: relative;
  z-index: 1;
}
.visual-timeline h3 {
  color: #fffaf0;
  font: 600 clamp(1.8rem, 2.5vw, 2.85rem)/0.98 var(--display);
  margin-bottom: 0.85rem;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}
.visual-timeline article > div p {
  color: #f2e8d7;
  font-size: 0.95rem;
  line-height: 1.55;
  margin-bottom: 0;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}
.agtech {
  background: #101a23;
  color: var(--bone);
  text-align: center;
}
.agtech h2 {
  font: 600 clamp(3.3rem, 7.2vw, 7.3rem)/0.86 var(--display);
  letter-spacing: -0.045em;
  margin: 0.15em auto 0.4em;
}
.agtech > p:not(.eyebrow) {
  max-width: 820px;
  margin: 0 auto 3rem;
  color: #d2c9bb;
  font-size: 1.1rem;
}
.agtech-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 900px;
  margin: 0 auto 3rem;
  border-block: 1px solid rgba(255, 255, 255, 0.2);
}
.agtech-stats div {
  padding: 1.6rem;
}
.agtech-stats div:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.agtech-stats strong,
.agtech-stats span {
  display: block;
}
.agtech-stats strong {
  font: 600 3.8rem/1 var(--display);
  color: #dda23c;
}
.agtech-stats span {
  font: 700 0.75rem/1.2 var(--condensed);
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-top: 0.5rem;
}
.praise-grid.featured-four {
  grid-template-columns: repeat(2, 1fr);
}
.all-praise {
  grid-column: 2;
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.all-praise summary {
  list-style: none;
  cursor: pointer;
  padding: 1.25rem 0;
  display: flex;
  justify-content: space-between;
  font: 700 0.85rem/1 var(--condensed);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.all-praise summary::-webkit-details-marker {
  display: none;
}
.all-praise[open] summary span {
  transform: rotate(45deg);
}
.more-praise {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
  margin-bottom: 1.5rem;
}
.more-praise blockquote {
  min-height: auto;
  background: #6f351f;
}
.more-praise blockquote:last-child {
  grid-column: 1/-1;
}
.more-praise blockquote > p {
  font-size: 1.25rem;
}
.author-deck {
  max-width: 760px;
  font-size: 1.08rem;
}
.early-authors {
  background: var(--bone);
}
.order-note dl {
  margin: 1.5rem 0;
}
.order-note dl div {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 1rem;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.order-note dt {
  font: 700 0.72rem/1.2 var(--condensed);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #dca23b;
}
.order-note dd {
  margin: 0;
  font-size: 0.86rem;
  color: #ddd5c8;
}
.order-note dd small {
  display: block;
  margin: 0.18rem 0 0.55rem;
  color: #bdb5a8;
  font-size: 0.72rem;
  line-height: 1.3;
}
.excerpt {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: clamp(2rem, 5vw, 6rem);
  background: var(--paper);
}
.excerpt-copy {
  max-width: 940px;
}
.excerpt h2,
.updates h2,
.press h2 {
  font: 600 clamp(3rem, 5.8vw, 6rem)/0.93 var(--display);
  letter-spacing: -0.035em;
  margin: 0.18em 0 0.45em;
}
.excerpt-intro {
  max-width: 700px;
  font-size: 1.08rem;
}
.excerpt-reader {
  margin-top: 2.5rem;
  background: #fbf7ed;
  border: 1px solid rgba(139, 74, 46, 0.25);
  box-shadow: 0 28px 65px rgba(65, 45, 29, 0.11);
  padding: clamp(2rem, 5vw, 4.5rem);
  position: relative;
}
.excerpt-reader:before {
  content: "EXCERPT";
  position: absolute;
  right: 1.25rem;
  top: 1rem;
  color: rgba(139, 74, 46, 0.28);
  font: 700 0.72rem/1 var(--condensed);
  letter-spacing: 0.2em;
}
.excerpt-reader header {
  text-align: center;
  padding-bottom: 2rem;
  margin-bottom: 2.3rem;
  border-bottom: 1px solid rgba(139, 74, 46, 0.22);
}
.excerpt-reader header p {
  margin: 0;
  color: var(--rust);
  font: 700 0.78rem/1 var(--condensed);
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.excerpt-reader header h3 {
  font: italic 600 clamp(2rem, 4vw, 3.4rem)/1 var(--display);
  margin: 0.3rem 0 0.65rem;
}
.excerpt-reader header span {
  font: 700 0.75rem/1.2 var(--condensed);
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #746b60;
}
.excerpt-reader blockquote {
  margin: 0 0 1rem;
  padding-left: 1.4rem;
  border-left: 3px solid var(--gold);
  font: italic 500 clamp(1.25rem, 2vw, 1.65rem)/1.5 var(--display);
  color: #28231e;
}
.excerpt-attribution {
  margin: 0 0 2rem 1.6rem;
  color: var(--rust);
  font: 700 0.78rem/1.3 var(--condensed);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.excerpt-reader > p,
.excerpt-full p {
  font-size: 1.04rem;
  line-height: 1.7;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.excerpt-reader details {
  margin-top: 1.75rem;
  border-top: 1px solid rgba(139, 74, 46, 0.2);
}
.excerpt-reader summary {
  list-style: none;
  cursor: pointer;
  color: var(--rust);
  padding: 1.2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font: 700 0.82rem/1 var(--condensed);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.excerpt-reader summary::-webkit-details-marker {
  display: none;
}
.excerpt-reader summary b {
  font-size: 1rem;
  transition: transform 0.2s;
}
.excerpt-reader details[open] summary b {
  transform: rotate(180deg);
}
.excerpt-reader .read-less {
  display: none;
}
.excerpt-reader details[open] .read-more {
  display: none;
}
.excerpt-reader details[open] .read-less {
  display: inline;
}
.excerpt-full {
  padding: 1.25rem 0 0.5rem;
  border-top: 1px solid rgba(139, 74, 46, 0.13);
}
.excerpt-reader footer {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(139, 74, 46, 0.22);
  text-align: center;
}
.excerpt-reader footer a {
  color: var(--rust);
  font: 700 0.78rem/1 var(--condensed);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
}
.excerpt-reader footer a:hover {
  text-decoration: underline;
}
.updates {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(2rem, 7vw, 7rem);
  background: var(--gold);
  align-items: center;
}
.updates .eyebrow {
  color: #5d321b;
}
.updates h2 {
  font-size: clamp(2.8rem, 4.8vw, 5rem);
}
.updates form {
  background: #fff7e9;
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.updates label {
  display: block;
  font: 700 0.75rem/1 var(--condensed);
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.updates form > div {
  display: flex;
}
.updates input {
  min-width: 0;
  flex: 1;
  border: 1px solid #918572;
  background: #fff;
  padding: 1rem;
  font: inherit;
}
.updates button {
  border: 0;
  background: var(--navy);
  color: #fff;
  padding: 0 1.2rem;
  font: 700 0.75rem/1 var(--condensed);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.updates small {
  display: block;
  margin-top: 0.75rem;
  color: #655d53;
}
.press {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: clamp(2rem, 5vw, 6rem);
  background: var(--bone);
}
.press-heading,
.resource-grid,
.event-note,
.share-row {
  grid-column: 2;
}
.resource-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.resource-grid a {
  background: var(--paper);
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.resource-grid a:last-child:nth-child(odd) {
  grid-column: 1/-1;
}
.resource-grid a:hover {
  background: #fff;
}
.resource-grid span {
  color: var(--rust);
  font: 700 0.72rem/1 var(--condensed);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.resource-grid strong {
  font: 600 1.45rem/1.1 var(--display);
}
.event-note {
  margin-top: 3rem;
  border-left: 4px solid var(--gold);
  padding-left: 2rem;
}
.event-note h3 {
  font: 600 clamp(1.8rem, 3vw, 3rem)/1 var(--display);
  max-width: 740px;
}
.share-row {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  font: 700 0.75rem/1 var(--condensed);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.share-row a {
  color: var(--rust);
}
@media (max-width: 1050px) {
  .story,
  .legacy,
  .not-business,
  .praise,
  .authors,
  .excerpt,
  .press {
    grid-template-columns: 100px 1fr;
  }
  .visual-timeline {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 720px) {
  .story,
  .legacy,
  .not-business,
  .praise,
  .authors,
  .excerpt,
  .press {
    display: block;
  }
  .visual-timeline,
  .praise-grid.featured-four,
  .more-praise,
  .agtech-stats,
  .updates,
  .resource-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .visual-timeline article {
    min-height: 360px;
  }
  .agtech-stats div:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .more-praise blockquote:last-child {
    grid-column: auto;
  }
  .all-praise {
    margin-top: 2rem;
  }
  .updates form > div {
    display: block;
  }
  .updates button {
    width: 100%;
    padding: 1rem;
  }
  .press-heading,
  .resource-grid,
  .event-note,
  .share-row {
    grid-column: auto;
  }
}

/* WCAG contrast refinements for small editorial labels. */
.section-label.light {
  color: #f4e8d6;
}
.section-label.light span {
  color: #ffd071;
}
.praise .eyebrow {
  color: #ffd071;
}
.updates .eyebrow {
  color: #3b2115;
}
.authors .eyebrow,
.authors .role,
.press .eyebrow {
  color: #6d381f;
}
.updates .eyebrow {
  color: #32180e;
}

/* Phone-only header and hero safeguards. Desktop styles remain unchanged. */
@media (max-width: 720px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) 44px auto !important;
    gap: 0.55rem !important;
    padding: 0 0.75rem !important;
  }
  .wordmark {
    min-width: 0;
    white-space: nowrap;
    font-size: 0.92rem !important;
    letter-spacing: 0.035em !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mobile-menu {
    display: block !important;
    width: 44px;
    height: 44px;
    justify-self: center !important;
    position: relative;
    z-index: 20;
  }
  .mobile-menu summary {
    display: flex !important;
    width: 44px;
    height: 44px;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #bd7f16 !important;
    background: rgba(10, 18, 24, 0.72);
    color: #f4bd48;
    cursor: pointer;
  }
  .mobile-menu summary i {
    display: grid !important;
    width: 21px !important;
    gap: 4px !important;
  }
  .mobile-menu summary i b {
    display: block !important;
    width: 21px;
    height: 2px !important;
    background: #f4bd48 !important;
  }
  .mobile-menu nav {
    right: -3.2rem !important;
    top: calc(100% + 0.7rem) !important;
    width: min(86vw, 300px) !important;
  }
  .header-cta {
    white-space: nowrap;
    padding: 0.72rem 0.75rem !important;
    font-size: 0.66rem !important;
    letter-spacing: 0.11em !important;
  }
  .hero-copy {
    max-width: 100%;
    overflow: hidden;
  }
  .hero h1 {
    font-size: clamp(3.5rem, 18vw, 5.1rem) !important;
    line-height: 0.79 !important;
    letter-spacing: -0.05em !important;
    max-width: 100%;
    white-space: normal;
  }
}

@media (max-width: 390px) {
  .wordmark {
    font-size: 0.82rem !important;
  }
  .header-cta {
    padding: 0.68rem 0.58rem !important;
    font-size: 0.62rem !important;
  }
  .hero h1 {
    font-size: clamp(3.3rem, 17.5vw, 4.4rem) !important;
  }
}

/* Final-cover sizing */
@media (min-width: 1051px) {
  .book-stage {
    padding-right: 4rem;
    grid-template-columns: minmax(280px, 480px) auto;
  }
  .book-stage img {
    max-height: 76vh;
  }
  .order {
    grid-template-columns: 1fr minmax(240px, 380px) 0.8fr;
    gap: clamp(2rem, 5vw, 6rem);
  }
  .order-cover img {
    width: 100%;
    max-height: 620px;
    object-fit: contain;
  }
}
@media (max-width: 720px) {
  .book-stage {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .book-stage img {
    width: 100%;
    max-height: 560px;
    object-fit: contain;
  }
  .order-cover {
    max-width: 280px;
  }
  .order-cover img {
    width: 100%;
    object-fit: contain;
  }
}

/* Stacked hero endorsements */
.hero-proof {
  display: grid;
  gap: 1rem;
}
.hero-proof-row {
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
}
.hero-proof-row p {
  margin: 0;
}
.hero-proof-row + .hero-proof-row {
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
@media (max-width: 720px) {
  .hero-proof-row {
    display: block;
  }
  .hero-proof-row span {
    display: block;
    margin-top: 0.5rem;
  }
}

/* Foreword and introduction readers */
.inline-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 2rem;
  margin-top: 2rem;
}
.inline-cta-group .inline-cta {
  margin: 0;
}
.inline-cta-group .inline-cta span {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  margin-top: 0.32rem;
}
.reading-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-top: 2.5rem;
}
.reading-grid .excerpt-reader {
  margin-top: 0;
  scroll-margin-top: 100px;
}
.reading-preview {
  font: 500 clamp(1.18rem, 1.7vw, 1.42rem)/1.6 var(--display);
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.reading-disclaimer {
  font-size: 0.84rem !important;
  color: #6f675d;
  border-top: 1px solid rgba(139, 74, 46, 0.18);
  padding-top: 1.25rem;
}
.reading-grid .excerpt-reader:nth-child(2) {
  background: #f5efe2;
}
@media (max-width: 720px) {
  .inline-cta-group {
    display: grid;
  }
  .inline-cta-group .inline-cta {
    width: 100%;
  }
  .reading-grid {
    gap: 1.5rem;
  }
}

/* Expandable full author biographies */
.author-bio {
  margin-top: 1.35rem;
  border-top: 1px solid rgba(114, 78, 46, 0.24);
  border-bottom: 1px solid rgba(114, 78, 46, 0.24);
}
.author-bio summary {
  list-style: none;
  cursor: pointer;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--rust);
  font: 700 0.76rem/1 var(--condensed);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.author-bio summary::-webkit-details-marker {
  display: none;
}
.author-bio summary b {
  font-size: 1rem;
  transition: transform 0.2s;
}
.author-bio[open] summary b {
  transform: rotate(45deg);
}
.author-bio .bio-less {
  display: none;
}
.author-bio[open] .bio-more {
  display: none;
}
.author-bio[open] .bio-less {
  display: inline;
}
.author-bio > div {
  padding: 0.2rem 0 1.2rem;
}
.author-bio > div p {
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0.85rem 0;
}
.author-bio .bio-credit {
  font-size: 0.78rem;
  color: #756d64;
  font-style: italic;
}

/* Keep author portraits fixed while biographies expand */
.author-grid article {
  align-items: start;
}
.author-grid img {
  height: clamp(340px, 36vw, 520px);
  align-self: start;
}
@media (max-width: 1050px) {
  .author-grid img {
    height: 360px;
  }
}
.author-grid article:first-child img {
  object-position: 60% top;
}
@media (min-width: 1051px) {
  .book-stage {
    grid-template-columns: minmax(300px, 520px) auto;
  }
  .book-stage img {
    max-height: 80vh;
  }
}

/* Seven-era visual timeline */
.visual-timeline {
  grid-template-columns: repeat(12, 1fr);
}
.visual-timeline article {
  grid-column: span 3;
}
.visual-timeline article:nth-child(n + 5) {
  grid-column: span 4;
}
.visual-timeline article:nth-child(5) {
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(190, 104, 52, 0.34),
      transparent 36%
    ),
    linear-gradient(145deg, #35231e 0%, #17232a 52%, #101820 100%);
}
.visual-timeline article:nth-child(6) {
  background:
    radial-gradient(
      circle at 82% 16%,
      rgba(205, 164, 70, 0.3),
      transparent 36%
    ),
    linear-gradient(145deg, #263225 0%, #15242a 52%, #101820 100%);
}
.visual-timeline article:nth-child(7) {
  background:
    radial-gradient(
      circle at 50% 20%,
      rgba(234, 177, 65, 0.32),
      transparent 38%
    ),
    linear-gradient(145deg, #43321e 0%, #1d2b2c 52%, #101820 100%);
}
@media (max-width: 1050px) {
  .visual-timeline {
    grid-template-columns: repeat(2, 1fr);
  }
  .visual-timeline article,
  .visual-timeline article:nth-child(n + 5) {
    grid-column: auto;
  }
  .visual-timeline article:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 720px) {
  .visual-timeline {
    grid-template-columns: 1fr;
  }
  .visual-timeline article:last-child {
    grid-column: auto;
  }
}

/* Persistent navigation on every screen size */
html {
  scroll-padding-top: 84px;
}
.site-header {
  position: fixed !important;
  top: 0;
  left: 0;
  background: rgba(10, 18, 24, 0.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
@media (max-width: 720px) {
  html {
    scroll-padding-top: 68px;
  }
  .mobile-menu,
  .header-cta {
    position: relative;
    z-index: 21;
  }
}

/* Country ordering controls and branded footer links */
@media (max-width: 720px) {
  .site-header {
    padding-inline: 0.7rem;
    gap: 0.4rem;
  }
  .wordmark {
    font-size: 0.92rem;
    letter-spacing: 0.035em;
  }
  .header-order-buttons {
    gap: 0.28rem;
  }
  .header-order-buttons .header-cta {
    padding: 0.64rem 0.48rem !important;
    font-size: 0.61rem !important;
    letter-spacing: 0.07em !important;
  }
  .hero-actions {
    gap: 1.3rem;
  }
  .hero-order-buttons {
    gap: 0.5rem;
  }
  .hero-order-buttons .button {
    padding: 0.95rem 1rem;
  }
  .footer {
    display: grid;
    justify-items: start;
  }
  .footer-title {
    display: grid;
    gap: 0.35rem;
  }
  .footer-social {
    margin: 0.5rem 0;
    flex-wrap: wrap;
  }
}

@media (max-width: 390px) {
  .wordmark {
    font-size: 0.78rem !important;
  }
  .header-order-buttons .header-cta {
    padding-inline: 0.4rem !important;
    font-size: 0.58rem !important;
  }
}

/* Large-desktop hero: use the available canvas */
@media (min-width: 1350px) {
  .hero {
    grid-template-columns: minmax(0, 0.8fr) minmax(780px, 1.2fr);
  }
  .book-stage {
    justify-self: stretch;
    align-self: stretch;
    padding: 5.5rem 1.25rem 2.5rem 0;
    grid-template-columns: minmax(0, 640px) minmax(110px, 150px);
    gap: 1.25rem;
  }
  .book-stage img {
    width: 100%;
    max-width: 640px;
    max-height: 88vh;
    align-self: center;
    object-fit: contain;
  }
  .book-stage p {
    align-self: center;
  }
  .book-shadow {
    left: -2%;
    right: 15%;
    bottom: 10%;
  }
}

/* Centered editorial canvas on very wide displays. The inner content is constrained;
   the hero background and quotation band remain full-bleed. */
.hero-inner {
  display: contents;
}
@media (min-width: 1600px) {
  .site-header {
    padding-left: max(4rem, calc((100vw - 1500px) / 2));
    padding-right: max(4rem, calc((100vw - 1500px) / 2));
  }
  .hero {
    display: block;
    min-height: auto;
  }
  .hero-inner {
    position: relative;
    z-index: 2;
    width: min(1500px, calc(100% - 100px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 650px) minmax(0, 850px);
    align-items: center;
  }
  .hero-copy {
    grid-column: auto;
    padding: 8rem 3rem 4rem 0;
  }
  .book-stage {
    grid-column: auto;
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
  .hero-proof {
    width: 100%;
    padding-left: max(7rem, calc((100vw - 1500px) / 2));
    padding-right: max(7rem, calc((100vw - 1500px) / 2));
  }
  .section-pad,
  .values-band,
  .order {
    padding-left: max(5rem, calc((100vw - 1500px) / 2));
    padding-right: max(5rem, calc((100vw - 1500px) / 2));
  }
  .footer {
    padding-left: max(4rem, calc((100vw - 1500px) / 2));
    padding-right: max(4rem, calc((100vw - 1500px) / 2));
  }
}
@media (min-width: 1600px) {
  .book-stage {
    left: 1.25rem;
  }
}

/* Tablet refinements: protect the landscape hero from the sticky header and
   give the portrait story statistic a balanced, full-width presentation. */
@media (min-width: 1051px) and (max-width: 1599px) {
  .hero {
    min-height: auto;
    padding-top: 66px;
  }
  .hero-copy {
    padding: 4rem 2.5rem 3.5rem clamp(2.5rem, 5vw, 5rem);
  }
  .hero h1 {
    font-size: clamp(5rem, 7.5vw, 7.25rem);
    line-height: 0.78;
  }
  .book-stage {
    padding-top: 4rem;
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 721px) and (max-width: 900px) {
  .story {
    grid-template-columns: 1fr;
  }
  .story .section-label,
  .story-copy,
  .story-aside {
    grid-column: 1;
  }
  .story .section-label {
    margin-bottom: 1rem;
  }
  .story-aside {
    margin-top: 2.5rem;
    padding: 2rem 0 0;
    border-left: 0;
    border-top: 1px solid var(--gold);
    display: grid;
    grid-template-columns: auto minmax(220px, 1fr);
    column-gap: 2.5rem;
    row-gap: 1rem;
    align-items: start;
  }
  .story-aside .big-number {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
  }
  .story-aside > .metric-label {
    grid-column: 2;
    grid-row: 1;
    max-width: 340px;
    padding-top: 0.65rem;
  }
  .story-aside .rule {
    display: none;
  }
  .story-aside .small-note {
    grid-column: 1/-1;
    max-width: 520px;
    margin-top: 0.5rem;
  }
}

@media (max-width: 720px) {
  .story {
    background-color: #eee7da;
    background-image: linear-gradient(180deg, #f3ede2 0%, #e9e0d2 100%);
  }
}

/* Desktop hero balance and mobile sticky navigation */
@media (min-width: 1051px) {
  .hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(680px, 1.08fr);
  }
  .book-stage {
    justify-self: stretch;
    padding: 6.5rem 2.25rem 4rem 0;
    grid-template-columns: minmax(0, 580px) minmax(120px, auto);
    gap: 1.5rem;
  }
  .book-stage img {
    width: 100%;
    max-height: 86vh;
    object-fit: contain;
  }
  .book-shadow {
    left: 0;
    right: 18%;
  }
}
@media (max-width: 720px) {
  html {
    scroll-padding-top: 68px;
  }
  .site-header {
    position: fixed !important;
    top: 0;
    left: 0;
    background: rgba(10, 18, 24, 0.96);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  }
  .mobile-menu nav {
    max-height: calc(100vh - 82px);
    overflow-y: auto;
  }
}

/* Accessible email-choice dialog */
.email-options-trigger {
  appearance: none;
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  cursor: pointer;
  padding: 0;
}
.share-row .email-options-trigger {
  color: var(--rust);
  font-weight: 700;
}
.resource-grid .resource-email-trigger {
  background: var(--paper);
  padding: 1.5rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  width: 100%;
}
.resource-grid .resource-email-trigger:hover {
  background: #fff;
}
.resource-grid .resource-email-trigger span {
  color: var(--rust);
  font: 700 0.72rem/1 var(--condensed);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.resource-grid .resource-email-trigger strong {
  font: 600 1.45rem/1.1 var(--display);
}
.updates-contact {
  align-self: center;
}
.updates-contact > p {
  margin: 0 0 1.25rem;
  max-width: 42rem;
}
.updates-contact .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.email-dialog {
  width: min(92vw, 600px);
  max-width: none;
  border: 1px solid var(--line);
  padding: 0;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}
.email-dialog::backdrop {
  background: rgba(10, 17, 23, 0.78);
  backdrop-filter: blur(4px);
}
.email-dialog-card {
  position: relative;
  padding: clamp(2rem, 6vw, 4rem);
}
.email-dialog-card h2 {
  font: 600 clamp(2rem, 5vw, 3.5rem)/1 var(--display);
  margin: 0.7rem 0 1.2rem;
}
.email-dialog-card > p:not(.eyebrow) {
  font-size: 1.08rem;
  line-height: 1.6;
}
.email-dialog-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}
.email-dialog-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-top: 2rem;
}
.email-dialog-actions a,
.email-dialog-actions button {
  min-height: 48px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1rem;
  text-decoration: none;
  text-align: center;
  font: 700 0.75rem/1.2 var(--condensed);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}
.email-dialog-actions .email-dialog-cancel {
  background: transparent;
  color: var(--ink);
}
.email-options-trigger:focus-visible,
.email-dialog a:focus-visible,
.email-dialog button:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}
@media (max-width: 720px) {
  .email-dialog-actions {
    grid-template-columns: 1fr;
  }
  .updates-contact .button {
    width: 100%;
  }
  .resource-grid .resource-email-trigger {
    grid-column: auto;
  }
}
.event-note {
  margin-top: clamp(3rem, 6vw, 5rem);
}
.event-note h3 {
  max-width: 900px;
}
.event-list {
  margin-top: 2.25rem;
  border-top: 1px solid var(--line);
}
.event-list article {
  display: grid;
  grid-template-columns: minmax(145px, 0.65fr) minmax(0, 2.2fr) auto;
  gap: clamp(1.25rem, 3vw, 3rem);
  align-items: start;
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--line);
}
.event-list time {
  color: var(--rust);
  font: 700 0.78rem/1.3 var(--condensed);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.event-list h4 {
  font: 600 clamp(1.45rem, 2.5vw, 2.05rem)/1.08 var(--display);
  margin: 0 0 0.55rem;
}
.event-list p {
  margin: 0 0 0.75rem;
  max-width: 720px;
  line-height: 1.55;
}
.event-list div > span {
  display: inline-block;
  color: #5c4a13;
  background: rgba(198, 154, 0, 0.14);
  padding: 0.45rem 0.65rem;
  font: 700 0.7rem/1 var(--condensed);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.event-list a {
  color: var(--rust);
  white-space: nowrap;
  font: 700 0.72rem/1.2 var(--condensed);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
}
.event-list a:hover {
  text-decoration: underline;
}
@media (max-width: 900px) {
  .event-list article {
    grid-template-columns: 1fr;
  }
  .event-list a {
    justify-self: start;
  }
}

/* Add breathing room between the AgTech heading lines */
.agtech h2 {
  line-height: 0.98;
}

/* Match empty grid space to the legacy section */
.visual-timeline {
  background: #17232b;
}

/* Equal-width, centered seven-card layout */
.visual-timeline {
  grid-template-columns: repeat(8, 1fr);
  grid-auto-rows: 1fr;
}
.visual-timeline article,
.visual-timeline article:nth-child(n + 5) {
  grid-column: span 2;
  min-height: 440px;
}
.visual-timeline article:nth-child(5) {
  grid-column: 2 / span 2;
}
.visual-timeline article:nth-child(6) {
  grid-column: 4 / span 2;
}
.visual-timeline article:nth-child(7) {
  grid-column: 6 / span 2;
}
@media (max-width: 1050px) {
  .visual-timeline {
    grid-template-columns: repeat(2, 1fr);
  }
  .visual-timeline article,
  .visual-timeline article:nth-child(n + 5),
  .visual-timeline article:nth-child(5),
  .visual-timeline article:nth-child(6),
  .visual-timeline article:nth-child(7) {
    grid-column: auto;
  }
  .visual-timeline article:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 720px) {
  .visual-timeline {
    grid-template-columns: 1fr;
  }
  .visual-timeline article:last-child {
    grid-column: auto;
  }
}
