:root {
  --bg: #f3f2ef;
  --ink: #171717;
  --muted: #5e5a55;
  --line: rgba(20, 20, 20, 0.14);
  --paper: rgba(255, 255, 255, 0.72);
  --paper-strong: rgba(255, 255, 255, 0.86);
  --accent: #151515;
  --accent-ink: #f7f7f4;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(1200px 580px at -10% -8%, rgba(255, 205, 120, 0.22), transparent 65%),
    radial-gradient(900px 500px at 115% 12%, rgba(110, 181, 255, 0.24), transparent 60%),
    linear-gradient(180deg, #f5f4f1, #efede9 58%, #f3f2ef);
}

.prism-glow {
  position: fixed;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

.prism-glow-a {
  top: -110px;
  left: -110px;
  background: rgba(254, 216, 144, 0.36);
}

.prism-glow-b {
  top: 16%;
  right: -180px;
  background: rgba(148, 193, 255, 0.36);
}

.topbar,
main,
footer {
  position: relative;
  z-index: 1;
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0;
}

.brand {
  text-decoration: none;
  color: var(--ink);
  letter-spacing: 0.08em;
  font: 600 1rem "Manrope", sans-serif;
}

.menu {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.menu a {
  color: var(--ink);
  text-decoration: none;
  font-size: 0.92rem;
}

.menu-btn {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.46rem 0.92rem;
  background: var(--paper);
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(1.4rem, 3vw, 2.8rem);
  align-items: center;
  padding: 1rem 0 1.6rem;
}

.hero-copy p {
  margin: 0;
  max-width: 55ch;
  color: var(--muted);
  line-height: 1.6;
}

.eyebrow {
  color: #5a564f;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.73rem;
  font-weight: 600;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  letter-spacing: 0.01em;
}

h1 {
  font-size: clamp(2.35rem, 6vw, 5rem);
  line-height: 0.96;
  max-width: 12ch;
  margin: 0.48rem 0 0.95rem;
}

h2 {
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
  line-height: 1;
}

.cta-row {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.35rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.65rem 1rem;
  font-size: 0.9rem;
  border: 1px solid var(--line);
}

.btn-primary {
  background: var(--accent);
  color: var(--accent-ink);
  border-color: transparent;
}

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

.hero-image-wrap {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(24, 24, 24, 0.15);
}

.hero-image {
  width: 100%;
  height: clamp(420px, 62vw, 720px);
  object-fit: cover;
  display: block;
}

.signature {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
  margin: 0.5rem 0 2.25rem;
}

.signature p {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  text-align: center;
  padding: 0.62rem 0.9rem;
  background: var(--paper);
  font-size: 0.86rem;
}

.section-head {
  margin-bottom: 0.85rem;
}

.work {
  margin: 0.7rem 0 2.2rem;
}

.work-grid {
  column-count: 3;
  column-gap: 0.75rem;
}

.work-grid img {
  width: 100%;
  border-radius: 14px;
  margin-bottom: 0.75rem;
  display: block;
  break-inside: avoid;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 12px 24px rgba(22, 22, 22, 0.1);
}

.panel,
.book,
.card {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--paper);
  backdrop-filter: blur(6px);
}

.panel,
.book {
  padding: 1.25rem;
  margin: 1rem 0;
}

.panel ol,
.panel ul,
.card ul {
  margin: 0.75rem 0 0;
  padding-left: 1.06rem;
  color: var(--muted);
  line-height: 1.58;
}

.packages {
  margin: 2.1rem 0 1.4rem;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.card {
  padding: 1.05rem;
  background: var(--paper-strong);
}

h3 {
  font-size: 1.35rem;
}

.price {
  margin: 0.4rem 0 0;
  font-size: 1.1rem;
  font-weight: 700;
}

.emphasis {
  border-color: rgba(0, 0, 0, 0.33);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.requirements {
  display: grid;
  gap: 0.3rem;
}

.book {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
  align-items: center;
}

.book-copy p {
  color: var(--muted);
  max-width: 56ch;
}

.trust-points {
  margin: 1rem 0 0;
  padding-left: 1.05rem;
  color: var(--muted);
  display: grid;
  gap: 0.34rem;
  line-height: 1.5;
}

.book-image {
  width: 100%;
  height: 100%;
  max-height: 420px;
  object-fit: cover;
  object-position: center 24%;
  border-radius: 14px;
}

footer {
  color: #6f6b66;
  text-align: center;
  padding: 1.9rem 0 2.3rem;
  font-size: 0.85rem;
}

.reveal {
  animation: rise 700ms ease-out both;
}

.signature.reveal {
  animation-delay: 90ms;
}

.work.reveal {
  animation-delay: 130ms;
}

@keyframes rise {
  from {
    transform: translateY(12px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 980px) {
  .hero,
  .book {
    grid-template-columns: 1fr;
  }

  .hero-image {
    height: min(76vh, 620px);
  }

  .work-grid {
    column-count: 2;
  }
}

@media (max-width: 760px) {
  .topbar {
    padding: 18px 0;
  }

  .menu a:not(.menu-btn) {
    display: none;
  }

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

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

  .work-grid {
    column-count: 1;
  }

  h1 {
    font-size: clamp(2.05rem, 13vw, 3.15rem);
  }
}
