/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* ==========================================================================
   CSS Custom Properties (Design Tokens)
   ========================================================================== */

:root {
  /* Color Palette */
  --color-yellow: #ffcd34;
  --color-red: #da1f17;
  --color-blue: #3430b6;
  --color-black: #0f0f0f;
  --color-black-rgb: 15, 15, 15;
  --color-neutral: #eddfc7;
  --color-text: #ccc;

  /* Typography Scale (rem-based) */
  --font-family-primary: "Open Sans", Arial, sans-serif;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-bold: 800;
  --font-weight-black: 900;

  /* Base font size - 16px = 1rem */
  --font-size-base: 1rem; /* 16px */
  --font-size-h4: 1.125rem; /* 18px */
  --font-size-h3: 1.25rem; /* 20px */
  --font-size-h2: 2rem; /* 32px */
  --font-size-h1: 3.0625rem; /* 49px */
  --font-size-small: 0.875rem; /* 14px */

  /* Fluid Typography */
  --font-size-h1-fluid: clamp(3.0625rem, 5vw + 1rem, 3.4375rem); /* 49px - 55px */
  --font-size-h2-fluid: clamp(2rem, 3vw + 1rem, 2.5rem); /* 32px - 40px */

  /* Line Heights */
  --line-height-base: 1.5;
  --line-height-tight: 1.2;
  --line-height-headline: 1.47;

  /* Spacing Scale */
  --space-xs: 0.25rem; /* 4px */
  --space-sm: 0.5rem; /* 8px */
  --space-md: 1rem; /* 16px */
  --space-lg: 2rem; /* 32px */
  --space-xl: 3rem; /* 48px */
  --space-2xl: 4rem; /* 64px */
  --space-3xl: 8rem; /* 128px */

  /* Border Widths */
  --border-thin: 0.25rem; /* 4px */
  --border-thick: 0.5rem; /* 8px */

  /* Transitions */
  --transition-base: 0.25s ease;
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out-back: cubic-bezier(0.34, 1.56, 0.64, 1);

  /* Breakpoints (for reference in comments) */
  /* Mobile: base */
  /* Small: 410px (25.625rem) */
  /* Medium (existing): 768px (48rem) */
  /* Large (updated): 960px (60rem) - aligned with wp-project-boilerplate */
  /* XLarge (existing): 1200px (75rem) */
  /* XXLarge (existing): 1440px (90rem) */

  /* Grid System */
  --grid-gutter-width: var(--space-md); /* 16px */

  /* Breakpoints - CSS Custom Properties (following wp-project-boilerplate) */
  --bp-sm: 48rem; /* 768px - matches existing Medium */
  --bp-md: 60rem; /* 960px - from boilerplate (differs from existing Large 992px) */
  --bp-lg: 75rem; /* 1200px - matches existing XLarge */

  /* Content Widths */
  --content-xs: calc(100vw - var(--grid-gutter-width) * 2);
  --content-sm: calc(var(--bp-sm) * 12 / 12); /* 48rem = 768px */
  --content-md: calc(var(--bp-md) * 10 / 12); /* 50rem = 800px */
  --content-lg: calc(var(--bp-lg) * 8 / 12); /* 50rem = 800px - intentionally same as --content-md */

  /* Active content width - updated by media queries */
  --content-width: var(--content-xs);
}

/* Update content-width variable at breakpoints */
@media (min-width: 48rem) { /* var(--bp-sm) */
  :root {
    --content-width: var(--content-sm);
  }
}

@media (min-width: 60rem) { /* var(--bp-md) */
  :root {
    --content-width: var(--content-md);
  }
}

@media (min-width: 75rem) { /* var(--bp-lg) */
  :root {
    --content-width: var(--content-lg);
  }
}

/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
       url(/fonts/open-sans-v15-latin-regular.woff2) format("woff2"),
       url(/fonts/open-sans-v15-latin-regular.woff) format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"),
       url(/fonts/open-sans-v15-latin-800.woff2) format("woff2"),
       url(/fonts/open-sans-v15-latin-800.woff) format("woff");
}

/* ==========================================================================
   Base Styles
   ========================================================================== */

html {
  font-size: 100%; /* 16px base */
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  font-family: var(--font-family-primary);
  font-weight: var(--font-weight-light);
  line-height: var(--line-height-base);
  background: var(--color-neutral);
  color: var(--color-black);
  margin: 0;
  padding: 0;
}

p {
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  margin-block-start: 0;
  margin-block-end: var(--space-md);
}

h1,
h2,
h3,
h4 {
  font-weight: var(--font-weight-black);
  margin: 0;
}

h1 {
  font-size: var(--font-size-h1-fluid);
  line-height: var(--line-height-headline);
}

h2 {
  font-size: var(--font-size-h2-fluid);
  line-height: var(--line-height-base);
}

h3,
h4 {
  font-size: var(--font-size-h3);
  line-height: var(--line-height-tight);
}

a {
  color: var(--color-blue);
  transition: color var(--transition-base);
  text-decoration: none;
}

a:hover {
  color: var(--color-red);
}

/* ==========================================================================
   Poster Component - Main Homepage Layout
   ========================================================================== */

.poster {
  background: var(--color-neutral);
  min-block-size: 100vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow-x: clip; /* Use clip instead of hidden to prevent affecting paint containment */
  overflow-y: hidden;
}

.poster::after {
  content: "";
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  block-size: var(--space-sm);
  background: var(--color-red);
  transform-origin: 0 100%;
}

.grid {
  flex: 0 0 auto;
  min-block-size: calc(100vh - 0.75rem); /* 12px */
  margin-block-end: var(--space-sm);
  padding-block-end: var(--space-xs);
  inline-size: 100%;
  max-inline-size: 100%;
  display: grid;
  gap: var(--space-xs);
  grid-template-columns: var(--space-md) auto auto var(--space-md);
  grid-template-rows: 1fr auto auto auto;
  margin-left: auto;
  margin-right: auto;
  max-width: max-content;
}

.poster-headline {
  grid-column: 1 / span 3;
  grid-row: 2 / span 1;
  margin: 0 0 calc(-1 * var(--space-xs));
  background: var(--color-neutral);
  z-index: 2;
  padding: var(--space-md) var(--space-sm) 1.25rem var(--space-md);
  text-transform: uppercase;
  transform-origin: 0 50%;
}

.poster-subheadline {
  grid-column: 2 / span 2;
  grid-row: 3 / span 1;
  writing-mode: horizontal-tb;
  margin: 0;
  inline-size: auto;
  align-self: stretch;
  padding: var(--space-md) var(--space-sm);
  color: var(--color-neutral);
  text-transform: uppercase;
  background: var(--color-black);
  transform-origin: 50% 100%;
}

.blue-corner {
  grid-column: 2 / span 1;
  grid-row: 2 / span 1;
  background: var(--color-blue);
  position: relative;
  transform-origin: 0 50%;
}

.blue-corner::after {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  inset-inline-end: -100vw;
  inset-block-end: 0;
  background: inherit;
}

.yellow-bar {
  grid-column: 1 / span 1;
  grid-row: 1 / span 4;
  background: var(--color-yellow);
  position: relative;
  transform-origin: 50% 100%;
}

.yellow-bar::after {
  content: "";
  position: absolute;
  inset-block-start: -100vh;
  inset-block-end: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  background: var(--color-yellow);
}

.link-list {
  margin: 0;
  padding: 0;
  list-style: none;
  grid-column: 1 / span 3;
  grid-row: 4 / span 1;
  align-self: end;
  z-index: 2;
  position: relative;
}

.link-list li {
  text-transform: uppercase;
  font-weight: var(--font-weight-bold);
  padding: var(--space-xs) 0 var(--space-xs) 1.5rem;
  border-block-end: var(--border-thick) solid var(--color-black);
  text-align: end;
  transform-origin: 100% 50%;
}

.link-list li:last-child {
  border-block-end: 0;
}

.link-list .headline {
  text-transform: none;
}

.link-list h3 {
  margin: 0;
}

.link-list a {
  display: block;
}

.profile-picture {
  grid-column: 2 / span 2;
  grid-row: 1 / span 1;
  align-self: center;
  justify-self: center;
  border-radius: 50%;
  border: var(--border-thick) solid var(--color-red);
  display: block;
  margin: var(--space-sm);
  max-inline-size: 50%;
  block-size: auto;
  transform-origin: 50% 50%;
}

@media (prefers-reduced-motion: no-preference) {
  .poster::after {
    animation: poster-red-rule-in 0.7s var(--ease-out-expo) 0.35s both;
  }

  .poster-headline {
    animation: poster-headline-in 0.8s var(--ease-out-expo) 0.25s both;
  }

  .poster-subheadline {
    animation: poster-subheadline-in 0.75s var(--ease-out-expo) 0.45s both;
  }

  .blue-corner {
    animation: poster-block-in 0.75s var(--ease-out-expo) 0.55s both;
  }

  .yellow-bar {
    animation: poster-yellow-in 0.9s var(--ease-out-expo) both;
  }

  .black-bar {
    animation: poster-bar-in 0.75s var(--ease-out-expo) 0.4s both;
    transform-origin: 50% 100%;
  }

  .profile-picture {
    animation: poster-profile-in 0.85s var(--ease-out-back) 0.65s both;
  }

  .link-list li {
    animation: poster-link-in 0.65s var(--ease-out-expo) both;
  }

  .link-list li:nth-child(1) {
    animation-delay: 0.7s;
  }

  .link-list li:nth-child(2) {
    animation-delay: 0.78s;
  }

  .link-list li:nth-child(3) {
    animation-delay: 0.86s;
  }

  .link-list li:nth-child(4) {
    animation-delay: 0.94s;
  }
}

@keyframes poster-headline-in {
  from {
    opacity: 0;
    transform: translateX(-2rem) skewX(-6deg);
  }

  to {
    opacity: 1;
    transform: translateX(0) skewX(0);
  }
}

@keyframes poster-subheadline-in {
  from {
    opacity: 0;
    transform: translateY(1.5rem) scaleY(0.86);
  }

  to {
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
}

@keyframes poster-block-in {
  from {
    opacity: 0;
    transform: scaleX(0);
  }

  to {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes poster-yellow-in {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes poster-bar-in {
  from {
    transform: scaleY(0);
  }

  to {
    transform: scaleY(1);
  }
}

@keyframes poster-red-rule-in {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes poster-profile-in {
  from {
    opacity: 0;
    transform: translateY(1rem) scale(0.75) rotate(8deg);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0);
  }
}

@keyframes poster-link-in {
  from {
    opacity: 0;
    transform: translateX(-1.5rem);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ==========================================================================
   Book Promotion
   ========================================================================== */

.book-promo {
  position: relative;
  overflow: hidden;
  border-block-end: var(--border-thick) solid var(--color-blue);
  background:
    radial-gradient(circle at 92% 2%, rgba(255, 205, 52, 0.96) 0 7rem, transparent 7.1rem),
    radial-gradient(circle at 82% 118%, rgba(52, 48, 182, 0.92) 0 13rem, transparent 13.1rem),
    var(--color-black);
  color: var(--color-neutral);
}

.book-promo-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--space-lg);
  align-items: center;
  inline-size: 100%;
  max-inline-size: var(--bp-lg);
  margin-inline: auto;
  padding: var(--space-xl) var(--grid-gutter-width);
}

.book-promo-copy {
  position: relative;
  z-index: 1;
  max-inline-size: 42rem;
}

.book-promo h2 {
  color: var(--color-neutral);
  font-size: clamp(2rem, 7vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.book-promo p {
  max-inline-size: 39rem;
  margin-block: var(--space-md) var(--space-lg);
  color: var(--color-text);
  font-size: clamp(1rem, 2.4vw, 1.25rem);
  line-height: 1.55;
}

.book-promo-link {
  display: inline-flex;
  min-block-size: 3.5rem;
  align-items: center;
  justify-content: center;
  padding: 0.875rem 1.5rem;
  border: var(--border-thin) solid var(--color-yellow);
  background: var(--color-yellow);
  color: var(--color-black);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  transition: background-color var(--transition-base), color var(--transition-base), transform var(--transition-base);
}

.book-promo-link:hover {
  background: var(--color-neutral);
  color: var(--color-black);
}

.book-promo-link:focus-visible {
  outline: var(--border-thin) solid var(--color-neutral);
  outline-offset: var(--space-xs);
}

.book-promo-link:active {
  transform: translateY(1px);
}

.book-promo-cover {
  position: relative;
  z-index: 1;
  order: -1;
  inline-size: min(8rem, 42vw);
  margin: 0;
  justify-self: end;
  filter: drop-shadow(0 1rem 1.25rem rgba(15, 15, 15, 0.32));
  transform: rotate(2deg);
}

.book-promo-cover img {
  display: block;
  inline-size: 100%;
  block-size: auto;
}

@media (min-width: 48rem) {
  .book-promo {
    background:
      radial-gradient(circle at 89% 0%, rgba(255, 205, 52, 0.96) 0 10rem, transparent 10.1rem),
      radial-gradient(circle at 78% 135%, rgba(52, 48, 182, 0.92) 0 21rem, transparent 21.1rem),
      var(--color-black);
  }

  .book-promo-inner {
    grid-template-columns: minmax(0, 1fr) minmax(10rem, 13rem);
    gap: clamp(3rem, 8vw, 8rem);
    padding-block: var(--space-2xl);
    padding-inline: var(--space-lg);
  }

  .book-promo-cover {
    order: initial;
    inline-size: min(12rem, 100%);
    justify-self: center;
  }
}

/* ==========================================================================
   Responsive Breakpoints - Mobile First
   ========================================================================== */

/* Small screens: 410px+ (25.625rem) */
@media (min-width: 25.625rem) {
  .poster-headline {
    font-size: clamp(3.875rem, 6vw + 1rem, 3.4375rem); /* 62px */
    line-height: 1.16;
  }

  .poster-subheadline {
    font-size: 2.5rem; /* 40px */
    line-height: var(--line-height-tight);
  }

  .link-list h3 {
    font-size: 1.5625rem; /* 25px */
    line-height: 1.92;
  }

  .profile-picture {
    max-inline-size: 7.5rem; /* 120px */
  }
}

/* Medium screens landscape: 768px+ (48rem) */
@media (min-width: 48rem) and (orientation: landscape) {
  .poster {
    padding-block-start: var(--space-lg);
    padding-inline: var(--space-sm);
  }

  .grid {
    grid-template-columns: var(--space-md) min-content auto var(--space-sm) min-content;
    grid-template-rows: min-content auto;
  }

  .poster-headline {
    grid-column: 1 / span 3;
    grid-row: 1 / span 1;
    font-size: 3.4375rem; /* 55px */
    line-height: var(--line-height-headline);
    padding-inline-start: 0;
  }

  .poster-subheadline {
    grid-column: 5 / span 1;
    grid-row: 2 / span 1;
    writing-mode: vertical-rl;
    text-align: center;
  }

  .profile-picture {
    grid-column: 3 / span 1;
    grid-row: 2 / span 1;
    border-width: var(--border-thin);
  }

  .blue-corner {
    grid-column: 5 / span 1;
    grid-row: 1 / span 1;
  }

  .link-list {
    grid-column: 1 / span 2;
    grid-row: 2 / span 1;
    align-self: stretch;
  }

  .link-list a {
    white-space: nowrap;
    padding-inline-start: 6rem;
  }

  .black-bar,
  .yellow-bar {
    grid-row: 1 / span 2;
  }

  .black-bar {
    display: block;
    grid-column: 4 / span 1;
    background: var(--color-black);
  }
}

/* Medium screens portrait: 768px+ (48rem) */
@media (min-width: 48rem) and (orientation: portrait) {
  .grid {
    min-block-size: auto;
    grid-template-columns: var(--space-lg) auto var(--space-sm) min-content;
    grid-template-rows: min-content max-content min-content;
    transform-origin: 0 100%;
    transform: translateX(3rem) rotate(-5deg);
    padding: 0 var(--space-lg);
  }

  .grid::after {
    content: "";
    position: absolute;
    inset-block-start: calc(100% + var(--space-sm));
    inset-inline-start: 0;
    inset-inline-end: -100vw;
    inset-block-end: -100vh;
    background: var(--color-red);
  }

  .poster-headline {
    grid-column: 1 / span 2;
    grid-row: 1 / span 1;
    font-size: 3.4375rem; /* 55px */
    line-height: var(--line-height-headline);
    margin: 0;
    padding: 0;
    align-self: center;
  }

  .poster-subheadline {
    grid-column: 4 / span 1;
    grid-row: 2 / span 1;
    writing-mode: vertical-rl;
    text-align: center;
  }

  .profile-picture {
    grid-column: 2 / span 1;
    grid-row: 2 / span 1;
    border-width: var(--border-thin);
    max-inline-size: 11.25rem; /* 180px */
  }

  .blue-corner {
    grid-column: 4 / span 1;
    grid-row: 1 / span 1;
  }

  .link-list {
    grid-column: 1 / span 2;
    grid-row: 3 / span 1;
    align-self: end;
  }

  .black-bar,
  .yellow-bar {
    grid-row: 1 / span 3;
  }

  .black-bar {
    grid-column: 3 / span 1;
    background: var(--color-black);
  }
}

/* Large screens: 960px+ (60rem) - aligned with content breakpoint */
@media (min-width: 60rem) {
  .grid {
    min-block-size: auto;
    grid-template-columns: var(--space-xl) max-content max-content var(--space-sm) min-content;
    grid-template-rows: min-content max-content min-content;
    transform-origin: 0 100%;
    transform: translateX(0) rotate(-5deg);
    padding: 0 var(--space-lg);
  }

  .grid::after {
    content: "";
    position: absolute;
    inset-block-start: calc(100% + var(--space-sm));
    inset-inline-start: 0;
    inset-inline-end: -100vw;
    inset-block-end: -100vh;
    background: var(--color-red);
  }

  .poster-headline {
    grid-column: 1 / span 3;
    grid-row: 1 / span 1;
    font-size: 3.4375rem; /* 55px */
    line-height: var(--line-height-headline);
    margin: 0;
    padding: 0;
    align-self: center;
  }

  .poster-subheadline {
    grid-column: 5 / span 1;
    grid-row: 2 / span 1;
    writing-mode: vertical-rl;
    text-align: center;
  }

  .profile-picture {
    grid-column: 3 / span 1;
    grid-row: 2 / span 1;
    border-width: var(--border-thick);
    margin: var(--space-lg);
    max-inline-size: 11.25rem; /* 180px */
  }

  .blue-corner {
    grid-column: 5 / span 1;
    grid-row: 1 / span 1;
  }

  .link-list {
    grid-column: 1 / span 2;
    grid-row: 2 / span 1;
    align-self: end;
  }

  .black-bar,
  .yellow-bar {
    grid-row: 1 / span 2;
  }

  .black-bar {
    grid-column: 4 / span 1;
  }
}

/* XLarge screens: 1200px+ (75rem) */
@media (min-width: 75rem) {
  .grid {
    grid-template-columns: var(--space-xl) max-content max-content var(--space-md) min-content;
    grid-template-rows: min-content var(--space-3xl) max-content min-content;
    transform: translateX(3rem) rotate(-15deg); /* Original 48px = 3rem, maintains alignment */
  }

  .grid::after {
    content: "";
    inset-block-start: calc(100% + var(--space-md));
  }

  .poster-headline {
    grid-column: 1 / span 3;
    grid-row: 1 / span 1;
    font-size: 3.4375rem; /* 55px */
    line-height: var(--line-height-headline);
    margin: 0;
    padding: 0; /* Restore original - no padding */
    align-self: center;
  }

  .poster-subheadline {
    grid-column: 5 / span 1;
    grid-row: 3 / span 1;
    writing-mode: vertical-rl;
    text-align: center;
  }

  .profile-picture {
    grid-column: 3 / span 1;
    grid-row: 3 / span 1;
    border-width: var(--border-thick);
    margin: 0 var(--space-2xl);
    max-inline-size: 16rem; /* 256px */
  }

  .blue-corner {
    grid-column: 5 / span 1;
    grid-row: 1 / span 1;
  }

  .link-list {
    grid-column: 1 / span 2;
    grid-row: 3 / span 1;
    align-self: end;
  }

  .black-bar,
  .yellow-bar {
    grid-row: 1 / span 3;
  }

  .black-bar {
    grid-column: 4 / span 1;
  }
}

/* XXLarge screens: 1440px+ (90rem) - High density displays */
@media (min-width: 90rem) {
  /* Subtle enhancements for very large displays */
  .poster-headline {
    font-size: clamp(3.4375rem, 2vw + 2rem, 4rem); /* 55px - 64px */
  }
}

/* ==========================================================================
   Layout Containers
   ========================================================================== */

/**
 * Container - Main wrapper with horizontal padding
 * Similar to wp-project-boilerplate inner-container pattern
 */
.container {
  padding-inline: var(--grid-gutter-width);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

/**
 * Content Wrapper - Controls width of inner content
 * Direct children get max-width constraint based on content-width variable
 */
.content-wrapper {
  inline-size: 100%;
  margin-inline: auto;
}

/**
 * Inner container pattern - content is constrained to content-width
 * and receives stacking margin between consecutive elements
 */
.content-wrapper > * {
  margin-inline: auto;
  max-inline-size: var(--content-width);
}

/**
 * Stack spacing - adds consistent gap between sibling elements
 */
.content-wrapper > * + * {
  margin-block-start: var(--space-md);
}

/* ==========================================================================
   Alignment Utilities
   ========================================================================== */

/**
 * Alignment classes for content within containers
 * Based on wp-project-boilerplate alignment pattern
 */

/* Align Left - floats left with right margin */
.alignleft {
  float: left;
  margin-inline-end: calc(var(--grid-gutter-width) / 2);
  max-inline-size: calc(var(--content-width) / 2);
}

/* Align Right - floats right with left margin */
.alignright {
  float: right;
  margin-inline-start: calc(var(--grid-gutter-width) / 2);
  max-inline-size: calc(var(--content-width) / 2);
}

/* Align Center - centered with auto margins */
.aligncenter {
  clear: both;
  margin-inline: auto;
}

/* Align Wide - wider than content-width but constrained to breakpoint width */
.alignwide {
  clear: both;
  margin-inline: auto;
}

/* Align Full - breaks out of container padding to full width */
.alignfull {
  clear: both;
  inline-size: auto;
  max-inline-size: none;
  margin-inline-start: calc(var(--grid-gutter-width) * -1);
  margin-inline-end: calc(var(--grid-gutter-width) * -1);
}

/* Responsive alignment adjustments at small breakpoint (768px+) */
@media (min-width: 48rem) { /* var(--bp-sm) */
  .alignwide {
    max-inline-size: var(--bp-sm);
  }
}

/* Responsive alignment adjustments at medium breakpoint (960px+) */
@media (min-width: 60rem) { /* var(--bp-md) */
  .alignwide {
    max-inline-size: var(--bp-md);
  }
}

/* Responsive alignment adjustments at large breakpoint (1200px+) */
@media (min-width: 75rem) { /* var(--bp-lg) */
  .alignwide {
    max-inline-size: var(--bp-lg);
  }
}

.content {
  background: var(--color-black);
  position: relative;
  overflow: hidden;
  color: var(--color-text);
  text-shadow: 0 0 0.3125rem rgba(var(--color-black-rgb), 0.9);
}

@media (min-width: 75rem) {
  .content::before {
    content: "";
    display: block;
    position: absolute;
    inset-block-end: calc(100% + var(--space-3xl));
    inset-inline-end: 0;
    inline-size: 150vw;
    block-size: 100vh;
    background-color: var(--color-red);
    transform-origin: 100% 0;
    transform: rotate(-15deg);
  }
}

/* ==========================================================================
   Legal Footer Section
   ========================================================================== */

.legal-footer-section {
  background: var(--color-red);
  padding-block: var(--space-md);
  position: relative;
  z-index: 3;
}

.legal-links {
  text-align: center;
  font-size: var(--font-size-small);
  line-height: var(--line-height-base);
}

.legal-links a {
  color: #fff;
  text-decoration: none;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  transition: text-decoration-thickness var(--transition-base);
}

.legal-links a:hover,
.legal-links a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 0.125rem;
  text-underline-offset: 0.1875rem;
}

.legal-links a:focus-visible {
  outline: 0.125rem solid #fff;
  outline-offset: 0.25rem;
}

.legal-links .separator {
  color: #fff;
  margin-inline: 0.75rem;
  font-weight: var(--font-weight-regular);
}

/* ==========================================================================
   Legal Pages Styling
   ========================================================================== */

.legal-page {
  background: var(--color-neutral);
  min-block-size: 100vh;
  padding-block: var(--space-lg);
}

.legal-content {
  background: var(--color-neutral);
  padding: var(--space-lg);
  max-inline-size: 62.5rem; /* 1000px */
  margin-inline: auto;
}

.legal-content h1 {
  color: var(--color-black);
  margin-block-end: var(--space-lg);
  padding-block-end: var(--space-md);
  border-block-end: var(--border-thin) solid var(--color-red);
}

.legal-content h2 {
  color: var(--color-black);
  margin-block-start: var(--space-lg);
  margin-block-end: var(--space-md);
}

.legal-content h3 {
  color: var(--color-blue);
  margin-block-start: 1.5rem;
  margin-block-end: 0.75rem;
}

.legal-content h4 {
  color: var(--color-black);
  margin-block-start: var(--space-md);
  margin-block-end: var(--space-sm);
  font-size: 1.125rem; /* 18px */
}

.legal-content p {
  margin-block-end: var(--space-md);
  line-height: 1.6;
}

.legal-content ul {
  margin-block: var(--space-md);
  padding-inline-start: var(--space-lg);
}

.legal-content li {
  margin-block-end: var(--space-sm);
  line-height: var(--line-height-base);
}

.legal-footer {
  margin-block-start: var(--space-xl);
  padding-block-start: 1.5rem;
  border-block-start: var(--border-thin) solid var(--color-red);
}

.back-link {
  color: var(--color-blue);
  text-decoration: none;
  font-weight: var(--font-weight-bold);
  font-size: 1.125rem; /* 18px */
  transition: color var(--transition-base);
}

.back-link:hover {
  color: var(--color-red);
}

@media (max-width: 47.9375rem) {
  .legal-content {
    padding: var(--space-md);
  }

  .legal-content h1 {
    font-size: 2.25rem; /* 36px */
  }

  .legal-content h2 {
    font-size: 1.5rem; /* 24px */
  }
}

/* ==========================================================================
   Biography Section
   ========================================================================== */

.biography-section {
  background: var(--color-neutral);
  padding-block: var(--space-2xl) var(--space-xl); /* 64px top, 48px bottom */
  position: relative;
  z-index: 1;
}

.biography-content {
  padding-block: var(--space-lg); /* 32px top and bottom */
}

.biography-content h2 {
  text-transform: uppercase;
  margin-block-start: var(--space-3xl); /* 128px */
  margin-block-end: var(--space-lg); /* 32px */
  padding-block-end: var(--space-md); /* 16px */
  border-block-end: var(--border-thin) solid var(--color-black);
  color: var(--color-black);
}

.biography-content h2:first-child {
  margin-block-start: 0; /* Remove top margin for first h2 to keep document margins consistent */
}

.biography-content h3 {
  margin-block-start: var(--space-xl); /* 48px */
  margin-block-end: var(--space-md); /* 16px */
  color: var(--color-black);
  font-size: var(--font-size-h3); /* 20px */
}

.biography-content h4 {
  margin-block-start: var(--space-lg); /* 32px */
  margin-block-end: var(--space-md); /* 16px */
  color: var(--color-black);
  font-size: var(--font-size-h4); /* 20px */
}

.biography-content p {
  color: var(--color-black);
  margin-block-end: var(--space-md); /* 16px */
  line-height: var(--line-height-base); /* 1.5 */
}

.biography-content ul,
.biography-content ol {
  margin-block: var(--space-md); /* 16px */
  padding-inline-start: var(--space-lg); /* 32px */
}

.biography-content li {
  margin-block-end: var(--space-sm); /* 8px */
  line-height: var(--line-height-base); /* 1.5 */
  color: var(--color-black);
}

.biography-content li:last-child {
  margin-block-end: 0;
}

/* Links in biography content maintain global link styles but with emphasis */
.biography-content a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.125rem;
}

.biography-content a:hover {
  text-decoration-thickness: 2px;
}

/* Additional text styles for biography content */
.biography-content h1 {
  font-size: var(--font-size-h1-fluid);
  line-height: var(--line-height-headline);
  text-transform: uppercase;
  margin-block-start: 0;
  margin-block-end: var(--space-lg);
  color: var(--color-black);
}

.biography-content h5 {
  font-size: 1.125rem; /* 18px */
  line-height: var(--line-height-tight);
  margin-block-start: var(--space-lg);
  margin-block-end: var(--space-sm);
  color: var(--color-black);
}

.biography-content h6 {
  font-size: 1rem; /* 16px */
  line-height: var(--line-height-tight);
  margin-block-start: var(--space-md);
  margin-block-end: var(--space-sm);
  color: var(--color-black);
}

.biography-content strong {
  font-weight: var(--font-weight-bold);
}

.biography-content em {
  font-style: italic;
}

.biography-content code {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.875em;
  background-color: rgba(var(--color-black-rgb), 0.05);
  padding: 0.125rem 0.25rem;
  border-radius: 0.1875rem; /* 3px */
  color: var(--color-black);
}

.biography-content pre {
  background-color: rgba(var(--color-black-rgb), 0.05);
  padding: var(--space-md);
  border-radius: 0.25rem; /* 4px */
  overflow-x: auto;
  margin-block: var(--space-md);
}

.biography-content pre code {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  font-size: 0.875rem; /* 14px */
  line-height: 1.5;
}

.biography-content sup,
.biography-content sub {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.biography-content sup {
  top: -0.5em;
}

.biography-content sub {
  bottom: -0.25em;
}

.biography-content small {
  font-size: 0.875em;
}

.biography-content blockquote {
  margin-block: var(--space-lg);
  margin-inline: 0;
  padding-inline-start: var(--space-lg);
  border-inline-start: var(--border-thin) solid var(--color-blue);
  font-style: italic;
  color: var(--color-black);
}

.biography-content blockquote p {
  margin-block-end: var(--space-sm);
}

.biography-content cite {
  font-style: normal;
  font-weight: var(--font-weight-regular);
  font-size: 0.875em;
  color: var(--color-black);
}

.biography-content ul ul,
.biography-content ul ol,
.biography-content ol ul,
.biography-content ol ol {
  margin-block-start: var(--space-sm);
  margin-block-end: var(--space-sm);
}

/* Responsive adjustments for biography section */
@media (min-width: 25.625rem) { /* 410px+ */
  .biography-section {
    padding-block: var(--space-3xl) var(--space-2xl); /* 128px top, 64px bottom */
  }
}

@media (min-width: 48rem) { /* 768px+ */
  .biography-section {
    padding-block: var(--space-3xl); /* 128px top and bottom */
  }

  .biography-content {
    padding-block: var(--space-xl); /* 48px top and bottom */
  }
}

@media (min-width: 60rem) { /* 960px+ - aligned with content breakpoint */
  .biography-content h2 {
    font-size: var(--font-size-h2-fluid);
  }

  .biography-content h3 {
    font-size: 1.5625rem; /* 25px */
  }
}

@media (min-width: 75rem) { /* 1200px+ */
  .biography-section {
    padding-block: var(--space-3xl); /* 128px */
  }
}

/* ==========================================================================
   Table Styles for Biography Content
   ========================================================================== */

.biography-content table {
  inline-size: 100%;
  border-collapse: collapse;
  margin-block: var(--space-lg); /* 32px */
  border: 2px solid var(--color-black);
}

.biography-content thead {
  background-color: var(--color-black);
  color: var(--color-neutral);
}

.biography-content th {
  padding: var(--space-sm) var(--space-md); /* 8px 16px */
  text-align: start;
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-base);
  border: 1px solid var(--color-neutral);
}

.biography-content td {
  padding: var(--space-sm) var(--space-md); /* 8px 16px */
  border: 1px solid var(--color-black);
  color: var(--color-black);
  vertical-align: top;
  line-height: var(--line-height-base);
}

/* Links in table cells */
.biography-content td a {
  font-weight: var(--font-weight-bold);
}

.biography-content tbody tr:nth-child(even) {
  background-color: rgba(var(--color-black-rgb), 0.03);
}

.biography-content tbody tr:hover {
  background-color: rgba(var(--color-black-rgb), 0.05);
}

/* Responsive table adjustments */
@media (max-width: 47.9375rem) { /* Below 768px */
  .biography-content table {
    font-size: 0.875rem; /* 14px */
  }

  .biography-content th,
  .biography-content td {
    padding: var(--space-xs) var(--space-sm); /* 4px 8px */
  }
}

/* For very small screens, make table scrollable horizontally */
@media (max-width: 25.625rem) { /* Below 410px */
  .biography-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* Bauhaus evolution. Native CSS, existing brand and self-hosted Open Sans.
   Dials: DESIGN_VARIANCE 8 / MOTION_INTENSITY 5 / VISUAL_DENSITY 4.
   Layers: local isolation only; 1 = content above geometric backing planes.
   All rules are homepage-scoped so the legal pages keep their existing design. */
.homepage {
  --surface: #eddfc7;
  --ink: #0f0f0f;
  --muted-ink: #4d463d;
  --link: #3430b6;
  --red: #da1f17;
  --blue-plane: #3430b6;
  --yellow: #ffcd34;
  --inverse: #f9f4eb;
  --rule: #b5a892;
  --page-width: 72rem;
  --page-gutter: clamp(1.25rem, 5vw, 5rem);
  --chapter-space: clamp(4.5rem, 9vw, 8rem);
  --font-weight-light: 400;
  --font-weight-black: 800;
  background: var(--surface);
  color: var(--ink);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color-scheme: light;
}
@media (prefers-color-scheme: dark) {
  .homepage {
    --surface: #191918;
    --ink: #eddfc7;
    --muted-ink: #c8bdad;
    --link: #a8b7ff;
    --red: #ef5143;
    --blue-plane: #3430b6;
    --rule: #5b574e;
    color-scheme: dark;
  }
}
.homepage :is(.home-book, .home-biography) :is(h1,h2,h3,h4) { font-weight: 800; line-height: 1.15; }
.homepage :is(.home-book, .home-biography) h2 { font-size: clamp(2rem, 4.5vw, 3.75rem); letter-spacing: -.045em; }
.homepage .home-biography h3 { font-size: clamp(1.5rem, 2.5vw, 2rem); letter-spacing: -.025em; }
.homepage .home-biography h4 { font-size: 1.125rem; line-height: 1.4; }
.homepage p { font-size: inherit; line-height: inherit; }
.homepage :is(.home-book, .home-biography, .home-footer) a { color: var(--link); text-underline-offset: .2em; }
.homepage :is(.home-book, .home-biography, .home-footer) a:hover { color: var(--link); text-decoration-thickness: .14em; }
.homepage a:focus-visible { outline: 3px solid var(--link); outline-offset: 5px; text-decoration: underline; }
.homepage :is(p,li,h2,h3,h4) { overflow-wrap: break-word; }
.home-container, .home-book-inner {
  width: min(var(--page-width), calc(100% - 2 * var(--page-gutter)));
  margin-inline: auto;
}

/* Explicit promotional interruption, borrowing navy, ice, cyan and yellow
   from the book site. The original cover remains the only publisher artwork. */
.home-book {
  --surface: #10234d;
  --ink: #eff7fb;
  --muted-ink: #d4e2ee;
  --link: #f9e801;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--surface);
  color: var(--ink);
  padding-block: clamp(3rem, 5vw, 4.5rem);
  border-bottom: .5rem solid #68c6e3;
  margin-bottom: var(--chapter-space);
}
.home-book-inner { display: grid; gap: 3rem; align-items: center; }
.home-book-copy { max-width: 39rem; }
.homepage .home-book-copy h2 { font-size: clamp(2rem, 3.3vw, 3rem); max-width: 20ch; hyphens: auto; }
.home-book-copy p { color: var(--muted-ink); margin-block: 1.5rem 2rem; max-width: 45ch; }
.home-book-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: .8rem 1.5rem;
  background: var(--link);
  color: var(--surface) !important;
  border: 2px solid var(--link);
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .2s ease;
}
.home-book-link:hover, .home-book-link:focus-visible { text-decoration: underline; transform: translateY(-2px); }
.home-book-link:active { transform: translateY(1px); }
.home-book-cover {
  position: relative;
  isolation: isolate;
  width: min(13rem, 65%);
  margin: 1.5rem 1.75rem 1.5rem auto;
}
.home-book-cover::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -3rem -7rem -3rem -3rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #b4e4ee, #60b7df 70%, #407eb8);
  transition: transform .6s var(--ease-out-expo);
  transform-origin: bottom;
}
.home-book-cover img { width: 100%; height: auto; display: block; }
.home-book-cover::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: #f9e801;
  right: -4rem;
  top: -3rem;
}

/* Each chapter shares a structural red rule. Reading columns remain upright. */
.home-chapter {
  position: relative;
  padding-block: 2rem var(--chapter-space);
}
.home-chapter::before {
  content: "";
  display: block;
  width: 5rem;
  height: .5rem;
  margin-bottom: 2rem;
  background: var(--red);
  transform-origin: left;
  transition: transform .6s var(--ease-out-expo);
}
.home-chapter h2 { text-transform: uppercase; max-width: 17ch; margin-bottom: 2.5rem; }
.home-chapter p { max-width: 65ch; margin: 0 0 1.25rem; }
.home-chapter ul { padding-left: 1.25rem; margin-block: 1.5rem; }
.home-chapter li { margin-bottom: 1rem; }
.home-chapter h3 { margin-bottom: 1.5rem; }
.home-chapter h4 { margin-bottom: 1rem; }
.home-chapter a { text-decoration: underline; }
.home-organizations { display: grid; gap: 2.5rem; margin-block: 3rem 4.5rem; }
.home-organizations > div { padding-top: 1.5rem; border-top: 3px solid var(--ink); }
.homepage .home-organizations h3 { font-size: 1.5rem; max-width: 20ch; }
.home-organizations p { color: var(--muted-ink); }
.home-career { margin-bottom: 4.5rem; }
.career-labels { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; font-size: .8rem; color: var(--muted-ink); padding-bottom: 1rem; border-bottom: 3px solid var(--ink); }
.home-chapter .career-list { list-style: none; padding: 0; margin: 0; }
.career-list li { display: grid; gap: .5rem; padding-block: 1.75rem; margin: 0; }
.career-list li + li { border-top: 1px solid var(--rule); }
.career-list .career-date { font-size: 1.125rem; font-weight: 800; font-variant-numeric: tabular-nums; margin: 0; }
.career-list h4, .career-list p { margin: 0; }
.career-list h4 { font-size: 1.125rem; }
.career-list li > p:last-child { color: var(--muted-ink); }
.home-focus { padding-block: 2.5rem; border-block: 3px solid var(--ink); margin-bottom: 4.5rem; }
.home-chapter .focus-list { list-style: none; padding: 0; display: grid; gap: 1.5rem; margin: 2.5rem 0 0; }
.focus-list li { font-weight: 800; font-size: 1.25rem; line-height: 1.3; margin: 0; padding-left: 1rem; border-left: .375rem solid var(--yellow); }
.home-origin { margin-bottom: 0; }
.home-origin ul { max-width: 65ch; }
.home-evidence > h2 { max-width: 24ch; }
.homepage .evidence-grid h3 { font-size: 1.5rem; line-height: 1.3; }
.evidence-grid { display: grid; gap: 3rem; }
.home-publications { padding-top: 1.5rem; border-top: .5rem solid var(--blue-plane); }
.home-publications ul { list-style: none; padding: 0; }
.home-publications li { margin-bottom: 2rem; }
.home-publications a { display: block; font-size: 1.25rem; font-weight: 800; line-height: 1.4; margin-bottom: .5rem; }
.home-publications em { font-style: normal; }
.home-recognition { padding-top: 1.5rem; border-top: .5rem solid var(--yellow); color: var(--muted-ink); }
.home-recognition h3 { color: var(--ink); }
.home-recognition h3:not(:first-child) { margin-top: 2.5rem; }
.home-about { padding-bottom: 5rem; }

.home-about p:last-child { padding-top: 1.5rem; border-top: 3px solid var(--ink); margin-top: 2rem; }
.home-footer { border-top: .75rem solid var(--red); padding-block: 2rem 3rem; }
.home-footer .legal-links { text-align: left; font-size: .875rem; }
.home-footer .legal-links a { color: var(--link); font-weight: 800; }
.home-footer .legal-links a:focus-visible { outline-color: var(--link); }
.home-footer .legal-links .separator { color: var(--muted-ink); }

@media (min-width: 48rem) {
  .homepage { font-size: 1.125rem; }
  .home-book-inner { grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr); gap: 5rem; }
  .home-book-cover { width: min(100% - 3rem, 16rem); margin: 2rem 2rem 2rem auto; }
  .home-chapter { display: grid; grid-template-columns: 1fr minmax(0, 5fr); column-gap: 2rem; }
  .home-chapter::before { grid-column: 1; position: absolute; left: 0; top: 2.75rem; width: clamp(3rem, 7vw, 6rem); }
  .home-chapter > * { grid-column: 2; min-width: 0; }
  .home-chapter h2 { margin-bottom: 3rem; }
  .home-organizations { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 3rem; }
  .career-list li, .career-labels { display: grid; grid-template-columns: 7rem minmax(0,1fr) minmax(0,1.8fr); gap: 1.5rem; }
  .home-chapter .focus-list { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 2rem 3rem; }
  .focus-list li { font-size: 1.5rem; }
  .evidence-grid { grid-template-columns: minmax(0,1.6fr) minmax(0,1fr); gap: 3rem; }
}

@media (prefers-reduced-motion: no-preference) {
  .accent-pending::before { transform: scaleX(0); }
  .home-book-cover.accent-pending::before { transform: scaleY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .homepage *, .homepage *::before, .homepage *::after { animation: none !important; transition: none !important; }
}


/* Original poster composition restored at the user's request. */
.homepage .poster {
  --color-neutral: var(--surface);
  --color-black: var(--ink);
  --color-blue: var(--link);
  --color-red: var(--red);
}
.homepage .poster a:focus-visible { outline: 3px solid var(--link); outline-offset: 5px; }


/*# sourceMappingURL=main.fd78b42a.css.map*/