:root {
  --ink: #201b20;
  --ink-2: #332d33;
  --cream: #f5f1ed;
  --paper: #fcfaf7;
  --coral: #b9787f;
  --coral-dark: #7d5057;
  --lime: #d8caaa;
  --gold: #dfbd91;
  --violet: #b9adb8;
  --rose: #e7dadd;
  --line: rgba(32, 27, 32, .14);
  --shadow: 0 24px 60px rgba(32, 27, 32, .12);
  --radius: 26px;
  --wrap: min(1180px, calc(100% - 32px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.68;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  line-height: 1.04;
  letter-spacing: -.035em;
  text-wrap: balance;
}
h1, h2 { font-family: Georgia, "Times New Roman", serif; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
.wrap { width: var(--wrap); margin-inline: auto; }
.skip-link {
  position: fixed;
  z-index: 1000;
  left: 16px;
  top: -90px;
  padding: 11px 16px;
  color: #fff;
  background: var(--ink);
  border-radius: 10px;
}
.skip-link:focus { top: 12px; }

.adult-bar { color: #fff; background: var(--ink); font-size: .72rem; letter-spacing: .02em; }
.adult-bar > div {
  width: var(--wrap);
  margin-inline: auto;
  min-height: 36px;
  display: flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}
.adult-bar strong {
  display: inline-grid;
  place-items: center;
  flex: 0 0 27px;
  width: 27px;
  height: 27px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 50%;
  font-size: .7rem;
}
.adult-bar span:last-child { margin-left: auto; color: #d8d1d6; }

.site-header {
  position: relative;
  z-index: 40;
  color: var(--ink);
  background: rgba(245, 241, 237, .96);
  border-bottom: 1px solid var(--line);
}
.header-row {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  line-height: .9;
}
.brand-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--ink);
  background: var(--coral);
  border: 2px solid var(--ink);
  border-radius: 50% 50% 50% 15%;
  font-size: 1.28rem;
  transform: rotate(-7deg);
}
.brand b { display: block; font-size: 1.15rem; letter-spacing: -.04em; }
.brand em { display: block; color: var(--coral-dark); font-family: Georgia, serif; font-size: 1rem; font-weight: 700; }
.header-call {
  min-width: 150px;
  padding: 8px 13px;
  color: #000;
  background: var(--lime);
  border: 2px solid var(--ink);
  border-radius: 14px;
  box-shadow: 3px 3px 0 var(--ink);
  text-align: center;
  text-decoration: none;
  line-height: 1.05;
}
.header-call span { display: block; color: #000; font-size: .65rem; font-weight: 900; text-transform: uppercase; }
.header-call strong { display: block; margin-top: 3px; color: #000; font-size: 1.02rem; }

.main-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 12px;
  overflow-x: auto;
  scrollbar-width: none;
}
.nav-home,
.nav-group > summary {
  display: block;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  font-size: .76rem;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
  list-style: none;
  text-decoration: none;
}
.nav-group > summary::-webkit-details-marker { display: none; }
.nav-group { position: relative; }
.nav-group[open] > summary { color: #fff; background: var(--ink); }
.nav-panel {
  position: fixed;
  z-index: 60;
  left: 16px;
  right: 16px;
  top: 128px;
  max-height: min(65vh, 520px);
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  overflow-y: auto;
  color: #fff;
  background: var(--ink);
  border: 2px solid var(--ink);
  border-radius: 20px;
  box-shadow: var(--shadow);
}
.nav-panel a {
  padding: 9px;
  color: #fff;
  border-radius: 9px;
  font-size: .76rem;
  line-height: 1.25;
  text-decoration: none;
}
.nav-panel a:hover, .nav-panel a:focus-visible { color: var(--ink); background: var(--lime); }

.breadcrumbs { padding-block: 15px 4px; display: flex; gap: 8px; color: #686066; font-size: .75rem; }
.breadcrumbs a { font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 3px; }

.eyebrow,
.section-head > span,
.page-hero-copy > .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
  color: var(--coral-dark);
  font-size: .73rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow::before,
.section-head > span::before { content: ""; width: 24px; height: 3px; background: currentColor; }
.section-head { max-width: 760px; margin-bottom: 25px; }
.section-head h2 { margin-bottom: 12px; font-size: clamp(2rem, 9vw, 3.5rem); }
.section-head p { margin-bottom: 0; color: #655e63; }

.home-hero {
  position: relative;
  padding: 40px 0 30px;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 29px 24px;
  color: #fff;
  background: var(--ink);
  border-radius: 34px 34px 10px 34px;
  box-shadow: 10px 10px 0 var(--coral);
}
.hero-copy::after {
  content: "✦";
  position: absolute;
  right: 20px;
  top: 12px;
  color: var(--lime);
  font-size: 2rem;
}
.hero-copy .eyebrow { color: var(--lime); }
.hero-copy h1 { margin-bottom: 19px; font-size: clamp(2.7rem, 13vw, 5.8rem); }
.hero-copy h1 i { color: var(--coral); font-weight: 400; }
.hero-copy > p { max-width: 610px; color: #e5dfe3; font-size: 1rem; }
.hero-copy > ul,
.page-hero-copy > ul {
  margin: 17px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
}
.hero-copy > ul li,
.page-hero-copy > ul li {
  padding: 5px 9px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  font-size: .69rem;
  font-weight: 700;
}
.hero-gallery {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 8px;
  align-items: end;
}
.hero-gallery figure { margin: 0; overflow: hidden; border: 3px solid var(--ink); border-radius: 90px 90px 16px 16px; background: var(--rose); }
.hero-gallery figure:nth-child(2) { transform: translateY(-12px); }
.hero-gallery figure:nth-child(3) { border-radius: 16px 90px 90px 16px; }
.hero-gallery img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: center 20%; }

.call-actions { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 19px; }
.call-button {
  min-height: 66px;
  padding: 10px 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2px 12px;
  color: #000;
  border: 2px solid var(--ink);
  border-radius: 16px;
  text-decoration: none;
  line-height: 1;
  transition: transform .16s ease, box-shadow .16s ease;
}
.call-button:hover { transform: translateY(-2px); box-shadow: 5px 5px 0 var(--ink); }
.call-button span { grid-row: 1; color: #000; font-size: .69rem; font-weight: 950; letter-spacing: .05em; text-transform: uppercase; }
.call-button strong { grid-row: 2; color: #000; font-size: 1.28rem; }
.call-button small { grid-column: 2; grid-row: 1 / span 2; color: #000; font-size: .67rem; font-weight: 800; }
.call-mobile { background: var(--lime); }
.call-landline { background: var(--gold); }
.hero-copy .call-button { border-color: #000; }

.stats {
  margin-block: 26px 64px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 2px solid var(--ink);
  border-radius: 20px;
  overflow: hidden;
  background: var(--paper);
}
.stats div { min-height: 86px; padding: 14px; display: grid; align-content: center; border: 1px solid var(--line); }
.stats strong { font-family: Georgia, serif; font-size: 1.7rem; line-height: 1; }
.stats span { color: #746d72; font-size: .72rem; font-weight: 700; }

.home-answer,
.answer-strip {
  margin-block: 56px;
  padding: 24px;
  color: var(--ink);
  background: var(--rose);
  border: 2px solid var(--ink);
  border-radius: 10px 30px 30px 30px;
  box-shadow: 8px 8px 0 var(--ink);
}
.home-answer span,
.answer-strip > span { display: block; margin-bottom: 8px; font-size: .7rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.home-answer h2 { margin-bottom: 16px; font-size: clamp(1.75rem, 7vw, 3rem); }
.home-answer p,
.answer-strip p { margin-bottom: 0; }

.topics,
.directory,
.guides,
.faq,
.related,
.rates { padding-block: 58px; }
.topic-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.topic-card { min-width: 0; }
.topic-card a {
  height: 100%;
  padding: 8px 8px 13px;
  display: block;
  color: var(--ink);
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: 18px;
  text-decoration: none;
}
.topic-card:nth-child(4n+2) a { background: var(--rose); }
.topic-card:nth-child(4n+3) a { background: #ebe5e6; }
.topic-card img { width: 100%; aspect-ratio: 1; object-fit: cover; object-position: center 25%; border-radius: 10px 10px 50% 10px; filter: saturate(.9); }
.topic-card span { display: block; margin: 10px 2px 2px; color: var(--coral-dark); font-size: .62rem; font-weight: 900; text-transform: uppercase; }
.topic-card h3 { margin: 0 2px 9px; font-size: .94rem; }
.topic-card em { margin-left: 2px; font-size: .69rem; font-style: normal; font-weight: 850; }

.directory { width: 100%; max-width: none; padding-inline: max(16px, calc((100% - 1180px) / 2)); color: #fff; background: var(--ink); }
.directory .section-head > span { color: var(--lime); }
.directory .section-head p { color: #d8d1d6; }
.directory-grid { display: grid; gap: 13px; }
.directory-card { overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; }
.directory-card > div:first-child { padding: 20px; display: grid; grid-template-columns: auto 1fr; gap: 2px 14px; align-items: center; color: var(--ink); background: var(--coral); }
.directory-card.color-2 > div:first-child { background: var(--lime); }
.directory-card.color-3 > div:first-child { background: var(--violet); }
.directory-card.color-4 > div:first-child { background: var(--gold); }
.directory-card > div:first-child > span { grid-row: 1 / span 2; font-family: Georgia, serif; font-size: 2.4rem; }
.directory-card h3 { margin: 0; font-size: 1.25rem; }
.directory-card small { font-weight: 750; }
.directory-links { padding: 11px; display: grid; grid-template-columns: 1fr; gap: 2px; }
.directory-links a { padding: 8px 10px; display: flex; justify-content: space-between; gap: 10px; border-bottom: 1px solid rgba(255,255,255,.1); color: #fff; font-size: .78rem; text-decoration: none; }
.directory-links a:hover { color: var(--lime); }

.process { padding-block: 70px; }
.process ol { margin: 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.process li { position: relative; padding: 22px 20px 20px 77px; min-height: 132px; color: #fff; background: var(--ink); border-radius: 18px; }
.process li:nth-child(2) { color: var(--ink); background: var(--coral); }
.process li:nth-child(3) { color: var(--ink); background: var(--lime); }
.process li b { position: absolute; left: 18px; top: 17px; font-family: Georgia, serif; font-size: 2rem; }
.process h3 { margin: 5px 0 7px; font-size: 1.3rem; }
.process p { margin: 0; font-size: .84rem; }
.centered-call { max-width: 760px; margin: 24px auto 0; }

.guide-grid { display: grid; grid-template-columns: 1fr; gap: 10px; }
.guide-card { min-height: 112px; padding: 8px; display: grid; grid-template-columns: 96px 1fr auto; grid-template-rows: auto 1fr; gap: 1px 12px; align-items: center; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 15px; text-decoration: none; }
.guide-card img { grid-row: 1 / span 2; width: 96px; height: 96px; object-fit: cover; object-position: center 25%; border-radius: 11px; }
.guide-card span { align-self: end; color: var(--coral-dark); font-size: .61rem; font-weight: 900; text-transform: uppercase; }
.guide-card strong { align-self: start; font-family: Georgia, serif; font-size: 1rem; line-height: 1.15; }
.guide-card em { grid-column: 3; grid-row: 1 / span 2; font-size: .69rem; font-style: normal; font-weight: 900; }
.all-guides { margin-top: 18px; color: #fff; background: var(--ink); border-radius: 17px; }
.all-guides summary { padding: 15px 18px; color: var(--lime); font-weight: 850; cursor: pointer; }
.all-guides > div { padding: 0 14px 14px; display: grid; gap: 4px; }
.all-guides a { padding: 7px 9px; color: #fff; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; text-decoration: none; }
.home-context { margin-block: 25px; }
.context-bridge { padding: 17px 19px; margin: 0; background: #fff; border-left: 5px solid var(--coral); border-radius: 0 14px 14px 0; }
.context-link { color: #75464f; font-weight: 800; text-decoration-color: var(--coral); text-decoration-thickness: 2px; text-underline-offset: 3px; }

.page-hero { padding-block: 28px 54px; display: grid; gap: 28px; }
.page-hero-copy { align-self: center; }
.page-hero-copy h1 { margin-bottom: 18px; font-size: clamp(2.65rem, 12vw, 5.2rem); }
.page-hero-copy h1 small {
  display: block;
  margin-top: 10px;
  color: var(--coral-dark);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: .25em;
  font-weight: 950;
  letter-spacing: .1em;
  line-height: 1.2;
  text-transform: uppercase;
}
.page-hero-copy > p { max-width: 640px; color: #5b5459; font-size: 1.04rem; }
.page-hero-copy > ul li { color: var(--ink); border-color: var(--line); background: var(--paper); }
.page-hero figure { position: relative; margin: 0 9px 0 0; padding: 9px; background: var(--coral); border: 2px solid var(--ink); border-radius: 20px 50% 20px 20px; box-shadow: 9px 9px 0 var(--ink); }
.page-hero figure::before { content: ""; position: absolute; z-index: -1; inset: -18px 35% 35% -18px; background: var(--lime); border-radius: 50%; }
.page-hero figure img { width: 100%; aspect-ratio: 1; object-fit: cover; object-position: center 25%; border: 2px solid var(--ink); border-radius: 12px 50% 12px 12px; }
.page-hero figcaption { padding: 8px 3px 2px; font-size: .68rem; font-weight: 800; }
.image-tag { position: absolute; z-index: 2; left: -10px; top: 20px; padding: 7px 11px; color: var(--ink); background: var(--lime); border: 2px solid var(--ink); border-radius: 999px; font-size: .62rem; font-weight: 900; text-transform: uppercase; transform: rotate(-5deg); }

.answer-strip { display: grid; gap: 8px; }
.answer-strip > span { margin: 0; }
.story { display: grid; gap: 18px; padding-block: 18px 62px; }
.story-panel { position: relative; padding: 25px 21px; display: grid; grid-template-columns: 44px 1fr; gap: 14px; background: var(--paper); border: 1px solid var(--line); border-radius: 20px; }
.story-panel .panel-no { font-family: Georgia, serif; font-size: 1.8rem; line-height: 1; }
.story-panel h2 { margin-bottom: 17px; font-size: clamp(1.8rem, 7vw, 3rem); }
.story-panel p:last-child { margin-bottom: 0; }
.story-primary { color: #fff; background: var(--ink); }
.story-primary .context-link { color: var(--lime); }
.story-accent { background: var(--rose); }
.story > .context-bridge { border: 1px solid var(--line); border-left: 6px solid var(--coral); }

.inline-call { margin-block: 30px 55px; padding: 24px; color: #fff; background: var(--coral-dark); border-radius: 25px; }
.inline-call h2 { margin-bottom: 0; font-size: clamp(1.8rem, 7vw, 2.7rem); }
.inline-call > div:first-child > span { color: var(--lime); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.related { border-top: 1px solid var(--line); }
.related-grid { display: grid; gap: 10px; }
.related-grid > a { min-height: 126px; padding: 18px; display: grid; color: var(--ink); background: var(--paper); border: 2px solid var(--ink); border-radius: 16px; text-decoration: none; }
.related-grid > a:nth-child(2n) { background: #ebe5e6; }
.related-grid span { color: var(--coral-dark); font-size: .63rem; font-weight: 900; text-transform: uppercase; }
.related-grid strong { font-family: Georgia, serif; font-size: 1.15rem; }
.related-grid em { align-self: end; font-size: .7rem; font-style: normal; font-weight: 900; }

.faq { border-top: 1px solid var(--line); }
.faq-list { display: grid; gap: 8px; }
.faq details { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; }
.faq summary { padding: 16px 44px 16px 16px; font-weight: 850; line-height: 1.3; cursor: pointer; }
.faq details[open] { border-color: var(--ink); box-shadow: 4px 4px 0 var(--ink); }
.faq details p { padding: 0 16px 17px; margin: 0; color: #625b60; }

.rates { padding-bottom: 78px; }
.rate-grid { display: grid; gap: 10px; }
.rate-grid article { padding: 17px; display: grid; grid-template-columns: 46px 1fr; gap: 2px 10px; align-items: center; color: #fff; background: var(--ink); border-radius: 16px; }
.rate-grid article:nth-child(2) { color: var(--ink); background: var(--coral); }
.rate-grid article:nth-child(3) { color: var(--ink); background: var(--violet); }
.rate-grid b { grid-row: 1 / span 3; display: grid; place-items: center; width: 42px; height: 42px; color: var(--ink); background: var(--lime); border-radius: 50%; }
.rate-grid span { font-size: .66rem; font-weight: 850; text-transform: uppercase; }
.rate-grid a { font-size: 1.15rem; font-weight: 900; text-decoration: none; }
.rate-grid strong { font-size: .72rem; }

.site-footer { padding-top: 60px; color: #fff; background: var(--ink); }
.footer-pitch { padding: 25px; color: var(--ink); background: var(--lime); border-radius: 28px; }
.footer-pitch > div > span { color: var(--coral-dark); font-size: .68rem; font-weight: 900; text-transform: uppercase; }
.footer-pitch h2 { margin: 7px 0 0; font-size: clamp(2rem, 9vw, 3.6rem); }
.footer-pitch .call-actions { margin-bottom: 0; }
.footer-directory { padding-block: 46px 20px; display: grid; gap: 8px; }
.footer-directory details { border-top: 1px solid rgba(255,255,255,.18); }
.footer-directory summary { padding: 13px 4px; display: flex; justify-content: space-between; font-family: Georgia, serif; font-size: 1.15rem; cursor: pointer; }
.footer-directory summary small { color: var(--lime); font-family: sans-serif; }
.footer-directory details > div { padding-bottom: 13px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px; }
.footer-directory a { padding: 5px 3px; color: #d9d3dc; font-size: .7rem; line-height: 1.3; text-decoration: none; }
.site-footer .rates { padding-bottom: 32px; }
.site-footer .section-head > span { color: var(--lime); }
.site-footer .section-head p { color: #d9d3dc; }
.site-footer .rate-grid article { border: 1px solid rgba(255,255,255,.18); }
.footer-legal { padding-block: 20px 94px; color: #bdb5c1; border-top: 1px solid rgba(255,255,255,.18); font-size: .66rem; }
.footer-legal a { color: var(--lime); }
.footer-legal img { margin: 14px 0; width: 150px; height: 31px; object-fit: contain; background: #fff; }

.mobile-sticky-call {
  position: fixed;
  z-index: 90;
  left: 10px;
  right: 10px;
  bottom: 9px;
  min-height: 61px;
  padding: 8px 15px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  color: #000;
  background: var(--lime);
  border: 2px solid var(--ink);
  border-radius: 16px;
  box-shadow: 5px 5px 0 var(--ink);
  text-decoration: none;
  line-height: 1;
}
.mobile-sticky-call span { color: #000; font-size: .69rem; font-weight: 950; text-transform: uppercase; }
.mobile-sticky-call strong { color: #000; font-size: 1.28rem; }
.mobile-sticky-call small { grid-column: 2; color: #000; font-size: .63rem; font-weight: 800; }
.not-found { min-height: 80vh; padding-block: 100px; }
.not-found > span { color: var(--coral); font-family: Georgia, serif; font-size: 6rem; }
.not-found h1 { font-size: clamp(2.5rem, 12vw, 5rem); }
.not-found .call-button { display: inline-grid; margin-top: 15px; }

@media (min-width: 560px) {
  .call-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .topic-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .guide-card { grid-template-columns: 84px 1fr; }
  .guide-card img { width: 84px; height: 84px; }
  .guide-card em { grid-column: 2; grid-row: auto; }
  .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rate-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-directory details > div { grid-template-columns: repeat(3, 1fr); }
  .nav-panel { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 780px) {
  .header-row { min-height: 88px; }
  .brand b { font-size: 1.3rem; }
  .brand em { font-size: 1.12rem; }
  .main-nav { overflow: visible; }
  .nav-panel { position: absolute; left: 0; right: auto; top: 42px; width: min(680px, 88vw); grid-template-columns: repeat(3, 1fr); }
  .stats { grid-template-columns: repeat(4, 1fr); }
  .home-answer { padding: 34px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 35px; align-items: center; }
  .home-answer h2 { margin: 0; }
  .topic-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process ol { grid-template-columns: repeat(3, 1fr); }
  .page-hero { padding-top: 45px; grid-template-columns: 1.12fr .88fr; align-items: center; }
  .page-hero figure { max-width: 520px; justify-self: end; }
  .answer-strip { padding: 29px 34px; grid-template-columns: 170px 1fr; align-items: center; }
  .story-panel { padding: 38px; grid-template-columns: 70px 1fr; }
  .story-panel .panel-no { font-size: 2.5rem; }
  .story-panel > div { max-width: 790px; }
  .inline-call { padding: 33px; display: grid; grid-template-columns: 1fr 1.1fr; gap: 28px; align-items: center; }
  .inline-call .call-actions { margin: 0; }
  .related-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .faq-list { grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; }
  .footer-pitch { padding: 38px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; }
  .footer-pitch .call-actions { margin: 0; }
  .footer-directory details > div { grid-template-columns: repeat(4, 1fr); }
}

@media (min-width: 1000px) {
  .site-header { position: sticky; top: 0; backdrop-filter: blur(16px); }
  .home-hero { min-height: 720px; padding: 55px 0 85px; display: grid; grid-template-columns: 1.06fr .94fr; gap: 60px; align-items: center; }
  .hero-copy { padding: 48px 43px; }
  .hero-gallery { margin: 0; height: 620px; grid-template-columns: 1.2fr .86fr .86fr; gap: 12px; align-items: center; }
  .hero-gallery figure:nth-child(1) { transform: translateY(18px) rotate(-2deg); }
  .hero-gallery figure:nth-child(2) { transform: translateY(-70px) rotate(3deg); }
  .hero-gallery figure:nth-child(3) { transform: translateY(75px) rotate(-3deg); }
  .hero-gallery img { height: 490px; aspect-ratio: auto; }
  .topic-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .topic-card:nth-child(3n+2) { transform: translateY(18px); }
  .guide-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .guide-card { min-height: 280px; padding: 8px 8px 15px; display: block; }
  .guide-card img { width: 100%; height: auto; aspect-ratio: 1.45; margin-bottom: 10px; }
  .guide-card span, .guide-card strong, .guide-card em { display: block; }
  .guide-card strong { min-height: 58px; margin: 4px 0 9px; }
  .directory-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-hero { min-height: 635px; grid-template-columns: 1fr 510px; gap: 72px; }
  .page-hero-copy h1 { font-size: clamp(4rem, 7vw, 6rem); }
  .page-hero figure { width: 500px; }
  .story { grid-template-columns: 1fr 1fr; align-items: start; }
  .story-panel:first-child { grid-column: 1 / -1; }
  .story > .context-bridge { grid-column: 1 / -1; }
  .story-panel:nth-child(3) { transform: translateY(28px); }
  .footer-directory { grid-template-columns: repeat(2, 1fr); gap: 8px 28px; }
  .mobile-sticky-call { display: none; }
  .footer-legal { padding-bottom: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

@media print {
  .site-header, .adult-bar, .mobile-sticky-call, .call-actions, .site-footer { display: none !important; }
  body { background: #fff; color: #000; }
}
