/* V2 public site — layout extras on the approved master template. */
/* The banner already accounts for the fixed template header. */
main > .hero:first-child,
main > .page-hero:first-child { margin-top: 0; }
.page-hero__layout { grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 40px 64px; }
.page-hero__layout > div { min-width: 0; }
.page-hero .h1 { font-size: clamp(34px, 4.4vw, 64px); line-height: 1.02; text-transform: none; }
.page-hero__lede { font-weight: 400; line-height: 1.65; }
.nav__sub { top: 100%; }
.nav__item--work::after { content: ""; position: absolute; inset: 100% 0 auto; height: 12px; }
.preview-note { padding: 22px 24px; border-left: 2px solid var(--c-yellow); background: var(--c-surface); margin: 0 0 32px; max-width: 76ch; line-height: 1.65; }
.preview-note strong { color: var(--c-yellow); }
.service-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, .8fr); gap: 64px; align-items: start; }
.service-copy { max-width: 72ch; min-width: 0; }
.service-copy p, .service-copy li { color: var(--c-muted); line-height: 1.75; }
.service-copy p + p { margin-top: 18px; }
.service-copy h2 { font-size: 25px; line-height: 1.25; margin: 36px 0 18px; }
.service-copy h2:first-child { margin-top: 0; }
.service-copy ul { padding-left: 22px; margin: 18px 0; }
.service-copy li + li { margin-top: 10px; }
.service-aside { background: var(--c-surface); border-top: 1px solid var(--c-yellow); padding: 30px; display: grid; gap: 24px; }
.service-aside .closing-actions { justify-content: start; }
.service-aside .btn { white-space: normal; }
.service-aside a:not(.btn) { color: var(--c-yellow); }
.service-price { font-size: 26px; line-height: 1.4; color: var(--c-yellow); font-weight: 700; }
.offer-card h2 { font-size: 24px; line-height: 1.2; color: var(--c-yellow); }
.pricing-intro { max-width: 72ch; margin-bottom: 28px; }
.pricing-group { margin: 40px 0; }
.pricing-group h2 { font-size: 30px; }
.price-table { table-layout: fixed; }
.price-table th:first-child { width: 60%; }
.price-table td:last-child { white-space: normal; }
.crumbs ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0 0 24px; }
.crumbs li + li::before { content: "/"; padding-right: 8px; color: var(--c-muted); }
.price-table tbody th { text-transform: none; letter-spacing: 0; font: inherit; color: var(--c-white); }
.price-table tbody th a:hover { color: var(--c-yellow); }
.form, .contact-aside { min-width: 0; }
.form__fine a { color: var(--c-yellow); }
.form__status { text-transform: none; letter-spacing: 0; line-height: 1.6; }
.snapshot-result { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--c-line); }
.score-line { font-size: 28px; font-weight: 700; color: var(--c-yellow); margin: 0 0 16px; }
.snapshot-warnings { margin: 0 0 24px; padding-left: 20px; }
.snapshot-warnings li + li { margin-top: 12px; }
.snapshot-warnings strong { display: block; color: var(--c-white); }
.pay-actions { display: grid; gap: 16px; margin-top: 28px; max-width: 36rem; }
.pay-actions .btn { justify-self: start; }
@media (max-width: 800px) {
  .page-hero__layout, .service-layout, .contact-layout { grid-template-columns: 1fr; gap: 32px; }
  .page-hero { padding-top: 36px; padding-bottom: 40px; }
  .service-aside { padding: 24px; }
  .form { padding: 24px; }
  .price-table { table-layout: fixed; }
  .price-table th:first-child { width: 60%; }
}
.form {
  background: rgba(28, 40, 49, 0.72);
  border-color: var(--c-line);
}
.form input,
.form select,
.form textarea {
  background: #1d2931;
}

.nav__item {
  position: relative;
  list-style: none;
}
.nav__item--work .nav__link {
  cursor: pointer;
}
.nav__sub {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 220px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: rgba(28, 39, 46, 0.98);
  border: 1px solid var(--c-yellow);
  box-shadow: 0 14px 35px #0005;
  z-index: 120;
}
.nav__sub a {
  display: block;
  padding: 12px 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-white);
}
.nav__sub a:hover,
.nav__sub a:focus-visible,
.nav__sub a.is-active {
  color: var(--c-yellow);
}
.nav__item--work:hover .nav__sub,
.nav__item--work:focus-within .nav__sub,
.nav__item--work.is-open .nav__sub {
  display: block;
}

.price-table {
  width: 100%;
  max-width: none;
  border-collapse: collapse;
  margin: 16px 0 32px;
}
.price-table th,
.price-table td {
  text-align: left;
  padding: 14px 12px;
  border-bottom: 1px solid var(--c-line);
  vertical-align: top;
}
.price-table th {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-yellow);
  font-weight: 800;
}
.price-table td:last-child {
  white-space: nowrap;
  color: var(--c-yellow);
  font-weight: 800;
}
.price-table td:last-child.quote {
  color: var(--c-white);
  font-weight: 700;
}
@media (max-width: 700px) {
  .price-table td:last-child {
    white-space: normal;
  }
}

.how-list {
  counter-reset: step;
  display: grid;
  gap: 20px;
  margin: 28px 0 8px;
  padding: 0;
  list-style: none;
  max-width: 68ch;
}
.how-list li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  align-items: start;
}
.how-list li::before {
  counter-increment: step;
  content: counter(step);
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--c-yellow);
  color: var(--c-yellow);
  font-weight: 800;
}

.contact-aside {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-aside a:not(.btn) {
  color: var(--c-yellow);
}
.hours-note {
  color: var(--c-muted);
  font-size: 15px;
}

.tier-list {
  display: grid;
  gap: 16px;
  margin: 24px 0;
  max-width: 68ch;
}
.tier {
  border: 1px solid var(--c-line);
  padding: 20px 22px;
  background: #293840;
}
.tier strong {
  color: var(--c-yellow);
  display: block;
  margin-bottom: 6px;
}

.related {
  margin-top: 40px;
  max-width: 68ch;
}
.related a {
  color: var(--c-yellow);
}

.prose table {
  max-width: none;
}

.footer__hours {
  margin-top: 12px;
  color: var(--c-muted);
  font-size: 14px;
}

.local-banner {
  margin-top: var(--header-h);
  background: #1d2931;
  color: var(--c-muted);
  padding: 10px var(--pad-x);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid var(--c-yellow);
}
.local-banner + .hero,
.local-banner + .page-hero,
.legal-banner + .page-hero {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .nav__sub {
    position: static;
    display: block;
    border: 0;
    box-shadow: none;
    background: transparent;
    padding: 0 0 8px 12px;
  }
  .nav__item--work .nav__link {
    border-bottom: 0;
  }
}

@media print {
  .site-header,
  .nav-toggle,
  .footer,
  .local-banner,
  .legal-banner,
  .skip-link {
    display: none !important;
  }
}

/* Pete’s charcoal/shadow revision — retain the frozen master as reference. */
:root {
  --c-black: #181a1b;
  --text-shadow-heading: 0 2px 2px #000c, 0 5px 10px #0009, 0 10px 22px #0006;
  --text-shadow-price: 0 2px 2px #000e, 0 4px 8px #000a;
}
body, main, .section, .packages, .philosophy, .cta, .footer { background-color: var(--c-black); }
/* Alternate open sections; card-bearing sections retain dark charcoal. */
main > .work, main > .philosophy, main > .page-hero {
  background-color: #222526;
}
main > .section:has(.offer-card, .service-aside, .contact-layout, .tier, .preview-note) {
  background-color: var(--c-black);
}
.site-header { background: rgba(24, 26, 27, .97); }
.local-banner, .service-strip { background-color: #141617; }
.hero-copy > .eyebrow { background-color: var(--c-yellow); }
.service-strip {
  position: relative;
  z-index: 3;
  font-size: 15px;
  box-shadow: 0 8px 10px -3px #000b, 0 18px 24px -8px #0009;
}
.service-strip .marquee__group {
  min-width: 0;
  justify-content: flex-start;
  gap: 22px;
  padding-inline: 11px;
}
@media (max-width: 800px) {
  .service-strip { font-size: 13px; }
}
h1, h2, h3, h4, .h1, .h2, .hero__title,
.page-hero .h1, .value__title, .footer__word {
  text-shadow: var(--text-shadow-heading);
}
.page-hero__lede, .hero__lede, .cta__lede,
.nav__link, .brand__word, .footer__label, .crumbs,
.service-copy summary { text-shadow: 0 2px 3px #000c, 0 5px 12px #0007; }
.offer-card .package-price, .package-price .price-amount,
.service-price, .price-table td:last-child, .price-table td:last-child.quote,
.tier strong {
  color: var(--c-yellow);
  text-shadow: var(--text-shadow-price);
}
.price-table td:last-child { white-space: normal; }
@media print {
  h1, h2, h3, h4, .h1, .h2, .page-hero__lede, .package-price,
  .service-price, .price-table td, .tier strong { text-shadow: none; }
}

/* Header lockup stays clickable above the mobile nav drawer. */
.site-header .brand {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
a.footer__lockup {
  color: inherit;
  text-decoration: none;
}
a.footer__lockup:hover .footer__word,
a.footer__lockup:focus-visible .footer__word {
  color: var(--c-yellow);
}

/* Larger header lockup with the highlight gold shaded toward charcoal. */
.site-header .brand__mark { width: 48px; height: 48px; }
.site-header .brand__word {
  font-family: var(--font-sans);
  font-weight: 900;
  letter-spacing: -.035em;
  font-size: 36px;
  line-height: 1.15;
  color: var(--c-yellow);
  text-shadow: none;
  filter: drop-shadow(0 2px 1px #000d) drop-shadow(0 5px 7px #0009);
}
@supports (background-clip: text) or (-webkit-background-clip: text) {
  .site-header .brand__word {
    background: linear-gradient(180deg, var(--c-yellow) 10%, #ffe784 34%, var(--c-yellow) 53%, #b68e13 79%, #302707 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }
}
@media (max-width: 1024px) {
  .site-header .brand__word { font-size: 25px; }
  .site-header .brand__mark { width: 42px; height: 42px; }
}
@media (max-width: 440px) {
  .site-header__inner { gap: 12px; padding-block: 10px; }
  .site-header .brand { gap: 8px; }
  .site-header .brand__word { font-size: 20px; }
  .site-header .brand__mark { width: 40px; height: 40px; }
}
@media (max-width: 360px) {
  .site-header .brand__word { font-size: 19px; }
}

/* Pete’s replacement hero artwork, shared with inner-page hero media. */
:root { --hero-image: url("assets/bridge-hero_v2.jpg"); }

/* Checkout uses the same legible, touch-friendly fields as contact and snapshot. */
.pay-actions input {
  width: 100%;
  min-height: 48px;
  padding: 14px 16px;
  border: var(--bw-mid) solid var(--c-line);
  background: #1d2931;
  color: var(--c-white);
  font: inherit;
  font-size: 16px;
  line-height: 1.4;
}
.pay-actions input:focus-visible {
  outline: 3px solid var(--c-yellow);
  outline-offset: 2px;
}
.pay-actions label { font-size: 14px; font-weight: 600; }
.pay-actions .btn:disabled { opacity: .55; cursor: not-allowed; }
.pay-actions .form__status.is-unavailable { color: var(--c-white); }
