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

h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
}

section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.section-title {
  margin-bottom: 2.5rem;
  position: relative;
}

.section-title::after {
  content: '';
  display: block;
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, var(--ember), var(--gold));
  margin-top: 0.75rem;
}

.section-title.center {
  text-align: center;
}

.section-title.center::after {
  margin-left: auto;
  margin-right: auto;
}

.narrow {
  max-width: 780px;
}

.section-intro {
  text-align: center;
  color: var(--stone);
  margin-bottom: 2.5rem;
}

/* ── Comp Titles ── */
.comp-section {
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.comp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}

.comp-item {
  background: linear-gradient(180deg, var(--panel), var(--elevated));
  border: 1px solid rgba(199, 165, 111, 0.06);
  border-radius: 1rem;
  padding: 2rem;
}

.comp-item h3 {
  font-family: var(--font-display);
  font-size: 1.125rem;
  color: var(--gold);
  margin-bottom: 0.75rem;
}

.comp-item p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--stone);
}

/* ── About ── */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 0.55fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.about-left blockquote {
  margin: 2rem 0 0;
  padding: 1.5rem 0 0;
  border-top: 1px solid rgba(199, 165, 111, 0.1);
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  color: var(--cream);
  line-height: 1.5;
}

.about-right {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.highlight {
  background: linear-gradient(180deg, var(--panel), var(--elevated));
  border: 1px solid rgba(199, 165, 111, 0.06);
  border-radius: 1rem;
  padding: 1.5rem;
}

.highlight h3 {
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--gold);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.highlight p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--stone);
}

/* ── Reviews ── */
.reviews-section {
  padding: clamp(2rem, 4vw, 4rem) 0;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.review-card {
  background: linear-gradient(180deg, var(--panel), var(--elevated));
  border: 1px solid rgba(199, 165, 111, 0.06);
  border-radius: 1rem;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.review-card p {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1rem;
  color: var(--cream);
  line-height: 1.6;
  margin-bottom: 1rem;
}

.review-card footer {
  font-size: 0.8rem;
  color: var(--stone);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: auto;
}

.review-card footer span[itemprop="ratingValue"] {
  color: var(--gold);
  font-weight: 600;
}

/* ── Contact ── */
.contact-methods {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 2rem;
  background: linear-gradient(180deg, var(--panel), var(--elevated));
  border: 1px solid rgba(199, 165, 111, 0.06);
  border-radius: 1rem;
  color: var(--sand);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.contact-card:hover {
  transform: translateY(-3px);
  border-color: rgba(199, 165, 111, 0.15);
  color: var(--cream);
}

.contact-card h3 {
  font-size: 1rem;
  color: var(--cream);
  margin: 0;
}

.contact-card p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--stone);
  text-align: center;
}

/* ── Footer ── */
.footer {
  border-top: 1px solid rgba(199, 165, 111, 0.06);
  padding: 3rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-brand h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--cream);
  margin-bottom: 0.5rem;
}

.footer-brand p {
  color: var(--stone);
  font-size: 0.9rem;
  margin: 0;
}

.footer-links h4 {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--stone);
  margin-bottom: 1rem;
}

.footer-links ul {
  list-style: none;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: var(--stone);
  font-size: 0.9rem;
}

.footer-links a:hover {
  color: var(--gold);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(199, 165, 111, 0.06);
  font-size: 0.8rem;
  color: var(--stone);
}

/* ── Author Card ── */
.author-card {
  position: relative;
  background: linear-gradient(180deg, var(--panel) 0%, var(--elevated) 100%);
  border: 1px solid rgba(199, 165, 111, 0.08);
  border-radius: 1.25rem;
  padding: 1.25rem;
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.5);
}

.author-photo img {
  border-radius: 0.75rem;
  width: 100%;
  object-fit: cover;
}

.author-quote {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(199, 165, 111, 0.08);
}

.author-quote p {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1rem;
  color: var(--sand);
  margin: 0;
}

/* ── Mobile Responsive ── */
@media (max-width: 768px) {
  .comp-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .contact-methods {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2.5rem;
  }

  .footer-links ul {
    padding: 0;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-grid .hero-image {
    order: -1;
    max-width: 320px;
    margin: 0 auto 2rem;
  }

  .comp-item,
  .review-card,
  .contact-card {
    padding: 1.5rem;
  }

  .author-card {
    max-width: 360px;
    margin: 0 auto;
  }
}
