/* Book-site theme — warm leather, paper, gold foil (modern editorial) */
:root {
  --color-void: #0c0a09;
  --color-night: #15100e;
  --color-leather: #241814;
  --color-bg-top: #8f5345;
  --color-bg-mid: #6d3d34;
  --color-bg-bottom: #4a2822;
  --color-ink: #110e0d;
  --color-ink-muted: #534840;
  --color-ink-soft: rgba(68, 58, 54, 0.92);
  --color-chocolate: #6b3d32;
  --color-chocolate-deep: #2d1815;
  --color-cream: #f4ebe0;
  --color-paper: #fdf9f3;
  --color-accent: #d4573c;
  --color-accent-soft: rgba(212, 87, 60, 0.88);
  --color-gold: #d4a574;
  --color-gold-deep: #b07d52;
  --card-surface-pro: linear-gradient(145deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 252, 247, 0.97) 40%, rgba(247, 241, 232, 0.95) 100%);
  --card-surface-depth: radial-gradient(ellipse 92% 58% at 100% -2%, rgba(212, 165, 116, 0.12) 0%, transparent 55%),
    radial-gradient(ellipse 65% 48% at -4% 102%, rgba(107, 61, 50, 0.05) 0%, transparent 50%), var(--card-surface-pro);
  --shadow-card: 0 1px 0 rgba(255, 255, 255, 0.94) inset, 0 1px 2px rgba(35, 22, 18, 0.035),
    0 16px 40px -20px rgba(35, 22, 18, 0.13), 0 40px 80px -36px rgba(24, 16, 12, 0.11);
  --shadow-lift: 0 1px 0 rgba(255, 255, 255, 0.96) inset, 0 26px 56px -14px rgba(35, 22, 18, 0.22),
    0 56px 100px -38px rgba(24, 16, 12, 0.16);
  --shadow-soft: 0 12px 40px rgba(15, 10, 8, 0.14);
  --shadow-card-hover: 0 1px 0 rgba(255, 255, 255, 0.97) inset, 0 3px 10px rgba(35, 22, 18, 0.045),
    0 22px 44px -18px rgba(35, 22, 18, 0.16), 0 48px 88px -40px rgba(24, 16, 12, 0.13);
  --card-foil: linear-gradient(
    90deg,
    rgba(212, 165, 116, 0.1) 0%,
    rgba(232, 195, 140, 0.95) 18%,
    rgba(176, 125, 82, 0.88) 50%,
    rgba(212, 165, 116, 0.88) 82%,
    rgba(212, 165, 116, 0.08) 100%
  );
  --ease-smooth: cubic-bezier(0.22, 1, 0.36, 1);
  --radius-lg: 22px;
  --radius-md: 12px;
  --radius-sm: 8px;
  --radius-faq: 16px;
  --shadow-faq: 0 1px 0 rgba(255, 255, 255, 0.92) inset, 0 2px 8px rgba(45, 28, 22, 0.06),
    0 16px 40px -20px rgba(45, 28, 22, 0.14);
  --shadow-faq-open: 0 1px 0 rgba(255, 255, 255, 0.95) inset, 0 4px 16px rgba(45, 28, 22, 0.08),
    0 24px 48px -18px rgba(45, 28, 22, 0.18);
  --line-hair: rgba(45, 24, 21, 0.07);
  --line-strong: rgba(45, 24, 21, 0.11);
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --prose-width: min(40rem, 100%);
  --head-to-content: clamp(1.65rem, 4vw, 2.65rem);
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "Lora", Georgia, serif;
  --font-ui: "Outfit", system-ui, sans-serif;
  /* Page column: same for header, hero, every section, footer (edge-to-edge content uses 100% of this) */
  --shell-max: min(1180px, 93vw);
  --shell-pad-x: clamp(1.2rem, 3.6vw, 1.85rem);
  /* Vertical rhythm: tighter than before so the page feels compact */
  --section-space: clamp(3.15rem, 8.2vw, 6.5rem);
  --hero-s1: 0.5rem;
  --hero-s2: 0.75rem;
  --hero-s3: 1rem;
  --hero-s4: 1.5rem;
  --hero-s5: 2rem;
  --focus-ring: #e8b876;
  --focus-offset-on-light: #fffef9;
  --focus-offset-on-dark: #0f0c0a;
  /* Total sticky header height on phones (bar + notch safe area) */
  --header-mobile-h: calc(4.5rem + env(safe-area-inset-top, 0px));
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.74;
  letter-spacing: 0.009em;
  color: var(--color-ink-muted);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--color-night);
  background-image: radial-gradient(ellipse 130% 85% at 50% -28%, rgba(232, 195, 140, 0.26) 0%, transparent 54%),
    radial-gradient(ellipse 75% 58% at 100% 38%, rgba(148, 82, 68, 0.32) 0%, transparent 46%),
    radial-gradient(ellipse 60% 48% at 0% 72%, rgba(72, 38, 32, 0.42) 0%, transparent 50%),
    radial-gradient(ellipse 95% 70% at 50% 105%, rgba(15, 10, 8, 0.55) 0%, transparent 52%),
    linear-gradient(168deg, #36221c 0%, #52342c 22%, #6e453a 48%, #8f5a4a 72%, #b8826a 92%, #d4a588 100%);
  min-height: 100vh;
}

::selection {
  background: rgba(212, 165, 116, 0.38);
  color: var(--color-ink);
}

.page-noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  opacity: 0.052;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.page-texture {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  opacity: 0.35;
  background: radial-gradient(ellipse at center, transparent 0%, rgba(8, 6, 5, 0.45) 100%);
}

/* Stack baseline — must NOT override header/backdrop/dock z-index (those fixed menus live here) */
body > *:not(.page-texture):not(.page-noise):not(header):not(.nav-backdrop):not(.sticky-dock):not(.skip-link) {
  position: relative;
  z-index: 1;
}

@media (max-width: 899px) {
  body.has-sticky-dock {
    padding-bottom: calc(4.25rem + env(safe-area-inset-bottom, 0px));
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--color-chocolate);
  transition: color 0.22s var(--ease-smooth), opacity 0.2s ease;
}

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

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0.5rem;
  padding: 0.5rem 1rem;
  background: var(--color-paper);
  color: var(--color-ink);
  z-index: 100;
}

.skip-link:focus,
.skip-link:focus-visible {
  left: 0.5rem;
}

/* Keyboard focus — visible rings (mouse users: minimal flash via :focus-visible) */
.logo:focus-visible,
.nav a:focus-visible,
.nav-panel a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--focus-offset-on-dark), 0 0 0 5px var(--focus-ring);
  border-radius: 6px;
}

.nav-toggle:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--focus-offset-on-dark), 0 0 0 5px var(--focus-ring);
  border-radius: 10px;
}

.nav__cta:focus-visible {
  border-radius: 999px;
}

.btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--focus-offset-on-light), 0 0 0 5px var(--focus-ring),
    0 8px 24px rgba(35, 20, 16, 0.18);
}

.btn--ghost:focus-visible,
.hero .hero__btn-ghost.btn--ghost:focus-visible {
  box-shadow: 0 0 0 2px var(--focus-offset-on-light), 0 0 0 5px var(--focus-ring),
    0 1px 0 rgba(255, 255, 255, 0.85) inset;
}

.skip-link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px var(--focus-ring);
}

main a:focus-visible:not(.btn),
.site-footer a:focus-visible {
  outline: none;
}

main a:focus-visible:not(.btn) {
  box-shadow: 0 0 0 2px var(--focus-offset-on-light), 0 0 0 5px var(--focus-ring);
  border-radius: 3px;
}

.site-footer a:focus-visible {
  box-shadow: 0 0 0 2px var(--color-chocolate-deep), 0 0 0 5px rgba(243, 232, 220, 0.95);
  border-radius: 4px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.shell {
  width: var(--shell-max);
  margin-inline: auto;
  padding-left: max(var(--shell-pad-x), env(safe-area-inset-left, 0px));
  padding-right: max(var(--shell-pad-x), env(safe-area-inset-right, 0px));
  box-sizing: border-box;
}

/* Header — dark glass, gold hairline */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(180deg, rgba(12, 9, 8, 0.94) 0%, rgba(24, 16, 13, 0.9) 55%, rgba(18, 12, 10, 0.92) 100%);
  backdrop-filter: blur(20px) saturate(1.28);
  -webkit-backdrop-filter: blur(20px) saturate(1.28);
  border-bottom: 1px solid rgba(212, 165, 116, 0.26);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.42), 0 1px 0 rgba(255, 255, 255, 0.07) inset;
}

.site-header .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 1.25rem;
  min-height: 4.5rem;
  flex-wrap: nowrap;
  /* Wider than body column so nav stays one row */
  width: min(1320px, 96vw);
  max-width: 100%;
}

.logo {
  flex-shrink: 0;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.2;
  background: linear-gradient(110deg, #fff8f0 0%, var(--color-gold) 45%, #e8c08b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@supports not (background-clip: text) {
  .logo {
    color: #f4ebe0;
    background: none;
  }
}

.nav {
  display: none;
  align-items: center;
  gap: 0.12rem;
  flex-wrap: nowrap;
  justify-content: flex-end;
  flex: 1 1 auto;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(212, 165, 116, 0.35) transparent;
}

.nav::-webkit-scrollbar {
  height: 4px;
}

.nav::-webkit-scrollbar-thumb {
  background: rgba(212, 165, 116, 0.35);
  border-radius: 999px;
}

.nav a {
  font-family: var(--font-ui);
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(244, 235, 224, 0.76);
  padding: 0.52rem 0.88rem;
  border-radius: 999px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.nav a:not(.nav__cta):hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.nav__cta {
  margin-left: 0.25rem;
  padding: 0.55rem 1.35rem !important;
  background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-deep) 50%, #7a4a3e 100%);
  color: #0c0a09 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}

.nav__cta:hover {
  color: #0c0a09 !important;
  filter: brightness(1.06);
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.18) inset;
}

/* Mobile menu control — compact; desktop hides via breakpoint below */
.nav-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(212, 165, 116, 0.38);
  border-radius: 10px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.09) 0%, rgba(24, 16, 13, 0.65) 100%);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 4px 14px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nav-toggle:hover {
  border-color: rgba(232, 184, 118, 0.48);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.12) 0%, rgba(32, 22, 18, 0.72) 100%);
}

.nav-toggle[aria-expanded="true"] {
  border-color: rgba(232, 184, 118, 0.42);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset, 0 6px 18px rgba(0, 0, 0, 0.42);
}

.nav-toggle__bars {
  width: 17px;
  height: 2px;
  border-radius: 1px;
  background: linear-gradient(90deg, rgba(232, 184, 118, 0.92) 0%, var(--color-gold-deep) 100%);
  position: relative;
  transition: background 0.22s var(--ease-smooth);
}

.nav-toggle__bars::before,
.nav-toggle__bars::after {
  content: "";
  position: absolute;
  left: 0;
  width: 17px;
  height: 2px;
  border-radius: 1px;
  background: linear-gradient(90deg, rgba(232, 184, 118, 0.92) 0%, var(--color-gold-deep) 100%);
  transition: transform 0.28s var(--ease-smooth), top 0.28s var(--ease-smooth), background 0.22s ease;
}

.nav-toggle__bars::before {
  top: -5px;
}

.nav-toggle__bars::after {
  top: 5px;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bars {
  background: transparent;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bars::before {
  top: 0;
  transform: rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bars::after {
  top: 0;
  transform: rotate(-45deg);
}

@media (prefers-reduced-motion: reduce) {
  .nav-toggle__bars,
  .nav-toggle__bars::before,
  .nav-toggle__bars::after {
    transition: none;
  }
}

/* Anchors mobile panel to the menu button (right); opens directly under control */
.site-header__menu {
  position: relative;
  z-index: 20;
  flex-shrink: 0;
  align-self: center;
}

/* Full-screen solid veil when mobile menu is open — nothing visible behind */
.nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 49;
  margin: 0;
  padding: 0;
  border: 0;
  background: var(--color-void);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  cursor: pointer;
}

.nav-backdrop[hidden] {
  display: none !important;
}

@media (min-width: 768px) {
  .nav-backdrop {
    display: none !important;
  }
}

/* Mobile flyout — fully opaque card (no see-through); stacks above .nav-backdrop with fixed header */
.nav-panel {
  position: absolute;
  top: calc(100% + 0.22rem);
  right: 0;
  left: auto;
  z-index: 21;
  width: min(14rem, calc(100vw - 1.5rem));
  max-height: min(70vh, calc(100dvh - 8rem));
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.52rem;
  margin: 0;
  border-radius: 14px;
  border: 1px solid rgba(212, 165, 116, 0.55);
  /* Solid fill — not transparent */
  background-color: #2b211d;
  background-image: linear-gradient(165deg, #3d332f 0%, #2a211e 38%, #1c1614 72%, #14100e 100%);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.62), 0 0 0 1px rgba(255, 255, 255, 0.07) inset,
    0 1px 0 rgba(232, 184, 118, 0.28);
}

.nav-panel[hidden] {
  display: none !important;
}

.nav-panel a {
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 0.65rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0.52rem 0.65rem;
  text-decoration: none;
  color: #fdf6ee;
  border-radius: 9px;
  line-height: 1.35;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(212, 165, 116, 0.25);
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.nav-panel a:hover {
  background: rgba(212, 165, 116, 0.22);
  color: #fffefb;
  box-shadow: inset 0 0 0 1px rgba(232, 184, 118, 0.18);
}

.nav-panel a[href="#order"] {
  margin-top: 0.32rem;
  padding: 0.58rem 0.68rem;
  text-align: center;
  letter-spacing: 0.09em;
  color: #1a0f0d !important;
  background: linear-gradient(145deg, #f0d4a8 0%, var(--color-gold) 28%, var(--color-gold-deep) 72%, #5c382f 100%);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(255, 255, 255, 0.16) inset;
}

.nav-panel a[href="#order"]:hover {
  color: #140c0a !important;
  filter: brightness(1.06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.48), 0 0 0 1px rgba(255, 255, 255, 0.22) inset;
}

@media (min-width: 768px) {
  .nav {
    display: flex;
  }

  .site-header__menu {
    display: none;
  }
}

/* Sections */
.section {
  padding-block: var(--section-space);
  position: relative;
}

/* “Paper spotlight” on warm body — sections that aren’t cream/cta/contact */
main > .section:not(.section--hero):not(.section--cream):not(.section--cta):not(.section--contact)::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(ellipse 85% 55% at 50% -15%, rgba(255, 252, 247, 0.14) 0%, transparent 58%),
    radial-gradient(ellipse 55% 45% at 100% 105%, rgba(212, 165, 116, 0.07) 0%, transparent 50%),
    radial-gradient(ellipse 45% 35% at 0% 80%, rgba(212, 87, 60, 0.05) 0%, transparent 50%);
}

main > .section:not(.section--hero):not(.section--cream):not(.section--cta):not(.section--contact) > * {
  position: relative;
  z-index: 1;
}

.section--hero {
  padding-top: clamp(2rem, 5vw, 3.35rem);
  position: relative;
  overflow: visible;
}

.section--hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(82%, 54rem);
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(212, 165, 116, 0.42) 18%,
    rgba(255, 250, 245, 0.35) 50%,
    rgba(212, 165, 116, 0.42) 82%,
    transparent
  );
  box-shadow: 0 0 24px rgba(212, 165, 116, 0.25);
}

.section--cream {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(255, 253, 249, 1) 0%,
    rgba(248, 240, 230, 0.98) 36%,
    rgba(238, 226, 210, 0.92) 68%,
    rgba(228, 212, 192, 0.78) 100%
  );
  border-block: 1px solid rgba(45, 24, 21, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), inset 0 -1px 0 rgba(212, 165, 116, 0.06);
}

.section--cream::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -35%;
  width: min(140%, 90rem);
  height: 85%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(ellipse at center, rgba(212, 165, 116, 0.16) 0%, rgba(255, 252, 247, 0.04) 45%, transparent 68%);
  opacity: 0.75;
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes section-cream-glow {
    0%,
    100% {
      opacity: 0.55;
      transform: translateX(-50%) scale(1);
    }
    50% {
      opacity: 0.92;
      transform: translateX(-50%) scale(1.05);
    }
  }

  .section--cream::before {
    animation: section-cream-glow 22s ease-in-out infinite;
  }
}

.section--cream > * {
  position: relative;
  z-index: 1;
}

.section--cta {
  position: relative;
  overflow: hidden;
  padding-bottom: calc(var(--section-space) + 0.85rem);
  background: radial-gradient(ellipse 95% 85% at 50% 110%, rgba(212, 165, 116, 0.28) 0%, transparent 58%),
    radial-gradient(ellipse 70% 50% at 20% 0%, rgba(255, 252, 247, 0.08) 0%, transparent 50%),
    linear-gradient(180deg, rgba(18, 12, 10, 0.42) 0%, rgba(45, 28, 22, 0.14) 48%, rgba(60, 38, 32, 0.06) 100%);
  border-block: 1px solid rgba(212, 165, 116, 0.15);
}

.section--cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle at 50% 40%, rgba(232, 184, 118, 0.06) 0%, transparent 55%);
}

.section--cta > * {
  position: relative;
  z-index: 1;
}

.section__inner {
  max-width: 100%;
}

.section__kicker {
  font-family: var(--font-ui);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(196, 92, 62, 0.92);
  margin: 0 0 var(--space-md);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
}

.section__kicker--left {
  justify-content: flex-start;
}

.section__kicker--plain {
  letter-spacing: 0.22em;
  opacity: 0.95;
}

.section__head {
  text-align: center;
  margin-bottom: var(--head-to-content);
  max-width: 100%;
  width: 100%;
  margin-inline: 0;
}

.section__head h2 {
  margin: 0 0 var(--space-sm);
  letter-spacing: 0.016em;
  font-size: clamp(2rem, 4.9vw, 2.85rem);
  line-height: 1.07;
  font-weight: 800;
  text-wrap: balance;
}

@supports (background-clip: text) {
  .section__head h2 {
    background: linear-gradient(178deg, var(--color-ink) 0%, #4a322c 42%, var(--color-chocolate) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}

/* Warm page sections (body gradient): dark headings vanish — use light titles + ledes */
main > .section:not(.section--cream):not(.section--contact):not(.section--cta):not(.section--hero) .section__head .section__kicker {
  color: rgba(255, 242, 232, 0.94);
}

main > .section:not(.section--cream):not(.section--contact):not(.section--cta):not(.section--hero) .section__head .section__kicker--plain {
  color: rgba(255, 236, 220, 0.9);
  opacity: 1;
}

@supports (background-clip: text) {
  main > .section:not(.section--cream):not(.section--contact):not(.section--cta):not(.section--hero) .section__head h2 {
    background: linear-gradient(183deg, #fffefb 0%, #fcefe4 32%, #f0d9bc 68%, #e8c896 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 2px 14px rgba(0, 0, 0, 0.42));
  }
}

@supports not (background-clip: text) {
  main > .section:not(.section--cream):not(.section--contact):not(.section--cta):not(.section--hero) .section__head h2 {
    color: #fff8f0;
    text-shadow: 0 2px 22px rgba(0, 0, 0, 0.45);
  }
}

main > .section:not(.section--cream):not(.section--contact):not(.section--cta):not(.section--hero) .section__head .section__lede {
  color: rgba(255, 247, 240, 0.93);
  text-shadow: 0 1px 22px rgba(0, 0, 0, 0.28);
}

.section__head h2::after {
  content: "";
  display: block;
  width: min(4.5rem, 20vw);
  height: 3px;
  margin: 0.9rem auto 0;
  border-radius: 3px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(212, 165, 116, 0.35) 15%,
    var(--color-gold) 50%,
    rgba(212, 87, 60, 0.65) 85%,
    transparent
  );
  box-shadow: 0 1px 12px rgba(212, 165, 116, 0.25);
}

main > .section:not(.section--cream):not(.section--contact):not(.section--cta):not(.section--hero) .section__head h2::after {
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 232, 200, 0.55) 18%,
    rgba(255, 248, 235, 0.95) 50%,
    rgba(232, 184, 118, 0.75) 82%,
    transparent
  );
  box-shadow: 0 0 24px rgba(255, 235, 210, 0.35);
}

.section__lede {
  margin: 0 auto;
  max-width: var(--prose-width);
  font-size: clamp(1.05rem, 2.1vw, 1.125rem);
  line-height: 1.74;
  color: var(--color-ink-soft);
  letter-spacing: 0.003em;
  text-wrap: balance;
}

@media (min-width: 768px) {
  .section__lede {
    line-height: 1.74;
  }
}

@media (prefers-contrast: more) {
  .section__head h2 {
    background: none !important;
    -webkit-text-fill-color: currentColor;
    color: var(--color-ink) !important;
    filter: none !important;
  }

  main > .section:not(.section--cream):not(.section--contact):not(.section--cta):not(.section--hero) .section__head h2 {
    color: #fff !important;
    text-shadow: 0 0 1px #000, 0 2px 14px rgba(0, 0, 0, 0.85);
  }

  main > .section:not(.section--cream):not(.section--contact):not(.section--cta):not(.section--hero) .section__head .section__lede {
    color: #fff !important;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.85);
  }

  main > .section:not(.section--cream):not(.section--contact):not(.section--cta):not(.section--hero) .section__head .section__kicker,
  main > .section:not(.section--cream):not(.section--contact):not(.section--cta):not(.section--hero) .section__head .section__kicker--plain {
    color: #fff !important;
  }
}

/* Scroll-driven entrance — paired with site.js IntersectionObserver */
@media (prefers-reduced-motion: no-preference) {
  .reveal-on-scroll {
    opacity: 0;
    transform: translateY(clamp(1.25rem, 3.5vw, 2.75rem));
    transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .reveal-on-scroll.is-revealed {
    opacity: 1;
    transform: none;
  }

  .pull-slab.reveal-on-scroll.is-revealed .pull-slab__quote {
    animation: pull-slab-line 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.15s both;
  }

  @keyframes pull-slab-line {
    from {
      opacity: 0;
      transform: translateY(0.5rem);
      filter: blur(6px);
    }
    to {
      opacity: 1;
      transform: none;
      filter: none;
    }
  }
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  color: var(--color-ink);
  font-weight: 800;
}

h2 {
  font-size: clamp(1.85rem, 4.2vw, 2.5rem);
  letter-spacing: 0.015em;
  line-height: 1.14;
  font-weight: 800;
}

h3 {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-top: 0;
  margin-bottom: 0.65rem;
}

/* Floating cards — glass “page” stack, consistent across sections */
.float-card {
  background: var(--card-surface-depth);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(16px) saturate(1.08);
  -webkit-backdrop-filter: blur(16px) saturate(1.08);
  transition: transform 0.38s var(--ease-smooth), box-shadow 0.38s var(--ease-smooth),
    border-color 0.32s ease, filter 0.32s ease;
  position: relative;
  isolation: isolate;
}

/* Foil top edge — editorial “premium” strip (skipped where another treatment owns the top edge) */
.float-card:not(.quote):not(.author__polaroid):not(.author__panel):not(.faq-item)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  background: var(--card-foil);
  opacity: 0.92;
  pointer-events: none;
  z-index: 2;
}

.float-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.99), inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    inset 0 -1px 0 rgba(45, 24, 21, 0.05);
  z-index: 1;
}

.float-card > * {
  position: relative;
  z-index: 3;
}

/* Subtle editorial tilt only on author frame — about cards stay aligned for a premium grid */
.float-card--tilt-left {
  transform: rotate(-0.4deg);
}

.float-card--tilt-right {
  transform: rotate(0.4deg);
}

@media (min-width: 768px) {
  .float-card--tilt-left {
    transform: rotate(-0.5deg);
  }

  .float-card--tilt-right {
    transform: rotate(0.5deg);
  }
}

.card--rotate-sm,
.card--rotate-sm-alt {
  transform: none;
}

@keyframes hero-book-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero__book {
    animation: none !important;
  }

  .float-card,
  .float-card--tilt-left,
  .float-card--tilt-right,
  .author__polaroid,
  .card--rotate-sm,
  .card--rotate-sm-alt,
  .card--lift:hover {
    transform: none !important;
    transition: none;
  }

  .contact-card.float-card:hover,
  .contact-aside.float-card:hover,
  .split-feature__panel.float-card:hover,
  .spec-board.float-card:hover,
  .quote.float-card:hover,
  .author__panel.float-card:hover,
  .cta--ribbon.float-card:hover,
  .book-showcase .book-showcase__body.float-card:hover,
  .faq-item.float-card:hover,
  .faq-item[open].float-card {
    transform: none !important;
  }

  .btn {
    transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease, filter 0.15s ease,
      box-shadow 0.15s ease;
  }

  .btn--primary:hover,
  .btn--ghost:hover {
    transform: none;
  }

  .moment-band__track {
    animation: none;
    transform: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: min(52rem, 100%);
    margin-inline: auto;
    padding: 0.35rem var(--shell-pad-x);
    box-sizing: border-box;
  }

  .moment-band__row[aria-hidden="true"] {
    display: none;
  }

  .moment-band__viewport {
    overflow: visible;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .moment-band__row:not([aria-hidden="true"]) {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0.45rem;
    column-gap: 0.85rem;
    padding-inline: var(--shell-pad-x);
    max-width: 100%;
  }

  .bento__cell,
  .bento__cell:hover {
    transform: none !important;
    transition: none;
  }

  .reveal-on-scroll,
  .reveal-on-scroll.is-revealed {
    opacity: 1 !important;
    transform: none !important;
    transition: none;
  }

  .section--cream::before {
    animation: none !important;
    opacity: 0.72;
  }

  .hero__glow {
    animation: none !important;
    opacity: 0.88;
    transform: translate(-50%, -50%);
  }
}

/* Hero — open text layout */
.hero__grid {
  position: relative;
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.25rem);
  align-items: stretch;
}

@media (min-width: 900px) {
  .hero__grid {
    /* Wider book column than copy column */
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.22fr);
    gap: clamp(1rem, 2vw, 1.75rem);
    align-items: stretch;
  }

  .hero__intro {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .hero__content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    max-width: min(38rem, 100%);
  }

  .hero__actions {
    margin-top: auto;
  }
}

.hero__content {
  position: relative;
  padding: clamp(0.35rem, 2vw, 1rem) 0 clamp(0.35rem, 2vw, 1rem) clamp(1.1rem, 3vw, 1.35rem);
}

.hero__content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15rem;
  bottom: 0.5rem;
  width: 3px;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--color-gold) 0%, rgba(212, 87, 60, 0.65) 45%, rgba(212, 165, 116, 0.25) 100%);
  opacity: 0.9;
  pointer-events: none;
}

/* Hero typography — editorial, reads on warm gradient */
.hero__copy {
  margin: 0;
}

.hero__series {
  font-family: var(--font-ui);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 245, 235, 0.78);
  margin: 0 0 var(--hero-s2);
  line-height: 1.45;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
}

.hero__genre {
  font-family: var(--font-ui);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  margin: 0 0 var(--hero-s4);
  line-height: 1.4;
}

.hero__title {
  margin: 0 0 var(--hero-s3);
  padding-bottom: var(--hero-s3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.hero__title-text {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6.8vw, 3.75rem);
  font-weight: 800;
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  background: linear-gradient(185deg, #fffef9 0%, #f0dcc8 42%, #e8b876 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-wrap: balance;
  filter: drop-shadow(0 4px 28px rgba(0, 0, 0, 0.35));
}

@supports not (background-clip: text) {
  .hero__title-text {
    color: #fff8f0;
    background: none;
    filter: none;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
  }
}

@media (prefers-contrast: more) {
  .hero__title-text {
    background: none !important;
    -webkit-text-fill-color: currentColor;
    color: #fff !important;
    text-shadow: 0 0 1px #000, 0 2px 16px rgba(0, 0, 0, 0.8);
  }

  .hero__tagline p {
    color: #fff !important;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.8);
  }

  .hero__genre {
    color: rgba(255, 255, 255, 0.95) !important;
  }
}

.hero__tagline {
  margin: 0 0 var(--hero-s4);
  padding: var(--hero-s1) 0 var(--hero-s2) 1.65rem;
  border: none;
  border-left: 2px solid rgba(255, 255, 255, 0.22);
  max-width: 38rem;
  position: relative;
}

.hero__tagline::before {
  content: "\201C";
  position: absolute;
  left: 0.35rem;
  top: -0.05rem;
  font-family: var(--font-display);
  font-size: 2.15rem;
  line-height: 1;
  color: rgba(232, 184, 118, 0.35);
  pointer-events: none;
}

.hero__tagline p {
  font-family: var(--font-body);
  font-size: 1.06rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.72;
  letter-spacing: 0.015em;
  color: rgba(255, 248, 240, 0.88);
  margin: 0;
  text-wrap: pretty;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.hero__meta {
  display: grid;
  gap: var(--hero-s2);
  margin-bottom: var(--hero-s4);
  padding-top: var(--hero-s3);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.hero__meta-label {
  font-family: var(--font-ui);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.hero__author {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem 0.6rem;
  line-height: 1.35;
}

.hero__author-by {
  font-family: var(--font-ui);
  font-size: 0.7rem;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.55);
}

.hero__author-name {
  font-family: var(--font-body);
  font-size: 1.14rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.01em;
  color: rgba(255, 252, 247, 0.96);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.3);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--hero-s2) var(--hero-s3);
  padding-top: var(--hero-s1);
}

/* Hero — social proof row (trendy conversion cues) */
.hero__social-proof {
  margin-top: var(--hero-s4);
  padding-top: var(--hero-s3);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  max-width: 26rem;
}

.hero__stars {
  display: flex;
  gap: 0.08rem;
  letter-spacing: 0;
}

.hero__star {
  font-size: 1rem;
  line-height: 1;
  color: rgba(232, 184, 118, 0.92);
  text-shadow: 0 0 18px rgba(212, 165, 116, 0.35);
}

.hero__rating-line {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: rgba(255, 248, 240, 0.82);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.65rem;
}

.hero__rating-score {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #fff8f0;
}

.hero__rating-label {
  font-weight: 500;
  opacity: 0.72;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.62rem;
}

.hero__chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.hero__chip {
  font-family: var(--font-ui);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(10, 8, 6, 0.35);
  color: rgba(255, 245, 238, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.hero__chip--accent {
  border-color: rgba(232, 184, 118, 0.45);
  background: linear-gradient(135deg, rgba(212, 165, 116, 0.22) 0%, rgba(212, 87, 60, 0.15) 100%);
  color: #fff8f0;
  box-shadow: 0 0 24px rgba(212, 165, 116, 0.15);
}

.hero .btn {
  min-height: 48px;
  padding-inline: 1.5rem 1.65rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  gap: 0.4rem;
}

.hero__btn-primary,
.hero__btn-ghost {
  min-width: min(100%, 11rem);
  justify-content: center;
}

.hero__btn-primary {
  box-shadow: 0 2px 4px rgba(35, 20, 16, 0.08), 0 10px 28px rgba(35, 20, 16, 0.2);
}

.btn__text {
  position: relative;
  top: 0.5px;
}

.btn {
  font-family: var(--font-ui);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.82rem 1.5rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.24s var(--ease-smooth), box-shadow 0.24s ease, background 0.24s ease,
    filter 0.24s ease, border-color 0.24s ease;
}

.btn--primary {
  background: linear-gradient(145deg, #8f4a3e 0%, var(--color-chocolate-deep) 46%, #1a100e 100%);
  color: #fdf9f3;
  border: 1px solid rgba(212, 165, 116, 0.35);
  box-shadow: 0 4px 16px rgba(8, 5, 4, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.btn--primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(8, 5, 4, 0.45), 0 0 0 1px rgba(212, 165, 116, 0.25) inset;
}

.btn--ghost {
  background: rgba(253, 249, 243, 0.72);
  color: var(--color-chocolate-deep);
  border: 2px solid rgba(107, 61, 50, 0.28);
  backdrop-filter: blur(8px);
}

.btn--ghost:hover {
  background: #fffefb;
  border-color: rgba(107, 61, 50, 0.42);
  transform: translateY(-2px);
}

.hero .hero__btn-primary.btn--primary {
  letter-spacing: 0.1em;
}

.hero .hero__btn-ghost.btn--ghost {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.38);
  color: rgba(255, 252, 247, 0.95);
  background: rgba(12, 8, 6, 0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset;
}

.hero .hero__btn-ghost.btn--ghost:hover {
  background: rgba(255, 252, 247, 0.14);
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}

.hero__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 900px) {
  .hero__visual {
    justify-content: center;
    align-items: stretch;
    align-self: stretch;
    height: 100%;
    min-height: 0;
    padding-inline: 0;
  }
}

.hero__glow {
  position: absolute;
  left: 50%;
  top: 42%;
  width: min(560px, 96vw);
  height: min(560px, 96vw);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 192, 139, 0.34) 0%, rgba(255, 252, 247, 0.1) 42%, transparent 72%);
  filter: blur(10px);
  z-index: 0;
  pointer-events: none;
  opacity: 0.9;
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes hero-glow-breathe {
    0%,
    100% {
      opacity: 0.78;
      transform: translate(-50%, -50%) scale(1);
    }
    50% {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1.09);
    }
  }

  .hero__glow {
    animation: hero-glow-breathe 9s ease-in-out infinite;
  }
}

/* Book: fill column — right edge lines up with .shell padding like other sections */
.hero__book {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (prefers-reduced-motion: no-preference) {
  .hero__book {
    animation: hero-book-float 5.5s ease-in-out infinite;
  }
}

@media (min-width: 900px) {
  .hero__book {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    min-height: 0;
    max-width: 100%;
  }
}

.hero__book::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.35rem;
  transform: translateX(-50%);
  width: 68%;
  height: 14%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(35, 20, 16, 0.2) 0%, transparent 72%);
  z-index: -1;
  pointer-events: none;
  filter: blur(10px);
}

.hero__book-img {
  width: 100%;
  height: auto;
  max-width: min(560px, 100%);
  margin-inline: auto;
  display: block;
  border-radius: 10px;
  filter: drop-shadow(0 28px 48px rgba(35, 20, 16, 0.28)) drop-shadow(0 10px 20px rgba(35, 20, 16, 0.14));
}

@media (min-width: 900px) {
  .hero__book-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: min(90vh, 760px);
    object-fit: contain;
    object-position: center center;
    margin-inline: auto;
  }
}

/* Mood band — full-bleed marquee (not a card grid) */
.moment-band {
  position: relative;
  padding-block: 0.75rem;
  background: linear-gradient(98deg, #14100e 0%, #2a1a16 28%, #4a2e28 52%, #5c3a32 72%, #1c1412 100%);
  border-block: 1px solid rgba(212, 165, 116, 0.22);
  overflow: hidden;
}

.moment-band__mesh {
  position: absolute;
  inset: 0;
  opacity: 0.45;
  background: radial-gradient(ellipse 85% 140% at 15% 40%, rgba(212, 87, 60, 0.28) 0%, transparent 52%),
    radial-gradient(ellipse 75% 120% at 88% 25%, rgba(212, 165, 116, 0.18) 0%, transparent 48%),
    radial-gradient(ellipse 50% 80% at 50% 100%, rgba(0, 0, 0, 0.35) 0%, transparent 45%);
  pointer-events: none;
}

.moment-band__fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(2rem, 8vw, 5rem);
  z-index: 2;
  pointer-events: none;
}

.moment-band__fade--left {
  left: 0;
  background: linear-gradient(90deg, #14100e 0%, transparent 100%);
}

.moment-band__fade--right {
  right: 0;
  background: linear-gradient(270deg, #14100e 0%, transparent 100%);
}

.moment-band__viewport {
  position: relative;
  z-index: 1;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
}

.moment-band__track {
  display: flex;
  width: max-content;
  animation: moment-marquee 46s linear infinite;
}

@keyframes moment-marquee {
  to {
    transform: translateX(-50%);
  }
}

.moment-band__row {
  display: flex;
  align-items: center;
  gap: 0.35rem 1.15rem;
  flex-shrink: 0;
  padding-inline: 0.5rem 1.75rem;
}

.moment-band__chip {
  font-family: var(--font-ui);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 248, 240, 0.9);
  white-space: nowrap;
  padding: 0.42rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(12, 8, 6, 0.35);
  backdrop-filter: blur(8px) saturate(1.1);
  -webkit-backdrop-filter: blur(8px) saturate(1.1);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.moment-band__dot {
  color: rgba(232, 184, 118, 0.5);
  font-size: 0.45rem;
  line-height: 1;
  user-select: none;
}

/* Pull quote slab — editorial break, no card chrome */
.pull-slab {
  position: relative;
  padding-block: clamp(2.65rem, 7.5vw, 4.35rem);
  overflow: hidden;
  background: linear-gradient(185deg, rgba(255, 252, 247, 0.99) 0%, rgba(244, 232, 218, 0.72) 55%, rgba(228, 205, 186, 0.45) 100%);
  border-block: 1px solid rgba(212, 165, 116, 0.16);
}

.pull-slab::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  width: min(96%, 52rem);
  height: 140%;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(ellipse at center, rgba(212, 165, 116, 0.11) 0%, rgba(255, 252, 247, 0.02) 45%, transparent 70%);
}

.pull-slab .pull-slab__stripes,
.pull-slab .pull-slab__inner {
  position: relative;
  z-index: 1;
}

.pull-slab__stripes {
  position: absolute;
  inset: 0;
  opacity: 0.055;
  background: repeating-linear-gradient(
    -11deg,
    transparent,
    transparent 14px,
    rgba(45, 24, 21, 0.09) 14px,
    rgba(45, 24, 21, 0.09) 15px
  );
  pointer-events: none;
}

.pull-slab__inner {
  position: relative;
  text-align: center;
  max-width: min(46rem, 100%);
  margin-inline: auto;
}

.pull-slab__quote {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 5.2vw, 3.05rem);
  font-weight: 700;
  font-style: italic;
  line-height: 1.18;
  margin: 0 0 1rem;
  color: var(--color-ink);
  letter-spacing: 0.01em;
  text-wrap: balance;
  text-shadow: 0 2px 36px rgba(212, 165, 116, 0.2);
}

.pull-slab__line {
  width: min(5.5rem, 32vw);
  height: 3px;
  margin: 0 auto 1rem;
  border-radius: 3px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(212, 165, 116, 0.95) 20%,
    rgba(196, 92, 62, 0.75) 80%,
    transparent
  );
}

.pull-slab__cite {
  font-family: var(--font-ui);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(107, 61, 50, 0.76);
  margin: 0;
}

/* About — bento mosaic (replaces uniform card trio) */
.bento {
  display: grid;
  gap: 0.72rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .bento {
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    grid-template-rows: 1fr 1fr;
    gap: 0.72rem 0.82rem;
    min-height: min(360px, 52vh);
  }

  .bento__cell--feature {
    grid-row: 1 / -1;
  }
}

.bento__cell {
  position: relative;
  padding: 1.6rem 1.45rem 1.45rem;
  border-radius: clamp(17px, 2.2vw, 24px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.55) 0%, transparent 42%),
    linear-gradient(168deg, #fffefb 0%, #f5ebe0 100%);
  box-shadow: 0 16px 44px rgba(45, 24, 21, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.3s ease;
}

.bento__cell--feature {
  padding: 1.9rem 1.7rem 1.65rem;
  background: radial-gradient(ellipse 95% 75% at 92% 12%, rgba(212, 165, 116, 0.24) 0%, transparent 58%),
    linear-gradient(158deg, rgba(255, 255, 255, 0.82) 0%, #faf6ef 45%, #ebe3d5 100%);
  border-color: rgba(255, 255, 255, 0.72);
}

.bento__cell--accent {
  background: linear-gradient(152deg, #231814 0%, #3d2520 42%, #5c3830 100%);
  border-color: rgba(212, 165, 116, 0.32);
  color: rgba(255, 245, 238, 0.94);
  box-shadow: 0 18px 48px rgba(15, 10, 8, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.bento__title {
  font-family: var(--font-display);
  font-size: 1.32rem;
  font-weight: 800;
  margin: 0 0 0.6rem;
  color: var(--color-chocolate);
  letter-spacing: 0.018em;
  line-height: 1.14;
}

/* Bento — angled gold “tab” underline */
.bento__title::after {
  content: "";
  display: block;
  width: 2.85rem;
  height: 3px;
  margin-top: 0.48rem;
  border-radius: 1px;
  background: linear-gradient(90deg, var(--color-gold-deep), rgba(232, 184, 118, 0.92));
  clip-path: polygon(0 0, 100% 0, calc(100% - 7px) 100%, 0 100%);
  box-shadow: 0 2px 8px rgba(212, 165, 116, 0.28);
}

.bento__title--sm {
  font-size: 1.02rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--font-ui);
  letter-spacing: 0.065em;
  color: var(--color-chocolate);
}

.bento__title--sm::after {
  width: 2.15rem;
  height: 2px;
  margin-top: 0.42rem;
}

.bento__cell--accent .bento__title::after {
  background: linear-gradient(90deg, rgba(232, 184, 118, 0.98), rgba(255, 236, 214, 0.55));
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.25);
}

.bento__cell--accent .bento__title,
.bento__cell--accent .bento__title--sm {
  color: rgba(255, 250, 244, 0.97);
}

.bento__text {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.64;
  color: var(--color-ink-muted);
}

.bento__text + .bento__text {
  margin-top: 0.75rem;
}

.bento__text--tight {
  font-size: 0.94rem;
  line-height: 1.58;
  color: rgba(90, 58, 52, 0.82);
}

.bento__details {
  margin: 1.05rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.bento__details li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.9rem;
  line-height: 1.52;
  color: var(--color-ink-muted);
}

.bento__details li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(196, 92, 62, 0.52);
  box-shadow: 0 0 0 1px rgba(212, 165, 116, 0.35);
}

.bento__foot {
  margin: 1rem 0 0;
  padding-right: 4.5rem;
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgba(107, 61, 50, 0.74);
  font-style: italic;
}

.bento__cell--accent .bento__text {
  color: rgba(255, 236, 224, 0.86);
}

.bento__glyph {
  display: block;
  font-size: 1.28rem;
  margin-bottom: 0.7rem;
  line-height: 1;
  opacity: 0.88;
}

.bento__cell--accent .bento__glyph {
  color: rgba(232, 184, 118, 0.92);
  opacity: 1;
}

.bento__scribble {
  position: absolute;
  bottom: 1rem;
  right: 1.15rem;
  width: 4.75rem;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, rgba(212, 87, 60, 0.45), rgba(212, 165, 116, 0.88));
  opacity: 0.72;
  transform: rotate(-2.5deg);
  pointer-events: none;
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .bento__cell:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 56px rgba(45, 24, 21, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.95);
    border-color: rgba(212, 165, 116, 0.42);
  }

  .bento__cell--accent:hover {
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    border-color: rgba(232, 184, 118, 0.38);
  }
}

/* About cards */
.card-grid {
  display: grid;
  gap: var(--space-md);
}

@media (min-width: 768px) {
  .card-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.15rem;
    align-items: stretch;
  }
}

.card {
  padding: 2rem 1.75rem 1.85rem;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.85rem;
  height: 2.85rem;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 1.2rem;
  border-radius: 12px;
  opacity: 0.9;
  filter: grayscale(0.12);
  letter-spacing: 0;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.92) 0%, rgba(250, 244, 236, 0.72) 100%);
  border: 1px solid rgba(212, 165, 116, 0.32);
  box-shadow: 0 2px 10px rgba(45, 24, 21, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(8px) saturate(1.05);
  -webkit-backdrop-filter: blur(8px) saturate(1.05);
}

.card h3 {
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: var(--font-ui);
  color: var(--color-chocolate);
  position: relative;
  padding-bottom: 0.55rem;
  margin-bottom: 0.75rem;
}

/* About cards — “stamp + foil sweep” under title */
.card h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.12rem;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, rgba(255, 254, 249, 0.95) 0%, var(--color-gold-deep) 55%, rgba(92, 51, 41, 0.55) 100%);
  box-shadow: 0 0 0 1px rgba(212, 165, 116, 0.55), 0 2px 6px rgba(45, 24, 21, 0.12);
}

.card h3::after {
  content: "";
  position: absolute;
  left: 0.55rem;
  bottom: 0;
  width: min(5.75rem, 78%);
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(
    90deg,
    var(--color-chocolate-deep) 0%,
    var(--color-gold) 48%,
    rgba(212, 87, 60, 0.65) 82%,
    transparent 100%
  );
  box-shadow: 0 1px 10px rgba(212, 165, 116, 0.28);
}

.card p {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 0.995rem;
  line-height: 1.68;
  flex-grow: 1;
}

.card--lift:hover {
  transform: translateY(-6px) rotate(0deg) !important;
  box-shadow: var(--shadow-lift);
  border-color: rgba(212, 165, 116, 0.38);
}

/* Book detail sections — cover + copy row; items vertically centered on wide layouts */
.book-showcase {
  display: grid;
  gap: clamp(1.1rem, 2.5vw, 1.85rem);
  padding: 0;
  align-items: center;
}

@media (min-width: 768px) {
  .book-showcase {
    grid-template-columns: minmax(220px, 340px) minmax(0, 1fr);
    gap: clamp(1.35rem, 3vw, 2.25rem);
  }

  .book-showcase--reverse {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
  }

  .book-showcase--reverse .book-showcase__media {
    order: 2;
  }

  .book-showcase--reverse .book-showcase__body {
    order: 1;
  }
}

.book-showcase__media {
  display: flex;
  justify-content: center;
  width: 100%;
}

.book-showcase__cover {
  width: 100%;
  max-width: min(340px, 100%);
  height: auto;
  border-radius: 6px;
  border: none;
  box-shadow: 0 28px 56px rgba(35, 22, 18, 0.22), 0 12px 32px rgba(35, 22, 18, 0.12);
  filter: drop-shadow(0 6px 20px rgba(35, 22, 18, 0.15));
}

.book-showcase__placeholder {
  width: 100%;
  max-width: 280px;
  aspect-ratio: 4 / 5;
  margin-inline: auto;
  border-radius: var(--radius-md);
  border: 2px dashed rgba(212, 165, 116, 0.48);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.42) 0%, rgba(250, 244, 236, 0.58) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 1.5rem;
  text-align: center;
}

.book-showcase__placeholder-label {
  font-family: var(--font-ui);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(107, 61, 50, 0.78);
}

.book-showcase__placeholder-hint {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: rgba(78, 67, 63, 0.74);
  line-height: 1.45;
  max-width: 12rem;
}

.book-showcase__body {
  min-width: 0;
}

.book-showcase__body.float-card {
  padding: clamp(1.65rem, 2.9vw, 2.45rem) clamp(1.45rem, 2.5vw, 2.05rem);
  align-self: stretch;
}

.book-showcase__meta {
  font-family: var(--font-ui);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(196, 92, 62, 0.9);
  margin: 0 0 0.75rem;
}

.book-showcase__name {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  margin: 0 0 0.25rem;
  line-height: 1.12;
  color: var(--color-ink);
}

/* Book spotlight — wide tapering foil rule */
.book-showcase__name::after {
  content: "";
  display: block;
  width: min(7rem, 52%);
  height: 3px;
  margin-top: 0.45rem;
  margin-bottom: 0.35rem;
  border-radius: 3px;
  background: linear-gradient(
    90deg,
    rgba(212, 87, 60, 0.85) 0%,
    var(--color-gold) 38%,
    rgba(255, 252, 247, 0.65) 72%,
    transparent 100%
  );
  box-shadow: 0 1px 12px rgba(212, 165, 116, 0.22);
}

.book-showcase__sub {
  font-family: var(--font-ui);
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(107, 61, 50, 0.92);
  margin: 0 0 1rem;
  letter-spacing: 0.02em;
}

.book-showcase__lead {
  margin: 0 0 1.15rem;
  font-size: 1.02rem;
  line-height: 1.68;
  color: var(--color-ink-muted);
}

.book-showcase__facts {
  margin: 0 0 1.35rem;
  padding: 0;
  list-style: none;
}

.book-showcase__facts li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.65rem;
  font-size: 0.97rem;
  line-height: 1.58;
  color: var(--color-ink-muted);
}

.book-showcase__facts li:last-child {
  margin-bottom: 0;
}

.book-showcase__facts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--color-gold) 0%, rgba(196, 92, 62, 0.65) 100%);
}

.book-showcase__facts strong {
  color: var(--color-ink);
  font-weight: 600;
}

.book-showcase__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
}

/* Quotes */
.quotes {
  display: grid;
  gap: var(--space-md);
}

@media (min-width: 768px) {
  .quotes {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.1rem;
    align-items: stretch;
  }

  .quote--offset {
    margin-top: 0;
  }
}

.quote {
  margin: 0;
  padding: 2rem 1.75rem 1.85rem;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-top: none;
  background: linear-gradient(180deg, rgba(232, 195, 140, 0.88) 0%, rgba(212, 87, 60, 0.42) 100%) left / 3px 100% no-repeat,
    var(--card-surface-depth);
  backdrop-filter: blur(14px) saturate(1.06);
  -webkit-backdrop-filter: blur(14px) saturate(1.06);
}

.quote::before {
  content: "\201C";
  font-family: var(--font-display);
  font-size: 3.15rem;
  line-height: 0.85;
  color: rgba(212, 165, 116, 0.22);
  position: absolute;
  top: 1.1rem;
  left: 1.45rem;
  pointer-events: none;
  z-index: 0;
}

.quote p {
  font-size: 1.035rem;
  font-style: italic;
  margin: 0 0 auto;
  padding-bottom: 1.25rem;
  padding-left: 0.15rem;
  color: var(--color-ink-muted);
  position: relative;
  z-index: 1;
  line-height: 1.65;
}

.quote cite {
  font-family: var(--font-ui);
  font-size: 0.7rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(107, 61, 50, 0.88);
  padding-top: 0.65rem;
  margin-top: auto;
  border-top: none;
  display: block;
  position: relative;
  z-index: 1;
}

/* Praise cards — glowing horizon rule above attribution */
.quote cite::before {
  content: "";
  display: block;
  height: 2px;
  margin: 0 0 0.85rem;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(212, 165, 116, 0.35) 18%,
    rgba(232, 184, 118, 0.95) 48%,
    rgba(212, 87, 60, 0.55) 78%,
    transparent 100%
  );
  box-shadow: 0 0 18px rgba(212, 165, 116, 0.35);
}

/* Author */
.author {
  display: grid;
  gap: var(--space-lg);
  align-items: center;
}

@media (min-width: 768px) {
  .author {
    grid-template-columns: minmax(260px, min(400px, 44vw)) 1fr;
    gap: clamp(1.45rem, 3.2vw, 2.35rem);
    align-items: stretch;
  }
}

.author__photo-wrap {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .author__photo-wrap {
    justify-content: flex-start;
  }
}

.author__polaroid {
  /* Single frame only — avoid stacking .float-card + polaroid (“double card”) */
  position: relative;
  isolation: isolate;
  padding: 0.35rem 0.35rem 0.65rem;
  max-width: min(400px, 100%);
  width: 100%;
  background: linear-gradient(180deg, rgba(252, 251, 248, 0.96) 0%, rgba(235, 230, 223, 0.94) 100%);
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card), 0 0 0 1px rgba(92, 51, 41, 0.045);
  overflow: visible;
  transform: rotate(-0.4deg);
  transition: transform 0.38s var(--ease-smooth), box-shadow 0.38s var(--ease-smooth);
}

@media (min-width: 768px) {
  .author__polaroid {
    transform: rotate(-0.5deg);
  }
}

.author__polaroid img {
  display: block;
  border-radius: 5px;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center center;
  /* Outer shadow only — inset ring looked like a chalky rim on prints/patterns */
  box-shadow: 0 10px 28px rgba(35, 20, 16, 0.14);
}

.author__panel {
  padding: clamp(2rem, 3.5vw, 2.75rem) clamp(1.85rem, 3vw, 2.25rem);
  border-top: none;
  background: linear-gradient(180deg, rgba(232, 195, 140, 0.95) 0%, rgba(212, 165, 116, 0.38) 100%) left / 4px 100% no-repeat,
    var(--card-surface-depth);
  backdrop-filter: blur(14px) saturate(1.06);
  -webkit-backdrop-filter: blur(14px) saturate(1.06);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.author__text h2 {
  margin-top: 0;
  margin-bottom: var(--space-sm);
}

.author__text h2::after {
  content: "";
  display: block;
  width: min(4.25rem, 48%);
  height: 4px;
  margin-top: 0.42rem;
  border-radius: 2px;
  background: linear-gradient(
    to bottom,
    rgba(212, 165, 116, 0.92) 0%,
    rgba(212, 165, 116, 0.92) 38%,
    transparent 38%,
    transparent 62%,
    rgba(107, 61, 50, 0.28) 62%
  );
}

.author__name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
  color: var(--color-chocolate);
  margin: 0 0 var(--space-md);
}

.author__text p {
  margin: 0 0 1rem;
  line-height: 1.72;
}

.author__text p:last-child {
  margin-bottom: 0;
}

/* CTA */
.cta {
  text-align: center;
  padding: clamp(2.35rem, 4.5vw, 3.25rem);
  max-width: 100%;
  width: 100%;
  margin-inline: 0;
  box-sizing: border-box;
}

.cta--ribbon {
  background: radial-gradient(ellipse 72% 56% at 50% -12%, rgba(212, 165, 116, 0.18) 0%, transparent 58%), var(--card-surface-depth);
  border: 1px solid rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-card), 0 0 0 1px rgba(212, 165, 116, 0.12);
  backdrop-filter: blur(16px) saturate(1.08);
  -webkit-backdrop-filter: blur(16px) saturate(1.08);
}

.cta h2 {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.cta .section__kicker {
  margin-bottom: 0.5rem;
}

.cta p {
  margin-bottom: 1.65rem;
  max-width: min(42rem, 100%);
  margin-inline: auto;
}

.cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
}

.cta__actions--retail {
  max-width: 100%;
  margin-inline: auto;
  gap: 0.75rem 1rem;
  justify-content: center;
}

/* Inside the book — spec board */
.spec-board {
  padding: clamp(1.85rem, 3vw, 2.6rem) clamp(1.75rem, 2.5vw, 2.1rem);
  max-width: 100%;
  width: 100%;
  margin-inline: 0;
  box-sizing: border-box;
}

.spec-grid {
  margin: 0;
}

.spec-grid__row {
  display: grid;
  gap: 0.4rem 1.75rem;
  padding: 1.15rem 0;
  border-bottom: none;
  background: linear-gradient(
      90deg,
      rgba(212, 165, 116, 0.55) 0%,
      rgba(212, 87, 60, 0.22) 28%,
      rgba(45, 24, 21, 0.06) 62%,
      transparent 100%
    )
    bottom left / 100% 2px no-repeat;
}

.spec-grid__row:first-child {
  padding-top: 0;
}

.spec-grid__row:last-child {
  border-bottom: none;
  padding-bottom: 0;
  background: none;
}

@media (min-width: 640px) {
  .spec-grid__row {
    grid-template-columns: 10rem minmax(0, 1fr);
    align-items: baseline;
    column-gap: 2rem;
  }
}

.spec-term {
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-chocolate);
  margin: 0;
}

.spec-def {
  margin: 0;
  font-size: 1rem;
  line-height: 1.68;
  color: var(--color-ink-muted);
}

.spec-grid__row--note .spec-def {
  font-size: 0.95rem;
  font-style: italic;
  color: rgba(74, 58, 53, 0.88);
}

/* Book clubs split */
.split-feature {
  display: grid;
  gap: var(--space-md);
  max-width: 100%;
  width: 100%;
  margin-inline: 0;
}

@media (min-width: 768px) {
  .split-feature {
    grid-template-columns: 1fr 1fr;
    gap: 1.15rem;
    align-items: stretch;
  }
}

.split-feature__panel {
  padding: 2rem 1.75rem 1.85rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.split-feature__panel--accent {
  background: radial-gradient(ellipse 82% 62% at 100% 0%, rgba(201, 162, 39, 0.15) 0%, transparent 56%), var(--card-surface-depth);
  backdrop-filter: blur(14px) saturate(1.06);
  -webkit-backdrop-filter: blur(14px) saturate(1.06);
}

.split-feature__panel--accent.float-card::before {
  background: linear-gradient(
    90deg,
    rgba(201, 162, 39, 0.12) 0%,
    rgba(212, 175, 72, 0.92) 24%,
    rgba(176, 125, 82, 0.88) 50%,
    rgba(201, 162, 39, 0.85) 76%,
    rgba(201, 162, 39, 0.1) 100%
  );
}

.split-feature__title {
  font-family: var(--font-ui);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-chocolate);
  margin: 0 0 1.15rem;
}

/* Clubs split — dashed foil ribbon */
.split-feature__title::after {
  content: "";
  display: block;
  width: min(7.25rem, 85%);
  height: 5px;
  margin-top: 0.55rem;
  margin-bottom: 0.15rem;
  border-radius: 2px;
  opacity: 0.92;
  background: repeating-linear-gradient(
    90deg,
    rgba(212, 165, 116, 0.95) 0 5px,
    rgba(255, 252, 247, 0.35) 5px 11px,
    rgba(107, 61, 50, 0.35) 11px 14px,
    transparent 14px 20px
  );
  mask-image: linear-gradient(90deg, #000 0%, #000 65%, transparent 100%);
  mask-size: 100% 100%;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 65%, transparent 100%);
}

.checklist {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--color-ink-muted);
  line-height: 1.65;
}

.checklist li {
  margin-bottom: 0.65rem;
}

.checklist li:last-child {
  margin-bottom: 0;
}

.split-feature__panel p {
  margin: 0 0 0.85rem;
  color: var(--color-ink-muted);
  line-height: 1.65;
}

.split-feature__panel p:last-child {
  margin-bottom: 0;
}

.split-feature__fine {
  font-size: 0.95rem;
  margin-top: 1rem !important;
  padding-top: 1rem;
  border-top: 1px dashed rgba(92, 51, 41, 0.15);
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .contact-card.float-card:hover,
  .contact-aside.float-card:hover,
  .split-feature__panel.float-card:hover,
  .spec-board.float-card:hover,
  .quote.float-card:hover,
  .author__panel.float-card:hover,
  .cta--ribbon.float-card:hover,
  .book-showcase .book-showcase__body.float-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-card-hover);
    border-color: rgba(212, 165, 116, 0.4);
  }
}

/* FAQ — same page column as other sections (.shell); inner block centered, slightly capped for 2-col readability */
#faq .section__head {
  max-width: var(--prose-width);
  margin-inline: auto;
}

#faq .faq-list {
  max-width: min(48rem, 100%);
  margin-inline: auto;
  width: 100%;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  align-items: stretch;
  width: 100%;
}

@media (min-width: 640px) {
  /* Flex + fixed half-width basis avoids uneven grid tracks with <details> */
  .faq-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.65rem 0.85rem;
    align-items: stretch;
  }
}

/* FAQ cards — modern glass stack, vertical accent, crisp toggle */
.faq-item.float-card {
  border-radius: var(--radius-faq);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 252, 247, 0.94) 48%, rgba(250, 244, 236, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: var(--shadow-faq);
  backdrop-filter: blur(10px) saturate(1.08);
  -webkit-backdrop-filter: blur(10px) saturate(1.08);
  overflow: hidden;
}

.faq-item.float-card::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  width: 3px;
  height: auto;
  border-radius: var(--radius-faq) 0 0 var(--radius-faq);
  background: linear-gradient(180deg, rgba(232, 195, 140, 0.95) 0%, rgba(212, 165, 116, 0.75) 45%, rgba(196, 92, 62, 0.55) 100%);
  opacity: 0.65;
  transition: opacity 0.3s ease;
}

.faq-item[open].float-card::before {
  opacity: 1;
}

.faq-item {
  padding: 0;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

@media (min-width: 640px) {
  .faq-item {
    display: flex;
    flex-direction: column;
    /* Exactly half the row minus half the column-gap */
    flex: 1 1 calc((100% - 0.85rem) / 2);
    max-width: calc((100% - 0.85rem) / 2);
    /* Same footprint when collapsed so the 2×2 block looks even */
    min-height: 6.75rem;
  }
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .faq-item.float-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-faq-open);
    border-color: rgba(212, 165, 116, 0.28);
  }
}

.faq-item[open].float-card {
  border-color: rgba(212, 165, 116, 0.32);
  box-shadow: var(--shadow-faq-open);
  transform: translateY(-1px);
}

.faq-item summary {
  font-family: var(--font-ui);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--color-ink);
  padding: 0.88rem 2.75rem 0.88rem 1.2rem;
  cursor: pointer;
  list-style: none;
  position: relative;
  line-height: 1.42;
  transition: background 0.25s ease, color 0.2s ease;
  /* Let long questions wrap inside equal grid columns (avoids one column stretching wider) */
  min-width: 0;
  flex: 1 1 auto;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.faq-item summary:hover {
  background: linear-gradient(90deg, rgba(212, 165, 116, 0.08) 0%, rgba(255, 252, 247, 0.35) 38%, transparent 100%);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.75rem;
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(245, 236, 226, 0.55) 100%);
  border: 1px solid rgba(212, 165, 116, 0.32);
  box-shadow: 0 1px 3px rgba(45, 24, 21, 0.08);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.25s ease, border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.faq-item summary::before {
  content: "";
  position: absolute;
  right: calc(0.75rem + 0.47rem);
  top: 50%;
  width: 0.56rem;
  height: 0.56rem;
  margin-top: -0.28rem;
  border-right: 2px solid rgba(107, 61, 50, 0.65);
  border-bottom: 2px solid rgba(107, 61, 50, 0.65);
  transform: rotate(45deg);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  z-index: 1;
}

.faq-item[open] summary::before {
  transform: rotate(225deg);
  margin-top: -0.18rem;
}

.faq-item[open] summary::after {
  background: linear-gradient(145deg, rgba(255, 252, 245, 1) 0%, rgba(232, 205, 168, 0.35) 100%);
  border-color: rgba(212, 165, 116, 0.45);
  box-shadow: 0 2px 8px rgba(196, 92, 62, 0.12);
}

.faq-item summary:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px var(--focus-ring);
}

.faq-item p {
  margin: 0;
  padding: 0 1.15rem 1.05rem 1.2rem;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(78, 67, 63, 0.94);
  border-top: 1px solid rgba(212, 165, 116, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, transparent 0.75rem);
  min-width: 0;
  overflow-wrap: break-word;
}

.faq-item p a {
  font-weight: 600;
  color: var(--color-chocolate);
  text-underline-offset: 2px;
}

/* Contact */
.section--contact {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    187deg,
    rgba(255, 253, 249, 0.99) 0%,
    rgba(242, 228, 214, 0.78) 44%,
    rgba(218, 188, 168, 0.42) 88%,
    rgba(200, 155, 130, 0.18) 100%
  );
  border-block: 1px solid rgba(45, 24, 21, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62), inset 0 -1px 0 rgba(212, 165, 116, 0.08);
}

.section--contact::before {
  content: "";
  position: absolute;
  right: -20%;
  top: -40%;
  width: min(70vw, 28rem);
  height: min(70vw, 28rem);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle at center, rgba(212, 165, 116, 0.22) 0%, transparent 68%);
  opacity: 0.65;
}

.section--contact > * {
  position: relative;
  z-index: 1;
}

.contact-layout {
  display: grid;
  gap: 1.2rem;
  align-items: start;
}

@media (min-width: 900px) {
  .contact-layout {
    grid-template-columns: 1fr minmax(260px, 320px);
    gap: 1.45rem;
  }
}

.contact-rail {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.contact-card {
  padding: 1.5rem 1.75rem 1.55rem;
  position: relative;
}

.contact-card--gold {
  border-left: 3px solid rgba(201, 162, 39, 0.75);
}

.contact-card--gold .contact-card__tag {
  border-color: rgba(201, 162, 39, 0.42);
  background: linear-gradient(180deg, rgba(255, 252, 245, 0.95) 0%, rgba(245, 232, 210, 0.55) 100%);
  color: rgba(90, 52, 40, 0.92);
}

.contact-card__tag {
  font-family: var(--font-ui);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(107, 61, 50, 0.88);
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.55rem;
  padding: 0.32rem 0.75rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(245, 236, 226, 0.65) 100%);
  border: 1px solid rgba(212, 165, 116, 0.35);
  box-shadow: 0 1px 2px rgba(45, 24, 21, 0.05);
}

.contact-card__title {
  font-family: var(--font-display);
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0 0 0.5rem;
  color: var(--color-ink);
}

.contact-card__title::after {
  content: "";
  display: block;
  width: min(10rem, 88%);
  height: 2px;
  margin-top: 0.45rem;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(212, 165, 116, 0.95) 0%, rgba(212, 87, 60, 0.45) 55%, transparent 100%);
}

.contact-card__text {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--color-ink-muted);
}

.contact-card__link {
  font-family: var(--font-ui);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  word-break: break-word;
}

.contact-card__hint {
  margin: 0.75rem 0 0;
  font-size: 0.8rem;
  font-style: italic;
  color: rgba(74, 58, 53, 0.72);
  line-height: 1.45;
}

.contact-aside {
  padding: 1.85rem 1.75rem 1.95rem;
  background: radial-gradient(ellipse 92% 56% at 100% 0%, rgba(212, 165, 116, 0.14) 0%, transparent 54%),
    linear-gradient(168deg, rgba(255, 255, 255, 0.5) 0%, rgba(245, 235, 224, 0.55) 52%, rgba(234, 217, 200, 0.45) 100%),
    var(--card-surface-pro);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px) saturate(1.06);
  -webkit-backdrop-filter: blur(14px) saturate(1.06);
}

.contact-aside__title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin: 0 0 0.85rem;
  padding-bottom: 0.72rem;
  border-bottom: none;
  position: relative;
}

.contact-aside__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    rgba(212, 165, 116, 0.98) 0%,
    rgba(212, 87, 60, 0.35) 42%,
    rgba(92, 51, 41, 0.14) 72%,
    transparent 100%
  );
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
}

.contact-aside p {
  margin: 0 0 1rem;
  font-size: 0.96rem;
  line-height: 1.62;
  color: var(--color-ink-muted);
}

.contact-aside__list {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.contact-aside__list li {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 0.55rem;
  color: var(--color-ink-muted);
}

.contact-aside__bullet {
  color: var(--color-gold);
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.contact-aside__stamp {
  margin: 1rem 0 0 !important;
  padding-top: 0.85rem;
  border-top: 1px dashed rgba(92, 51, 41, 0.18);
  font-family: var(--font-ui);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(92, 51, 41, 0.45);
  text-align: right;
}

/* Newsletter strip — growth / “stay in the loop” */
.newsletter-strip {
  position: relative;
  overflow: hidden;
  padding-block: clamp(2.75rem, 6.5vw, 4.25rem);
  background: linear-gradient(125deg, #17100e 0%, #2d1e1a 38%, #3d2822 62%, #1a1311 100%);
  border-block: 1px solid rgba(212, 165, 116, 0.28);
}

.newsletter-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 90% 70% at 80% 20%, rgba(212, 165, 116, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 10% 90%, rgba(212, 87, 60, 0.12) 0%, transparent 50%);
  opacity: 0.85;
}

.newsletter-strip__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(1.35rem, 3vw, 2rem);
  align-items: center;
}

@media (min-width: 768px) {
  .newsletter-strip__inner {
    grid-template-columns: minmax(0, 1.35fr) auto;
    gap: 2rem 3rem;
  }
}

.newsletter-strip__text {
  min-width: 0;
}

.newsletter-strip__eyebrow {
  font-family: var(--font-ui);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(232, 184, 118, 0.88);
  margin: 0 0 0.5rem;
}

.newsletter-strip__title {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3.4vw, 2.05rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 0.65rem;
  color: rgba(255, 252, 247, 0.98);
  letter-spacing: 0.02em;
}

.newsletter-strip__lede {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.62;
  color: rgba(235, 225, 215, 0.82);
  max-width: 38rem;
}

.newsletter-strip__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
}

@media (min-width: 768px) {
  .newsletter-strip__cta {
    align-items: flex-end;
    text-align: right;
  }
}

.newsletter-strip .newsletter-strip__btn.btn--primary {
  background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-deep) 48%, #6b3d32 100%);
  color: #0c0a09 !important;
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.12) inset;
  min-width: min(100%, 15rem);
}

.newsletter-strip .newsletter-strip__btn.btn--primary:hover {
  color: #0c0a09 !important;
  filter: brightness(1.05);
}

.newsletter-strip__secondary {
  font-family: var(--font-ui);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(232, 184, 118, 0.85);
  text-decoration: none;
  border-bottom: 1px solid rgba(232, 184, 118, 0.35);
  padding-bottom: 0.1rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.newsletter-strip__secondary:hover {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.45);
}

/* Mobile sticky dock — always-on conversion rail */
.sticky-dock {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 48;
  padding-bottom: env(safe-area-inset-bottom, 0px);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.35s ease;
}

.sticky-dock--off {
  pointer-events: none;
  visibility: hidden;
  transform: translateY(110%);
}

.sticky-dock--on {
  pointer-events: auto;
  visibility: visible;
  transform: translateY(0);
}

.sticky-dock__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem var(--shell-pad-x) calc(0.65rem + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(180deg, transparent 0%, rgba(12, 9, 8, 0.82) 28%, rgba(18, 12, 10, 0.96) 100%);
  backdrop-filter: blur(14px) saturate(1.15);
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
  border-top: 1px solid rgba(212, 165, 116, 0.22);
  box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.45);
}

.sticky-dock__pill {
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.62rem 1.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 46px;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.sticky-dock__pill--primary {
  flex: 1;
  max-width: 14rem;
  background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-deep) 45%, #5c3830 100%);
  color: #0c0a09;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.sticky-dock__pill--primary:hover {
  filter: brightness(1.06);
}

.sticky-dock__pill--ghost {
  flex: 0 0 auto;
  padding-inline: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 248, 240, 0.92);
  background: rgba(255, 255, 255, 0.06);
}

.sticky-dock__pill--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.sticky-dock__book {
  flex-shrink: 0;
  opacity: 0.95;
}

@media (min-width: 900px) {
  .sticky-dock {
    display: none !important;
  }

  body.has-sticky-dock {
    padding-bottom: 0 !important;
  }
}

.site-footer {
  position: relative;
  background: linear-gradient(
    188deg,
    #080706 0%,
    var(--color-chocolate-deep) 28%,
    #1a1210 55%,
    #0f0b09 78%,
    #050403 100%
  );
  color: var(--color-cream);
  padding: 0;
  border-top: 1px solid rgba(212, 165, 116, 0.42);
  box-shadow: 0 -14px 48px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(212, 165, 116, 0.14);
  overflow: hidden;
}

.site-footer__ribbon {
  height: 5px;
  width: 100%;
  background: var(--card-foil);
  opacity: 0.92;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22);
}

.site-footer__glow {
  position: absolute;
  pointer-events: none;
  inset: -20% 52% 35% -30%;
  background: radial-gradient(ellipse closest-side, rgba(232, 184, 118, 0.1) 0%, transparent 72%);
  opacity: 0.9;
}

.site-footer__inner {
  position: relative;
  z-index: 1;
  padding-bottom: 0.35rem;
}

.site-footer a {
  color: #f8efe6;
  text-decoration: none;
}

.site-footer a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer__grid {
  display: grid;
  gap: 1.65rem;
  padding: 2rem 0 1.25rem;
}

@media (min-width: 768px) {
  .footer__grid {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.65rem 2rem;
    align-items: start;
  }
}

.footer__brand {
  max-width: 30rem;
}

.footer__brand-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.55rem;
}

.footer__monogram {
  flex-shrink: 0;
  width: 3.25rem;
  height: 3.25rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-family: var(--font-ui);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 248, 240, 0.95);
  border: 2px solid rgba(232, 184, 118, 0.48);
  background: radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.06) 0%, transparent 55%),
    linear-gradient(145deg, rgba(45, 30, 26, 0.95) 0%, rgba(12, 8, 7, 0.98) 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35), 0 10px 28px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.footer__brand-titles {
  min-width: 0;
}

.footer__title {
  font-family: var(--font-display);
  font-size: clamp(1.08rem, 2.4vw, 1.28rem);
  font-weight: 800;
  letter-spacing: 0.028em;
  text-transform: uppercase;
  margin: 0 0 0.2rem;
  background: linear-gradient(105deg, #fff 0%, var(--color-gold) 50%, #d9a080 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.15;
}

@supports not (background-clip: text) {
  .footer__title {
    color: #f4ebe0;
    background: none;
  }
}

.footer__subtitle {
  margin: 0;
  font-size: 0.72rem;
  font-family: var(--font-ui);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(243, 232, 220, 0.52);
}

.footer__author {
  margin: 0 0 0.65rem;
  font-family: var(--font-body);
  font-size: 0.98rem;
  font-weight: 600;
  font-style: italic;
  color: rgba(255, 242, 232, 0.88);
  letter-spacing: 0.02em;
}

.footer__tagline {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.52;
  opacity: 0.78;
  color: rgba(245, 235, 224, 0.9);
}

.footer__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
  padding: 0.5rem 1.05rem;
  font-family: var(--font-ui);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(24, 14, 12, 0.95) !important;
  background: linear-gradient(168deg, #f0d4a8 0%, var(--color-gold) 42%, #b07d52 100%);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.55) inset, 0 8px 22px rgba(0, 0, 0, 0.35);
  text-decoration: none !important;
  transition: transform 0.25s var(--ease-smooth), box-shadow 0.25s ease, filter 0.2s ease;
}

.footer__cta:hover {
  color: #120a08 !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset, 0 12px 28px rgba(0, 0, 0, 0.4);
}

.footer__cta-arrow {
  font-size: 0.95em;
  opacity: 0.85;
}

.footer__nav-label {
  font-family: var(--font-ui);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(232, 184, 118, 0.75);
  margin: 0 0 0.65rem;
}

.footer__social {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

@media (min-width: 480px) {
  .footer__social {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
  }
}

.footer__social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-ui);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.035em;
  color: rgba(245, 235, 224, 0.94) !important;
}

.footer__social-link:hover {
  color: #fff !important;
}

.footer__social-svg {
  flex-shrink: 0;
  opacity: 0.88;
  color: rgba(232, 184, 118, 0.95);
}

.footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem 1rem;
  max-width: 100%;
}

.footer__links li {
  min-width: 0;
}

.footer__links a {
  font-family: var(--font-ui);
  font-size: 0.82rem;
  font-weight: 500;
  display: inline-block;
  padding: 0.2rem 0;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.footer__links a:hover {
  text-decoration: none;
  border-bottom-color: rgba(232, 184, 118, 0.45);
}

@media (min-width: 900px) {
  .footer__links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.32rem 0.85rem;
  }

  .footer__links a {
    font-size: 0.8rem;
  }
}

.footer__panel {
  padding: 1.15rem 1.2rem 1.2rem;
  border-radius: var(--radius-md);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(212, 165, 116, 0.28);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset, 0 16px 40px rgba(0, 0, 0, 0.22);
}

.footer__panel .footer__nav-label {
  margin-bottom: 0.55rem;
}

.footer__reach .footer__email {
  display: inline-block;
  font-weight: 600;
  font-size: 0.86rem;
  margin-bottom: 0.55rem;
  word-break: break-all;
  color: #fff8f2;
}

.footer__isbn {
  font-size: 0.74rem;
  opacity: 0.78;
  margin: 0;
  line-height: 1.45;
  color: rgba(243, 232, 220, 0.82);
}

.footer__isbn-label {
  display: block;
  font-family: var(--font-ui);
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(232, 184, 118, 0.55);
  margin-bottom: 0.15rem;
}

.footer__placeholder {
  font-style: italic;
  opacity: 0.88;
}

.footer__base {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 1.25rem;
  margin-top: 0.25rem;
  padding: 1.1rem 0 1.65rem;
  border-top: 1px solid rgba(212, 165, 116, 0.2);
}

.footer__rights {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(245, 235, 224, 0.88);
}

.footer__fineprint {
  margin: 0;
  font-family: var(--font-ui);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(243, 232, 220, 0.42);
}

.site-footer .footer__links a:focus-visible,
.site-footer .footer__email:focus-visible,
.site-footer .footer__social-link:focus-visible,
.site-footer .footer__cta:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--color-chocolate-deep), 0 0 0 5px rgba(243, 232, 220, 0.92);
  border-radius: 4px;
}

.site-footer .footer__cta:focus-visible {
  border-radius: 999px;
}

@media (prefers-reduced-motion: reduce) {
  .sticky-dock {
    transition: none;
  }

  .footer__cta {
    transition: none;
  }

  .footer__cta:hover {
    transform: none;
  }
}

/* =============================================================================
   Small screens only — max-width queries; rules at min-width: 900px+ unchanged
   ============================================================================= */

@media (max-width: 899px) {
  html {
    overflow-x: clip;
  }

  :root {
    --section-space: clamp(2.45rem, 7vw, 5rem);
    --shell-pad-x: clamp(1rem, 4.2vw, 1.65rem);
  }

  .hero__content {
    padding-left: clamp(0.72rem, 3vw, 1.05rem);
  }

  .hero__social-proof {
    max-width: none;
  }

  .hero__rating-label {
    text-transform: none;
    letter-spacing: 0.035em;
    font-size: 0.68rem;
    line-height: 1.4;
  }

  .hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero .hero__btn-primary.btn--primary,
  .hero .hero__btn-ghost.btn--ghost {
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .sticky-dock__pill--primary {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
  }
}

@media (max-width: 767px) {
  /* Phones: pin bar + menu to the viewport (fixes iOS/Safari + backdrop-filter bugs) */
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    z-index: 60;
    padding-top: env(safe-area-inset-top, 0px);
    /* backdrop-filter can break descendant/viewport fixed on mobile */
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: linear-gradient(180deg, rgba(12, 9, 8, 0.98) 0%, rgba(24, 16, 13, 0.95) 55%, rgba(18, 12, 10, 0.97) 100%);
  }

  body {
    padding-top: var(--header-mobile-h);
  }

  .site-header__menu {
    position: static;
  }

  .nav-panel {
    position: fixed;
    top: calc(var(--header-mobile-h) + 0.22rem);
    right: max(var(--shell-pad-x), env(safe-area-inset-right, 0px));
    left: auto;
    max-height: min(70vh, calc(100dvh - var(--header-mobile-h) - 1.25rem));
    z-index: 61;
  }

  .faq-list {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .faq-item {
    flex: 1 1 auto;
    max-width: 100%;
    min-height: 0;
  }

  .newsletter-strip__cta {
    align-items: stretch;
    width: 100%;
    max-width: 28rem;
    margin-inline: auto;
  }

  .newsletter-strip .newsletter-strip__btn.btn--primary {
    width: 100%;
    max-width: none;
    justify-content: center;
  }
}

@media (max-width: 639px) {
  .cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cta__actions .btn {
    width: 100%;
    max-width: 22rem;
    margin-inline: auto;
  }

  .hero__title-text {
    font-size: clamp(1.95rem, 9vw, 2.65rem);
  }

  .book-showcase__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .book-showcase__actions .btn {
    justify-content: center;
  }
}
