/* Secondary pages: shared functional type, spacing, and controls.
   Heading masks, narrative animation, content, prices, and policy text are unchanged. */
header.nav .nav-links,
header.nav .nav-menu,
header.nav .cta,
.hero-links,
.close-links,
.sheet-sub,
.footer-links,
.btn-primary,
.subnav,
.pr-link,
.pr-lp-link {
  font-family: var(--ff-sans, 'Inter', sans-serif);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
}
header.nav .nav-links { gap: 26px; margin-right: 32px; }
header.nav .nav-links a { display: inline-flex; align-items: center; min-height: 44px; color: var(--ink); }
header.nav .nav-right { gap: 20px; }
header.nav .nav-menu { justify-content: center; min-width: 52px; min-height: 44px; padding: 10px 8px; color: var(--ink); }
header.nav #nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  white-space: nowrap;
  background: var(--ink);
  color: var(--ground-current);
}
html.has-motion header.nav #nav-cta { border-color: var(--ink); }
header.nav #nav-cta .cta-svg { display: none; }
header.nav #nav-cta:hover { background: transparent; color: var(--ink); }
.sheet-inner { gap: 8px; padding-bottom: 40px; }
.sheet-link { display: flex; align-items: center; min-height: 48px; }
.sheet-sub { gap: 4px; }
.sheet-sub a { display: flex; align-items: center; min-height: 44px; color: var(--ink); }
.sheet-cta { min-height: 44px; padding: 12px 18px; font: 500 14px/1.4 var(--ff-sans); letter-spacing: 0; text-transform: none; border-radius: 4px; }
.hero-links { gap: 12px 24px; align-items: center; }
.hero-links a,
.close-links a,
.pr-link,
.pr-lp-link a { display: inline-flex; align-items: center; min-height: 44px; color: var(--ink); }
.hero-links a[href="#listing-request"],
.hero-links a.directory-walkthrough {
  padding: 11px 18px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  background: var(--ink);
  color: var(--ground-current);
}
.hero-links a[href="#listing-request"]::after,
.hero-links a.directory-walkthrough::after { display: none; }
.btn-primary { min-height: 48px; padding: 13px 22px; border-radius: 4px; text-align: center; }
.close-links { gap: 4px; }
.subnav { gap: 12px 28px; }
.subnav a { display: inline-flex; align-items: center; min-height: 44px; }
.site-footer { padding-top: 80px; padding-bottom: 32px; }
.site-footer .footer-links { gap: 12px 28px; }
.site-footer .footer-links a { display: flex; align-items: center; min-height: 40px; color: #e0d4c4; }
.site-footer .footer-links a:hover { color: #fffdf8; }
.site-footer .footer-brand .sub { color: #c4bdae; line-height: 1.6; }
.site-footer .footer-bottom { font: 400 12px/1.65 var(--ff-sans); letter-spacing: 0; text-transform: none; color: #c4bdae; margin-top: 48px; }

/* Price details read as a comparison, with the amounts and actions clearly separate. */
.pr-plan > .mono,
.pr-counter-q,
.pr-counter-foot,
.pr-fee,
.pr-counter-hint,
.pr-q-t {
  font-family: var(--ff-sans);
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.55;
  color: var(--ink);
}
.pr-plan > .mono { font-weight: 500; }
.pr-for { font-size: 14px; line-height: 1.5; }
.pr-incl { font-family: var(--ff-sans); font-size: 14px; letter-spacing: 0; line-height: 1.55; }
.pr-incl .dot-row { font-size: 14px; padding: 9px 0; }
.pr-incl .val { font-family: var(--ff-sans); font-size: 12px; letter-spacing: 0; text-transform: none; }
.pr-opt { min-width: 48px; min-height: 44px; font-family: var(--ff-sans); font-size: 14px; letter-spacing: 0; border-radius: 4px; }
.pr-q > summary { min-height: 56px; align-items: center; padding: 16px 0; }

/* Existing labels and privacy guidance stay intact; fields gain readable boundaries. */
.gl-field .gl-label { font-family: var(--ff-sans); font-size: 13px; font-weight: 500; line-height: 1.5; letter-spacing: 0; text-transform: none; color: var(--ink); }
.gl-field input,
.gl-field textarea { min-height: 48px; padding: 12px 14px; border: 1px solid var(--rule-ledger); border-radius: 4px; background: transparent; font-size: 16px; line-height: 1.5; }
.gl-field input::placeholder,
.gl-field textarea::placeholder { color: color-mix(in srgb, var(--ink) 66%, var(--ground-current)); }
.gl-field .fld-rule { display: none; }
.gl-field input:focus-visible,
.gl-field textarea:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.gl-opt { padding-block: 18px; }
.gl-opt-note { font-size: 14px; line-height: 1.5; }
.gl-opt-price { font-family: var(--ff-sans); font-size: 13px; letter-spacing: 0; text-transform: none; }

/* The blog retains its editorial layout and receives the same restrained chrome. */
body.page-shell { background: #f7f3ec; }
body.page-shell .nav { background: #f7f3ec; color: #0f2538; }
body.page-shell .nav__inner { min-height: 72px; max-width: none; width: 100%; padding-inline: 32px; gap: 24px; }
body.page-shell .nav__links { gap: 20px; margin-left: auto; }
body.page-shell .nav__links a { white-space: nowrap; }
body.page-shell .nav__logo--light { opacity: 1; }
body.page-shell .nav__logo--dark { opacity: 0; }
body.page-shell .nav__cta,
body.page-shell .nav__toggle,
body.page-shell .btn { border-radius: 4px; min-height: 44px; }
body.page-shell .nav__links a { font-size: 14px; min-height: 44px; display: inline-flex; align-items: center; }
body.page-shell .nav__cta { display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; box-shadow: none; }
body.page-shell .blog-cover { background: var(--paper, #f7f3ec); }

@media (max-width: 1199px) {
  header.nav .clock { display: none; }
  header.nav .nav-right { gap: 12px; }
}
@media (max-width: 1279px) {
  body.page-shell .nav__toggle { display: inline-flex; }
  body.page-shell .nav__links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 8px 24px 16px;
    background: #f7f3ec;
    border-bottom: 1px solid #d1c8bc;
    flex-direction: column;
    gap: 0;
    max-height: calc(100dvh - 80px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  body.page-shell .nav--open .nav__links { display: flex; }
  body.page-shell .nav__links a { color: #0f2538; padding: 12px 0; border-top: 1px solid #d1c8bc; font-size: 16px; }
}
@media (max-width: 767px) {
  :root { --rail-w: 0px; --rail-x: 12px; --inset: 24px; --nav-h: 72px; --section-pad: 72px; }
  header.nav .nav-logo { margin-left: 20px; gap: 8px; }
  header.nav .logo-leaf { width: 24px; height: 28px; flex-shrink: 0; }
  header.nav .logo-word { display: block; width: 76px; height: 35px; }
  header.nav .nav-right { gap: 4px; }
  header.nav #nav-cta { padding: 10px 12px; font-size: 13px; }
  header.nav .nav-menu { font-size: 14px; min-width: 48px; padding-inline: 6px; }
  html .scene.hero { min-height: 0; height: auto; padding-top: 104px; padding-bottom: 72px; }
  .hero .display { font-size: clamp(42px, 11vw, 52px); line-height: 1.02; }
  .hero-sub { margin-top: 28px; }
  .hero-links { margin-top: 22px; gap: 8px 20px; }
  .abt-hero .hero-sub,
  .abt-hero .hero-links { grid-column: 1 / -1; }
  .abt-cardwrap { margin-top: 28px; }
  .hero .incoming { margin-top: 28px; }
  .scene.flow { padding-top: 72px; padding-bottom: 72px; }
  .scene.close { padding-top: 72px; padding-bottom: 72px; }
  .sheet-inner { padding: 96px 24px 32px; gap: 8px; }
  .sheet-link { font-size: 34px; }
  .sheet-sub { margin-top: 24px; }
  .site-footer { padding: 56px 24px 28px; }
  .site-footer .footer-brand .tag { font-size: 27px; margin-top: 22px; }
  .site-footer .footer-links { margin-top: 32px; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px 24px; }
  .site-footer .footer-links a { min-height: 44px; line-height: 1.45; }
  .site-footer .footer-links > div:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 0 24px; border-top: 1px solid rgba(224,212,196,.2); padding-top: 18px; }
  .site-footer .footer-bottom { margin-top: 28px; padding-top: 22px; }
  .pr-rate .rate-row { padding-top: 26px; padding-bottom: 24px; }
  .pr-plan { margin-bottom: 14px; }
  .pr-counter-opts { gap: 8px; }
  .pr-opt { min-width: 44px; }
  .pr-incl .dot-inner { gap: 8px; }
  .pr-incl .val { max-width: 100px; white-space: normal; text-align: right; }
  .gl-fields { gap: 22px; }
  .gl-2 .gl-lede { grid-column: 1 / -1; max-width: none; }
  body.page-shell .wrap { padding-left: 24px; padding-right: 24px; }
  body.page-shell .nav__inner { gap: 12px; }
  body.page-shell .nav__logo { height: 30px; }
}
@media (max-width: 374px) {
  header.nav .nav-logo { margin-left: 16px; gap: 6px; }
  header.nav .logo-word { width: 68px; }
  header.nav #nav-cta { padding-inline: 10px; }
}
@media (max-height: 620px) {
  .sheet-inner { padding-top: calc(var(--nav-h) + 16px); }
  .sheet-link { min-height: 42px; font-size: 28px; }
  .sheet-cta, .sheet-sub { margin-top: 16px; }
}
