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

:root {
  --ink: #1a1410;
  --paper: #f5f0e8;
  --aged: #e8dfc8;
  --gold: #9a7c3a;
  --gold-light: #c4a45a;
  --rust: #8b3a2a;
  --rust-dark: #6b2a1e;
  --shadow: rgba(26,20,16,0.18);
}

html { scroll-behavior: smooth; }

body {
  background-color: var(--ink);
  color: var(--paper);
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 22px;
  line-height: 1.75;
  overflow-x: hidden;
}

/* === LEFT SIDE NAV === */
.side-nav {
  position: fixed;
  top: 0; left: 0; bottom: 0;
  width: 220px;
  background: #16120e;
  border-right: 1px solid rgba(154,124,58,0.2);
  display: flex;
  flex-direction: column;
  padding: 40px 28px;
  z-index: 500;
}

.side-nav-logo-link {
  display: block;
  margin-bottom: 48px;
}

.side-nav-logo {
  width: 100%;
  max-width: 148px;
  height: auto;
  display: block;
  opacity: 0.92;
  transition: opacity 0.2s ease;
}

.side-nav-logo-link:hover .side-nav-logo {
  opacity: 1;
}

.side-nav-link {
  font-family: 'Courier Prime', monospace;
  font-size: 16px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--aged);
  text-decoration: none;
  padding: 14px 0;
  border-bottom: 1px solid rgba(154,124,58,0.08);
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.side-nav-link:hover {
  color: var(--gold-light);
  padding-left: 6px;
}

.page-wrap {
  margin-left: 220px;
}

@media (max-width: 900px) {
  .side-nav { display: none; }
  .page-wrap { margin-left: 0; }
}

/* === NOISE TEXTURE OVERLAY === */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 1000;
  opacity: 0.4;
}

/* === HERO === */
.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(154,124,58,0.08) 0%, transparent 60%),
              radial-gradient(ellipse at 80% 80%, rgba(139,58,42,0.06) 0%, transparent 50%);
  pointer-events: none;
}

.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 60px 80px 80px;
  position: relative;
  z-index: 2;
}

.series-tag {
  font-family: 'Courier Prime', monospace;
  font-size: 13px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 32px;
  opacity: 0;
  animation: fadeUp 0.8s ease forwards 0.2s;
}

.hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(48px, 6vw, 84px);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.02em;
  color: var(--paper);
  margin-bottom: 8px;
  opacity: 0;
  animation: fadeUp 0.9s ease forwards 0.4s;
}

.hero-title em {
  display: block;
  font-style: italic;
  color: var(--gold-light);
  font-size: 0.72em;
  margin-top: 4px;
}

.hero-author {
  font-family: 'Courier Prime', monospace;
  font-size: 15px;
  letter-spacing: 0.2em;
  color: var(--gold);
  margin-bottom: 48px;
  opacity: 0;
  animation: fadeUp 0.9s ease forwards 0.55s;
}

.hero-hook {
  font-family: 'EB Garamond', serif;
  font-size: 24px;
  font-style: italic;
  line-height: 1.6;
  color: var(--aged);
  max-width: 480px;
  border-left: 2px solid var(--gold);
  padding-left: 24px;
  margin-bottom: 48px;
  opacity: 0;
  animation: fadeUp 1s ease forwards 0.7s;
}

.hero-hook strong {
  font-style: normal;
  color: var(--paper);
  font-weight: 500;
}

.cta-group {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 1s ease forwards 0.9s;
}

.btn-primary {
  display: inline-block;
  background: var(--gold);
  color: var(--ink);
  font-family: 'Courier Prime', monospace;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 18px 40px;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gold-light);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

.btn-primary:hover::before { transform: translateX(0); }
.btn-primary span { position: relative; z-index: 1; }

.price-tag {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--paper);
}

.price-sub {
  font-family: 'Courier Prime', monospace;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--gold);
  display: block;
  margin-top: 2px;
}

.hero-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 80px 60px 40px;
  position: relative;
  z-index: 2;
}

.book-cover-wrap {
  position: relative;
  opacity: 0;
  animation: fadeIn 1.2s ease forwards 0.5s;
}

.book-cover-wrap::before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 60px;
  background: radial-gradient(ellipse, rgba(154,124,58,0.3) 0%, transparent 70%);
  filter: blur(20px);
}

.book-cover {
  width: 100%;
  max-width: 260px;
  height: auto;
  display: block;
  box-shadow:
    -8px 8px 0px rgba(154,124,58,0.3),
    -16px 16px 0px rgba(154,124,58,0.15),
    0 40px 80px rgba(0,0,0,0.6);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.book-cover:hover {
  transform: translateY(-8px) rotate(-1deg);
  box-shadow:
    -10px 12px 0px rgba(154,124,58,0.35),
    -20px 24px 0px rgba(154,124,58,0.18),
    0 60px 100px rgba(0,0,0,0.7);
}

/* === DIVIDER === */
.ornament {
  text-align: center;
  color: var(--gold);
  font-size: 20px;
  padding: 16px 0;
  letter-spacing: 0.5em;
  opacity: 0.6;
}

/* === SECTIONS === */
.section {
  max-width: 860px;
  margin: 0 auto;
  padding: 80px 40px;
}

.section-wide {
  max-width: 1160px;
}

.section-label {
  font-family: 'Courier Prime', monospace;
  font-size: 13px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 24px;
  display: block;
}

/* === BLURB === */
.blurb-section {
  background: #211c17;
  border-top: 1px solid rgba(154,124,58,0.2);
  border-bottom: 1px solid rgba(154,124,58,0.2);
}

.blurb-text {
  font-size: 24px;
  line-height: 1.8;
  color: var(--aged);
}

.blurb-text p { margin-bottom: 1.4em; }
.blurb-text p:last-child { margin-bottom: 0; }

.blurb-text strong {
  color: var(--paper);
  font-weight: 500;
}

.blurb-sting {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-style: italic;
  color: var(--gold-light);
  text-align: center;
  padding: 40px 0 0;
  display: block;
}

/* === CAST GRID === */
.cast-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 56px;
  background: rgba(154,124,58,0.15);
}

.cast-item {
  background: #1a1410;
  padding: 32px 28px;
}

.cast-label {
  font-family: 'Courier Prime', monospace;
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 14px;
}

.cast-item h4 {
  font-family: 'Playfair Display', serif;
  font-size: 23px;
  font-weight: 700;
  color: var(--paper);
  margin-bottom: 10px;
}

.cast-item p {
  font-size: 17px;
  color: var(--aged);
  line-height: 1.6;
}

@media (max-width: 900px) {
  .cast-grid { grid-template-columns: 1fr; }
}

/* === PRAISE === */
.praise-section {
  background: #1e1812;
}

.praise-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-top: 40px;
}

.praise-item {
  border-left: 3px solid var(--gold);
  padding: 24px 32px;
  background: rgba(154,124,58,0.05);
}

.praise-quote {
  font-family: 'EB Garamond', serif;
  font-size: 21px;
  font-style: italic;
  color: var(--aged);
  line-height: 1.7;
  margin-bottom: 16px;
}

.praise-attr {
  font-family: 'Courier Prime', monospace;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--gold);
}

/* === FORMAT DETAILS === */
.format-section {
  border-top: 1px solid rgba(154,124,58,0.2);
}

.format-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 40px;
  background: rgba(154,124,58,0.15);
}

.format-item {
  background: #1a1410;
  padding: 40px 32px;
  text-align: center;
  transition: background 0.2s ease;
}

.format-item:hover { background: #211c17; }

.format-icon {
  font-size: 36px;
  margin-bottom: 16px;
  display: block;
}

.format-name {
  font-family: 'Courier Prime', monospace;
  font-size: 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
  display: block;
}

.format-desc {
  font-size: 16px;
  color: var(--aged);
  line-height: 1.5;
}

/* === FINAL CTA (book) === */
.final-cta {
  text-align: center;
  padding: 100px 40px;
  background: #16120e;
  border-top: 1px solid rgba(154,124,58,0.2);
  position: relative;
  overflow: hidden;
}

.final-cta::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(154,124,58,0.06) 0%, transparent 70%);
  pointer-events: none;
}

.final-cta-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 900;
  font-style: italic;
  color: var(--paper);
  margin-bottom: 16px;
  position: relative;
}

.final-cta-sub {
  font-size: 19px;
  color: var(--aged);
  margin-bottom: 48px;
  position: relative;
}

.final-price {
  font-family: 'Playfair Display', serif;
  font-size: 64px;
  font-weight: 900;
  color: var(--gold-light);
  line-height: 1;
  margin-bottom: 8px;
  position: relative;
}

.final-formats {
  font-family: 'Courier Prime', monospace;
  font-size: 13px;
  letter-spacing: 0.3em;
  color: var(--gold);
  margin-bottom: 40px;
  position: relative;
}

.btn-final {
  display: inline-block;
  background: var(--gold);
  color: var(--ink);
  font-family: 'Courier Prime', monospace;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 22px 64px;
  transition: all 0.25s ease;
  position: relative;
}

.btn-final:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(154,124,58,0.3);
}

/* === AUTHOR BIO === */
.bio-section {
  background: #211c17;
  border-top: 1px solid rgba(154,124,58,0.2);
  border-bottom: 1px solid rgba(154,124,58,0.2);
}

.bio-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: start;
  margin-top: 40px;
}

.bio-mark {
  font-family: 'Playfair Display', serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--gold);
  border: 1px solid rgba(154,124,58,0.4);
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-shrink: 0;
  font-style: italic;
}

.bio-text p {
  font-size: 22px;
  color: var(--aged);
  line-height: 1.8;
  margin-bottom: 1.2em;
}

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

.bio-text strong {
  color: var(--paper);
  font-weight: 500;
}

@media (max-width: 640px) {
  .bio-card { grid-template-columns: 1fr; }
  .bio-mark { width: 64px; height: 64px; font-size: 11px; }
}

/* === SHOP / TOOLKIT === */
.shop-intro {
  max-width: 680px;
  font-size: 22px;
  color: var(--aged);
  margin-bottom: 8px;
}

.bundle-card {
  margin-top: 48px;
  border: 1px solid var(--gold);
  background: rgba(154,124,58,0.06);
  padding: 48px;
  position: relative;
  text-align: center;
}

.bundle-tag {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--ink);
  font-family: 'Courier Prime', monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  padding: 5px 16px;
  white-space: nowrap;
}

.bundle-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 34px;
  font-weight: 700;
  color: var(--paper);
  margin-bottom: 12px;
}

.bundle-card .bundle-desc {
  font-size: 20px;
  color: var(--aged);
  max-width: 480px;
  margin: 0 auto 28px;
  line-height: 1.7;
}

.bundle-price-row {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 14px;
  margin-bottom: 6px;
}

.bundle-price {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 900;
  color: var(--gold-light);
}

.bundle-was {
  font-family: 'Courier Prime', monospace;
  font-size: 17px;
  color: rgba(232,223,200,0.4);
  text-decoration: line-through;
}

.bundle-save {
  font-family: 'Courier Prime', monospace;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 32px;
}

.bundle-includes {
  font-family: 'Courier Prime', monospace;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: var(--aged);
  line-height: 2;
  margin-bottom: 32px;
  text-align: left;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.bundle-includes span { color: var(--gold); }

.templates-label {
  display: block;
  margin-top: 72px;
  margin-bottom: 0;
}

.product-grid-heading {
  margin-top: 12px;
  margin-bottom: 8px;
  font-family: 'Courier Prime', monospace;
  font-size: 13px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(232,223,200,0.5);
  text-align: center;
}

/* === EVIDENCE CARDS (parchment / journal page, book-cover hover physics) === */
.evidence-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 48px;
}

.evidence-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background:
    repeating-linear-gradient(
      to bottom,
      transparent 0px, transparent 33px,
      rgba(139,58,42,0.09) 34px
    ),
    radial-gradient(ellipse at 12% 8%, rgba(154,124,58,0.12), transparent 55%),
    radial-gradient(ellipse at 88% 92%, rgba(139,58,42,0.10), transparent 55%),
    var(--paper);
  color: var(--ink);
  padding: 40px 36px;
  border: 1px solid rgba(26,20,16,0.18);
  box-shadow:
    -6px 6px 0px rgba(154,124,58,0.35),
    -12px 12px 0px rgba(154,124,58,0.15),
    0 24px 50px rgba(0,0,0,0.4);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: default;
  outline: none;
}

.evidence-card::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 18px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--rust);
  box-shadow: 0 1px 3px rgba(0,0,0,0.35);
}

.evidence-card:nth-child(odd)  { transform: rotate(-0.5deg); }
.evidence-card:nth-child(even) { transform: rotate(0.4deg); }

.evidence-card:hover,
.evidence-card:focus-within {
  transform: translateY(-8px) rotate(-1deg);
  box-shadow:
    -8px 10px 0px rgba(154,124,58,0.4),
    -16px 20px 0px rgba(154,124,58,0.18),
    0 36px 70px rgba(0,0,0,0.5);
  z-index: 5;
}

.evidence-card .product-badge {
  display: inline-block;
  font-family: 'Courier Prime', monospace;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--rust-dark);
  border: 1px solid rgba(139,58,42,0.35);
  padding: 4px 10px;
  margin-bottom: 18px;
}

.evidence-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 20px;
  line-height: 1.25;
}

.product-modules {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.module-chip {
  font-family: 'Courier Prime', monospace;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: var(--rust-dark);
  border: 1px solid rgba(139,58,42,0.25);
  padding: 6px 11px;
  background: rgba(139,58,42,0.05);
}

.product-item-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid rgba(26,20,16,0.15);
}

.product-price {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--rust);
}

.btn-shop {
  display: inline-block;
  background: transparent;
  border: 1px solid var(--ink);
  color: var(--ink);
  font-family: 'Courier Prime', monospace;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 24px;
  transition: all 0.2s ease;
}

.btn-shop:hover {
  background: var(--ink);
  color: var(--paper);
}

/* Popout blurb — one continuous overlay across the whole card (same boundary as the card
   itself, no inner border-within-a-border). The footer sits later in normal flow and stacks
   on top via z-index, so price/buy stay crisp and clickable no matter the card's height. */
.evidence-popout {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--ink);
  padding: 36px 32px 96px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.97);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
  pointer-events: none;
  z-index: 10;
}

.product-item-footer {
  position: relative;
  z-index: 15;
  background: var(--paper);
  margin: auto -36px -40px -36px;
  padding: 20px 36px 24px;
}

.evidence-popout p {
  font-size: 17px;
  color: var(--aged);
  line-height: 1.65;
}

.evidence-card:hover .evidence-popout,
.evidence-card:focus-within .evidence-popout {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

@media (max-width: 700px) {
  .evidence-grid { grid-template-columns: 1fr; }
  .evidence-card:nth-child(odd), .evidence-card:nth-child(even) { transform: none; }
  .evidence-popout { position: static; opacity: 1; visibility: visible; transform: none; margin-top: 16px; box-shadow: none; display: block; text-align: left; }
}

/* === WAVE 2 TEASER === */
.wave2-box {
  margin-top: 56px;
  padding: 32px;
  background: rgba(154,124,58,0.04);
  border: 1px dashed rgba(154,124,58,0.35);
}

.wave2-box p.wave2-label {
  font-family: 'Courier Prime', monospace;
  font-size: 13px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}

.wave2-list {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 17px;
  color: rgba(232,223,200,0.65);
  line-height: 2;
}

.wave2-note {
  margin-top: 16px;
  font-family: 'Courier Prime', monospace;
  font-size: 13px;
  color: rgba(232,223,200,0.4);
  letter-spacing: 0.05em;
}

/* === FOOTER === */
footer {
  text-align: center;
  padding: 40px;
  background: var(--ink);
  border-top: 1px solid rgba(154,124,58,0.1);
}

footer p {
  font-family: 'Courier Prime', monospace;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: rgba(245,240,232,0.3);
}

/* === ANIMATIONS === */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* === RESPONSIVE === */
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-left {
    padding: 60px 32px 40px;
  }
  .hero-right {
    padding: 0 32px 60px;
  }
  .book-cover { max-width: 220px; }
  .format-grid { grid-template-columns: 1fr; }
  .section { padding: 60px 24px; }
  .bundle-card { padding: 32px 24px; }
}

/* === SECTION HEADING === */
.section-heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 4.4vw, 46px);
  font-weight: 700;
  color: var(--paper);
  margin-bottom: 8px;
  line-height: 1.2;
}

.section-heading em {
  font-style: italic;
  color: var(--gold-light);
}

/* === THIN RULE === */
.rule {
  width: 48px;
  height: 1px;
  background: var(--gold);
  margin: 24px 0;
}

/* === THANK YOU / FULFILLMENT PAGE === */
.ty-wrap {
  max-width: 640px;
  margin: 0 auto;
  padding: 100px 40px 80px;
  text-align: center;
}

.ty-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(154,124,58,0.4);
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 13px;
  color: var(--gold);
  margin-bottom: 32px;
}

.ty-wrap .section-label { display: block; }

.ty-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 6vw, 56px);
  font-weight: 900;
  font-style: italic;
  color: var(--paper);
  margin: 12px 0 20px;
}

.ty-sub {
  font-size: 21px;
  color: var(--aged);
  line-height: 1.7;
  margin-bottom: 56px;
}

.ty-item {
  border: 1px solid rgba(154,124,58,0.25);
  background: rgba(154,124,58,0.05);
  padding: 36px 32px;
  margin-bottom: 24px;
  text-align: left;
}

.ty-item h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--paper);
  margin-bottom: 10px;
}

.ty-item p {
  font-size: 16px;
  color: var(--aged);
  margin-bottom: 20px;
}

.ty-item .btn-final {
  padding: 14px 32px;
  font-size: 12px;
}

.ty-help {
  margin-top: 40px;
  font-size: 14px;
  color: rgba(232,223,200,0.55);
  line-height: 1.7;
}

.ty-help a { color: var(--gold-light); }

.ty-back {
  display: inline-block;
  margin-top: 48px;
  font-family: 'Courier Prime', monospace;
  font-size: 13px;
  letter-spacing: 0.15em;
  color: var(--gold);
  text-decoration: none;
}

.ty-back:hover { color: var(--gold-light); }

/* === WARNING BOX === */
.warning-box {
  border: 1px solid rgba(154,124,58,0.4);
  padding: 28px 32px;
  margin-top: 48px;
  background: rgba(154,124,58,0.05);
  position: relative;
}

.warning-box::before {
  content: '⚠';
  position: absolute;
  top: -12px;
  left: 24px;
  background: #1a1410;
  padding: 0 8px;
  font-size: 14px;
  color: var(--gold);
}

.warning-box p {
  font-family: 'Courier Prime', monospace;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: var(--aged);
  line-height: 1.7;
}
