﻿:root {
  --ink: #151821;
  --ink-2: #232833;
  --muted: #687180;
  --line: #dfe4e8;
  --paper: #f7f8f6;
  --white: #ffffff;
  --volt: #f6a313;
  --volt-dark: #b36c00;
  --signal: #1b8f83;
  --blue: #2c5f7f;
  --shadow: 0 18px 45px rgba(21, 24, 33, 0.12);
  --radius: 8px;
  color-scheme: light;
  font-family: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-size: 16px; line-height: 1.55; letter-spacing: 0; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.skip-link { position: absolute; top: -48px; left: 16px; padding: 10px 14px; background: var(--ink); color: var(--white); z-index: 40; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(21, 24, 33, 0.94); color: var(--white); border-bottom: 1px solid rgba(255,255,255,0.12); backdrop-filter: blur(12px); }
.nav { width: min(1180px, calc(100% - 32px)); margin: 0 auto; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 188px; }
.brand img { width: 178px; height: 44px; object-fit: cover; object-position: center; }
.menu { display: flex; align-items: center; gap: 6px; font-size: 0.94rem; color: rgba(255,255,255,0.82); }
.menu a { padding: 10px 12px; border-radius: var(--radius); }
.menu a:hover, .menu a:focus-visible { color: var(--white); background: rgba(255,255,255,0.09); outline: none; }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 40px; padding: 10px 14px; border-radius: var(--radius); background: var(--volt); color: #201300; font-weight: 700; white-space: nowrap; }
.nav-cta:hover, .nav-cta:focus-visible { background: #ffb52f; outline: none; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,0.22); border-radius: var(--radius); background: transparent; color: var(--white); cursor: pointer; }
.menu-toggle svg, .icon { width: 20px; height: 20px; stroke: currentColor; stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.hero { min-height: 720px; display: grid; align-items: stretch; background: var(--ink); color: var(--white); }
.hero-media { grid-area: 1 / 1; position: relative; min-height: 720px; height: 720px; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(21,24,33,0.95), rgba(21,24,33,0.75) 38%, rgba(21,24,33,0.2) 100%), linear-gradient(0deg, rgba(21,24,33,0.7), rgba(21,24,33,0.05) 44%); }
.hero-content { grid-area: 1 / 1; position: relative; z-index: 1; width: min(1180px, calc(100% - 32px)); min-height: 720px; margin: 0 auto; padding: 116px 0 70px; display: flex; flex-direction: column; justify-content: space-between; gap: 54px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px; color: #ffd38a; font-weight: 700; text-transform: uppercase; font-size: 0.78rem; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--volt); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: 4.35rem; line-height: 0.98; letter-spacing: 0; }
.hero-lead { max-width: 680px; margin-bottom: 34px; color: rgba(255,255,255,0.84); font-size: 1.18rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 13px 18px; border: 1px solid transparent; border-radius: var(--radius); font-weight: 700; cursor: pointer; }
.button-primary { background: var(--volt); color: #241500; }
.button-primary:hover, .button-primary:focus-visible { background: #ffb72f; outline: none; }
.button-ghost { border-color: rgba(255,255,255,0.36); color: var(--white); background: rgba(255,255,255,0.04); }
.button-ghost:hover, .button-ghost:focus-visible { background: rgba(255,255,255,0.1); outline: none; }
.trust-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; max-width: 880px; }
.trust-item { min-height: 94px; padding: 18px; border: 1px solid rgba(255,255,255,0.14); border-radius: var(--radius); background: rgba(21,24,33,0.62); }
.trust-item strong { display: block; color: var(--white); font-size: 1rem; margin-bottom: 5px; }
.trust-item span { color: rgba(255,255,255,0.68); font-size: 0.9rem; }
section { padding: 84px 0; }
.hero { padding: 0; }
.section-inner { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.section-head { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.65fr); gap: 40px; align-items: end; margin-bottom: 34px; }
.section-kicker { margin: 0 0 12px; color: var(--volt-dark); font-weight: 800; text-transform: uppercase; font-size: 0.78rem; }
h2 { margin-bottom: 0; font-size: 2.45rem; line-height: 1.08; letter-spacing: 0; }
.section-head p { margin: 0; color: var(--muted); }
.assurance-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 1fr; align-items: stretch; gap: 10px; margin-bottom: 26px; }
.assurance-item { min-height: 176px; height: 100%; display: flex; flex-direction: column; padding: 16px; border: 1px solid var(--line); border-top: 3px solid var(--volt); border-radius: var(--radius); background: var(--white); }
.assurance-item strong { display: block; margin-bottom: 8px; font-size: 1rem; color: var(--ink); }
.assurance-item span { display: block; color: var(--muted); font-size: 0.91rem; line-height: 1.52; overflow-wrap: break-word; hyphens: auto; }
.business-fields { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.85fr); gap: 18px; margin-bottom: 28px; }
.business-field { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 4px 18px rgba(21,24,33,0.035); }
.business-field-primary { border-left: 4px solid var(--volt); }
.field-label { margin: 0 0 12px; color: var(--volt-dark); font-size: 0.78rem; font-weight: 800; text-transform: uppercase; }
.business-field h3 { margin: 0 0 14px; font-size: 1.48rem; line-height: 1.16; letter-spacing: 0; }
.business-field p { margin: 0; color: var(--muted); font-size: 1rem; }
.scope-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 18px; margin-top: 24px; }
.scope-groups div { padding-top: 14px; border-top: 1px solid var(--line); }
.scope-groups strong { display: block; margin-bottom: 5px; color: var(--ink); font-size: 0.98rem; }
.scope-groups span { color: var(--muted); font-size: 0.93rem; }
.scope-list { display: grid; gap: 10px; padding: 0; margin: 22px 0 0; list-style: none; color: var(--muted); font-size: 0.96rem; }
.scope-list li { position: relative; padding-left: 22px; }
.scope-list li::before { content: ""; position: absolute; left: 0; top: 0.72em; width: 7px; height: 7px; border-radius: 50%; background: var(--volt); transform: translateY(-50%); }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.service-card { min-height: 236px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 4px 18px rgba(21,24,33,0.04); }
.icon-box { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 20px; border-radius: var(--radius); background: #fff1d5; color: var(--volt-dark); }
.service-card:nth-child(3n+2) .icon-box { background: #e7f3f1; color: var(--signal); }
.service-card:nth-child(3n) .icon-box { background: #e8f0f5; color: var(--blue); }
.service-card h3 { margin-bottom: 10px; font-size: 1.16rem; letter-spacing: 0; }
.service-card p { margin: 0; color: var(--muted); font-size: 0.97rem; }
.portfolio-block { margin-top: 46px; padding-top: 42px; border-top: 1px solid var(--line); }
.portfolio-intro { display: grid; grid-template-columns: minmax(0, 0.58fr) minmax(300px, 0.9fr); gap: 28px 42px; align-items: start; margin-bottom: 22px; }
.portfolio-intro .section-kicker { grid-column: 1 / -1; margin-bottom: 0; }
.portfolio-intro h3 { margin: 0; font-size: 1.65rem; line-height: 1.16; letter-spacing: 0; }
.portfolio-intro p { margin: 0; color: var(--muted); font-size: 1.03rem; }
.portfolio-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.portfolio-card { min-height: 286px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #fbfcfd; box-shadow: 0 4px 18px rgba(21,24,33,0.035); }
.portfolio-icon { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 18px; border-radius: var(--radius); background: #fff1d5; color: var(--volt-dark); }
.portfolio-card:nth-child(2n) .portfolio-icon { background: #e7f3f1; color: var(--signal); }
.portfolio-card:nth-child(3n) .portfolio-icon { background: #e8f0f5; color: var(--blue); }
.portfolio-card h4 { margin: 0 0 16px; font-size: 1.06rem; line-height: 1.24; letter-spacing: 0; }
.portfolio-card ul { display: grid; gap: 9px; padding: 0; margin: 0; list-style: none; color: var(--muted); font-size: 0.96rem; }
.portfolio-card li { position: relative; padding-left: 24px; }
.portfolio-card li::before { content: ""; position: absolute; top: 0.72em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--volt); transform: translateY(-50%); }
.role-clarity { background: var(--white); padding: 76px 0; }
.role-clarity-grid { position: relative; display: grid; grid-template-columns: 86px minmax(0, 1fr) minmax(240px, 0.34fr); gap: 28px; align-items: center; padding: 30px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.role-clarity-grid::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--volt); }
.role-clarity-icon { width: 62px; height: 62px; display: inline-flex; align-items: center; justify-content: center; margin-left: 22px; border-radius: var(--radius); background: #fff1d5; color: var(--volt-dark); }
.role-clarity-copy h2 { margin-bottom: 16px; font-size: 2.18rem; line-height: 1.08; letter-spacing: 0; }
.role-clarity-copy p:last-child { max-width: 800px; margin: 0; color: var(--muted); font-size: 1.06rem; }
.role-clarity-markers { display: grid; gap: 10px; }
.role-clarity-markers span { display: block; padding: 12px 14px; border: 1px solid var(--line); border-left: 3px solid var(--blue); border-radius: var(--radius); background: #fbfcfd; color: var(--ink); font-size: 0.92rem; font-weight: 700; }
.role-clarity-markers span:nth-child(2) { border-left-color: var(--volt); }
.image-band { padding: 0; background: var(--ink); color: var(--white); }
.image-band-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; min-height: 520px; }
.image-band-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px max(32px, calc((100vw - 1180px) / 2)) 70px 32px; background: var(--ink); }
.image-band-copy h2 { max-width: 640px; margin-bottom: 22px; }
.image-band-copy p { max-width: 690px; color: rgba(255,255,255,0.76); font-size: 1.06rem; }
.image-band-copy ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; padding: 0; margin: 24px 0 0; list-style: none; }
.image-band-copy li { display: flex; gap: 10px; align-items: flex-start; color: rgba(255,255,255,0.84); }
.check { width: 20px; height: 20px; margin-top: 2px; border-radius: 50%; background: var(--volt); color: #261500; display: inline-flex; align-items: center; justify-content: center; font-size: 0.75rem; font-weight: 900; flex: 0 0 auto; }
.image-band-photo { min-height: 420px; }
.image-band-photo img { width: 100%; height: 100%; object-fit: cover; }
.workflow { background: var(--white); }
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; counter-reset: steps; }
.step { min-height: 210px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #fbfcfd; counter-increment: steps; position: relative; overflow: hidden; }
.step::before { content: "0" counter(steps); display: block; margin-bottom: 26px; color: var(--volt-dark); font-weight: 800; font-size: 0.9rem; }
.step h3 { margin-bottom: 10px; font-size: 1.1rem; }
.step p { margin: 0; color: var(--muted); font-size: 0.96rem; }
.about-grid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.72fr); gap: 42px; align-items: center; }
.about-copy h2 { margin-bottom: 20px; }
.about-copy p { color: var(--muted); font-size: 1.03rem; }
.about-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 28px; }
.fact { min-height: 112px; padding: 17px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.fact strong { display: block; margin-bottom: 6px; color: var(--ink); font-size: 1rem; }
.fact span { color: var(--muted); font-size: 0.92rem; }
.photo-stack { display: grid; gap: 12px; }
.photo-stack img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.contact { padding-bottom: 0; background: var(--ink); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.7fr); gap: 36px; align-items: start; }
.contact h2 { margin-bottom: 20px; }
.contact p { color: rgba(255,255,255,0.76); }
.contact-list { display: grid; gap: 12px; margin-top: 28px; }
.contact-item { display: flex; gap: 13px; align-items: center; min-height: 58px; padding: 15px; border: 1px solid rgba(255,255,255,0.14); border-radius: var(--radius); background: rgba(255,255,255,0.05); }
.contact-item .icon-box { width: 36px; height: 36px; margin-bottom: 0; background: transparent; color: var(--volt); flex: 0 0 auto; }
.contact-form { padding: 22px; border: 1px solid rgba(255,255,255,0.14); border-radius: var(--radius); background: rgba(255,255,255,0.07); }
.field { display: grid; gap: 7px; margin-bottom: 14px; }
label { color: rgba(255,255,255,0.82); font-size: 0.92rem; font-weight: 700; }
input, textarea { width: 100%; min-height: 46px; border: 1px solid rgba(255,255,255,0.2); border-radius: var(--radius); padding: 12px; background: rgba(255,255,255,0.95); color: var(--ink); font: inherit; }
textarea { min-height: 128px; resize: vertical; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 4px 0 18px; color: rgba(255,255,255,0.72); font-size: 0.86rem; }
.consent input { width: 18px; min-height: 18px; margin-top: 3px; accent-color: var(--volt); }
.form-note { margin-top: 12px; color: rgba(255,255,255,0.72); font-size: 0.9rem; line-height: 1.45; }
.form-fallback { padding: 12px 14px; border: 1px solid rgba(255,255,255,0.16); border-radius: var(--radius); background: rgba(255,255,255,0.06); }
.form-fallback a { color: var(--volt); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.form-status { display: none; margin: 8px 0 18px; padding: 16px 18px; border: 1px solid rgba(255, 116, 116, 0.72); border-left: 4px solid rgba(255, 116, 116, 1); border-radius: var(--radius); background: rgba(117, 22, 22, 0.44); color: #fff0f0; font-size: 1.05rem; font-weight: 800; line-height: 1.45; }
.form-status.is-visible { display: block; }

.site-footer { margin-top: 72px; padding: 28px 0; border-top: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.62); }
.footer-inner { width: min(1180px, calc(100% - 32px)); margin: 0 auto; display: flex; justify-content: space-between; gap: 18px; align-items: center; flex-wrap: wrap; }
.footer-links { display: flex; gap: 14px; flex-wrap: wrap; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--white); outline: none; }
@media (max-width: 980px) {
  .menu { position: absolute; top: 72px; left: 0; right: 0; display: none; padding: 14px 16px 20px; background: var(--ink); border-top: 1px solid rgba(255,255,255,0.12); }
  .menu.is-open { display: grid; gap: 4px; }
  .menu a, .nav-cta { width: 100%; justify-content: flex-start; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .hero, .hero-media { min-height: 680px; }
  .hero-media { height: 680px; }
  .hero-content { min-height: 680px; }
  h1 { font-size: 3.2rem; }
  .trust-row, .services-grid, .steps, .about-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .assurance-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: auto; }
  .assurance-item { min-height: 0; }
  .section-head, .business-fields, .image-band-grid, .about-grid, .contact-grid, .portfolio-intro { grid-template-columns: 1fr; }
  .role-clarity-grid { grid-template-columns: 72px 1fr; align-items: start; }
  .role-clarity-markers { grid-column: 2; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .image-band-copy { padding: 62px 32px; }
}
@media (max-width: 680px) {
  .nav { width: min(100% - 24px, 1180px); }
  .brand img { width: 154px; height: 44px; }
  .hero, .hero-media { min-height: 720px; }
  .hero-media { height: 720px; }
  .hero-content { width: min(100% - 24px, 1180px); min-height: 720px; padding: 72px 0 34px; gap: 28px; }
  .hero-lead { margin-bottom: 22px; font-size: 1rem; }
  h1 { font-size: 2.36rem; line-height: 1.06; }
  h2 { font-size: 1.95rem; }
  section { padding: 62px 0; }
  .trust-row, .services-grid, .steps, .about-facts, .portfolio-grid, .image-band-copy ul { grid-template-columns: 1fr; }
  .assurance-grid, .scope-groups { grid-template-columns: 1fr; }
  .trust-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .trust-item { min-height: 52px; padding: 10px 12px; display: flex; align-items: center; }
  .trust-item strong { font-size: 0.9rem; }
  .trust-item span { display: none; }
  .business-field { padding: 20px; }
  .business-field h3 { font-size: 1.28rem; }
  .portfolio-block { margin-top: 34px; padding-top: 32px; }
  .portfolio-card { min-height: 0; }
  .role-clarity { padding: 56px 0; }
  .role-clarity-grid { grid-template-columns: 1fr; gap: 18px; padding: 24px 0 24px 18px; }
  .role-clarity-icon { margin-left: 0; }
  .role-clarity-copy h2 { font-size: 1.86rem; }
  .role-clarity-copy p:last-child { font-size: 1rem; }
  .role-clarity-markers { grid-column: auto; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .contact-form { padding: 18px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}

/* Legal pages */
.legal-main { background: var(--paper); }
.legal-hero { padding: 92px 0 70px; background: var(--ink); color: var(--white); border-bottom: 4px solid var(--volt); }
.legal-hero-inner { max-width: 880px; }
.legal-hero h1 { max-width: 780px; margin-bottom: 18px; font-size: 3.15rem; line-height: 1.03; }
.legal-hero p { max-width: 720px; margin-bottom: 0; color: rgba(255,255,255,0.76); font-size: 1.08rem; }
.legal-date { display: inline-flex; margin-top: 22px; padding: 7px 10px; border: 1px solid rgba(255,255,255,0.16); border-radius: var(--radius); color: rgba(255,255,255,0.74); font-size: 0.88rem; }
.legal-content { padding: 70px 0 86px; }
.legal-layout { display: grid; grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr); gap: 28px; align-items: start; }
.legal-aside { position: sticky; top: 96px; display: grid; gap: 10px; padding: 20px; border: 1px solid var(--line); border-top: 3px solid var(--volt); border-radius: var(--radius); background: var(--white); box-shadow: 0 4px 18px rgba(21,24,33,0.035); }
.legal-aside strong { font-size: 1rem; }
.legal-aside span { color: var(--muted); font-size: 0.94rem; }
.legal-aside a { color: var(--blue); font-weight: 700; font-size: 0.94rem; }
.legal-stack { display: grid; gap: 16px; }
.legal-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 4px 18px rgba(21,24,33,0.035); }
.legal-card h2 { margin-bottom: 16px; font-size: 1.34rem; line-height: 1.18; }
.legal-card p { margin-bottom: 14px; color: var(--muted); }
.legal-card p:last-child { margin-bottom: 0; }
.legal-card a { color: var(--blue); font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-data-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.legal-data-grid div { padding-top: 14px; border-top: 1px solid var(--line); }
.legal-data-grid span { display: block; margin-bottom: 7px; color: var(--volt-dark); font-size: 0.76rem; font-weight: 800; text-transform: uppercase; }
.legal-footer { margin-top: 0; background: var(--ink); }
.consent a { color: #ffd38a; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 980px) {
  .legal-layout { grid-template-columns: 1fr; }
  .legal-aside { position: static; }
  .legal-hero h1 { font-size: 2.55rem; }
}

@media (max-width: 680px) {
  .legal-hero { padding: 68px 0 48px; }
  .legal-hero h1 { font-size: 2.08rem; }
  .legal-content { padding: 48px 0 62px; }
  .legal-card { padding: 20px; }
  .legal-data-grid { grid-template-columns: 1fr; }
}










