/* Shared primitives only. Each brand's composition lives in its own stylesheet. */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { line-height: 1.05; }
p { line-height: 1.75; }
p + p { margin-top: 16px; }
a { color: inherit; text-underline-offset: 5px; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid currentColor; outline-offset: 5px; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
picture { display: block; height: 100%; }
picture img { width: 100%; height: 100%; object-fit: cover; display: block; }
.skip { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 16px; background: #fff; color: #242824; transform: translateY(-200%); }
.skip:focus { transform: none; }
.preview-toolbar { background: #25292d; color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 32px; min-height: 48px; font: 11px Arial, sans-serif; }
.preview-toolbar a { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }
.preview-toolbar a:hover { text-decoration: underline; }
.design-label { letter-spacing: .12em; text-transform: uppercase; color: #e1ded6; }
.nav-icon { display: block; width: 20px; height: 20px; flex: 0 0 20px; }
.demo-icon { display:inline-block; vertical-align:middle; }
/* Remove line-box/baseline space around arrows nested inside button spans. */
a > span:has(> .demo-icon), button > span:has(> .demo-icon) { display:inline-flex; align-items:center; justify-content:center; line-height:1; }
.button > .demo-icon, a > span > .demo-icon, button > span > .demo-icon { display:block; }
.text-link { gap:10px; }
.service-icon-heading { display:flex; align-items:flex-start; gap:12px; }
.service-icon-heading .demo-icon { width:24px; height:24px; flex:0 0 24px; margin-top:.1em; }
.service-icon-heading>span { min-width:0; }
.preview-toolbar { display: grid; grid-template-columns: 1fr auto 1fr; gap: 16px; }
.preview-toolbar a { line-height: 1; white-space: nowrap; }
.preview-toolbar .return-link { justify-self: start; }
.preview-toolbar .collection-return { justify-self: end; }
.toolbar-mobile { display: none; }
.business-logo { display: inline-flex; align-items: center; min-height: 44px; }
.business-logo img { display: block; width: 270px; max-width: 100%; height: auto; }
.eyebrow { font: 700 10px/1.8 Arial, sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 52px; padding: 17px 22px; text-decoration: none; font: 700 13px/1.4 Arial, sans-serif; background: var(--action); color: var(--action-ink); border: 1px solid transparent; transition: filter .2s; }
.button:hover { filter: brightness(.92); }
.button span { font-size: 22px; }
.text-link { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; line-height: 1.6; }
.section { padding: 80px max(40px, calc((100% - 1280px) / 2)); }
.section h2 { font-size: clamp(2rem, 4vw, 3.8rem); letter-spacing: -.04em; }
.section h3 { font-size: 1.3rem; line-height: 1.2; }
.faq h2 { font-size: 1.8rem; margin-bottom: 24px; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; font-size: 14px; font-weight: 700; line-height: 1.5; padding: 22px 8px 22px 0; }
details p { margin: 0 0 24px; font-size: 14px; }
figcaption { font-size: 10px; line-height: 1.6; }
.estimate { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 80px; }
.estimate-heading h2 { margin-top: 20px; max-width: 600px; }
.estimate-note { max-width: 480px; }
.estimate-note p { font-size: 14px; margin-top: 14px; }
.estimate-note .button { margin-top: 24px; }
.site-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 32px; padding: 48px max(40px, calc((100% - 1280px) / 2)) 28px; background: var(--paper); }
.site-footer p { font-size: 12px; margin-top: 14px; }
.site-footer nav { display: flex; flex-direction: column; }
.site-footer nav a { gap:8px; }
.site-footer a:not(.business-logo) { display: inline-flex; align-items: center; min-height: 44px; font-size: 12px; }
.site-footer .disclosure { flex-basis: 100%; border-top: 1px solid var(--line); padding-top: 24px; font-size: 11px; line-height: 1.8; }
.site-footer .disclosure a { display: inline; font-size: 11px; }
@media (max-width: 760px) {
  .preview-toolbar { gap: 12px; padding-inline: 16px; font-size: 12px; grid-template-columns: 1fr 1fr; }
  .design-label { display: none; }
  .toolbar-desktop { display: none; }
  .toolbar-mobile { display: inline; }
  .section { padding: 48px 24px; }
  .section h2 { font-size: 2.6rem; }
  .faq h2 { font-size: 1.7rem; }
  .estimate { grid-template-columns: 1fr; gap: 30px; }
  .site-footer { padding: 36px 24px 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
