@charset "UTF-8";

::selection { background: #D9A03C; color: #121416; }

* { margin: 0; padding: 0; box-sizing: border-box; }

html, body { margin: 0; padding: 0; width: 100%; }

body {
  font-size: 16px;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background-color: #121416;
  color: #C7CBCD;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { text-decoration: none; color: #D9A03C; transition: color .2s ease; }
a:hover { color: #F5F7F4; }

img { max-width: 100%; display: block; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ============ DOSSIER-SPINE NAV ============ */
.dossier-nav {
  position: sticky;
  top: 0;
  z-index: 500;
  background-color: #1B1E21;
}

.dossier-nav .spine-strip {
  height: 12px;
  background-color: #0C0E10;
  border-bottom: 1px solid #2A2F33;
  overflow: hidden;
}

.dossier-nav .spine-strip .spine-track {
  display: flex;
  gap: 1px;
  height: 100%;
}

.dossier-nav .spine-strip .spine {
  width: 34px;
  background-color: #2A2F33;
  position: relative;
  flex: 0 0 auto;
}

.dossier-nav .spine-strip .spine::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  right: 4px;
  height: 1px;
  background-color: #232729;
}

.dossier-nav .spine-strip .spine.s1 { background-color: #232729; }
.dossier-nav .spine-strip .spine.s2 { background-color: #3E5A78; }
.dossier-nav .spine-strip .spine.s3 { background-color: #232729; }
.dossier-nav .spine-strip .spine.s4 { background-color: #2A2F33; }

.dossier-nav .nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px 24px;
}

.dossier-nav .brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dossier-nav .stamp-glyph,
.footer-word .stamp-glyph {
  width: 18px;
  height: 18px;
  background-color: transparent;
  display: block;
}

.dossier-nav .brand-name {
  color: #F5F7F4;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 4px;
}

.dossier-nav .nav-links {
  display: flex;
  align-items: center;
  gap: 14px;
}

.dossier-nav .nav-links a {
  color: #C7CBCD;
  font-size: 13px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 4px;
}

.dossier-nav .nav-links a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 2px;
  background-color: #D9A03C;
  transition: right .25s ease;
}

.dossier-nav .nav-links a:hover { color: #F5F7F4; }
.dossier-nav .nav-links a:hover::before { right: 0; }

.dossier-nav .nav-toggle {
  display: none;
  background: none;
  border: 1px solid #3E5A78;
  color: #F5F7F4;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 14px;
  cursor: pointer;
}

/* ============ HERO ============ */
.home-page .findings-hero {
  background-color: #121416;
  padding: 72px 0 56px;
  border-bottom: 1px solid #2A2F33;
  overflow: hidden;
}

.home-page .findings-hero .hero-grid {
  display: grid;
  grid-template-columns: 55% 45%;
  align-items: center;
  gap: 40px;
}

.home-page .findings-hero .eyebrow {
  display: inline-block;
  background-color: #D9A03C;
  color: #121416;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 14px;
  margin-bottom: 22px;
}

.home-page .findings-hero h1 {
  color: #F5F7F4;
  font-size: 48px;
  line-height: 1.12;
  font-weight: 800;
  margin-bottom: 22px;
}

.home-page .findings-hero h1 .review {
  color: #D9A03C;
}

.home-page .findings-hero .hero-sub {
  color: #9BA7B5;
  font-size: 18px;
  line-height: 1.7;
  max-width: 560px;
  margin-bottom: 30px;
}

.home-page .findings-hero .cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.btn {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 14px 26px;
  cursor: pointer;
  border-radius: 0;
}

.btn-primary {
  background-color: #D9A03C;
  color: #121416 !important;
  border: 1px solid #D9A03C;
}
.btn-primary:hover { background-color: #E9B45C; border-color: #E9B45C; }

.btn-outline {
  background: transparent;
  color: #8FA6C4 !important;
  border: 1px solid #3E5A78;
}
.btn-outline:hover { color: #F5F7F4 !important; border-color: #6FA287; }

/* Audit desk graphic */
.home-page .audit-desk {
  position: relative;
  height: 420px;
}

.home-page .ad-shelf {
  position: absolute;
  top: -10px;
  left: 4%;
  right: 4%;
  height: 40px;
  display: flex;
  align-items: flex-end;
  gap: 4px;
}

.home-page .ad-shelf .box-spine {
  flex: 1;
  height: 36px;
  background-color: #1B1E21;
  border: 1px solid #2A2F33;
  border-bottom: none;
  font-size: 9px;
  color: #8DA4C2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 3px;
  letter-spacing: 0.5px;
}

.home-page .dossier-folder {
  position: absolute;
  bottom: 40px;
  left: 8%;
  width: 230px;
  height: 170px;
  background: #2A2F33;
  border-radius: 4px 4px 0 0;
  box-shadow: 10px 14px 0 rgba(0,0,0,0.35);
}

.home-page .dossier-folder .folder-front {
  position: absolute;
  left: 6%;
  right: 6%;
  top: 0;
  bottom: 16px;
  background: #D9A03C;
  border-top: 18px solid #B98A30;
  border-radius: 3px 30px 0 0;
}

.home-page .dossier-folder .folder-front .spine-label {
  position: absolute;
  top: 12px;
  left: 14px;
  color: #121416;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 800;
}

.home-page .dossier-folder .approved {
  position: absolute;
  top: 50px;
  right: 22px;
  width: 76px;
  height: 76px;
  border: 2px solid #3E5A78;
  border-radius: 50%;
  color: #121416;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-12deg);
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
}

.home-page .ad-checklist {
  position: absolute;
  right: 2%;
  top: 96px;
  width: 130px;
  background: #F5F7F4;
  color: #121416;
  padding: 12px 12px;
  font-size: 10px;
  box-shadow: 8px 10px 0 rgba(0,0,0,0.3);
}

.home-page .ad-checklist span {
  display: block;
  padding: 3px 0;
  border-bottom: 1px dashed #2A2F33;
}

.home-page .ad-pad {
  position: absolute;
  right: 4%;
  bottom: 34px;
  width: 120px;
  height: 40px;
  background: #C4554A;
  border-radius: 3px;
}

.home-page .ad-magnifier {
  position: absolute;
  left: 2%;
  bottom: 10px;
  width: 90px;
  height: 90px;
  border: 6px solid #2A2F33;
  border-radius: 50%;
  background: #6FA287;
}

.home-page .ad-flag,
.home-page .ad-flag2 {
  background: #C4554A;
  color: #121416;
  font-size: 9px;
  font-weight: 800;
  padding: 2px 6px;
}
.home-page .ad-flag { position: absolute; left: 4%; top: 12px; transform: rotate(-6deg); }
.home-page .ad-flag2 { position: absolute; left: 40%; top: -40px; transform: rotate(4deg); }

.addot { width: 10px; height: 10px; border-radius: 50%; background: #6FA287; }
.adot .adot.w { background: #D9A03C; }

/* ============ AUDIT LOG ROWS ============ */
.auditrows {
  background-color: #121416;
  padding: 70px 0 40px;
}

.auditrows .section-title {
  max-width: 760px;
  margin-bottom: 44px;
}

.auditrows .section-title h2 {
  color: #D9A03C;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}

.auditrows .section-title .section-kicker {
  color: #6FA287;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 12px;
}

.auditrows .section-title p {
  color: #C7CBCD;
}

.auditrow {
  display: grid;
  grid-template-columns: 130px 1fr 120px;
  gap: 28px;
  align-items: center;
  background-color: #1B1E21;
  border: 1px solid #2A2F33;
  padding: 26px 30px;
  margin-bottom: 18px;
}

.auditrow .file-tab {
  background-color: #121416;
  border-left: 2px solid #3E5A78;
  padding: 12px 10px;
  text-align: center;
}

.auditrow .file-tab .ws-code {
  color: #F5F7F4;
  font-family: "Courier New", monospace;
  font-size: 16px;
  letter-spacing: 1px;
}

.auditrow .row-copy h3 {
  color: #F5F7F4;
  font-size: 21px;
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}

.auditrow .row-copy p {
  color: #C7CBCD;
}

.auditrow .status-stamp {
  text-align: center;
  justify-self: end;
}

.auditrow .status-stamp .stamp-txt {
  display: inline-block;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 3px solid;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 800;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-8deg);
}

.status-closed { color: #6FA287; border-color: #6FA287; }
.status-watch { color: #D9A03C; border-color: #D9A03C; }
.status-open { color: #C4554A; border-color: #C4554A; }

/* ============ COMPLIANCE METRIC BAND ============ */
.metricband {
  background-color: #232729;
  padding: 44px 0;
  margin-top: 30px;
}

.metricband .metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}

.metricband .metric-col {
  position: relative;
}

.metricband .metric + .metric::before,
.metricband .metric .metric-hair {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background-color: #3E5A78;
}

.metricband .metric-col .metric { position: relative; }

.metricband .metric-num {
  color: #D9A03C;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.1;
}

.metricband .metric-label {
  color: #C7CBCD;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 8px;
}

/* ============ STATEMENT BAND ============ */
.statementband {
  background-color: #1B1E21;
  padding: 60px 0;
  border-top: 1px solid #2A2F33;
  border-bottom: 1px solid #2A2F33;
}

.statementband .statement {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  border-left: 4px solid #6FA287;
  padding: 8px 0 8px 30px;
  text-align: left;
}

.statementband .statement p.tagline {
  color: #F5F7F4;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 600;
}

.statementband .statement p.attrib {
  color: #C7CBCD;
  margin-top: 18px;
  font-size: 15px;
}

/* ============ CTA BAND ============ */
.ctaband {
  background-color: #121416;
  text-align: center;
  padding: 70px 0 60px;
}

.ctaband h2 {
  color: #D9A03C;
  font-size: 34px;
  margin-bottom: 16px;
}

.ctaband p {
  color: #C7CBCD;
  max-width: 620px;
  margin: 0 auto 30px;
}

/* ============ FOOTER ============ */
.recordsshelf-footer {
  background-color: #0C0E10;
  padding: 50px 24px 34px;
}

.recordsshelf-footer .tab-strip {
  height: 14px;
  display: flex;
  gap: 2px;
  margin-bottom: 34px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.recordsshelf-footer .tab-strip .tab {
  flex: 0 0 44px;
  background-color: #F5F7F4;
  height: 14px;
}
.recordsshelf-footer .tab-strip .tab.t-a { background-color: #D9A03C; }
.recordsshelf-footer .tab-strip .tab.t-g { background-color: #6FA287; }
.recordsshelf-footer .tab-strip .tab.t-b { background-color: #3E5A78; }
.recordsshelf-footer .tab-strip .tab.t-r { background-color: #C4554A; }

.recordsshelf-footer .footer-stack {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.recordsshelf-footer .footer-word {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 22px;
}

.recordsshelf-footer .footer-word .brand-name {
  color: #F5F7F4;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 5px;
}

.recordsshelf-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
  margin-bottom: 30px;
}

.recordsshelf-footer .footer-links a {
  color: #C7CBCD;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.recordsshelf-footer .footer-links a:hover { color: #D9A03C; }

.recordsshelf-footer .stamp-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 26px;
}

.recordsshelf-footer .stamp-divider .file-dot {
  width: 8px;
  height: 8px;
  background-color: #3E5A78;
}

.recordsshelf-footer .stamp-divider .mini-stamp {
  width: 40px;
  height: 40px;
  background-color: #D9A03C;
  border-radius: 50%;
  color: #121416;
  font-size: 10px;
}

.recordsshelf-footer .footer-legal {
  color: #9BA7B5;
  font-size: 14px;
  line-height: 1.6;
}

/* ============ SECONDARY PAGE SHARED (services/contact) ============ */
.page-hero {
  background-color: #121416;
  padding: 66px 0 40px;
  border-bottom: 1px solid #2A2F33;
}

.page-hero h1 {
  color: #F5F7F4;
  font-size: 40px;
  line-height: 1.2;
  max-width: 760px;
}

.page-hero .kicker {
  color: #6FA287;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 14px;
}

.page-hero .lede {
  color: #C7CBCD;
  max-width: 720px;
  margin-top: 14px;
}

.pagesect {
  background-color: #121416;
  padding: 60px 0 20px;
}

.pagesect h2 {
  color: #D9A03C;
  font-size: 28px;
  margin-bottom: 12px;
  letter-spacing: 0.4px;
}
.pagesect h3 { color: #F5F7F4; font-size: 19px; margin: 18px 0 8px; }
.pagesect p { color: #C7CBCD; margin-bottom: 14px; }

.pagesect .process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pagesect .process-step {
  background: #1B1E21;
  border: 1px solid #2A2F33;
  padding: 20px;
}
.pagesect .process-step .step-num { color: #6FA287; font-weight: 800; font-size: 13px; letter-spacing: 2px; }
.pagesect .process-step h3 { color: #F5F7F4; font-size: 16px; margin: 8px 0; }
.pagesect .process-step p { color: #C7CBCD; font-size: 15px; }

.partner-stripe { background-color: #232729; border-top: 1px solid #2A2F33; padding: 24px 0; }
.partner-stripe p { color: #9BA7B5; font-size: 15px; text-align: center; }

.contactgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: start;
}

.contactinfo h2 { color: #D9A03C; font-size: 24px; margin: 0 0 18px; }
.contactinfo .info-box { background: #1B1E21; border: 1px solid #2A2F33; padding: 18px 20px; margin-bottom: 18px; }
.contactinfo .info-box h3 { color: #F5F7F4; font-size: 15px; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 6px; }
.contactinfo .info-box p, .contactinfo .info-box a { color: #C7CBCD; font-size: 16px; }
.contactinfo .info-box a:hover { color: #D9A03C; }
.contactinfo .hours-rows span { display: block; color: #C7CBCD; }
.contactinfo .hours-rows span b { color: #F5F7F4; font-weight: 600; width: 120px; display: inline-block; }

.contactform-panel { background-color: #1B1E21; border: 1px solid #2A2F33; padding: 30px; }
.contactform-panel h2 { color: #D9A03C; font-size: 24px; margin: 0 0 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; color: #C7CBCD; font-size: 14px; letter-spacing: 1px; margin-bottom: 6px; text-transform: uppercase; }
.field input, .field textarea, .field select {
  width: 100%;
  background-color: #121416;
  border: 1px solid #2A2F33;
  color: #EEF0F1;
  padding: 12px 14px;
  font-family: inherit;
  font-size: 16px;
}
.field input:focus, .field textarea:focus { outline: none; border-color: #D9A03C; }
.field textarea { min-height: 140px; resize: vertical; }

.form-msg { color: #6FA287; font-size: 15px; margin-top: 14px; }
.addr-note { color: #9BA7B5; font-size: 15px; }

/* FAQ for contact */
.faqwrap { background-color: #121416; border: 1px solid #2A2F33; }
.faqitem { border-bottom: 1px solid #2A2F33; background-color: #1B1E21; }
.faqitem:last-child { border-bottom: none; }
.faqitem .faq-q {
  background: none; border: none; width: 100%; text-align: left;
  color: #F5F7F4; font-size: 17px; font-weight: 600;
  padding: 18px 22px; cursor: pointer; font-family: inherit;
  position: relative;
}
.faqitem .faq-a { padding: 0 22px; max-height: 0; overflow: hidden; transition: max-height .3s ease, padding .3s ease; color: #C7CBCD; }
.faqitem.open .faq-a { max-height: 400px; padding: 0 22px 20px; }

/* scroll reveal (safe default with noscript override) */
.fade-up { opacity: 1; transform: none; }
.fade-up.reveal-init { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.fade-up.reveal-init.visible { opacity: 1; transform: none; }

/* misc */
.faqband { background-color: #121416; padding: 40px 0 70px; }
.faqband h2 { color: #D9A03C; text-align: center; font-size: 28px; margin-bottom: 30px; }
.small-gap { height: 10px; }

/* ============ RESPONSIVE ============ */
@media (max-width: 920px) {
  .home-page .findings-hero .hero-grid { grid-template-columns: 1fr; }
  .home-page .findings-hero h1 { font-size: 36px; }
  .auditrow { grid-template-columns: 1fr; gap: 14px; }
  .metricband .metrics { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .pagesect .process-grid { grid-template-columns: repeat(2, 1fr); }
  .contactgrid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .dossier-nav .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    gap: 12px;
    padding: 10px 0 16px;
    text-align: left;
  }
  .dossier-nav .nav-links.open { display: flex; }
  .dossier-nav .nav-toggle { display: inline-block; }
  .metricband .metrics { grid-template-columns: 1fr; }
  .pagesect .process-grid { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .pagesect .process-grid { grid-template-columns: 1fr; }
}
