/* Slip Audit: field notes, architectural linework and a single orange action. */
:root {
  --bg: #f7f4ed; --bg-elevated: #fcfaf5; --surface-2: #ede9df;
  --ink: #252f2b; --ink-2: #58605a; --ink-3: #67716a;
  --evergreen: #283d34; --evergreen-deep: #23332b;
  --citrus: #ce4927; --citrus-hover: #b63b1c; --citrus-ink: #984127;
  --citrus-tint: #f9e9df; --accent: #984127; --accent-hover: #763019;
  --nav-bg: #f7f4ed; --footer-bg: #252f2b;
  --radius: 7px; --radius-sm: 5px;
  --shadow-card: none; --shadow-pop: 0 12px 35px #252f2b18;
}
.container { max-width: 1200px; padding-inline: 32px; }
.wordmark { display: block; color: var(--ink); font-size: 28px; letter-spacing: -1.6px; font-weight: 800; line-height: 1; }
.wordmark-accent { font-weight: 400; }
.wordmark small { display: block; margin-top: 5px; font: 10px var(--font-body); letter-spacing: .8px; }
.brand:hover { text-decoration: none; }
.site-nav { backdrop-filter: none; }
.site-nav .container { min-height: 86px; gap: 24px; }
.nav-links { gap: 4px; }
.nav-links a { font-size: 14px; }
.nav-end { gap: 22px; }
.nav-phone { font-size: 14px; }
.nav-cta, .btn { border-radius: 4px; box-shadow: none; }
.nav-cta { padding: 12px 18px; }
.nav-cta:hover, .btn-primary:hover { box-shadow: none; }
.btn-primary { color: #fff; }
.btn-primary span { margin-left: 32px; font-size: 25px; line-height: 1; }
.eyebrow { background: transparent; border: 0; border-radius: 0; color: var(--accent); padding: 0; }
.hero { background: var(--evergreen-deep); }
.hero .eyebrow { background: transparent; color: #eedacb; }
.hero-note a { color: #f2baa4; }
.card, .report-card, .list-group, .faq-item { box-shadow: none; }
.report-card { transform: none; }
.tabbar { border: 1px solid var(--line-strong); border-radius: 12px; background: #fcfaf5; }
.tabbar .wordmark { font-size: 23px; }
.tabbar-tabs a[aria-current="page"] { background: #f1dfd3; color: #82371f; }
.tabbar-menu-group strong, .tabbar-menu-group a[aria-current="page"] { color: #984127; }
.chip-picks button:hover, .chip-picks button:focus-visible { color: #984127; border-color: #984127; }
.win-option input:checked + .win-card { border-color: #984127; box-shadow: 0 0 0 1px #984127; }
.win-option input:checked + .win-card .win-dot { border-color: #984127; background: radial-gradient(circle at center, #984127 0 5px, var(--surface) 5.5px); }
.tick, .qsuccess .tick-big, .sheet-success .tick-big { color: #984127; background: #f9e9df; }
:focus-visible { outline: 3px solid #984127; outline-offset: 4px; }
.kicker { font: 11px/1.5 var(--font-body); letter-spacing: 1.8px; font-weight: 650; margin-bottom: 24px; }
.signal-dot { display: inline-block; width: 7px; height: 7px; background: var(--accent); border-radius: 50%; margin-right: 9px; }
.audit-hero { padding-top: 64px; }
.audit-hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 70px; align-items: center; }
.audit-intro h1 { font-size: clamp(64px, 7.8vw, 106px); font-weight: 500; line-height: .98; letter-spacing: -5px; margin: 0 0 25px; text-wrap: initial; }
.audit-intro h1 em { color: #984127; font-weight: 500; }
.audit-lede { font-size: 19px; line-height: 1.65; max-width: 410px; color: var(--ink-2); margin-bottom: 26px; }
.hero-quote { min-width: 240px; justify-content: space-between; padding: 17px 22px; }
.action-note { margin-top: 12px; font-size: 12px; color: var(--ink-2); }
.text-link { font-size: 14px; font-weight: 650; color: var(--ink); text-decoration: underline; text-underline-offset: 5px; }
.audit-intro .text-link { display: inline-block; margin-top: 10px; }
.site-study { margin: 0; background: #eddfcd; border: 1px solid #c9beac; transform: rotate(2deg); }
.study-heading { display: flex; justify-content: space-between; font-size: 9px; letter-spacing: 1.5px; padding: 17px 19px; border-bottom: 1px solid #c9beac; }
.site-study img { display: block; width: 100%; }
.site-study figcaption { border-top: 1px solid #c9beac; display: flex; align-items: center; gap: 13px; padding: 17px; font-size: 12px; line-height: 1.5; }
.study-cross { font-size: 35px; font-weight: 300; }
.site-study figcaption small { margin-left: auto; font-size: 8px; letter-spacing: 1px; }
.service-strip { border-top: 1px solid var(--line-strong); margin-top: 65px; padding: 24px 0; display: flex; justify-content: space-between; gap: 24px; font-size: 13px; }
.service-strip > span { color: var(--ink-2); }
.service-strip div { display: flex; gap: 35px; }
.service-strip a { color: var(--ink); font-weight: 650; }
.home-page .section { padding: 86px 0; }
.editorial-heading { display: grid; grid-template-columns: 1fr 2fr 1.1fr; gap: 35px; align-items: start; }
.home-page h2 { font-size: clamp(34px, 3.5vw, 47px); font-weight: 500; letter-spacing: -1.5px; }
.editorial-heading > p:last-child { color: var(--ink-2); font-size: 15px; margin-top: 5px; }
.process-list { padding: 0; margin: 45px 0 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; }
.process-list li { border-top: 1px solid var(--line-strong); padding-top: 22px; }
.process-number { color: var(--accent); font-size: 13px; display: block; margin-bottom: 25px; }
.process-list h3 { font-size: 20px; letter-spacing: -.5px; }
.process-list p { font-size: 15px; color: var(--ink-2); }
.process-list a { color: var(--ink); font-weight: 650; font-size: 13px; text-decoration: underline; text-underline-offset: 5px; }
.audit-outcomes { background: #26372e; color: #f7f4ed; }
.outcomes-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 110px; }
.audit-outcomes h2 { font-size: clamp(42px, 5vw, 64px); }
.audit-outcomes h2 em { color: #e9b394; }
.audit-outcomes .kicker { color: #e9b394; }
.audit-outcomes p { color: #d0d7cf; font-size: 16px; }
.audit-outcomes .text-link { color: #f7f4ed; }
.service-ledger { border-top: 1px solid #ffffff40; }
.service-ledger > a { display: grid; grid-template-columns: 24px 1fr 20px; gap: 20px; padding: 31px 0; border-bottom: 1px solid #ffffff40; color: #f7f4ed; }
.service-ledger > a > span { font-size: 13px; color: #e9b394; }
.service-ledger h3 { font-size: 22px; }
.service-ledger p { font-size: 14px; margin: 0; }
.service-ledger > a:hover { text-decoration: none; }
.service-ledger > a:hover h3 { text-decoration: underline; text-underline-offset: 5px; }
.program-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: center; }
.program-layout p:not(.kicker) { color: var(--ink-2); }
.inline-links { display: flex; flex-wrap: wrap; gap: 24px; font-size: 14px; font-weight: 650; }
.audit-questions { border-top: 1px solid var(--line-strong); }
.questions-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; }
.home-page .faq-item { border: 0; border-bottom: 1px solid var(--line-strong); border-radius: 0; background: transparent; }
.home-page .faq-item summary { padding: 23px 28px 23px 0; font-size: 17px; }
.home-page .faq-body { padding-left: 0; }
.audit-final { padding: 64px 0 70px; background: #e9ddc9; }
.final-row { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.final-row h2 { font-size: clamp(38px, 4.5vw, 60px); margin-bottom: 0; }
.final-row p { margin-top: 18px; font-size: 13px; }
.final-row p a { color: var(--ink); font-weight: 650; }
.site-footer { margin-top: 0; }
.qhead h1 { font-size: clamp(36px, 6vw, 52px); }
.qhead .eyebrow { color: #984127; }
.qcard { border: 1px solid var(--line-strong); box-shadow: none; }
.qprogress-track .is-active, .qprogress-track .is-done { background: #984127; }
.qprogress-label { color: var(--ink-2); }
@media (min-width: 900px) and (max-width: 1100px) {
 .nav-phone { display: none; }
 .nav-links + .nav-end { margin-left: auto; }
 .audit-hero-grid { gap: 35px; }
}
@media (max-width: 899px) {
 .container { padding-inline: 24px; }
 .home-page .site-nav { display: block; position: static; }
 .home-page .site-nav .container { min-height: 76px; }
 .home-page .site-nav .nav-end { margin-left: auto; }
 .home-page .site-nav .nav-phone { display: none; }
 .audit-hero { padding-top: 40px; }
 .audit-hero-grid { grid-template-columns: 1fr; gap: 40px; }
 .audit-intro h1 { font-size: clamp(60px, 12vw, 90px); letter-spacing: -3px; }
 .audit-lede { max-width: 540px; }
 .site-study { width: min(100% - 12px, 500px); justify-self: center; }
 .service-strip { margin-top: 40px; flex-direction: column; gap: 12px; }
 .home-page .section { padding: 56px 0; }
 .editorial-heading { grid-template-columns: 1fr; gap: 8px; }
 .editorial-heading .kicker { margin-bottom: 10px; }
 .editorial-heading > p:last-child { max-width: 350px; }
 .outcomes-grid, .program-layout, .questions-layout { grid-template-columns: 1fr; gap: 32px; }
 .process-list { gap: 20px; }
 .process-list h3 { font-size: 18px; }
 .final-row { align-items: flex-start; flex-direction: column; gap: 24px; }
 .qtopbar .wordmark { font-size: 24px; }
}
@media (max-width: 560px) {
 .container { padding-inline: 22px; }
 .audit-intro .kicker { font-size: 9px; letter-spacing: 1.2px; }
 .audit-lede { font-size: 17px; }
 .service-strip div { justify-content: space-between; gap: 15px; }
 .process-list { grid-template-columns: 1fr; margin-top: 25px; gap: 25px; }
 .process-list li { display: grid; grid-template-columns: 30px 1fr; gap: 16px; }
 .process-number { margin-bottom: 0; }
 .process-list h3 { font-size: 21px; }
 .study-heading { font-size: 8px; }
 .site-study figcaption { font-size: 10px; padding: 13px; }
 .site-study figcaption small { font-size: 7px; }
 .service-ledger > a { gap: 13px; }
 .tabbar-brand-row { padding-left: 6px; }
 .tabbar-menu { max-height: 50dvh; }
}
@media (prefers-reduced-motion: reduce) {
 html { scroll-behavior: auto; }
 *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Keep accent text legible on both tinted and dark surfaces. */
.nav-cta { color: #fff !important; }
.checklist .tick { color: #984127; background: #f9e9df; }
.card-link-hint, .step::before { background: none; }
.card-link-hint { text-decoration: underline; text-underline-offset: 4px; }
a.card:hover .card-link-hint { background: #f9e9df; }
.footer-grid h4, .footer-grid a:hover, .footer-legal a:hover { color: #edb59a; }
::selection { background: #edb59a; color: #252f2b; }

/* Quote online or speak to the team: both paths stay within reach. */
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-actions .hero-quote { min-width: 210px; }
.btn-call { border: 1px solid var(--ink); color: var(--ink); background: transparent; padding-inline: 20px; }
.btn-call:hover { background: #ede5d8; }
.sticky-call { display: block; color: var(--ink); font-size: 17px; font-weight: 750; white-space: nowrap; line-height: 1.3; }
.sticky-call small { display: block; font-size: 10px; font-weight: 500; }
.final-row > div { display: flex; flex-direction: column; gap: 12px; }
@media (max-width: 560px) { .hero-actions .btn { flex: 1 0 100%; justify-content: space-between; } .btn-call::after { content: "↗"; margin-left: 12px; } }

#loc-sheet[aria-hidden="true"] { visibility: hidden; }

/* Keep the mobile navigation clearance inside the footer's colour. */
@media (max-width: 899px) {
 body:has(.site-footer) { padding-bottom: 0; }
 .site-footer { padding-bottom: calc(68px + var(--tabbar-height) + env(safe-area-inset-bottom, 0px)); }
}
