/* Bath Remodeling USA: compact trade typography, clear scope, high-contrast actions. */
@font-face {
  font-family: 'Archivo Narrow';
  src: url('/assets/fonts/archivo-narrow.ttf') format('truetype');
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --ink: #122840;
  --deep: #0d2035;
  --muted: #516171;
  --amber: #f56b32;
  --line: #d5dfe8;
  --paper: #ffffff;
  --light: #f1f5f8;
  --serif: 'Archivo Narrow', 'Arial Narrow', Arial, sans-serif;
}

body { color: var(--ink); }
h1, h2, h3 { font-family: var(--serif); font-weight: 650; letter-spacing: -.025em; }
h2 { line-height: 1.08; }
button:focus-visible, a:focus-visible, input:focus-visible, summary:focus-visible {
  outline: 3px solid #c54112;
  outline-offset: 4px;
}
.topline { background: var(--deep); color: white; border: 0; }
.topline .wrap { min-height: 38px; }
.header { border-bottom: 1px solid var(--line); box-shadow: none; }
.brand-mark { border-radius: 2px; background: var(--ink); color: white; font-family: var(--serif); letter-spacing: -.07em; padding: 0 7px 3px; }
.brand-mark span { color: var(--amber); }
.brand > span:last-child { font-family: var(--serif); font-weight: 500; font-size: 1.1rem; line-height: 1.03; }
.brand strong { font-weight: 700; }
.header nav { font-weight: 600; }
.button { border-radius: 2px; background: var(--amber); color: var(--ink); font-weight: 700; box-shadow: none; }
.button:hover { background: #ff814c; transform: none; }
.button:active { background: #ff976a; }
.text-link { font-weight: 650; }
.overline { font-weight: 600; letter-spacing: 0; text-transform: none; color: var(--muted); }
.accent-dot { display: none; }

.hero { grid-template-columns: 1.05fr .95fr; gap: 56px; padding-top: 56px; padding-bottom: 64px; align-items: stretch; }
.hero-copy { align-self: center; padding-block: 28px; }
.hero-copy h1 { font-family: var(--serif); font-weight: 700; font-size: clamp(3.8rem, 6.2vw, 6rem); line-height: .99; letter-spacing: -.03em; max-width: 12ch; }
.hero-copy h1 em { font-style: normal; }
.hero-copy .lead { max-width: 40ch; font-size: 1.06rem; line-height: 1.7; }
.hero-actions { gap: 22px; flex-wrap: wrap; }
.hero-footnote { border-top: 1px solid var(--line); padding-top: 22px; margin-top: 32px; }
.mini-line { width: 7px; height: 36px; background: var(--amber); }
.hero-footnote p { font-size: .9rem; line-height: 1.6; }
.hero-photo { height: 530px; background: var(--ink); padding: 10px 10px 0; }
.hero-photo > img { height: calc(100% - 77px); object-fit: cover; object-position: center 45%; }
.image-caption { position: static; width: auto; border: 0; background: var(--ink); color: white; padding: 18px 16px; display: block; }
.image-caption span { display: none; }
.image-caption p { font-family: var(--sans); font-size: .9rem; line-height: 1.5; margin: 0; color: white; }
.photo-index { display: none; }

.project-strip { margin-top: 0; background: var(--light); color: var(--ink); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.strip-inner { padding-block: 28px; gap: 40px; }
.strip-inner h2 { font-size: clamp(1.85rem, 3vw, 2.7rem); }
.strip-inner .overline { color: var(--muted); }
.project-strip .zip-form label { color: var(--ink); }
.project-strip .zip-input { background: white; border: 1px solid var(--line); }
.project-strip .zip-input input { color: var(--ink); }
.project-strip .zip-result { color: var(--ink); }
.section { padding-block: 72px; }
.section-topless { padding-top: 0; }
.section-heading { align-items: flex-end; }
.section-heading h2 { max-width: 24ch; }
.service-grid { gap: 28px; }
.service-card { border-bottom: 3px solid var(--ink); padding-bottom: 20px; }
.card-photo { height: 245px; overflow: hidden; }
.card-body h3 { font-family: var(--serif); font-size: 2rem; font-weight: 650; line-height: 1.1; }
.card-body p { max-width: 42ch; }
.card-body .overline { color: var(--muted); letter-spacing: 0; text-transform: none; }
.split-section { gap: 64px; padding-bottom: 0; }
.split-photo img { height: 560px; }
.photo-note { background: var(--ink); color: white; font-family: var(--sans); font-size: .9rem; font-style: normal; }
.split-copy h2 { font-family: var(--serif); font-weight: 650; font-size: clamp(2.6rem, 4vw, 4rem); }
.steps { border-top: 1px solid var(--line); }
.steps li { padding-block: 20px; }
.steps li > span { font-family: var(--serif); color: #a9370e; font-size: 1.5rem; font-weight: 650; }
.steps h3 { font-family: var(--sans); font-size: 1rem; letter-spacing: 0; font-weight: 700; }
.planning-grid { border-color: var(--line); background: var(--light); }
.planning-grid > a { padding: 30px; }
.planning-grid h3 { font-family: var(--serif); font-weight: 650; font-size: 2rem; }
.planning-grid > a:hover { background: #e9f0f5; }
.areas-section { background: white; border-top: 1px solid var(--line); }
.area-link { padding-block: 16px; }
.area-link small { color: var(--muted); }
.closing { background: var(--ink); color: white; }
.closing .overline { color: #c6d4df; }
.closing h2 { font-family: var(--serif); font-weight: 650; font-size: clamp(2.8rem, 5vw, 4.8rem); }
.closing .button { color: var(--ink); }

.page-intro { padding-top: 44px; padding-bottom: 46px; }
.page-intro h1 { max-width: 21ch; font-family: var(--serif); font-size: clamp(3rem, 5.5vw, 5rem); font-weight: 650; }
.page-intro .lead { max-width: 65ch; }
.content-layout { gap: 52px; }
.article-section h2 { font-family: var(--serif); font-weight: 650; font-size: clamp(2rem, 3vw, 2.7rem); }
.article-section p { max-width: 72ch; }
.sidebar { border-top: 5px solid var(--amber); background: var(--light); padding: 30px; }
.sidebar h2 { font-family: var(--serif); font-weight: 650; line-height: 1.06; }
.note { border-left-color: var(--amber); background: var(--light); }
.inline-cta { background: var(--ink); color: white; }
.inline-cta .overline { color: #c6d4df; }
.inline-cta h2 { color: white; }
.inline-cta .button { color: var(--ink); }
.topic-card { background: var(--light); border: 1px solid var(--line); border-top: 3px solid var(--ink); border-radius: 0; box-shadow: none; }
.topic-card h2 { font-family: var(--serif); font-weight: 650; font-size: 2rem; }
.tool-panel { border-top: 5px solid var(--amber); background: var(--light); }
.project-dialog { border-radius: 3px; border-top: 6px solid var(--amber); }
.project-dialog h2 { font-family: var(--serif); font-weight: 650; }
.footer-main { border-color: var(--line); }
.footer-main h2 { font-family: var(--sans); letter-spacing: 0; font-weight: 700; }
.footer-main > div > a.phone-number { color: var(--ink); }
.footer-bottom, .provider-disclaimer p { color: var(--muted); }
.mobile-call { background: var(--ink); border-color: var(--ink); }

@media (max-width: 1100px) {
  .hero { gap: 30px; }
  .hero-copy h1 { font-size: 4.5rem; }
  .hero-photo { height: 500px; }
  .split-section { gap: 34px; }
  .content-layout { gap: 32px; }
}
@media (max-width: 760px) {
  .hero { grid-template-columns: 1fr; gap: 28px; padding-top: 22px; padding-bottom: 34px; }
  .hero-copy { padding: 8px 0 0; }
  .hero-copy h1 { font-size: clamp(3.35rem, 13vw, 4.8rem); max-width: 15ch; }
  .hero-copy .lead { font-size: 1rem; }
  .hero-actions { align-items: flex-start; gap: 18px; }
  .hero-footnote { margin-top: 24px; padding-top: 18px; }
  .hero-photo { height: 355px; padding: 7px 7px 0; }
  .hero-photo > img { height: calc(100% - 62px); }
  .image-caption { padding: 13px 10px; }
  .image-caption p { font-size: .82rem; }
  .strip-inner { gap: 22px; padding-block: 26px; }
  .section { padding-block: 46px; }
  .section-topless { padding-top: 0; }
  .section-heading { display: block; }
  .section-heading > .text-link { margin-top: 12px; }
  .service-grid { grid-template-columns: 1fr; gap: 28px; }
  .card-photo { height: 245px; }
  .split-section { gap: 26px; }
  .split-photo img { height: 380px; }
  .split-copy h2 { font-size: 2.8rem; }
  .planning-grid > a { padding: 25px; }
  .page-intro { padding-top: 28px; padding-bottom: 30px; }
  .page-intro h1 { font-size: clamp(2.7rem, 10vw, 3.6rem); }
  .article-section h2 { font-size: 2.25rem; }
  .closing h2 { font-size: 3rem; }
  .sidebar { padding: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
