/* Bruno Auger Marketing static release foundation
   Shared staged visual language: DM Sans + DM Mono, navy/orange/paper.
   Link this file relatively from every route: ../assets/css/site.css for /<route>/index.html. */
:root {
  --navy: #142d55;
  --deep: #0d2344;
  --orange: #f47f17;
  --paper: #f8f5ef;
  --pale: #e7edf4;
  --line: #d6dbe2;
  --muted: #5e6c7d;
  --white: #fffdf8;
  --wrap: 1140px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--navy); font-family: "DM Sans", sans-serif; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: min(var(--wrap), calc(100% - 48px)); margin: auto; }
.skip-link { position: absolute; left: 12px; top: -48px; z-index: 20; padding: 10px 14px; background: var(--deep); color: #fff; }
.skip-link:focus { top: 12px; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

/* Header, service menu and click-to-call */
.site-header { padding: 25px 0; border-bottom: 1px solid var(--line); background: var(--paper); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: flex; align-items: center; font-size: 18px; font-weight: 700; letter-spacing: -.04em; text-decoration: none; }
.brand img { width: 44px; height: 44px; margin-right: 10px; border-radius: 50%; }
.brand span { color: var(--orange); }
.nav-links { display: flex; align-items: center; gap: 24px; color: #43536a; font-size: 14px; font-weight: 600; }
.nav-links > a:not(.button) { text-decoration: none; }
.services-menu { position: relative; }
.services-menu summary { cursor: pointer; list-style: none; }
.services-menu summary::-webkit-details-marker { display: none; }
.services-menu summary::after { content: "+"; margin-left: 6px; color: var(--orange); }
.services-menu[open] summary::after { content: "−"; }
.service-menu { position: absolute; top: calc(100% + 13px); left: -16px; z-index: 8; width: 238px; padding: 8px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 18px 34px rgba(20, 45, 85, .15); }
.service-menu a, .service-menu span { display: block; padding: 10px 11px; color: var(--navy); font-size: 13px; text-decoration: none; }
.service-menu a:hover, .service-menu a:focus-visible { background: var(--pale); }
.service-menu .current { background: var(--pale); font-weight: 700; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 19px; border: 1px solid transparent; border-radius: 2px; background: var(--navy); color: #fff; font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .2s, background .2s; }
.button:hover { background: var(--orange); transform: translateY(-2px); }
.button.alt { border-color: var(--navy); background: transparent; color: var(--navy); }
.button.alt:hover { background: var(--navy); color: #fff; }

/* Shared content primitives */
main { overflow: clip; }
section { padding: 92px 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "DM Sans", sans-serif; font-weight: 800; letter-spacing: -.065em; line-height: 1.01; }
h1 { max-width: 830px; margin-bottom: 23px; font-size: clamp(50px, 6vw, 80px); }
h2 { font-size: clamp(37px, 4vw, 56px); }
h3 { margin-bottom: 9px; font-size: 19px; letter-spacing: -.03em; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--orange); font: 500 11px/1.2 "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow::before { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); content: ""; }
.lead { max-width: 630px; color: #4d5c6f; font-size: 19px; line-height: 1.55; }
.hero { padding: 80px 0 82px; border-bottom: 1px solid var(--line); background: linear-gradient(145deg, #e9eff6 0%, var(--paper) 64%); }
.hero-grid, .split, .context-grid, .faq { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.small-note, .tracking-note { color: var(--muted); font-size: 13px; line-height: 1.5; }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 48px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.card { min-height: 248px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); color: var(--navy); }
.card-number, .step-number { color: var(--orange); font: 500 12px "DM Mono", monospace; }
.card-number { display: block; margin-bottom: 54px; }
.card p, .step p, .qa p { margin-bottom: 0; color: #586778; line-height: 1.55; }
.process { background: var(--pale); }
.steps { border-top: 1px solid #b9c8d8; }
.step { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid #b9c8d8; }
.step h3 { margin: 0 0 8px; font-size: 24px; line-height: 1.1; }
.dark-panel { background: var(--deep); color: #f7f3e8; }
.dark-panel .lead, .dark-panel p { color: #d7e0eb; }
.dark-panel .card p { color: var(--navy); }
.card-cta { display: flex; flex-direction: column; justify-content: center; }
.card-cta .button { align-self: flex-start; margin-top: 20px; background: var(--navy); color: var(--white); }
.card-cta .button:hover { background: var(--deep); color: var(--white); }
.faq { align-items: start; }
.qa { padding: 20px 0; border-top: 1px solid var(--line); }
.qa:last-child { border-bottom: 1px solid var(--line); }
.cta { padding: 95px 0; background: var(--deep); color: #f7f3e8; text-align: center; }
.cta h2 { max-width: 760px; margin: 17px auto; }
.cta p { max-width: 600px; margin: 0 auto 28px; color: #d7e0eb; font-size: 18px; line-height: 1.55; }
.cta .button { background: var(--paper); color: var(--navy); }
.cta .button:hover { background: #fff; }
.cta .tracking-note { margin-top: 15px; color: #b9c8d8; font-size: 12px; }

/* Footer */
.site-footer { padding: 28px 0; background: var(--navy); color: #d7e0eb; font-size: 13px; }
.foot { display: flex; justify-content: space-between; gap: 18px; }
.site-footer a { color: #fff; }

@media (max-width: 820px) {
  .hero-grid, .split, .context-grid, .faq { grid-template-columns: 1fr; gap: 38px; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .nav-links > a:not(.button) { display: none; }
}
@media (max-width: 520px) {
  .wrap { width: min(100% - 32px, var(--wrap)); }
  section { padding: 66px 0; }
  .hero { padding: 58px 0; }
  .card-grid { grid-template-columns: 1fr; }
  .foot { flex-direction: column; }
  .brand { font-size: 16px; }
  .step { grid-template-columns: 48px 1fr; }
  .nav .button { padding: 0 13px; font-size: 12px; }
}