/* ── Hero ─────────────────────────────────────────── */
.pg-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.pg-hero__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
}

.pg-hero__grain {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.11;
}

.pg-hero__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.2) 35%, transparent 55%),
    linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.25) 55%, transparent 100%);
  z-index: 2;
}

.pg-hero__caption {
  position: relative;
  z-index: 3;
  padding: 5rem 4rem;
  max-width: 860px;
}

.pg-hero__label {
  color: var(--white);
  margin-bottom: 1.25rem;
  text-shadow: 0 1px 3px rgba(0,0,0,0.9), 0 2px 12px rgba(0,0,0,0.6);
}

.pg-hero__h1 {
  font-family: 'Cormorant', serif;
  font-weight: 300;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.1;
  color: var(--white);
  margin: 0 0 1.25rem;
}

.pg-hero__h1-place {
  white-space: nowrap;
}

.pg-hero__sub {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cream);
  margin: 0;
}

/* ── Intro ────────────────────────────────────────── */
.pg-intro {
  background: var(--paper);
  padding: 6rem 4rem;
}

.pg-intro__inner {
  max-width: 760px;
  margin: 0 auto;
}

.pg-intro__h2 {
  font-family: 'Cormorant', serif;
  font-weight: 300;
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  line-height: 1.2;
  color: var(--ink);
  margin: 0 0 1.75rem;
}

.pg-intro__h2 em { font-style: italic; }

.pg-intro__lead {
  font-family: 'Cormorant', serif;
  font-weight: 300;
  font-size: clamp(1.4rem, 2.5vw, 1.75rem);
  line-height: 1.45;
  color: var(--ink);
  margin: 0 0 1.75rem;
}

.pg-intro p {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--ink);
  margin: 0 0 1.25rem;
}

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

/* ── Prose Sections ───────────────────────────────── */
.pg-section {
  background: var(--white);
  padding: 5.5rem 4rem;
  border-top: 1px solid var(--cream);
}

.pg-section--alt {
  background: var(--paper);
}

.pg-section__inner {
  max-width: 760px;
  margin: 0 auto;
}

.pg-section .pg-section__label,
.pg-intro .pg-section__label {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--stone);
}

.pg-section h2 {
  font-family: 'Cormorant', serif;
  font-weight: 300;
  font-size: clamp(1.8rem, 2.8vw, 2.5rem);
  line-height: 1.2;
  color: var(--ink);
  margin: 0 0 1.5rem;
}

.pg-section p {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--ink);
  margin: 0 0 1.25rem;
}

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

/* ── Models — only dark section ───────────────────── */
.pg-models {
  position: relative;
  background: var(--ink);
  padding: 6rem 4rem;
}

.pg-models__grain {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.07;
}

.pg-models__header {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 3.5rem;
}

.pg-models__header .label {
  color: var(--stone);
  display: block;
  margin-bottom: 0.75rem;
}

.pg-models__header h2 {
  font-family: 'Cormorant', serif;
  font-weight: 300;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  color: var(--white);
  margin: 0;
}

.pg-models__header h2 em { font-style: italic; }

.pg-models__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  max-width: 1100px;
  margin: 0 auto;
}

.pg-model {
  display: flex;
  flex-direction: column;
}

.pg-model__img {
  overflow: hidden;
  margin-bottom: 1.75rem;
}

.pg-model__img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.pg-model:hover .pg-model__img img {
  transform: scale(1.02);
}

.pg-model__body .label {
  color: var(--stone);
  display: block;
  margin-bottom: 0.5rem;
}

.pg-model__body h3 {
  font-family: 'Cormorant', serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--white);
  margin: 0 0 0.6rem;
}

.pg-model__specs {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 200;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  color: var(--stone);
  margin: 0 0 1rem;
}

.pg-model__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.pg-model__desc {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--cream);
  margin: 0 0 1.5rem;
  flex: 1;
}

.pg-model__cta {
  margin-top: auto;
  align-self: flex-start;
}

.pg-model__body .pg-model__name {
  font-family: 'Cormorant', serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--white);
  margin: 0 0 8px;
}

.pg-model__price {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 200;
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: rgba(236,234,228,0.55);
  margin: 0 0 0.75rem;
}

/* ── Photo Break ─────────────────────────────────── */
.pg-photo-break {
  height: 440px;
  overflow: hidden;
}

.pg-photo-break img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
  display: block;
}

/* ── Price Comparison Module ─────────────────────── */
.pg-compare {
  margin: 52px 0 0;
  padding-top: 40px;
  border-top: 1px solid rgba(20,20,20,0.07);
}

.pg-compare__eyebrow {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 200;
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--stone);
  margin: 0 0 20px;
}

.pg-compare__module {
  display: flex;
  align-items: stretch;
}

.pg-compare__left {
  flex: 2;
  display: flex;
  flex-direction: column;
  padding: 36px 44px 36px 0;
  border-top: 1px solid rgba(20,20,20,0.10);
}

.pg-compare__right {
  flex: 3;
  display: flex;
  flex-direction: column;
  background: var(--accent);
  padding: 36px 44px;
}

.pg-compare__label {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 200;
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(20,20,20,0.6);
  margin: 0 0 14px;
}

.pg-compare__right .pg-compare__label {
  color: rgba(236,234,228,0.7);
}

.pg-compare__price {
  font-family: 'Cormorant', serif;
  font-weight: 300;
  font-size: clamp(3rem, 6vw, 4.5rem);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 auto;
  padding-bottom: 20px;
}

.pg-compare__right .pg-compare__price {
  color: var(--cream);
}

.pg-compare__desc {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 0.85rem;
  line-height: 1.6;
  color: var(--stone);
  margin: 0;
}

.pg-compare__right .pg-compare__desc {
  color: rgba(236,234,228,0.5);
}

.pg-compare__takeaway {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(20,20,20,0.5);
  margin: 24px 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(20,20,20,0.07);
}

/* Specificity fix — .pg-section p (0,1,1) overrides class-only selectors */
.pg-section .pg-compare__eyebrow,
.pg-section .pg-compare__label,
.pg-section .pg-compare__desc,
.pg-section .pg-compare__takeaway {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.pg-section .pg-compare__eyebrow { font-size: 0.65rem; font-weight: 200; color: var(--stone); }
.pg-section .pg-compare__label { font-size: 0.65rem; font-weight: 200; }
.pg-section .pg-compare__right .pg-compare__label { color: rgba(236,234,228,0.7); }
.pg-section .pg-compare__price { font-size: clamp(3rem, 6vw, 4.5rem); font-weight: 300; line-height: 1; color: var(--ink); }
.pg-section .pg-compare__right .pg-compare__price { color: var(--cream); }
.pg-section .pg-compare__desc { font-size: 0.85rem; font-weight: 300; color: var(--stone); }
.pg-section .pg-compare__right .pg-compare__desc { color: rgba(236,234,228,0.5); }
.pg-section .pg-compare__takeaway { font-size: 0.95rem; font-weight: 300; color: rgba(20,20,20,0.5); }

/* ── Features Grid ───────────────────────────────── */
.pg-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 28px 0 28px;
  border-top: 1px solid rgba(20,20,20,0.08);
  border-left: 1px solid rgba(20,20,20,0.08);
}

.pg-features__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border-bottom: 1px solid rgba(20,20,20,0.08);
  border-right: 1px solid rgba(20,20,20,0.08);
}

.pg-features__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}

.pg-features__text {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  color: var(--ink);
}

/* ── Zone X Callout ──────────────────────────────── */
.pg-zonex {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin: 32px 0 0;
  padding: 24px 28px;
  background: var(--accent);
}

.pg-zonex__badge {
  font-family: 'Cormorant', serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--cream);
  white-space: nowrap;
  flex-shrink: 0;
  padding-right: 24px;
  border-right: 1px solid rgba(236,234,228,0.18);
}

.pg-zonex__text {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.75;
  color: rgba(236,234,228,0.7);
  margin: 0;
  padding-top: 2px;
}

.pg-zonex__text strong {
  color: var(--cream);
  font-weight: 300;
  display: block;
  margin-bottom: 4px;
}

/* Specificity fix for Zone X inside .pg-section */
.pg-section .pg-zonex__badge { font-size: 1.6rem; font-weight: 300; line-height: 1.2; }
.pg-section .pg-zonex__text { font-size: 0.9rem; font-weight: 300; line-height: 1.75; color: rgba(236,234,228,0.7); }

/* ── Ready to Look Closer ─────────────────────────── */
.pg-ready {
  background: var(--paper);
  padding: 6rem 4rem;
  border-top: 1px solid var(--cream);
  text-align: center;
}

.pg-ready__inner {
  max-width: 680px;
  margin: 0 auto;
}

.pg-ready h2 {
  font-family: 'Cormorant', serif;
  font-weight: 300;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  color: var(--ink);
  margin: 0 0 1.5rem;
}

.pg-ready__body {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--ink);
  margin: 0 0 1.25rem;
}

.pg-ready__programs {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--ink);
  margin: 0;
}

.pg-ready__programs a {
  color: var(--accent);
  text-decoration: none;
}

.pg-ready__programs a:hover {
  text-decoration: underline;
}

/* ── Mobile ───────────────────────────────────────── */
@media (max-width: 768px) {
  .pg-hero__h1-place {
    white-space: normal;
  }

  .pg-hero__caption {
    padding: 3rem 1.5rem;
  }

  .pg-intro {
    padding: 4rem 1.5rem;
  }

  .pg-section {
    padding: 3.5rem 1.5rem;
  }

  .pg-models {
    padding: 4rem 1.5rem;
  }

  .pg-models__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .pg-ready {
    padding: 4rem 1.5rem;
  }

  .pg-photo-break {
    height: 260px;
  }

  .pg-compare__module {
    flex-direction: column;
  }

  .pg-compare__left {
    padding: 28px 0;
  }

  .pg-compare__right {
    padding: 28px 24px;
  }

  .pg-features {
    grid-template-columns: 1fr;
  }

  .pg-zonex {
    flex-direction: column;
    gap: 14px;
    padding: 20px 20px;
  }

  .pg-zonex__badge {
    padding-right: 0;
    padding-bottom: 14px;
    border-right: none;
    border-bottom: 1px solid rgba(236,234,228,0.18);
  }
}
