:root {
  --navy: #001526;
  --navy-2: #082742;
  --gold: #ffb71b;
  --gold-dark: #9a5b00;
  --cream: #f7f5ef;
  --paper: #ffffff;
  --ink: #102130;
  --muted: #536373;
  --line: #d7dee3;
  --radius: 22px;
  --shadow: 0 20px 60px rgba(0, 21, 38, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 95px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .2em; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 4px solid #33a8ff; outline-offset: 4px; }
.container { width: min(1180px, calc(100% - 38px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -100px; padding: 12px 18px; background: white; color: var(--navy); font-weight: 800; border-radius: 8px; }
.skip-link:focus { top: 12px; }
h1, h2, h3 { margin: 0 0 .6em; color: var(--navy); font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-weight: 700; letter-spacing: .015em; line-height: 1.03; text-wrap: balance; }
h1 { font-size: clamp(3rem, 5.6vw, 5.4rem); }
h2 { font-size: clamp(2.3rem, 5vw, 4.4rem); }
h3 { font-size: clamp(1.45rem, 2.2vw, 2rem); }
p { margin: 0 0 1.15em; }
.eyebrow { display: inline-block; margin-bottom: 14px; color: var(--gold-dark); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: var(--gold); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 24px; border: 2px solid var(--gold); border-radius: 999px; background: var(--gold); color: var(--navy); font-weight: 900; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .18s ease, background .18s ease; }
.button:hover { background: #ffc642; transform: translateY(-2px); }
.button.ghost { border-color: rgba(255,255,255,.65); background: transparent; color: white; }
.button.ghost:hover { background: white; color: var(--navy); }
.button.small { min-height: 42px; padding: 9px 17px; font-size: .78rem; }
.button-full { width: 100%; border: 0; }
.button:disabled { opacity: .65; cursor: wait; transform: none; }
.site-header { position: sticky; z-index: 50; top: 0; background: rgba(247,245,239,.96); border-bottom: 1px solid rgba(0,21,38,.12); backdrop-filter: blur(12px); }
.header-inner { display: flex; min-height: 84px; align-items: center; gap: 25px; }
.brand { flex: 0 0 105px; align-self: stretch; position: relative; }
.brand img { position: absolute; top: 4px; width: 104px; height: 104px; object-fit: contain; }
.site-header nav { display: flex; align-items: center; gap: 23px; margin-left: auto; }
.site-header nav a { font-size: .88rem; font-weight: 800; text-decoration: none; }
.site-header nav a:hover { color: var(--gold-dark); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language { padding: 8px; font-size: .82rem; font-weight: 900; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 0; border-radius: 10px; background: var(--navy); cursor: pointer; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 3px; margin: 4px 0; border-radius: 3px; background: white; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.hero { position: relative; isolation: isolate; overflow: hidden; min-height: 720px; display: flex; align-items: center; background-color: var(--navy); background-position: center; background-size: cover; background-repeat: no-repeat; color: white; }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(0,21,38,.97) 0%, rgba(0,21,38,.85) 48%, rgba(0,21,38,.28) 100%); }
.hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 50px; padding-block: 80px; }
.hero-copy { max-width: 760px; }
.hero h1 { color: white; text-transform: uppercase; }
.hero p { max-width: 650px; color: #e6edf2; font-size: clamp(1.08rem, 1.8vw, 1.3rem); }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; margin: 30px 0 20px; }
.contact-inline { font-weight: 800; color: white; }
.hero-logo img { filter: drop-shadow(0 24px 32px rgba(0,0,0,.35)); }
.trust-strip { background: var(--gold); color: var(--navy); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding-block: 16px; }
.trust-grid span { text-align: center; font-size: .87rem; font-weight: 900; }
.section { padding-block: clamp(74px, 10vw, 130px); }
.section-heading { width: min(840px, 100%); margin: 0 auto 48px; text-align: center; }
.section-heading.align-left { margin-left: 0; text-align: left; }
.section-heading p { color: var(--muted); font-size: 1.12rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 255px; padding: 30px; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 34px rgba(0,21,38,.06); }
.service-number { display: block; margin-bottom: 35px; color: var(--gold-dark); font-weight: 900; letter-spacing: .12em; }
.service-card p { color: var(--muted); }
.education-section { background: #eef1f2; }
.education-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.education-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 36px rgba(0,21,38,.08); }
.education-card > img { width: 100%; height: 270px; object-fit: cover; }
.education-copy { padding: 28px; }
.education-copy p { margin-bottom: 0; color: var(--muted); }
.education-takeaway { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; margin-top: 24px; padding: 26px 30px; background: var(--navy); color: white; border-radius: var(--radius); }
.education-takeaway span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--gold); color: var(--navy); font-size: 1.35rem; font-weight: 900; }
.education-takeaway p { margin: 0; font-size: 1.05rem; font-weight: 700; }
.education-stock-note { margin: 14px 0 0; color: var(--muted); font-size: .78rem; text-align: center; }
.results-section { background: var(--navy); color: white; }
.results-section h2, .results-section h3 { color: white; }
.results-section .section-heading p { color: #cbd8e2; }
.results-stack { display: grid; gap: 30px; }
.result-card { overflow: hidden; background: var(--paper); color: var(--ink); border-radius: 26px; box-shadow: 0 20px 70px rgba(0,0,0,.26); }
.result-copy { display: grid; grid-template-columns: auto 1fr 2fr; align-items: start; gap: 24px; padding: 28px 30px 20px; }
.result-copy h3 { color: var(--navy); }
.result-copy p { color: var(--muted); }
.result-index { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: var(--navy); font-weight: 900; }
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; }
.comparison-grid figure { position: relative; margin: 0; height: clamp(310px, 40vw, 520px); overflow: hidden; background: #182f41; }
.comparison-grid img { width: 100%; height: 100%; object-fit: cover; }
.photo-label { position: absolute; z-index: 2; left: 18px; top: 18px; padding: 8px 14px; border-radius: 999px; background: var(--navy); color: white; font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; box-shadow: 0 7px 24px rgba(0,0,0,.3); }
.photo-label.after { background: var(--gold); color: var(--navy); }
.results-note { margin: 24px 0 0; color: #cbd8e2; font-size: .88rem; }
.pricing-section { background: #eef1f2; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.price-card { padding: 30px; background: white; border-radius: var(--radius); border: 1px solid var(--line); }
.price-card > p { min-height: 58px; color: var(--muted); font-size: .93rem; }
.price-list { padding: 0; margin: 24px 0 0; list-style: none; border-top: 1px solid var(--line); }
.price-list li, .list-card li { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.price-list strong, .list-card strong { white-space: nowrap; color: var(--gold-dark); }
.reassurance { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; align-items: center; margin-top: 24px; padding: 30px; background: var(--gold); border-radius: var(--radius); }
.reassurance h3, .reassurance p { margin: 0; }
.paw { font-size: 1.8rem; }
.pricing-lower { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
.list-card { padding: 30px; background: white; border-radius: var(--radius); }
.list-card ul { margin: 0; padding: 0; list-style: none; }
.list-card.dark { background: var(--navy); color: white; }
.list-card.dark h3, .list-card.dark strong { color: var(--gold); }
.list-card.dark li { border-color: rgba(255,255,255,.17); }
.list-card p { margin: 18px 0 0; font-size: .88rem; color: #cbd8e2; }
.community-callout { display: grid; grid-template-columns: auto 1fr; gap: 25px; align-items: center; margin-top: 20px; padding: 32px; background: white; border: 2px solid var(--gold); border-radius: var(--radius); }
.community-mark { display: grid; place-items: center; width: 100px; height: 100px; border-radius: 50%; background: var(--navy); color: var(--gold); font: 700 2.2rem Impact, sans-serif; }
.community-callout p { margin-bottom: 8px; }
.community-callout small { color: var(--muted); }
.about-section { background: white; }
.about-grid { display: grid; grid-template-columns: minmax(280px,.85fr) 1.15fr; gap: clamp(35px, 7vw, 90px); align-items: center; }
.archie-photo { position: relative; overflow: hidden; min-height: 580px; border-radius: 30px; box-shadow: var(--shadow); }
.archie-photo::after { content: "ARCHIE"; position: absolute; right: 18px; bottom: 12px; color: white; font: 700 4rem Impact, sans-serif; letter-spacing: .08em; text-shadow: 0 3px 15px rgba(0,0,0,.55); }
.archie-photo img { width: 100%; height: 100%; position: absolute; object-fit: cover; }
.about-grid p { color: var(--muted); font-size: 1.06rem; }
.text-link { color: var(--gold-dark); font-weight: 900; }
.contact-section { background: var(--navy); color: white; padding-bottom: 145px; }
.contact-intro { text-align: center; }
.contact-intro h2 { color: white; }
.contact-intro > p { max-width: 760px; margin-inline: auto; color: #cbd8e2; }
.contact-options { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin: 28px 0 55px; }
.contact-options a { display: flex; flex-direction: column; min-width: 260px; padding: 18px 24px; border: 1px solid rgba(255,255,255,.22); border-radius: 14px; text-decoration: none; }
.contact-options strong { color: var(--gold); font-size: .72rem; letter-spacing: .13em; }
.request-grid { display: block; }
.request-card { padding: 34px; background: white; color: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); }
.square-card { width: 100%; }
.square-widget { min-height: 68px; display: grid; align-items: center; margin-top: 26px; }
.fine-print { color: var(--muted); font-size: .83rem; }
.site-footer { padding: 55px 0 90px; background: #000f1b; color: #d6e0e7; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr .7fr; gap: 40px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid img { width: 120px; height: 120px; object-fit: contain; }
.footer-grid h2 { color: white; font-size: 1.7rem; }
.footer-grid p { max-width: 400px; }
.copyright { padding-top: 30px; margin-top: 35px; border-top: 1px solid rgba(255,255,255,.13); font-size: .78rem; }
.statement-page { min-height: 100vh; padding: clamp(40px, 8vw, 100px) 20px; background: var(--cream); }
.statement-page article { width: min(760px, 100%); margin: auto; padding: clamp(28px, 6vw, 65px); background: white; border-radius: var(--radius); box-shadow: var(--shadow); }
.statement-page article > a:first-child { display: inline-block; margin-bottom: 45px; font-weight: 800; }
.statement-page p { color: var(--muted); }
.mobile-actions { display: none; }
.page-content { min-height: 65vh; }
.content-narrow { width: min(800px, calc(100% - 38px)); }
.center-text { text-align: center; }
.content-card { padding: 28px; margin-bottom: 20px; background: white; border-radius: var(--radius); }

@media (max-width: 980px) {
  .menu-toggle { display: block; margin-left: auto; }
  .site-header nav { position: absolute; display: none; top: 76px; right: 19px; left: 19px; padding: 20px; flex-direction: column; align-items: stretch; gap: 6px; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .site-header nav.is-open { display: flex; }
  .site-header nav a { padding: 10px 8px; }
  .header-actions { margin-left: auto; }
  .hero { min-height: 650px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 720px; }
  .hero-logo { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .service-grid, .education-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  body { font-size: 16px; padding-bottom: 66px; }
  html { scroll-padding-top: 75px; }
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 70px; }
  .brand { flex-basis: 82px; }
  .brand img { top: 3px; width: 82px; height: 82px; }
  .header-actions .button { display: none; }
  .header-actions { margin-left: 0; }
  .language { font-size: .78rem; }
  .hero { min-height: 620px; }
  .hero::after { background: rgba(0,21,38,.88); }
  .hero-grid { padding-block: 70px; }
  .hero h1 { font-size: clamp(3.1rem, 16vw, 4.7rem); }
  .button-row { display: grid; }
  .button { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; gap: 6px; padding-block: 14px; }
  .trust-grid span { text-align: left; }
  .section { padding-block: 74px; }
  .service-grid, .education-grid, .pricing-grid, .pricing-lower, .about-grid, .footer-grid { grid-template-columns: 1fr; }
	.service-card { min-height: auto; }
	.education-card > img { height: 245px; }
	.education-takeaway { grid-template-columns: 1fr; }
  .result-copy { grid-template-columns: auto 1fr; }
  .result-copy p { grid-column: 1 / -1; }
  .comparison-grid { grid-template-columns: 1fr; }
  .comparison-grid figure { height: 330px; }
  .reassurance { grid-template-columns: 1fr; gap: 15px; }
  .price-card > p { min-height: 0; }
  .price-list li, .list-card li { align-items: flex-start; }
  .community-callout { grid-template-columns: 1fr; }
  .community-mark { width: 84px; height: 84px; }
  .archie-photo { min-height: 480px; }
  .contact-options { display: grid; }
  .contact-options a { min-width: 0; }
  .request-card { padding: 25px 20px; }
  .site-footer { padding-bottom: 40px; }
  .mobile-actions { position: fixed; z-index: 70; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: .8fr .8fr 1.4fr; background: white; border-top: 1px solid #cfd8df; box-shadow: 0 -8px 25px rgba(0,21,38,.15); }
  .mobile-actions a { min-height: 62px; display: grid; place-items: center; padding: 7px; color: var(--navy); font-size: .78rem; font-weight: 900; text-align: center; text-decoration: none; }
  .mobile-actions .primary { background: var(--gold); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
