:root {
  --ink: #050705;
  --muted: #59645a;
  --paper: #f6faef;
  --ivory: #ffffff;
  --cream: #fff3e4;
  --line: #dbe8cf;
  --oxblood: #6ea240;
  --oxblood-dark: #005a2b;
  --gold: #d1ff5d;
  --sage: #146538;
  --charcoal: #000000;
  --shadow: 0 22px 60px rgba(0, 90, 43, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 82px;
  padding: 16px clamp(20px, 5vw, 72px);
  color: var(--ivory);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.86), rgba(0, 90, 43, 0.12));
}

.brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-width: 0;
  padding: 0;
}

.brand-logo {
  width: clamp(220px, 24vw, 300px);
  height: auto;
}

.main-nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(16px, 2.2vw, 28px);
  color: rgba(255, 253, 248, 0.86);
  font-size: 14px;
}

.main-nav a {
  padding: 10px 0;
}

.nav-cta,
.button,
.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 700;
  line-height: 1;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.nav-cta {
  border-color: rgba(255, 253, 248, 0.46);
  color: var(--ivory);
  font-size: 14px;
}

.back-to-top {
  position: fixed;
  right: clamp(18px, 3vw, 32px);
  bottom: clamp(18px, 3vw, 32px);
  z-index: 25;
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: var(--ivory);
  background: var(--oxblood-dark);
  box-shadow: 0 14px 30px rgba(0, 90, 43, 0.28);
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  border-color: var(--gold);
  background: var(--sage);
  box-shadow: 0 16px 34px rgba(0, 90, 43, 0.34);
  transform: translateY(-3px);
  outline: none;
}

.hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  color: var(--ivory);
  isolation: isolate;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 90, 43, 0.68) 44%, rgba(0, 0, 0, 0.18) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.74));
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 92vh;
  max-width: 760px;
  flex-direction: column;
  justify-content: center;
  padding: 120px clamp(22px, 6vw, 84px) 78px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--gold);
  margin-bottom: 18px;
  font-size: clamp(16px, 1.7vw, 22px);
  font-weight: 900;
}

#top .eyebrow {
  color: var(--oxblood-dark);
  font-size: clamp(16px, 1.7vw, 22px);
  font-weight: 900;
}

#top .hero .eyebrow {
  color: var(--gold);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(48px, 7vw, 86px);
  line-height: 0.95;
}

.hero h1 {
  min-height: 2.86em;
}

.typewriter::after {
  content: "";
  display: inline-block;
  width: 0.08em;
  height: 0.85em;
  margin-left: 0.08em;
  background: var(--gold);
  transform: translateY(0.08em);
  animation: cursorBlink 820ms steps(1) infinite;
}

.typewriter.is-typed::after {
  opacity: 0;
  animation: none;
}

@keyframes cursorBlink {
  50% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .typewriter::after {
    display: none;
  }
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(31px, 4vw, 52px);
  line-height: 1.02;
}

h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.1;
}

.hero-copy {
  max-width: 610px;
  margin-bottom: 32px;
  color: rgba(255, 253, 248, 0.84);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button.primary,
.contact-form button {
  color: var(--ivory);
  background: var(--oxblood);
}

.button.secondary {
  border-color: rgba(255, 253, 248, 0.46);
  color: var(--ivory);
  background: rgba(255, 253, 248, 0.08);
}

.button.primary:hover,
.button.primary:focus-visible,
.contact-form button:hover,
.contact-form button:focus-visible,
.service-cta-actions .button:hover,
.service-cta-actions .button:focus-visible {
  border-color: var(--sage);
  color: var(--ivory);
  background: var(--sage);
  box-shadow: 0 14px 30px rgba(0, 90, 43, 0.22);
  transform: translateY(-2px);
  outline: none;
}

.button.secondary:hover,
.button.secondary:focus-visible,
.nav-cta:hover,
.nav-cta:focus-visible {
  border-color: var(--gold);
  color: var(--charcoal);
  background: var(--gold);
  box-shadow: 0 14px 30px rgba(209, 255, 93, 0.22);
  transform: translateY(-2px);
  outline: none;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--line);
  background: var(--cream);
}

.trust-strip span {
  min-height: 82px;
  display: grid;
  place-items: center;
  padding: 20px;
  border-right: 1px solid var(--line);
  color: var(--charcoal);
  font-weight: 800;
  text-align: center;
}

.trust-strip span:last-child {
  border-right: 0;
}

.featured-marquee {
  overflow: hidden;
  padding-block: 8px;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.featured-track {
  display: flex;
  width: max-content;
  animation: featuredSlide 18s linear infinite;
  will-change: transform;
}

.featured-channel-panel:hover .featured-track {
  animation-play-state: paused;
}

.featured-set {
  display: flex;
  flex: 0 0 auto;
  gap: 14px;
  padding-right: 14px;
}

.featured-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 178px;
  min-height: 72px;
  padding: 10px 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ivory);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.featured-logo img {
  width: 142px;
  max-width: 100%;
  height: 50px;
  object-fit: contain;
}

@keyframes featuredSlide {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .featured-track {
    animation: none;
  }
}

.section {
  padding: clamp(64px, 9vw, 118px) clamp(22px, 6vw, 84px);
}

.section,
.availability,
.author-highlight,
.faq-section,
.contact-section {
  content-visibility: auto;
  contain-intrinsic-size: 720px;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.78fr);
  gap: clamp(36px, 8vw, 96px);
  align-items: start;
  background: var(--paper);
}

.intro-copy {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.intro-copy p {
  margin-bottom: 18px;
}

.service-finder-callout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.36fr);
  gap: clamp(30px, 6vw, 76px);
  align-items: center;
  padding: clamp(58px, 8vw, 86px) clamp(22px, 6vw, 84px);
  border-block: 1px solid var(--line);
  background: linear-gradient(135deg, #ffffff 0%, #f6faef 68%, #fff3e4 100%);
}

.service-finder-callout h2 {
  margin-bottom: 14px;
}

.service-finder-callout p:not(.eyebrow) {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.62;
}

.service-finder-callout .button {
  width: 100%;
  min-height: 62px;
  align-self: center;
  justify-self: stretch;
  padding: 0 28px;
  border-radius: 8px;
  background: var(--oxblood-dark);
  font-size: clamp(16px, 1.4vw, 19px);
  box-shadow: 0 14px 30px rgba(0, 90, 43, 0.18);
}

.service-finder-callout .button:hover {
  background: var(--sage);
}

.text-link {
  display: inline-flex;
  margin-top: 8px;
  color: var(--oxblood-dark);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--sage);
  background: rgba(209, 255, 93, 0.24);
  box-shadow: 0 0 0 6px rgba(209, 255, 93, 0.24);
  transform: translateY(-1px);
  outline: none;
}

.section-heading {
  max-width: 860px;
  margin-bottom: 36px;
}

.section-heading p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.services {
  background: var(--ivory);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--line);
}

.service-card {
  display: flex;
  min-height: 455px;
  flex-direction: column;
  padding: 18px 18px 28px;
  color: inherit;
  text-decoration: none;
  background: var(--ivory);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover,
.service-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(0, 90, 43, 0.12);
}

.service-card:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: -3px;
}

.service-image {
  width: 100%;
  aspect-ratio: 13 / 8;
  height: auto;
  margin-bottom: 22px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  border: 1px solid var(--line);
  box-shadow: 0 14px 28px rgba(0, 90, 43, 0.1);
}

.service-icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 24px;
  border-radius: 50%;
  color: var(--ivory);
  background: var(--oxblood-dark);
  font-size: 13px;
  font-weight: 900;
}

.service-card p,
.book-card p,
.feature-copy p,
.contact-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.service-card strong {
  display: block;
  margin-top: auto;
  color: var(--oxblood-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-section-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff 0%, #f6faef 68%, #fff3e4 100%);
}

.service-section-cta p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65;
}

.service-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
  min-width: min(100%, 420px);
}

.service-cta-actions .button {
  min-height: 54px;
  padding-inline: 22px;
  border-radius: 8px;
  border-color: var(--oxblood);
  color: var(--ivory);
  background: var(--oxblood);
  text-align: center;
}

.service-cta-actions .button:hover,
.service-cta-actions .button:focus-visible {
  border-color: var(--sage);
  background: var(--sage);
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(320px, 0.92fr);
  gap: clamp(36px, 8vw, 90px);
  align-items: center;
  padding: clamp(64px, 9vw, 112px) clamp(22px, 6vw, 84px);
  color: var(--ivory);
  background: linear-gradient(135deg, #000000 0%, #005a2b 100%);
}

.feature-copy h2 {
  max-width: 680px;
}

.feature-copy p {
  max-width: 620px;
  color: rgba(255, 253, 248, 0.72);
}

.featured-channel-panel {
  min-width: 0;
  padding: clamp(26px, 4vw, 36px);
  border: 1px solid rgba(255, 253, 248, 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.07);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.featured-channel-panel p {
  margin: 0 0 28px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 700;
  line-height: 0.98;
}

.reviews {
  background: var(--ivory);
}

.reviews-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
  margin-bottom: 36px;
}

.reviews-heading h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.review-score {
  min-width: 178px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ivory);
  box-shadow: 0 12px 34px rgba(0, 90, 43, 0.08);
}

.review-score strong,
.review-score span {
  display: block;
}

.review-score strong {
  color: var(--oxblood-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  line-height: 1;
}

.review-score span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.review-card {
  display: flex;
  min-height: 312px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ivory);
}

.review-card p {
  margin-bottom: 38px;
  color: var(--charcoal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.32;
}

.stars {
  margin-bottom: 18px;
  color: var(--oxblood-dark);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 2px;
}

.stars span {
  margin-left: 8px;
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0;
  vertical-align: 2px;
}

.review-card footer {
  display: grid;
  gap: 6px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.review-card strong {
  color: var(--ink);
  font-size: 15px;
}

.review-card span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.books {
  background: var(--paper);
}

.book-carousel {
  position: relative;
  padding: 0 58px 44px;
}

.book-viewport {
  overflow: hidden;
}

.book-grid {
  display: flex;
  gap: 18px;
  transition: transform 320ms ease;
  will-change: transform;
}

.book-card {
  flex: 0 0 calc((100% - 36px) / 3);
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ivory);
  box-shadow: 0 12px 34px rgba(0, 90, 43, 0.08);
}

.book-cover {
  width: 100%;
  aspect-ratio: 2 / 3;
  height: auto;
  margin-bottom: 22px;
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
  background: var(--paper);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.16);
}

.book-card h3 {
  min-height: 54px;
  margin-bottom: 8px;
  font-size: clamp(18px, 1.55vw, 22px);
}

.book-card p {
  margin-bottom: 0;
  font-weight: 800;
}

.carousel-button {
  position: absolute;
  z-index: 2;
  top: 38%;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ivory);
  background: var(--oxblood-dark);
  box-shadow: 0 14px 30px rgba(0, 90, 43, 0.18);
  cursor: pointer;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.carousel-button:not(:disabled):hover,
.carousel-button:not(:disabled):focus-visible {
  border-color: var(--sage);
  color: var(--ivory);
  background: var(--sage);
  box-shadow: 0 12px 24px rgba(0, 90, 43, 0.22);
  transform: translateY(-2px);
  outline: none;
}

.carousel-button span {
  display: block;
  margin-top: -3px;
  font-size: 38px;
  line-height: 1;
}

.carousel-button:disabled {
  cursor: default;
  opacity: 0.36;
}

.carousel-prev {
  left: 0;
}

.carousel-next {
  right: 0;
}

.carousel-status {
  position: absolute;
  right: 58px;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.author-highlight {
  display: grid;
  grid-template-columns: minmax(240px, 380px) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 64px);
  align-items: center;
  padding: clamp(64px, 8vw, 104px) clamp(22px, 6vw, 84px);
  border-block: 1px solid var(--line);
  background: var(--ivory);
}

.author-highlight-image {
  overflow: hidden;
  align-self: start;
  max-width: 380px;
  border: 8px solid var(--ivory);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 0 0 1px var(--line), 0 18px 44px rgba(0, 90, 43, 0.14);
}

.author-highlight-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  object-position: center top;
}

.author-highlight-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 860px;
}

.author-highlight-copy h2 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(42px, 5.6vw, 78px);
  line-height: 0.98;
}

.author-lede {
  max-width: 760px;
  margin-bottom: 28px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 2.4vw, 34px);
  line-height: 1.25;
}

.author-bio {
  display: grid;
  gap: 16px;
  max-width: 800px;
  color: var(--muted);
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.72;
}

.author-bio p {
  margin: 0;
}

.author-bio em {
  color: var(--ink);
  font-style: italic;
  font-weight: 700;
}

.author-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 48px;
  margin-top: 32px;
  padding: 14px 22px;
  border-radius: 999px;
  color: var(--ivory);
  background: var(--oxblood-dark);
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(0, 90, 43, 0.18);
}

.author-link:hover {
  background: var(--sage);
}

.availability {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(300px, 1fr);
  gap: 42px;
  align-items: center;
  padding: clamp(56px, 8vw, 86px) clamp(22px, 6vw, 84px);
  border-block: 1px solid var(--line);
  background: var(--ivory);
}

.store-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.store-logo {
  display: grid;
  place-items: center;
  min-height: 108px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
  color: var(--charcoal);
  text-align: center;
}

.store-logo strong,
.store-logo small {
  display: block;
}

.amazon-logo strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 0.88;
}

.amazon-logo em {
  display: block;
  width: 76px;
  height: 22px;
  margin-top: -2px;
  border-bottom: 5px solid #ff9900;
  border-radius: 0 0 70% 70%;
  transform: rotate(-5deg);
}

.barnes-logo {
  color: #005a2b;
  background: #ffffff;
}

.barnes-logo strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.5vw, 32px);
  letter-spacing: 0;
}

.barnes-logo small {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 3px;
}

.google-logo {
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.google-logo strong {
  font-size: clamp(26px, 3vw, 38px);
  letter-spacing: -2px;
  line-height: 0.95;
}

.google-logo strong span:nth-child(1),
.google-logo strong span:nth-child(4) {
  color: #4285f4;
}

.google-logo strong span:nth-child(2),
.google-logo strong span:nth-child(6) {
  color: #db4437;
}

.google-logo strong span:nth-child(3) {
  color: #f4b400;
}

.google-logo strong span:nth-child(5) {
  color: #0f9d58;
}

.google-logo small {
  margin-top: 4px;
  color: #59645a;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 2px;
}

.indie-logo {
  color: var(--ivory);
  background: linear-gradient(135deg, #005a2b 0%, #6ea240 100%);
}

.indie-logo strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: 1px;
}

.indie-logo small {
  margin-top: 2px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.faq-page-hero,
.faq-page-body {
  padding: clamp(70px, 9vw, 118px) clamp(22px, 6vw, 84px);
}

.faq-section {
  padding: clamp(64px, 9vw, 118px) clamp(22px, 6vw, 84px);
  border-block: 1px solid var(--line);
  background: linear-gradient(135deg, #ffffff 0%, #f6faef 58%, #fff3e4 100%);
}

.faq-section-inner {
  max-width: none;
  margin: 0;
}

.faq-page-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.faq-page-hero .faq-page-inner {
  max-width: 900px;
  margin: 0;
}

.faq-heading {
  max-width: 760px;
  margin-bottom: clamp(28px, 5vw, 48px);
}

.faq-heading p:last-child {
  color: var(--muted);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.65;
}

.faq-list {
  display: grid;
  max-width: 980px;
  gap: 0;
  border-top: 1px solid var(--line);
}

.faq-item {
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.faq-item:hover {
  background: rgba(255, 255, 255, 0.56);
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 24px 0;
  color: var(--oxblood-dark);
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 900;
  line-height: 1.35;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  float: right;
  margin-left: 24px;
  color: var(--oxblood);
  font-size: 22px;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  max-width: 820px;
  margin: 0;
  padding: 0 0 26px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.faq-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: clamp(28px, 5vw, 48px);
  padding: clamp(22px, 4vw, 32px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.faq-cta p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.faq-page-hero {
  padding-top: clamp(132px, 15vw, 172px);
  color: var(--ivory);
  background:
    linear-gradient(135deg, rgba(0, 0, 0, 0.92), rgba(0, 90, 43, 0.88)),
    url("assets/publishing-studio-hero.jpg") center/cover;
}

.faq-page-hero p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 253, 248, 0.82);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.6;
}

.faq-page-body {
  background: var(--paper);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(320px, 0.72fr);
  gap: clamp(36px, 8vw, 90px);
  align-items: start;
  padding: clamp(70px, 9vw, 118px) clamp(22px, 6vw, 84px);
  background: linear-gradient(135deg, #ffffff 0%, #f6faef 54%, #fff3e4 100%);
}

.contact-copy {
  position: sticky;
  top: 110px;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ivory);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--charcoal);
  font-size: 14px;
  font-weight: 800;
}

.phone-field {
  display: grid;
  gap: 8px;
  color: var(--charcoal);
  font-size: 14px;
  font-weight: 800;
}

.phone-input-row {
  display: grid;
  grid-template-columns: minmax(124px, 146px) minmax(0, 1fr);
  gap: 0;
}

.phone-prefix {
  position: relative;
  display: block;
  min-height: 48px;
  border: 1px solid var(--line);
  border-right: 0;
  border-radius: 4px 0 0 4px;
  background: var(--paper);
}

.phone-flag-stack {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 16px;
  flex: 0 0 22px;
}

.phone-flag-stack .phone-flag,
.phone-flag-stack .phone-flag-fallback {
  grid-area: 1 / 1;
}

.phone-flag {
  width: 22px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  object-fit: cover;
}

.phone-flag-fallback {
  display: none;
  width: 22px;
  font-size: 18px;
  line-height: 1;
}

.phone-flag.is-hidden {
  visibility: hidden;
}

.phone-flag[hidden] + .phone-flag-fallback,
.phone-flag-fallback.is-visible {
  display: inline-grid;
  place-items: center;
}

.contact-form .phone-country {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 46px;
  border: 0;
  border-right: 0;
  border-radius: 0;
  padding: 0 10px;
  color: var(--oxblood-dark);
  background: transparent;
  font-weight: 900;
  text-align: left;
}

.contact-form .phone-number {
  border-radius: 0 4px 4px 0;
}

.phone-country-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 20;
  width: min(260px, 76vw);
  max-height: 260px;
  overflow-y: auto;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.phone-country-menu[hidden] {
  display: none;
}

.phone-country-option {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 42px;
  padding: 8px 12px;
  border: 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.phone-country-option .phone-flag-fallback {
  display: inline-grid;
  place-items: center;
}

.phone-country-option .phone-flag {
  position: relative;
  z-index: 1;
  background: var(--paper);
}

.phone-country-option:hover,
.phone-country-option:focus-visible {
  color: var(--gold);
  background: var(--sage);
}

.phone-country-option.is-selected {
  color: var(--deep-green);
  background: transparent;
}

.phone-country-option span {
  display: grid;
  gap: 1px;
}

.phone-country-option small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.honeypot {
  display: none;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 0 14px;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
}

.contact-form input,
.contact-form select {
  min-height: 48px;
}

.contact-form textarea {
  min-height: 132px;
  padding-block: 13px;
  resize: vertical;
  line-height: 1.5;
}

.contact-form button {
  width: 100%;
  margin-top: 6px;
  border: 0;
  cursor: pointer;
}

.contact-form .phone-country,
.contact-form .phone-country-option {
  margin-top: 0;
}

.contact-form .phone-country-option {
  justify-content: flex-start;
  min-height: 42px;
  border: 0;
  color: var(--ink);
  background: var(--paper);
  box-shadow: none;
  transform: none;
}

.contact-form .phone-country-option:hover,
.contact-form .phone-country-option:focus-visible {
  border: 0;
  color: var(--gold);
  background: var(--sage);
  box-shadow: none;
  transform: none;
  outline: none;
}

.contact-form .phone-country-option.is-selected {
  color: var(--deep-green);
  background: var(--paper);
}

.contact-form .phone-country-option span,
.contact-form .phone-country-option strong {
  color: inherit;
}

.contact-form .phone-country-option small {
  color: var(--muted);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(22px, 6vw, 84px);
  color: rgba(255, 253, 248, 0.74);
  background: #000000;
}

.site-footer p {
  margin: 0;
}

.service-detail-main {
  background: var(--paper);
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
  padding: 142px clamp(22px, 6vw, 84px) clamp(54px, 7vw, 92px);
  color: var(--ivory);
  background: linear-gradient(135deg, #000000 0%, #005a2b 100%);
}

.detail-hero h1 {
  margin-bottom: 18px;
  font-size: clamp(42px, 6vw, 76px);
}

.detail-hero p {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.58;
}

.detail-hero img {
  width: 100%;
  aspect-ratio: 13 / 8;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.detail-content {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.42fr);
  gap: clamp(36px, 7vw, 86px);
  padding: clamp(58px, 8vw, 96px) clamp(22px, 6vw, 84px);
}

.detail-panel,
.detail-aside {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ivory);
  box-shadow: 0 12px 34px rgba(0, 90, 43, 0.08);
}

.detail-panel {
  padding: clamp(28px, 4vw, 44px);
}

.detail-panel h2,
.detail-aside h2 {
  font-size: clamp(28px, 3vw, 38px);
}

.detail-panel p,
.detail-panel li,
.detail-aside li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.detail-panel ul,
.detail-aside ul {
  margin: 0 0 30px;
  padding-left: 20px;
}

.about-highlight {
  margin: 28px 0;
  padding: 18px 22px;
  border-left: 4px solid var(--oxblood-dark);
  border-radius: 0 8px 8px 0;
  color: var(--oxblood-dark);
  background: var(--paper);
  font-weight: 800;
}

.detail-aside {
  align-self: start;
  padding: 28px;
}

.example-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.example-item {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.example-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
}

.detail-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.detail-cta .button.secondary {
  border-color: var(--line);
  color: var(--oxblood-dark);
  background: var(--paper);
}

.detail-cta .button.primary:hover,
.detail-cta .button.primary:focus-visible {
  border-color: var(--sage);
  color: var(--ivory);
  background: var(--sage);
  box-shadow: 0 14px 30px rgba(0, 90, 43, 0.22);
  transform: translateY(-2px);
  outline: none;
}

.detail-cta .button.secondary:hover,
.detail-cta .button.secondary:focus-visible,
.result-actions .button.secondary:hover,
.result-actions .button.secondary:focus-visible {
  border-color: var(--oxblood-dark);
  color: var(--ivory);
  background: var(--oxblood-dark);
  box-shadow: 0 14px 30px rgba(0, 90, 43, 0.18);
}

.service-overview-main {
  background: var(--paper);
}

.service-overview-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.72fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
  padding: 142px clamp(22px, 6vw, 84px) clamp(54px, 7vw, 92px);
  color: var(--ivory);
  background: linear-gradient(135deg, #000000 0%, #005a2b 100%);
}

.service-overview-copy h1 {
  margin-bottom: 22px;
  font-size: clamp(48px, 7vw, 86px);
}

.service-overview-copy p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.58;
}

.service-overview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.service-overview-visual {
  margin: 0;
}

.service-overview-visual img {
  width: 100%;
  aspect-ratio: 5 / 4;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.service-overview-visual figcaption {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.5;
}

.overview-snapshot {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border-block: 1px solid var(--line);
  background: var(--line);
}

.overview-snapshot article {
  padding: clamp(24px, 4vw, 38px);
  background: var(--ivory);
}

.overview-snapshot strong,
.overview-sidebar h2,
.overview-examples strong,
.process-steps strong {
  color: var(--ink);
}

.overview-snapshot p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.overview-body {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(300px, 0.42fr);
  gap: clamp(36px, 7vw, 86px);
  padding: clamp(58px, 8vw, 96px) clamp(22px, 6vw, 84px);
}

.overview-panel,
.overview-sidebar,
.overview-examples article,
.process-steps article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ivory);
  box-shadow: 0 12px 34px rgba(0, 90, 43, 0.08);
}

.overview-panel {
  padding: clamp(28px, 4vw, 46px);
}

.overview-panel p:not(.eyebrow),
.overview-sidebar li,
.overview-examples p,
.process-steps p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.overview-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.overview-checklist span {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--oxblood-dark);
  background: var(--paper);
  font-weight: 900;
}

.overview-sidebar {
  align-self: start;
  padding: 30px;
}

.overview-sidebar ul {
  margin: 0 0 28px;
  padding-left: 20px;
}

.overview-examples,
.overview-process,
.overview-related {
  padding: clamp(58px, 8vw, 96px) clamp(22px, 6vw, 84px);
}

.overview-examples {
  background: var(--ivory);
}

.overview-example-grid,
.process-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.overview-examples article,
.process-steps article {
  padding: clamp(22px, 3vw, 30px);
}

.process-steps span {
  display: inline-flex;
  margin-bottom: 32px;
  color: var(--oxblood-dark);
  font-size: 13px;
  font-weight: 900;
}

.overview-process {
  display: grid;
  grid-template-columns: minmax(0, 0.52fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 70px);
  align-items: start;
}

.overview-related {
  display: grid;
  grid-template-columns: minmax(0, 0.52fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 70px);
  align-items: center;
  background: var(--ivory);
}

.related-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.related-service-grid a {
  display: grid;
  min-height: 92px;
  place-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--oxblood-dark);
  background: var(--paper);
  font-weight: 900;
  text-align: center;
}

.service-finder-page {
  background: var(--paper);
}

.service-finder-hero {
  display: grid;
  grid-template-columns: minmax(0, 700px) minmax(320px, 500px);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
  justify-content: center;
  padding: 142px clamp(22px, 6vw, 84px) clamp(54px, 7vw, 92px);
  color: var(--ivory);
  background: linear-gradient(135deg, #000000 0%, #005a2b 100%);
}

.service-finder-hero h1 {
  margin-bottom: 22px;
  font-size: clamp(46px, 6.6vw, 82px);
}

.service-finder-hero .eyebrow,
.quiz-intro .eyebrow {
  font-size: clamp(16px, 1.7vw, 22px);
  font-weight: 900;
}

.service-finder-hero .eyebrow {
  color: var(--gold);
}

.quiz-intro .eyebrow {
  color: var(--oxblood-dark);
}

.service-finder-hero p:not(.eyebrow) {
  max-width: 740px;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.58;
}

.service-finder-hero img {
  width: 100%;
  max-width: 500px;
  justify-self: center;
  aspect-ratio: 5 / 4;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.quiz-shell {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(320px, 780px);
  gap: clamp(32px, 6vw, 76px);
  align-items: start;
  justify-content: center;
  padding: clamp(58px, 8vw, 104px) clamp(22px, 6vw, 84px);
}

.quiz-intro {
  position: sticky;
  top: 112px;
  max-width: 360px;
}

.quiz-intro p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.quiz-card {
  width: 100%;
  min-height: 560px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ivory);
  box-shadow: var(--shadow);
}

.quiz-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 30px;
}

.quiz-progress span {
  display: grid;
  min-height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: var(--paper);
  font-size: 13px;
  font-weight: 900;
}

.quiz-progress span.is-active {
  color: var(--ivory);
  border-color: var(--oxblood-dark);
  background: var(--oxblood-dark);
}

.quiz-step {
  display: none;
}

.quiz-step.is-active {
  display: block;
}

.quiz-kicker {
  margin-bottom: 12px;
  color: var(--oxblood-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.quiz-step h3,
.result-box h3 {
  font-size: clamp(30px, 3.2vw, 44px);
}

.quiz-options {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.quiz-options button,
.quiz-back {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px 20px;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.quiz-options button:hover,
.quiz-options button:focus-visible,
.quiz-back:hover,
.quiz-back:focus-visible {
  border-color: var(--oxblood-dark);
  box-shadow: 0 12px 24px rgba(0, 90, 43, 0.12);
  transform: translateY(-2px);
  outline: none;
}

.quiz-back {
  width: fit-content;
  margin-top: 22px;
  padding-inline: 18px;
  color: var(--oxblood-dark);
  background: var(--ivory);
}

.result-box {
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, #ffffff 0%, #f6faef 68%, #fff3e4 100%);
}

.result-box > span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--oxblood-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.result-box p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.result-next {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ivory);
}

.result-next p {
  margin-bottom: 0;
}

.result-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.result-service {
  display: grid;
  gap: 0;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 16px;
  color: var(--oxblood-dark);
  background: var(--paper);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.result-service span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 14px;
  font-weight: 900;
}

.result-service span::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--muted);
}

.result-service[aria-expanded="true"] span::after {
  content: "-";
}

.result-service em {
  display: none;
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.55;
}

.result-service[aria-expanded="true"] {
  border-color: var(--oxblood-dark);
  background: var(--ivory);
  box-shadow: 0 12px 24px rgba(0, 90, 43, 0.1);
}

.result-service[aria-expanded="true"] em {
  display: block;
}

.result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.result-actions .button.secondary {
  border-color: var(--line);
  color: var(--oxblood-dark);
  background: var(--ivory);
  cursor: pointer;
}

.services-page {
  background: var(--paper);
}

.services-page .eyebrow {
  color: var(--oxblood-dark);
  font-size: clamp(16px, 1.7vw, 22px);
  font-weight: 900;
}

.services-page-hero {
  display: flex;
  align-items: center;
  padding: 142px clamp(22px, 6vw, 84px) clamp(54px, 7vw, 92px);
  color: var(--ivory);
  background: linear-gradient(135deg, #000000 0%, #005a2b 100%);
}

.services-page-hero > div {
  max-width: 920px;
}

.services-page-hero .eyebrow,
.start-cta .eyebrow {
  color: var(--gold);
  margin-bottom: 18px;
  font-size: clamp(16px, 1.7vw, 22px);
  font-weight: 900;
}

.services-page-hero h1 {
  max-width: 920px;
  min-height: 2.12em;
  margin-bottom: 22px;
  font-size: clamp(48px, 7vw, 86px);
}

.services-page-hero p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.58;
}

.services-intro,
.service-family,
.start-cta,
.quote-section {
  padding: clamp(58px, 8vw, 96px) clamp(22px, 6vw, 84px);
}

.services-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(300px, 0.72fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: start;
  background: var(--ivory);
}

.services-intro p,
.service-copy p,
.sub-copy,
.best-for p,
.quote-section p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.overview-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.overview-list a {
  display: block;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--oxblood-dark);
  background: var(--paper);
  font-weight: 900;
}

.service-family {
  display: grid;
  grid-template-columns: minmax(120px, 180px) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 72px);
  border-top: 1px solid var(--line);
  background: var(--paper);
  scroll-margin-top: 96px;
}

.service-family:nth-of-type(even) {
  background: var(--ivory);
}

.service-number {
  color: var(--oxblood-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(56px, 8vw, 104px);
  font-weight: 700;
  line-height: 0.9;
}

.service-copy {
  display: grid;
  gap: 22px;
}

.service-heading {
  max-width: 850px;
}

.best-for {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ivory);
}

.best-for strong {
  display: block;
  margin-bottom: 8px;
  color: var(--oxblood-dark);
  font-size: 13px;
  text-transform: uppercase;
}

.accordion-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

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

.accordion-grid details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ivory);
  box-shadow: 0 12px 34px rgba(0, 90, 43, 0.06);
}

.accordion-grid summary {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.accordion-grid summary::-webkit-details-marker {
  display: none;
}

.accordion-grid summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--oxblood-dark);
}

.accordion-grid details[open] summary::after {
  content: "-";
}

.sub-copy {
  margin: 0;
  padding: 0 20px 20px;
}

.service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.start-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.34fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: center;
  color: var(--ivory);
  background: linear-gradient(135deg, #000000 0%, #146538 100%);
}

.start-cta p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.7;
}

.start-cta .button {
  min-height: 62px;
  border-radius: 8px;
  color: var(--oxblood-dark);
  background: var(--gold);
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.72fr);
  gap: clamp(36px, 8vw, 90px);
  align-items: start;
  background: linear-gradient(135deg, #ffffff 0%, #f6faef 54%, #fff3e4 100%);
}

.quote-section .eyebrow {
  color: var(--oxblood-dark);
}

.footer-brand {
  padding: 0;
}

.footer-brand img {
  width: 240px;
  height: auto;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .trust-strip,
  .service-grid,
  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .book-card {
    flex-basis: calc((100% - 18px) / 2);
  }

  .service-finder-callout,
  .service-finder-hero,
  .quiz-shell {
    grid-template-columns: 1fr;
  }

  .service-finder-callout {
    justify-content: stretch;
  }

  .quiz-intro {
    position: static;
    max-width: 760px;
  }

  .intro,
  .feature-band,
  .author-highlight,
  .availability,
  .contact-section,
  .services-page-hero,
  .services-intro,
  .service-family,
  .start-cta,
  .quote-section,
  .detail-hero,
  .detail-content,
  .service-overview-hero,
  .overview-body,
  .overview-process,
  .overview-related {
    grid-template-columns: 1fr;
  }

  .overview-snapshot,
  .overview-example-grid,
  .process-steps,
  .related-service-grid,
  .accordion-grid,
  .marketing-grid {
    grid-template-columns: 1fr;
  }

  .author-highlight-image {
    width: min(100%, 360px);
  }

  .contact-copy {
    position: static;
  }

  .reviews-heading {
    grid-template-columns: 1fr;
  }

  .review-score {
    max-width: 220px;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 72px;
    padding: 14px 18px;
  }

  .brand {
    padding: 0;
  }

  .brand-logo {
    width: 190px;
  }

  .nav-cta {
    display: none;
  }

  .hero,
  .hero-content {
    min-height: 86vh;
  }

  .hero-content {
    padding: 104px 20px 54px;
  }

  h1 {
    font-size: 46px;
  }

  .hero-actions,
  .button,
  .service-finder-callout .button {
    width: 100%;
  }

  .phone-input-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .phone-prefix,
  .contact-form .phone-country,
  .contact-form .phone-number {
    border: 1px solid var(--line);
    border-radius: 4px;
  }

  .phone-prefix {
    border-right: 1px solid var(--line);
  }

  .contact-form .phone-country {
    border: 0;
  }

  .trust-strip,
  .service-grid,
  .review-grid,
  .store-list,
  .accordion-grid,
  .marketing-grid {
    grid-template-columns: 1fr;
  }

  .featured-logo {
    min-width: 154px;
    min-height: 62px;
    padding-inline: 18px;
  }

  .service-overview-actions {
    width: 100%;
  }

  .quiz-progress {
    grid-template-columns: 1fr;
  }

  .quiz-card {
    min-height: auto;
  }

  .result-actions .button {
    width: 100%;
  }

  .result-list {
    grid-template-columns: 1fr;
  }

  .overview-checklist {
    grid-template-columns: 1fr;
  }

  .book-carousel {
    padding: 0 0 48px;
  }

  .book-card {
    flex-basis: 100%;
  }

  .author-highlight {
    padding-inline: 20px;
  }

  .author-highlight-image {
    width: min(100%, 300px);
  }

  .author-link {
    width: 100%;
  }

  .carousel-button {
    top: auto;
    bottom: 0;
  }

  .carousel-prev {
    left: 0;
  }

  .carousel-next {
    left: 58px;
    right: auto;
  }

  .carousel-status {
    right: 0;
  }

  .service-card {
    min-height: auto;
  }

  .service-section-cta,
  .service-actions,
  .start-cta .button {
    width: 100%;
  }

  .service-icon {
    margin-bottom: 36px;
  }

  .site-footer {
    display: grid;
  }
}

/* Dedicated contact page */
.contact-page-main {
        background: var(--paper);
      }

      .contact-page-hero {
        display: grid;
        grid-template-columns: minmax(0, 0.84fr) minmax(320px, 0.56fr);
        gap: clamp(34px, 6vw, 82px);
        align-items: center;
        padding: 142px clamp(22px, 6vw, 84px) clamp(54px, 7vw, 92px);
        color: var(--ivory);
        background: linear-gradient(135deg, #000000 0%, #005a2b 100%);
      }

      .contact-page-hero h1 {
        max-width: 880px;
        margin-bottom: 18px;
        font-size: clamp(44px, 6vw, 78px);
      }

      .contact-page-hero .eyebrow {
        margin-bottom: 18px;
        color: var(--gold);
        font-size: clamp(16px, 1.7vw, 22px);
        font-weight: 900;
      }

      .contact-page-hero p:not(.eyebrow) {
        max-width: 760px;
        color: rgba(255, 255, 255, 0.8);
        font-size: clamp(18px, 2vw, 22px);
        line-height: 1.58;
      }

      .contact-email-card {
        padding: clamp(24px, 4vw, 34px);
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.08);
        box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
      }

      .contact-email-card span {
        display: block;
        margin-bottom: 10px;
        color: var(--gold);
        font-size: 13px;
        font-weight: 900;
        text-transform: uppercase;
      }

      .contact-email-card a {
        display: inline-flex;
        color: var(--ivory);
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(24px, 2.6vw, 36px);
        font-weight: 700;
        line-height: 1.08;
        word-break: break-word;
      }

      .contact-email-card a:hover,
      .contact-email-card a:focus-visible {
        color: var(--gold);
      }

      .copy-email-status {
        display: block;
        margin-top: 14px;
        color: rgba(255, 255, 255, 0.72);
        font-size: 13px;
        font-weight: 800;
      }

      .copy-email-status.is-copied {
        color: var(--gold);
      }

      .contact-page-body {
        display: grid;
        grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.84fr);
        gap: clamp(32px, 6vw, 76px);
        align-items: start;
        padding: clamp(58px, 8vw, 96px) clamp(22px, 6vw, 84px);
      }

      .contact-support-panel {
        position: sticky;
        top: 110px;
        padding: clamp(24px, 4vw, 34px);
        border: 1px solid var(--line);
        border-radius: 8px;
        background: var(--ivory);
        box-shadow: 0 12px 34px rgba(0, 90, 43, 0.08);
      }

      .contact-support-panel p {
        color: var(--muted);
        font-size: 17px;
        line-height: 1.75;
      }

      .contact-support-panel ul {
        margin: 22px 0 0;
        padding-left: 20px;
      }

      .contact-support-panel li {
        margin-bottom: 10px;
        color: var(--muted);
        font-size: 16px;
        line-height: 1.6;
      }

      .contact-detail-form {
        gap: 0;
      }

      .form-section {
        display: grid;
        gap: 18px;
        padding-bottom: 28px;
        margin-bottom: 28px;
        border-bottom: 1px solid var(--line);
      }

      .form-section:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
      }

      .form-section h2 {
        margin-bottom: 0;
        color: var(--oxblood-dark);
        font-size: clamp(25px, 2.4vw, 34px);
      }

      .form-section > p {
        margin: -8px 0 2px;
        color: var(--muted);
        font-size: 15px;
        line-height: 1.6;
      }

      .form-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
      }

      .form-grid .full-span {
        grid-column: 1 / -1;
      }

      .field-help {
        color: var(--muted);
        font-size: 13px;
        font-weight: 600;
        line-height: 1.45;
      }

      .contact-form select[multiple] {
        min-height: 152px;
        padding-block: 12px;
      }

      .service-dropdown {
        display: grid;
        gap: 10px;
      }

      .service-dropdown summary {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 48px;
        padding: 0 14px;
        border: 1px solid var(--line);
        border-radius: 4px;
        color: var(--ink);
        background: var(--paper);
        cursor: pointer;
        font-weight: 800;
        list-style: none;
      }

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

      .service-dropdown summary::after {
        content: "Open";
        color: var(--oxblood-dark);
        font-size: 12px;
        font-weight: 900;
        text-transform: uppercase;
      }

      .service-dropdown[open] summary::after {
        content: "Close";
      }

      .service-option-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        padding: 14px;
        border: 1px solid var(--line);
        border-radius: 8px;
        background: var(--ivory);
      }

      .service-option-list label {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        padding: 10px;
        border: 1px solid var(--line);
        border-radius: 8px;
        background: var(--paper);
        font-size: 14px;
        font-weight: 800;
        line-height: 1.35;
      }

      .service-option-list input {
        width: auto;
        min-width: 18px;
        margin-top: 2px;
      }

      .selected-services {
        padding: 16px 18px;
        border: 1px solid var(--line);
        border-radius: 8px;
        background: linear-gradient(135deg, #ffffff 0%, #f6faef 100%);
      }

      .selected-services strong {
        display: block;
        margin-bottom: 8px;
        color: var(--oxblood-dark);
      }

      .selected-services ul {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin: 0;
        padding: 0;
        list-style: none;
      }

      .selected-services li {
        padding: 7px 10px;
        border-radius: 999px;
        color: var(--ivory);
        background: var(--oxblood-dark);
        font-size: 13px;
        font-weight: 800;
      }

      .selected-services .empty-selection {
        color: var(--muted);
        background: transparent;
        padding: 0;
      }

      .contact-form textarea.direct-message {
        min-height: 150px;
      }

      .form-trust-note {
        margin-top: 22px;
        padding: 16px 18px;
        border-left: 4px solid var(--oxblood-dark);
        border-radius: 0 8px 8px 0;
        color: var(--oxblood-dark);
        background: var(--paper);
        font-weight: 800;
        line-height: 1.55;
      }

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

        .contact-support-panel {
          position: static;
        }

        .service-option-list {
          grid-template-columns: 1fr;
        }
      }

