.about-root {
  min-height: 100vh;
  background: linear-gradient(180deg, #b8c8e8 0%, #d4b8d8 18%, #e8c498 40%, #f0d490 58%, #f4e4c0 72%, #f8f0e0 84%, #fdf8f2 100%);
  background-attachment: fixed;
  padding-bottom: 0;
}

.about-hero {
  text-align: center;
  padding: 80px 24px 48px;
  max-width: 640px;
  margin: 0 auto;
}

.about-hero h1 {
  font-family: 'Playfair Display', Georgia, serif; font-weight: 900; font-style: italic;
  font-size: 52px;
  color: #7a3a08;
  font-weight: 400;
  margin-bottom: 24px;
  text-shadow: 0 0 20px rgba(220,160,60,0.3);
}

.about-lead {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 26px;
  font-style: italic;
  color: #4a2e10;
  line-height: 1.5;
  margin-bottom: 12px;
}

.about-lead-sub {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 18px;
  font-style: italic;
  color: #8a6a4a;
  line-height: 1.7;
}

.about-body {
  max-width: 620px;
  margin: 0 auto;
  padding: 0 28px 80px;
}

.about-section {
  margin-bottom: 40px;
}

.about-section p {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 19px;
  color: #4a3020;
  line-height: 1.8;
  margin-bottom: 18px;
}

.about-italic {
  font-style: italic !important;
  color: #6a4a2a !important;
}

.about-section strong {
  font-weight: 500;
  font-style: italic;
  color: #7a3a08;
}

.about-pullquote {
  background: rgba(255,248,235,0.6);
  border-left: 3px solid rgba(210,160,80,0.5);
  border-radius: 0 16px 16px 0;
  padding: 28px 32px;
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.about-pullquote span {
  font-family: 'EB Garamond', Georgia, serif;
  font-size: 20px;
  font-style: italic;
  color: #4a2e10;
  line-height: 1.6;
}

.pullquote-sub {
  font-size: 17px !important;
  color: #7a5a3a !important;
}

.pullquote-em {
  font-size: 22px !important;
  color: #7a3a08 !important;
  font-weight: 500;
}

.about-divider {
  text-align: center;
  color: rgba(180,120,60,0.4);
  font-size: 20px;
  margin: 40px 0;
  letter-spacing: 4px;
}

.about-heart h2 {
  font-family: 'Lora', serif;
  font-size: 20px;
  font-weight: 400;
  font-style: italic;
  color: #6a4a2a;
  margin-bottom: 20px;
}

.about-book-cta {
  text-align: center;
  margin: 56px 0 0;
  padding: 40px 28px;
  background: rgba(255,248,235,0.55);
  border: 1px solid rgba(210,160,80,0.25);
  border-radius: 24px;
  backdrop-filter: blur(10px);
}

.about-book-label {
  font-family: 'Lora', serif;
  font-size: 13px;
  font-style: italic;
  color: #a08060;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.about-book-btn {
  display: inline-block;
  font-family: 'Playfair Display', Georgia, serif; font-weight: 900; font-style: italic;
  font-size: 30px;
  color: #7a3a08;
  text-decoration: none;
  border: 1px solid rgba(220,170,80,0.55);
  border-radius: 32px;
  padding: 10px 36px;
  background: rgba(255,240,200,0.25);
  transition: all 0.3s;
  text-shadow: 0 0 10px rgba(220,160,60,0.4);
  box-shadow: 0 0 14px rgba(220,160,60,0.2);
}

.about-book-btn:hover {
  background: rgba(255,240,200,0.4);
  box-shadow: 0 0 24px rgba(220,160,60,0.35);
}

.about-book-sub {
  margin-top: 12px;
  font-family: 'Lora', serif;
  font-size: 12px;
  font-style: italic;
  color: #b8a080;
}
