.draft-review-bar {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 6px 18px;
  color: #fff;
  background: #18201e;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-align: center;
}

.draft-review-bar strong {
  color: #efc9b8;
  letter-spacing: 0.12em;
}

[id],
.one-page-section {
  scroll-margin-top: 0;
}

.site-header nav {
  justify-content: center;
  gap: 5px;
}

.site-header nav > a,
.nav-group > summary {
  white-space: nowrap;
  font-size: clamp(0.72rem, 0.85vw, 0.86rem);
}

.nav-group {
  position: relative;
}

.nav-group > summary {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 13px;
  border-radius: 999px;
  color: var(--soft-ink);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
}

.nav-group > summary::-webkit-details-marker {
  display: none;
}

.nav-group > summary::after {
  content: "⌄";
  font-size: 0.85rem;
  transform: translateY(-1px);
}

.nav-group[open] > summary,
.nav-group > summary:hover {
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 8px 20px rgba(54, 70, 65, 0.08);
}

.nav-group > div {
  min-width: 230px;
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 40;
  display: grid;
  gap: 4px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 253, 249, 0.98);
  box-shadow: var(--deep-shadow);
  transform: translateX(-50%);
}

.nav-group > div a {
  justify-content: flex-start;
}

.hero-copy {
  text-align: center;
}

.hero-copy h1 {
  margin-inline: auto;
}

.hero-copy .hero-actions {
  justify-content: center;
}

.funnel-start {
  position: relative;
  overflow: hidden;
  padding-top: clamp(74px, 8vw, 110px);
  padding-bottom: clamp(74px, 8vw, 110px);
  background:
    radial-gradient(circle at 82% 5%, rgba(169, 104, 98, 0.16), transparent 28rem),
    linear-gradient(180deg, #fffdf9, #f6efe5);
}

.funnel-heading {
  width: min(820px, 100%);
  margin: 0 auto 42px;
  text-align: center;
}

.funnel-heading h2 {
  margin: 0 auto 16px;
  font-size: clamp(2.3rem, 5vw, 4.6rem);
  line-height: 0.98;
}

.funnel-heading > p:last-child {
  max-width: 700px;
  margin: 0 auto;
  color: var(--soft-ink);
  font-size: 1.04rem;
}

.service-funnel-grid {
  width: min(1120px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 30px);
  margin: 0 auto;
}

.service-funnel-grid-single {
  grid-template-columns: minmax(0, 700px);
  justify-content: center;
}

.service-funnel-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: clamp(26px, 4vw, 44px);
  border: 1px solid rgba(24, 32, 30, 0.14);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 90% 5%, rgba(169, 104, 98, 0.14), transparent 18rem),
    rgba(255, 253, 249, 0.96);
  box-shadow: var(--deep-shadow);
}

.service-funnel-card-alt {
  background:
    radial-gradient(circle at 90% 5%, rgba(111, 135, 146, 0.18), transparent 18rem),
    rgba(244, 247, 243, 0.97);
}

.service-funnel-heading {
  padding-bottom: 8px;
}

.service-funnel-heading h3 {
  font-size: clamp(2rem, 3.6vw, 3.4rem);
}

.service-funnel-heading > p:last-child {
  margin: 12px 0 0;
  color: var(--soft-ink);
}

.starting-rate {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin: 18px 0 0;
  color: var(--soft-ink);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.starting-rate strong {
  color: var(--red);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 500;
  letter-spacing: -0.03em;
}

.service-expandable {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.72);
  overflow: hidden;
}

.service-expandable summary {
  position: relative;
  padding: 16px 48px 16px 18px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.service-expandable summary::-webkit-details-marker {
  display: none;
}

.service-expandable summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  color: var(--red);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 1.35rem;
  transform: translateY(-50%);
}

.service-expandable[open] summary::after {
  content: "−";
}

.service-expandable[open] summary {
  border-bottom: 1px solid var(--line);
  background: rgba(232, 240, 238, 0.56);
}

.compact-rate-list,
.service-description {
  padding: 10px 18px 16px;
}

.compact-rate-list p {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  color: var(--soft-ink);
  font-size: 0.84rem;
}

.compact-rate-list p:last-child {
  border-bottom: 0;
}

.compact-rate-list strong {
  flex: 0 0 auto;
  color: var(--ink);
}

.service-description p {
  color: var(--soft-ink);
}

.inline-service-link {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--red);
  font-weight: 800;
  text-underline-offset: 4px;
}

.service-funnel-card > .button {
  align-self: flex-start;
  margin-top: auto;
}

.funnel-steps {
  width: min(940px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 52px auto 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.funnel-steps p {
  display: grid;
  grid-template-columns: 38px 1fr;
  column-gap: 12px;
  align-items: center;
  margin: 0;
  padding: 24px clamp(14px, 2.5vw, 28px);
  border-right: 1px solid var(--line);
}

.funnel-steps p:last-child {
  border-right: 0;
}

.funnel-steps span {
  width: 36px;
  height: 36px;
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  border: 1px solid var(--red-soft);
  border-radius: 50%;
  color: var(--red);
  font-family: Georgia, "Times New Roman", serif;
}

.funnel-steps strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
}

.funnel-steps small {
  color: var(--soft-ink);
  font-size: 0.78rem;
}

.funnel-note {
  margin: 20px 0 0;
  color: var(--soft-ink);
  font-size: 0.76rem;
  text-align: center;
}

.funnel-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.explore-index {
  background:
    linear-gradient(rgba(232, 240, 238, 0.93), rgba(232, 240, 238, 0.93)),
    url("https://images.unsplash.com/photo-1441974231531-c6227db76b6e?auto=format&fit=crop&w=1800&q=80") center / cover;
}

.explore-grid {
  width: min(1120px, 100%);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px;
  margin: 0 auto;
}

.explore-grid a {
  grid-column: span 2;
  min-height: 154px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 26px;
  border: 1.5px solid rgba(138, 69, 64, 0.38);
  border-radius: var(--radius);
  color: var(--ink);
  background:
    radial-gradient(circle at 90% 10%, rgba(169, 104, 98, 0.16), transparent 12rem),
    rgba(255, 253, 249, 0.98);
  box-shadow:
    0 18px 34px rgba(39, 51, 48, 0.14),
    0 4px 10px rgba(138, 69, 64, 0.1);
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.explore-grid a:nth-last-child(2) {
  grid-column: 2 / span 2;
}

.explore-grid a:hover {
  border-color: rgba(138, 69, 64, 0.7);
  box-shadow:
    0 24px 42px rgba(39, 51, 48, 0.2),
    0 7px 16px rgba(138, 69, 64, 0.16);
  transform: translateY(-5px);
}

.explore-grid strong {
  margin-bottom: 9px;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--red);
  font-size: 1.3rem;
  line-height: 1.2;
}

.explore-grid span {
  color: var(--soft-ink);
  font-size: 0.86rem;
  line-height: 1.55;
  text-wrap: balance;
}

.age-confirmation {
  grid-template-columns: auto 1fr !important;
  align-content: center;
  align-items: center;
  gap: 9px !important;
  padding: 12px 0;
}

.age-confirmation input {
  width: 18px !important;
  height: 18px;
}

.request-grid label[hidden] {
  display: none !important;
}

.draft-form-note {
  margin-top: 16px !important;
  padding: 12px;
  color: var(--red) !important;
  background: var(--cream);
  text-align: center;
  font-weight: 700;
}

.request-status[data-state="success"] {
  color: #245c3b;
}

.request-status[data-state="error"] {
  color: var(--red);
}

.plain-contact-display {
  margin-top: 18px !important;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.gfe-detail-page {
  background:
    radial-gradient(circle at 12% 20%, rgba(169, 104, 98, 0.12), transparent 30rem),
    linear-gradient(180deg, #fffdf9, var(--paper));
}

.gfe-page-hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  color: #fff;
  background:
    linear-gradient(145deg, rgba(24, 32, 30, 0.98), rgba(72, 95, 105, 0.9)),
    url("https://images.unsplash.com/photo-1448375240586-882707db888b?auto=format&fit=crop&w=1800&q=80") center / cover;
}

.gfe-page-image img {
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: cover;
  object-position: center 20%;
}

.gfe-page-intro {
  align-self: center;
  padding: clamp(44px, 7vw, 100px);
  text-align: center;
}

.gfe-page-intro .eyebrow {
  color: var(--red-soft);
}

.gfe-page-intro h1 {
  margin-inline: auto;
  color: var(--red-soft);
  font-size: clamp(3.2rem, 6vw, 6.4rem);
  line-height: 0.92;
}

.gfe-page-lead {
  max-width: 520px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
}

.gfe-page-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  margin: 28px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gfe-page-price strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  font-weight: 500;
}

.gfe-page-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.gfe-reading-column {
  width: min(820px, 100%);
  margin: 0 auto;
}

.gfe-reading-column h2 {
  margin-bottom: 30px;
}

.gfe-reading-column > p:not(.eyebrow),
.gfe-about-copy > p:not(.eyebrow),
.how-i-show-up-card > p:not(.eyebrow) {
  color: var(--soft-ink);
  font-size: 1.05rem;
  line-height: 1.8;
}

.gfe-full-description {
  background:
    radial-gradient(circle at 85% 10%, rgba(169, 104, 98, 0.14), transparent 26rem),
    var(--white);
}

.gfe-about-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: center;
  background: var(--mist);
}

.gfe-about-copy {
  max-width: 680px;
  justify-self: end;
}

.gfe-about-image img {
  width: 100%;
  height: min(720px, 70vw);
  min-height: 520px;
  object-fit: cover;
  object-position: center 18%;
  border-radius: var(--radius);
  box-shadow: var(--deep-shadow);
}

.how-i-show-up {
  background:
    linear-gradient(rgba(246, 239, 229, 0.94), rgba(246, 239, 229, 0.94)),
    url("https://images.unsplash.com/photo-1441974231531-c6227db76b6e?auto=format&fit=crop&w=1800&q=80") center / cover;
}

.how-i-show-up-card {
  width: min(860px, 100%);
  margin: 0 auto;
  padding: clamp(32px, 6vw, 70px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 253, 249, 0.94);
  box-shadow: var(--deep-shadow);
}

.gfe-final-cta {
  padding: clamp(70px, 10vw, 130px) 24px;
  color: #fff;
  background: linear-gradient(145deg, var(--sage-dark), var(--blue-dark));
  text-align: center;
}

.gfe-final-cta .eyebrow {
  color: var(--red-soft);
}

.gfe-final-cta h2 {
  max-width: 800px;
  margin-inline: auto;
}

.gfe-final-cta > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 1100px) {
  .site-header nav {
    overflow: visible;
    flex-wrap: wrap;
    justify-content: center;
  }

  .explore-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .explore-grid a,
  .explore-grid a:nth-last-child(2) {
    grid-column: auto;
  }
}

@media (max-width: 820px) {
  .draft-review-bar {
    flex-direction: column;
    gap: 0;
  }

  .service-funnel-grid,
  .funnel-steps,
  .explore-grid {
    grid-template-columns: 1fr;
  }

  .funnel-steps p,
  .funnel-steps p:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .funnel-steps p:last-child {
    border-bottom: 0;
  }

  .gfe-page-hero,
  .gfe-about-section {
    grid-template-columns: 1fr;
  }

  .gfe-page-intro {
    order: -1;
  }

  .gfe-page-image img {
    min-height: 520px;
  }

  .gfe-about-copy {
    justify-self: stretch;
  }
}

@media (max-width: 640px) {
  .site-header nav {
    display: flex;
    overflow: visible;
    flex-wrap: wrap;
    justify-content: center;
  }

  .site-header {
    grid-template-columns: 1fr;
  }

  .header-book {
    justify-self: center;
  }

  .nav-group > div {
    position: fixed;
    top: 50%;
    left: 50%;
    width: min(330px, calc(100% - 32px));
    transform: translate(-50%, -50%);
  }

  .explore-grid a {
    min-height: 102px;
  }
}
