:root {
  --ink: #132019;
  --ink-soft: #34423b;
  --muted: #627168;
  --paper: #f7f8f4;
  --white: #ffffff;
  --line: #d7dfd7;
  --brand: #1262d7;
  --brand-deep: #0a3f9b;
  --teal: #08756f;
  --mint: #dfeee7;
  --coral: #dc6d4a;
  --navy: #081f35;
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); line-height: 1.55; }
body.subpage { padding-top: 76px; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: 0; }
h3 { font-size: 1.08rem; line-height: 1.25; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: fixed; z-index: 20; top: 0; right: 0; left: 0; display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 76px; padding: 14px clamp(20px, 5vw, 76px); transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease; }
.site-header-home { color: var(--white); }
.site-header.is-scrolled, .site-header.is-open { color: var(--ink); background: rgba(255, 255, 255, 0.96); box-shadow: 0 8px 28px rgba(16, 31, 22, 0.1); backdrop-filter: blur(14px); }
.brand { display: block; flex: 0 0 auto; text-decoration: none; }
.brand-logo { width: clamp(148px, 15vw, 190px); height: auto; max-height: 46px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 30px); font-size: 0.91rem; font-weight: 720; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta):hover { color: var(--brand); }
.nav-cta { padding: 10px 14px; border: 1px solid currentColor; border-radius: 999px; }
.site-header-home:not(.is-scrolled) .nav-cta { color: var(--white); border-color: rgba(255, 255, 255, 0.65); }
.menu-button { display: none; width: 44px; height: 44px; padding: 9px; border: 1px solid currentColor; border-radius: var(--radius); color: inherit; background: transparent; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; }

.hero { position: relative; display: grid; min-height: min(720px, 88svh); overflow: hidden; color: var(--white); }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(4, 26, 42, 0.94) 0%, rgba(5, 27, 45, 0.78) 37%, rgba(5, 27, 45, 0.18) 72%), linear-gradient(0deg, rgba(3, 18, 29, 0.52), transparent 48%); }
.offer-marquee { position: absolute; z-index: 1; top: 76px; right: 0; left: 0; display: block; overflow: hidden; border-top: 1px solid rgba(160, 241, 224, 0.44); border-bottom: 1px solid rgba(160, 241, 224, 0.44); color: var(--white); background: rgba(8, 117, 111, 0.94); text-decoration: none; }
.offer-track { display: flex; width: max-content; animation: offer-scroll 24s linear infinite; white-space: nowrap; will-change: transform; }
.offer-track > span { display: inline-flex; align-items: center; min-height: 44px; padding-right: 54px; font-size: 0.8rem; font-weight: 670; }.offer-track b { margin-right: 20px; color: #c9f5e9; font-size: 0.67rem; font-weight: 860; letter-spacing: 0.07em; text-transform: uppercase; }.offer-track strong { margin-right: 5px; font-weight: 850; }.offer-track i { margin: 0 20px; color: #a2ecdc; font-size: 1rem; font-style: normal; }
@keyframes offer-scroll { from { transform: translateX(0); } to { transform: translateX(-33.333%); } }
.offer-marquee:hover .offer-track, .offer-marquee:focus-visible .offer-track { animation-play-state: paused; }
.hero-content { position: relative; z-index: 1; align-self: end; max-width: 820px; padding: 150px clamp(22px, 7vw, 105px) 46px; }
.hero-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; color: rgba(255, 255, 255, 0.78); font-size: 0.82rem; font-weight: 760; letter-spacing: 0.06em; text-transform: uppercase; }
.hero-kicker span { display: inline-block; width: 28px; height: 2px; background: #6ddbc7; }
h1 { max-width: 17ch; margin-bottom: 24px; font-size: clamp(3rem, 4.5vw, 4.5rem); line-height: 0.95; }
.hero-copy { max-width: 635px; margin-bottom: 0; color: rgba(255, 255, 255, 0.85); font-size: clamp(1.06rem, 1.6vw, 1.24rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 12px 18px; border: 1px solid transparent; border-radius: 999px; font: inherit; font-size: 0.94rem; font-weight: 780; text-decoration: none; cursor: pointer; }
.button.primary { color: var(--white); background: var(--brand); box-shadow: 0 14px 30px rgba(18, 98, 215, 0.22); }
.button.primary:hover, .button.primary:focus-visible { background: var(--brand-deep); }
.button.ghost { color: var(--white); border-color: rgba(255, 255, 255, 0.58); background: rgba(255, 255, 255, 0.06); }
.hero-footnote { position: absolute; z-index: 1; right: clamp(22px, 5vw, 76px); bottom: 30px; max-width: 250px; color: rgba(255, 255, 255, 0.66); font-size: 0.79rem; text-align: right; }

.signal-strip { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--ink); color: var(--white); }
.signal-strip div { display: flex; align-items: center; gap: 16px; min-height: 112px; padding: 20px clamp(22px, 4vw, 68px); border-right: 1px solid rgba(255, 255, 255, 0.13); font-size: 0.92rem; }
.signal-strip div:last-child { border-right: 0; }
.signal-number { color: #75decf; font-family: Georgia, "Times New Roman", serif; font-size: 3rem; line-height: 1; }
.signal-mark { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border: 1px solid rgba(117, 222, 207, 0.5); border-radius: 50%; color: #75decf; font-size: 0.8rem; font-weight: 800; }

.section { padding: clamp(76px, 10vw, 148px) clamp(22px, 7vw, 105px); }
.eyebrow { margin: 0 0 14px; color: var(--teal); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.section-label { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; }
.section-index { color: #9baaa0; font-size: 0.78rem; font-weight: 780; letter-spacing: 0.04em; }
.capability-section { display: grid; grid-template-columns: minmax(170px, 0.35fr) minmax(300px, 0.9fr) minmax(330px, 1.1fr); gap: clamp(34px, 5vw, 80px); align-items: start; background: var(--paper); }
.capability-intro h2, .approach-intro h2, .operations-copy h2, .secure-note h2, .contact-copy h2, .service-category-heading h2, .services-note h2 { margin-bottom: 18px; font-size: clamp(2.25rem, 4.2vw, 4.25rem); line-height: 1.02; }
.capability-intro > p, .approach-intro > p, .operations-copy > p, .contact-copy > p, .service-category-heading > p, .services-note > p { color: var(--muted); font-size: 1.05rem; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--brand-deep); font-size: 0.92rem; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.capability-list { border-top: 1px solid var(--ink); }
.capability-list a { display: grid; grid-template-columns: 42px 1fr minmax(128px, 0.9fr) 24px; gap: 12px; align-items: baseline; padding: 20px 0; border-bottom: 1px solid var(--line); text-decoration: none; transition: color 160ms ease, padding 160ms ease; }
.capability-list a:hover { padding-left: 8px; color: var(--brand-deep); }
.capability-list span { color: var(--teal); font-size: 0.78rem; font-weight: 800; }
.capability-list strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; font-weight: 500; }
.capability-list em { color: var(--muted); font-size: 0.88rem; font-style: normal; }
.capability-list b { justify-self: end; font-size: 1.15rem; }

.approach-section { display: grid; grid-template-columns: minmax(280px, 0.84fr) minmax(360px, 1.16fr); gap: clamp(44px, 9vw, 150px); color: var(--white); background: var(--navy); }
.approach-section .eyebrow { color: #71dbc6; }
.approach-intro > p { color: rgba(255, 255, 255, 0.72); }
.process-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 0 0 30px; border-bottom: 1px solid rgba(255, 255, 255, 0.19); }
.process-list li + li { padding-top: 29px; }
.process-list span { color: #71dbc6; font-size: 0.84rem; font-weight: 800; }
.process-list h3 { margin-bottom: 7px; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 500; }
.process-list p { margin-bottom: 0; color: rgba(255, 255, 255, 0.68); }

.operations-section { display: grid; grid-template-columns: minmax(320px, 1fr) minmax(320px, 1fr); min-height: 570px; background: var(--mint); }
.operations-art { position: relative; overflow: hidden; min-height: 360px; background: var(--teal); }
.art-ring { position: absolute; display: block; border: 1px solid rgba(255, 255, 255, 0.52); border-radius: 50%; }
.ring-one { width: min(56vw, 720px); height: min(56vw, 720px); top: -29%; left: -16%; }
.ring-two { width: min(42vw, 520px); height: min(42vw, 520px); right: -14%; bottom: -36%; }
.art-line { position: absolute; width: 72%; height: 1px; top: 56%; left: 0; background: rgba(255, 255, 255, 0.72); transform: rotate(-37deg); transform-origin: left center; }
.art-dot { position: absolute; top: 35%; left: 52%; width: 32px; height: 32px; border-radius: 50%; background: var(--coral); }
.operations-copy { align-self: center; max-width: 650px; padding: clamp(64px, 9vw, 132px) clamp(28px, 8vw, 118px); }
.operation-links { display: grid; gap: 11px; margin-top: 30px; }
.operation-links a { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 10px; border-bottom: 1px solid rgba(8, 117, 111, 0.36); color: var(--ink); font-size: 0.95rem; font-weight: 780; text-decoration: none; }

.perspective-section { display: grid; grid-template-columns: minmax(160px, 0.36fr) minmax(300px, 1.12fr) minmax(240px, 0.66fr); gap: clamp(32px, 6vw, 94px); align-items: start; background: var(--white); }
.perspective-quote p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.05rem, 3.8vw, 4.1rem); line-height: 1.08; }
.perspective-note { align-self: end; padding-bottom: 8px; }
.perspective-note p { color: var(--muted); }
.secure-note { display: grid; grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 1.1fr); gap: clamp(38px, 8vw, 140px); padding: clamp(50px, 7vw, 92px) clamp(22px, 7vw, 105px); color: var(--white); background: #173b50; }
.secure-note .eyebrow { color: #9ce5d8; }
.secure-note h2 { margin-bottom: 0; }
.secure-note > p { max-width: 720px; margin: 8px 0 0; color: rgba(255, 255, 255, 0.78); font-size: 1.04rem; }

.contact-section { display: grid; grid-template-columns: minmax(290px, 0.85fr) minmax(360px, 1.15fr); gap: clamp(46px, 9vw, 150px); padding: clamp(76px, 11vw, 150px) clamp(22px, 7vw, 105px); background: #eceee8; }
.contact-details { display: grid; justify-items: start; gap: 12px; margin-top: 24px; }
.contact-email { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.contact-phone { color: var(--brand-deep); font-size: 1.08rem; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.contact-details address, .audit-contact address { color: var(--muted); font-size: 0.94rem; font-style: normal; }
.regional-office { display: inline-block; margin-top: 9px; }
.contact-form { display: grid; gap: 17px; padding: clamp(24px, 4vw, 42px); border-top: 4px solid var(--brand); background: var(--white); box-shadow: 0 20px 50px rgba(19, 32, 25, 0.09); }
label { display: grid; gap: 7px; color: var(--ink-soft); font-size: 0.89rem; font-weight: 780; }
input, textarea { width: 100%; min-height: 46px; padding: 12px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; color: var(--ink); outline-color: var(--brand); background: transparent; font: inherit; }
textarea { resize: vertical; }
.contact-form .button { justify-self: start; margin-top: 4px; }
.form-note { margin: 0; color: var(--muted); font-size: 0.82rem; }
.form-trust-note { display: grid; gap: 3px; margin: 22px 0; padding: 16px 18px; border-left: 4px solid var(--teal); color: var(--ink); background: var(--mint); text-decoration: none; }
.form-trust-note strong { font-size: 0.9rem; }
.form-trust-note span { color: var(--muted); font-size: 0.84rem; }
.mobile-action-bar { display: none; }
.site-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; padding: 42px clamp(22px, 7vw, 105px); background: var(--ink); color: var(--white); }
.footer-logo { width: 172px; height: auto; filter: brightness(0) invert(1) grayscale(1); opacity: 0.94; }
.site-footer p { max-width: 360px; margin: 12px 0 0; color: rgba(255, 255, 255, 0.65); font-size: 0.9rem; }
.footer-contact { margin-top: 13px; color: rgba(255, 255, 255, 0.72); font-size: 0.84rem; font-style: normal; }
.footer-contact a { color: var(--white); font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; font-size: 0.89rem; font-weight: 700; }
.footer-links a { color: rgba(255, 255, 255, 0.78); text-decoration: none; }
.footer-links a:hover { color: var(--white); }
.footer-link-button { padding: 0; border: 0; color: rgba(255, 255, 255, 0.78); background: transparent; font: inherit; font-weight: inherit; cursor: pointer; }
.footer-link-button:hover { color: var(--white); }

/* Privacy controls and policy pages */
.consent-banner { position: fixed; z-index: 1000; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 34px; align-items: center; padding: 22px clamp(22px, 7vw, 105px); border-top: 1px solid rgba(255, 255, 255, 0.18); color: var(--white); background: #071b2b; box-shadow: 0 -16px 42px rgba(4, 20, 31, 0.22); }
.consent-banner[hidden] { display: none; }
.consent-copy strong { display: block; margin-bottom: 5px; font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; font-weight: 500; }
.consent-copy p { max-width: 880px; margin: 0; color: rgba(255, 255, 255, 0.72); font-size: 0.86rem; line-height: 1.55; }
.consent-copy a { color: var(--white); text-underline-offset: 3px; }
.consent-actions { display: flex; gap: 10px; }
.consent-actions button { min-height: 44px; padding: 10px 17px; border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 3px; font: inherit; font-size: 0.84rem; font-weight: 760; cursor: pointer; }
.consent-decline { color: var(--white); background: transparent; }
.consent-accept { color: #071b2b; border-color: var(--white) !important; background: var(--white); }
.consent-actions button:focus-visible, .footer-link-button:focus-visible { outline: 3px solid #9ee8d8; outline-offset: 3px; }
.policy-hero { padding-bottom: clamp(52px, 7vw, 88px); }
.policy-layout { padding: clamp(58px, 8vw, 96px) clamp(22px, 7vw, 105px); background: var(--paper); }
.policy-content { max-width: 820px; margin: 0 auto; }
.policy-content > p:first-child { color: var(--ink); font-size: 1.16rem; }
.policy-content h2 { margin: 42px 0 12px; font-size: clamp(1.65rem, 2.7vw, 2.35rem); }
.policy-content p, .policy-content li { color: var(--muted); }
.policy-content ul { display: grid; gap: 10px; padding-left: 22px; }
.policy-content a { color: var(--brand-deep); font-weight: 700; text-underline-offset: 3px; }
.policy-meta { margin-top: 0; color: var(--teal) !important; font-size: 0.82rem !important; font-weight: 800; text-transform: uppercase; }

/* Services directory */
.services-hero, .page-hero, .service-page-hero, .blog-hero { padding: clamp(84px, 11vw, 150px) clamp(22px, 7vw, 105px) clamp(62px, 8vw, 108px); color: var(--white); background: linear-gradient(110deg, rgba(6, 29, 48, 0.94), rgba(7, 54, 83, 0.75)), url("assets/vyro-hero-operations.png") center / cover; }
.service-page-hero { background: linear-gradient(110deg, rgba(6, 29, 48, 0.94), rgba(7, 54, 83, 0.75)), url("../assets/vyro-hero-operations.png") center / cover; }
.services-hero h1, .page-hero h1, .service-page-hero h1, .blog-hero h1 { max-width: 12ch; margin-bottom: 20px; font-size: clamp(3rem, 6vw, 5.8rem); }
.services-hero > p:not(.eyebrow), .page-hero > p:not(.eyebrow), .service-page-hero > p:not(.eyebrow), .blog-hero > p:not(.eyebrow) { max-width: 700px; color: rgba(255, 255, 255, 0.81); font-size: 1.08rem; }
.services-hero .eyebrow, .page-hero .eyebrow, .service-page-hero .eyebrow, .blog-hero .eyebrow { color: #8fe2d3; }
.service-category { display: grid; grid-template-columns: minmax(260px, 0.62fr) minmax(460px, 1.38fr); gap: clamp(42px, 7vw, 120px); padding: clamp(72px, 10vw, 138px) clamp(22px, 7vw, 105px); background: var(--paper); }
.service-category-alt { background: var(--white); }
.service-directory { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.service-directory article { display: flex; flex-direction: column; align-items: flex-start; min-height: 244px; padding: 26px; background: var(--white); }
.service-directory article > span { color: var(--teal); font-size: 0.76rem; font-weight: 800; }
.service-directory h3 { margin: 22px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 1.48rem; font-weight: 500; }
.service-directory p { color: var(--muted); font-size: 0.94rem; }
.service-directory .text-link { margin-top: auto; }
.services-note { padding: clamp(72px, 10vw, 125px) clamp(22px, 7vw, 105px); color: var(--white); background: var(--teal); }
.services-note .eyebrow { color: #c4f0df; }
.services-note > p { max-width: 720px; color: rgba(255, 255, 255, 0.8); }
.services-note .button { margin-top: 12px; color: var(--teal); background: var(--white); box-shadow: none; }

/* Existing blog and individual service pages */
.blog-grid-section { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; padding: clamp(52px, 8vw, 110px) clamp(22px, 7vw, 105px); background: var(--line); }
.post-card { display: flex; flex-direction: column; align-items: flex-start; min-height: 340px; padding: 28px; background: var(--white); }
.post-meta { color: var(--teal); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; }
.post-card h2 { margin-bottom: 13px; font-size: clamp(1.58rem, 2.3vw, 2.2rem); line-height: 1.1; }
.post-card h2 a { text-decoration: none; }
.post-card p:not(.post-meta) { color: var(--muted); }
.post-card .text-link { margin-top: auto; }
.blog-system-note, .compliance { display: grid; grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1.2fr); gap: clamp(36px, 8vw, 120px); padding: clamp(62px, 9vw, 120px) clamp(22px, 7vw, 105px); background: var(--mint); }
.blog-system-note h2, .compliance h2 { font-size: clamp(2.2rem, 4vw, 3.7rem); line-height: 1.05; }
.blog-system-note > p, .compliance > p { color: var(--muted); font-size: 1.04rem; }
.article-layout { padding: clamp(62px, 9vw, 118px) clamp(22px, 7vw, 105px); background: var(--white); }
.article { max-width: 790px; margin: 0 auto; }
.article h1 { max-width: 12ch; color: var(--ink); font-size: clamp(2.9rem, 5.2vw, 5.5rem); }
.article h2 { margin-top: 44px; font-size: clamp(1.6rem, 2.8vw, 2.3rem); }
.article p { color: var(--muted); font-size: 1.07rem; }
.article-lede { color: var(--ink) !important; font-size: 1.25rem !important; }
.article-cta { margin-top: 50px; padding: 32px; color: var(--white); background: var(--navy); }
.article-cta h2 { margin-top: 0; }.article-cta p { color: rgba(255, 255, 255, 0.74); }
.service-page-hero .text-link { display: inline-flex; margin: 0 0 25px; color: #a6eadf; }
.service-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; padding: clamp(58px, 9vw, 118px) clamp(22px, 7vw, 105px); background: var(--line); }
.service-detail-grid > div { padding: clamp(26px, 4vw, 42px); background: var(--white); }
.service-detail-grid h2 { font-size: clamp(1.7rem, 3vw, 2.6rem); }.service-detail-grid p, .service-detail-grid li { color: var(--muted); }.service-detail-grid ul { display: grid; gap: 10px; padding-left: 20px; }
.service-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: clamp(46px, 7vw, 92px) clamp(22px, 7vw, 105px); color: var(--white); background: var(--brand-deep); }
.service-cta h2 { max-width: 690px; margin: 0; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.03; }
.standalone-link { display: inline-flex; margin-top: 12px; }

/* Conversion, specialty, and trust surfaces */
.content-hero, .specialty-hero { padding: clamp(40px, 4vw, 48px) clamp(22px, 7vw, 105px) clamp(30px, 3vw, 36px); color: var(--white); background: linear-gradient(105deg, rgba(4, 25, 42, 0.95) 0%, rgba(6, 42, 63, 0.84) 58%, rgba(8, 117, 111, 0.5) 100%), url("assets/vyro-hero-operations.png") center / cover; }
.content-hero h1, .content-hero > h2, .specialty-hero h1 { max-width: 15ch; margin-bottom: 22px; font-size: clamp(2.8rem, 4.5vw, 4.6rem); }
.content-hero > p:not(.eyebrow), .specialty-hero > p:not(.eyebrow) { max-width: 760px; color: rgba(255, 255, 255, 0.8); font-size: 1.1rem; }
.content-hero .eyebrow, .specialty-hero .eyebrow { color: #91e6d6; }
.content-hero .button, .specialty-hero .button { margin-top: 18px; }
.specialty-hero .text-link { margin-bottom: 30px; color: #a6eadf; }

.lifecycle-section { background: var(--white); }
.lifecycle-heading { display: grid; grid-template-columns: minmax(220px, 0.55fr) minmax(360px, 1.05fr) minmax(260px, 0.75fr); gap: clamp(28px, 5vw, 76px); align-items: start; margin-bottom: 58px; }
.lifecycle-heading h2 { margin: 0; font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.04; }
.lifecycle-heading > p:last-child { color: var(--muted); font-size: 1.03rem; }
.lifecycle-track { display: grid; grid-template-columns: repeat(7, minmax(118px, 1fr)); margin: 0; padding: 0; border-top: 1px solid var(--ink); list-style: none; }
.lifecycle-track li { position: relative; min-height: 218px; padding: 22px 16px 20px 0; border-bottom: 1px solid var(--line); }
.lifecycle-track li + li { padding-left: 16px; border-left: 1px solid var(--line); }
.lifecycle-track span { color: var(--teal); font-size: 0.75rem; font-weight: 820; }
.lifecycle-track h3 { margin: 28px 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 1.33rem; font-weight: 500; }
.lifecycle-track p { margin: 0; color: var(--muted); font-size: 0.86rem; }

.compatibility-section { display: grid; grid-template-columns: minmax(300px, 0.92fr) minmax(360px, 1.08fr); gap: clamp(44px, 8vw, 134px); padding: clamp(72px, 10vw, 132px) clamp(22px, 7vw, 105px); background: var(--mint); }
.compatibility-section h2 { max-width: 13ch; margin: 0; font-size: clamp(2.3rem, 4.2vw, 4.25rem); line-height: 1.03; }
.compatibility-section > div:last-child > p { color: var(--ink-soft); font-size: 1.04rem; }
.compatibility-section ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 30px 0; padding: 1px; background: rgba(8, 117, 111, 0.24); list-style: none; }
.compatibility-section li { min-height: 120px; padding: 20px; color: var(--ink); background: rgba(255, 255, 255, 0.62); font-size: 0.91rem; font-weight: 760; }
.compatibility-note { margin-bottom: 0; font-size: 0.84rem !important; }

.faq-section { display: grid; grid-template-columns: minmax(280px, 0.7fr) minmax(420px, 1.3fr); gap: clamp(44px, 9vw, 150px); background: var(--paper); }
.faq-section > div:first-child h2 { margin-bottom: 18px; font-size: clamp(2.3rem, 4.2vw, 4.2rem); line-height: 1.04; }
.faq-section > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 22px 48px 22px 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; font-weight: 500; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 20px; right: 4px; content: "+"; color: var(--teal); font-family: Inter, ui-sans-serif, sans-serif; font-size: 1.35rem; font-weight: 500; }
.faq-list details[open] summary::after { content: "\2212"; }
.faq-list details p { max-width: 720px; padding: 0 42px 20px 0; color: var(--muted); }

.audit-overview, .info-overview { display: grid; grid-template-columns: minmax(280px, 0.72fr) minmax(450px, 1.28fr); gap: clamp(42px, 8vw, 128px); padding: clamp(72px, 10vw, 132px) clamp(22px, 7vw, 105px); background: var(--paper); }
.audit-overview h2, .audit-form-copy h2, .info-overview h2 { margin-bottom: 18px; font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.04; }
.audit-overview > div:first-child > p:last-child, .audit-form-copy > p, .info-overview > div:first-child > p:last-child { color: var(--muted); }
.audit-items, .info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.audit-items article, .info-grid article { min-height: 220px; padding: 26px; background: var(--white); }
.audit-items span, .pressure-list span, .info-grid span { color: var(--teal); font-size: 0.76rem; font-weight: 820; }
.audit-items h3, .info-grid h3 { margin: 38px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; font-weight: 500; }
.audit-items p, .info-grid p { color: var(--muted); font-size: 0.92rem; }
.trial-band { display: grid; grid-template-columns: minmax(320px, 0.92fr) minmax(360px, 1.08fr); gap: clamp(40px, 8vw, 130px); padding: clamp(56px, 8vw, 94px) clamp(22px, 7vw, 105px); color: var(--white); background: var(--teal); }
.trial-band .eyebrow { color: #c8f4e8; }
.trial-band h2 { max-width: 14ch; margin: 0; font-size: clamp(2.2rem, 4vw, 3.9rem); line-height: 1.04; }
.trial-band > div:last-child p { color: rgba(255, 255, 255, 0.82); font-size: 1.03rem; }
.trial-band .small-note { margin-bottom: 0; font-size: 0.84rem; }
.audit-form-section { display: grid; grid-template-columns: minmax(270px, 0.65fr) minmax(480px, 1.35fr); gap: clamp(46px, 8vw, 130px); padding: clamp(72px, 10vw, 132px) clamp(22px, 7vw, 105px); background: #eceee8; }
.audit-form-copy { align-self: start; }
.audit-form-copy a { color: var(--brand-deep); font-weight: 760; text-underline-offset: 4px; }
.audit-contact { display: grid; gap: 12px; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }
.audit-contact p { margin: 0; }
.audit-form { display: grid; gap: 20px; padding: clamp(26px, 4vw, 44px); border-top: 4px solid var(--brand); background: var(--white); box-shadow: 0 20px 50px rgba(19, 32, 25, 0.09); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 24px; }
select { width: 100%; min-height: 46px; padding: 12px 28px 12px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; color: var(--ink); outline-color: var(--brand); background: var(--white); font: inherit; }
.hp-field { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.consent-row { display: grid; grid-template-columns: 20px 1fr; gap: 11px; align-items: start; font-weight: 560; }
.consent-row input { width: 18px; min-height: 18px; margin-top: 2px; accent-color: var(--brand); }
.audit-form .button { justify-self: start; }

.specialty-directory { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; padding: clamp(62px, 9vw, 118px) clamp(22px, 7vw, 105px); background: var(--line); }
.specialty-directory > a { display: flex; flex-direction: column; align-items: flex-start; min-height: 310px; padding: clamp(26px, 4vw, 44px); background: var(--white); text-decoration: none; }
.specialty-directory > a:hover h2 { color: var(--brand-deep); }
.specialty-directory span { color: var(--teal); font-size: 0.76rem; font-weight: 820; }
.specialty-directory h2 { margin: 45px 0 14px; font-size: clamp(1.85rem, 3vw, 3rem); transition: color 160ms ease; }
.specialty-directory p { max-width: 520px; color: var(--muted); }
.specialty-directory b { margin-top: auto; color: var(--brand-deep); font-size: 0.91rem; }
.specialty-pressure { display: grid; grid-template-columns: minmax(300px, 0.72fr) minmax(470px, 1.28fr); gap: clamp(42px, 8vw, 128px); padding: clamp(72px, 10vw, 132px) clamp(22px, 7vw, 105px); background: var(--paper); }
.specialty-pressure h2, .specialty-workflow h2, .specialty-boundary h2 { margin-bottom: 18px; font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.04; }
.pressure-list { border-top: 1px solid var(--ink); }
.pressure-list article { display: grid; grid-template-columns: 42px minmax(150px, 0.7fr) minmax(220px, 1.3fr); gap: 18px; align-items: start; padding: 24px 0; border-bottom: 1px solid var(--line); }
.pressure-list h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.28rem; font-weight: 500; }
.pressure-list p { margin: 0; color: var(--muted); font-size: 0.92rem; }
.specialty-workflow { display: grid; grid-template-columns: minmax(280px, 0.8fr) minmax(410px, 1.2fr); gap: clamp(44px, 8vw, 130px); padding: clamp(72px, 10vw, 132px) clamp(22px, 7vw, 105px); color: var(--white); background: var(--navy); }
.specialty-workflow .eyebrow { color: #8fe2d3; }
.specialty-workflow > div > p:last-child { color: rgba(255, 255, 255, 0.7); }
.specialty-workflow ol { margin: 0; padding: 0; border-top: 1px solid rgba(255, 255, 255, 0.4); list-style: none; counter-reset: workflow; }
.specialty-workflow li { display: grid; grid-template-columns: minmax(160px, 0.65fr) minmax(220px, 1.35fr); gap: 28px; padding: 22px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.18); counter-increment: workflow; }
.specialty-workflow strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.26rem; font-weight: 500; }
.specialty-workflow span { color: rgba(255, 255, 255, 0.68); font-size: 0.92rem; }
.specialty-boundary { display: grid; grid-template-columns: minmax(300px, 0.8fr) minmax(340px, 1.2fr); gap: clamp(40px, 8vw, 128px); align-items: start; padding: clamp(66px, 9vw, 112px) clamp(22px, 7vw, 105px); background: var(--mint); }
.specialty-boundary h2 { margin: 0; }
.specialty-boundary p { color: var(--muted); font-size: 1.04rem; }

@media (max-width: 920px) {
  .menu-button { display: block; }
  .site-nav { position: absolute; top: 66px; right: 14px; left: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); background: var(--white); box-shadow: 0 14px 36px rgba(16, 31, 22, 0.14); }
  .site-nav.is-open { display: flex; }.site-nav a { padding: 13px; }.site-header-home:not(.is-scrolled) .nav-cta { color: var(--ink); border-color: var(--line); }
  .offer-marquee { top: 66px; }.hero-content { padding-top: 218px; }
  .signal-strip, .capability-section, .approach-section, .operations-section, .perspective-section, .secure-note, .contact-section, .service-category, .blog-system-note, .compliance, .lifecycle-heading, .compatibility-section, .faq-section, .audit-overview, .trial-band, .audit-form-section, .specialty-pressure, .specialty-workflow, .specialty-boundary, .info-overview { grid-template-columns: 1fr; }
  .signal-strip div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }.signal-strip div:last-child { border-bottom: 0; }
  .capability-section { gap: 30px; }.section-label { max-width: 640px; }.capability-list { max-width: 780px; }
  .operations-art { min-height: 420px; }.operations-copy { padding: 72px clamp(22px, 9vw, 100px); }
  .perspective-section { gap: 30px; }.perspective-note { max-width: 600px; }
  .service-category-heading { max-width: 640px; }
  .blog-grid-section { grid-template-columns: 1fr; }
  .lifecycle-track { grid-template-columns: repeat(4, minmax(130px, 1fr)); }
  .lifecycle-track li:nth-child(5) { border-left: 0; }
  .consent-banner { grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 640px) {
  body { padding-bottom: 66px; }
  body.subpage { padding-top: 66px; }.site-header { min-height: 66px; padding: 10px 18px; }.brand-logo { width: 144px; max-height: 38px; }
  .hero { min-height: calc(100svh - 64px); }.hero-media img { object-position: 62% center; }.hero-overlay { background: linear-gradient(90deg, rgba(4, 26, 42, 0.92) 0%, rgba(4, 26, 42, 0.74) 66%, rgba(4, 26, 42, 0.4) 100%), linear-gradient(0deg, rgba(3, 18, 29, 0.56), transparent 50%); }.hero-content { padding: 158px 22px 72px; }.hero-footnote { display: none; }
  .offer-marquee { top: 66px; }.offer-track > span { min-height: 42px; padding-right: 38px; font-size: 0.71rem; }.offer-track b { margin-right: 14px; font-size: 0.61rem; }.offer-track i { margin: 0 14px; }
  h1 { font-size: clamp(2.85rem, 13vw, 3.8rem); }.hero-actions, .button { width: 100%; }.button { min-height: 50px; }
  .section, .service-category { padding-right: 22px; padding-left: 22px; }.capability-list a { grid-template-columns: 32px 1fr 20px; gap: 8px; }.capability-list em { display: none; }.capability-list strong { font-size: 1.25rem; }
  .operations-art { min-height: 300px; }.ring-one { width: 430px; height: 430px; }.ring-two { width: 310px; height: 310px; }
  .service-directory, .service-detail-grid, .specialty-directory, .audit-items, .info-grid, .form-grid, .compatibility-section ul { grid-template-columns: 1fr; }.service-directory article { min-height: 220px; }
  .content-hero h1, .content-hero > h2, .specialty-hero h1 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .lifecycle-track { grid-template-columns: 1fr; border-top: 0; }
  .lifecycle-track li, .lifecycle-track li + li, .lifecycle-track li:nth-child(5) { min-height: auto; padding: 20px 0; border-top: 1px solid var(--line); border-right: 0; border-left: 0; }
  .lifecycle-track h3 { margin: 8px 0 5px; }
  .pressure-list article { grid-template-columns: 34px 1fr; }
  .pressure-list article p { grid-column: 2; }
  .specialty-workflow li { grid-template-columns: 1fr; gap: 8px; }
  .specialty-directory > a { min-height: 260px; }
  .audit-form .button { width: 100%; }
  .site-footer { display: block; }.footer-links { justify-content: flex-start; margin-top: 24px; }
  .site-nav a, .footer-links a { display: flex; min-height: 48px; align-items: center; }
  .contact-form .button { width: 100%; }.service-cta { display: grid; }.service-cta .button { width: 100%; }
  .consent-actions { display: grid; grid-template-columns: 1fr 1.5fr; width: 100%; }
  .consent-actions button { width: 100%; }
  .mobile-action-bar { position: fixed; z-index: 900; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 58px; border-top: 1px solid rgba(255, 255, 255, 0.2); background: var(--ink); box-shadow: 0 -10px 28px rgba(4, 20, 31, 0.2); }
  .mobile-action-bar a { display: flex; align-items: center; justify-content: center; padding: 12px; color: var(--white); font-size: 0.88rem; font-weight: 800; text-decoration: none; }
  .mobile-action-bar a:first-child { color: var(--ink); background: var(--accent); }
}
