:root {
  --ink: #122333;
  --ink-soft: #4e6472;
  --navy: #11283a;
  --navy-deep: #0c1c2b;
  --teal: #1a918d;
  --gold: #d6a85e;
  --paper: #fbfaf7;
  --mist: #eef3f2;
  --line: #dce5e5;
  --white: #ffffff;
  --radius: 18px;
  --shadow: 0 20px 60px rgba(17, 40, 58, 0.11);
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); }
a { color: inherit; text-decoration-thickness: 0.08em; text-underline-offset: 0.18em; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
p { margin: 0 0 1.15rem; }
h1, h2, h3 { margin: 0 0 1rem; line-height: 1.08; letter-spacing: -0.035em; }
h1 { font-size: clamp(2.75rem, 7vw, 6.2rem); max-width: 820px; }
h2 { font-size: clamp(2rem, 4vw, 3.55rem); }
h3 { font-size: 1.25rem; letter-spacing: -0.02em; }
img { max-width: 100%; height: auto; }

.container { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 10; padding: 10px 14px; color: var(--white); background: var(--navy); border-radius: 0 0 8px 8px; }
.skip-link:focus { top: 0; }
.eyebrow, .card-kicker, .footer-label, .policy-meta { color: var(--teal); font-size: 0.73rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow { margin-bottom: 1rem; }
.card-kicker { margin-bottom: 0.9rem; }
.text-link { color: var(--navy); font-weight: 800; text-decoration: none; }
.text-link span { color: var(--teal); margin-left: 0.35rem; transition: margin-left 180ms ease; }
.text-link:hover span, .text-link:focus-visible span { margin-left: 0.65rem; }

.site-header { position: sticky; top: 0; z-index: 5; color: var(--white); background: rgba(17, 40, 58, 0.96); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.09); backdrop-filter: blur(12px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--white); text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 40px; height: 40px; color: var(--navy); background: var(--gold); border-radius: 50%; font-size: 0.8rem; font-weight: 900; letter-spacing: 0.04em; }
.brand-name { font-size: 0.94rem; font-weight: 750; letter-spacing: -0.01em; line-height: 1.2; }
.brand-name small { display: block; color: #aec0c8; font-size: 0.61rem; font-weight: 750; letter-spacing: 0.2em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 22px; font-size: 0.88rem; }
.site-nav > a { color: #d8e3e5; text-decoration: none; }
.site-nav > a:hover, .site-nav > a:focus-visible, .site-nav > a[aria-current="page"] { color: var(--white); }
.site-nav > a[aria-current="page"] { text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 2px; text-underline-offset: 8px; }
.site-nav .nav-cta { padding: 10px 15px; color: var(--navy); background: var(--gold); border-radius: 999px; font-weight: 800; }
.site-nav .nav-cta:hover, .site-nav .nav-cta:focus-visible { color: var(--navy); background: #e8c982; }
.menu-toggle { display: none; color: var(--white); background: transparent; border: 1px solid rgba(255, 255, 255, 0.35); border-radius: 999px; padding: 8px 12px; font-weight: 700; }

.hero { color: var(--white); background: var(--navy); }
.hero-home { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr); gap: 60px; align-items: center; min-height: 680px; padding: 92px max(24px, calc((100% - 1160px) / 2)); overflow: hidden; }
.hero-copy { position: relative; z-index: 1; }
.hero-copy .eyebrow, .page-hero .eyebrow, .policy-hero .eyebrow { color: #a9ded8; }
.hero-lede { max-width: 630px; color: #ccdbdc; font-size: clamp(1.05rem, 1.7vw, 1.25rem); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 2rem 0 1.5rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 12px 20px; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: var(--navy); background: var(--gold); }
.button-primary:hover, .button-primary:focus-visible { background: #e8c982; }
.button-secondary { color: var(--white); border: 1px solid rgba(255, 255, 255, 0.35); }
.button-secondary:hover, .button-secondary:focus-visible { color: var(--navy); background: var(--white); }
.hero-note { display: flex; align-items: center; gap: 9px; max-width: 590px; color: #a9c2c6; font-size: 0.85rem; }
.status-dot { width: 8px; height: 8px; flex: 0 0 auto; background: var(--teal); border-radius: 50%; box-shadow: 0 0 0 6px rgba(26, 145, 141, 0.14); }
.hero-visual { position: relative; min-height: 430px; isolation: isolate; }
.hero-visual::before { position: absolute; inset: 8% 8% 8% 6%; z-index: -1; content: ""; background: radial-gradient(circle at 50% 50%, rgba(26, 145, 141, 0.35), transparent 54%); }
.orbit { position: absolute; inset: 13% 7%; border: 1px solid rgba(213, 226, 222, 0.26); border-radius: 50%; transform: rotate(-20deg); }
.orbit-two { inset: 22% -2% 21% 18%; transform: rotate(48deg); border-color: rgba(214, 168, 94, 0.55); }
.visual-core { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 168px; height: 168px; color: var(--navy); background: linear-gradient(145deg, #f1d395, var(--gold)); border: 13px solid rgba(255, 255, 255, 0.11); border-radius: 50%; box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2), 0 28px 60px rgba(0, 0, 0, 0.22); transform: translate(-50%, -50%); }
.visual-core span { display: block; font-size: 1.75rem; font-weight: 950; letter-spacing: 0.08em; }
.visual-core small { margin-top: -24px; font-size: 0.65rem; font-weight: 800; letter-spacing: 0.12em; line-height: 1.2; text-align: center; text-transform: uppercase; }
.signal { position: absolute; display: flex; align-items: center; gap: 9px; padding: 11px 14px; color: #eaf3f1; background: rgba(15, 35, 50, 0.84); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 999px; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15); }
.signal b { display: grid; place-items: center; width: 23px; height: 23px; color: var(--navy); background: #b5ded8; border-radius: 50%; font-size: 0.65rem; }
.signal span { font-size: 0.78rem; font-weight: 800; }
.signal-a { top: 13%; right: 5%; }
.signal-b { right: 1%; bottom: 19%; }
.signal-c { bottom: 6%; left: 12%; }

.section { padding: 110px 24px; }
.section > * { width: min(1160px, 100%); margin-right: auto; margin-left: auto; }
.section-intro { background: var(--paper); }
.section-heading { margin-bottom: 48px; }
.section-heading.narrow { max-width: 770px; margin-left: max(0px, calc((100% - 1160px) / 2)); }
.section-heading p:last-child { color: var(--ink-soft); font-size: 1.08rem; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.card { padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 30px rgba(17, 40, 58, 0.04); }
.service-card { min-height: 245px; display: flex; flex-direction: column; }
.service-card p { color: var(--ink-soft); font-size: 0.94rem; }
.service-card .text-link { margin-top: auto; font-size: 0.86rem; }
.tinted { background: var(--mist); }
.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.split-section > div { width: auto; }
.split-section p { color: var(--ink-soft); font-size: 1.02rem; }
.principles-list { display: grid; gap: 0; }
.principles-list > div { display: grid; grid-template-columns: 50px 1fr; gap: 18px; align-items: start; padding: 18px 0; border-bottom: 1px solid #d2dfdc; }
.principles-list > div:first-child { padding-top: 0; }
.principles-list > div:last-child { border-bottom: 0; }
.principles-list span, .process-list > article > span, .detail-number { color: var(--teal); font-size: 0.75rem; font-weight: 900; letter-spacing: 0.1em; }
.principles-list p { margin: 0; }
.principles-list strong { color: var(--ink); }
.disclaimer-section { padding-top: 0; padding-bottom: 0; background: var(--paper); }
.callout { padding: 42px 48px; color: var(--white); background: var(--navy); border-radius: var(--radius); box-shadow: var(--shadow); }
.callout h2 { max-width: 700px; }
.callout p:last-child { max-width: 850px; margin-bottom: 0; color: #c8d9da; font-size: 1rem; }
.cta-section { text-align: center; background: var(--paper); }
.cta-section h2 { max-width: 820px; margin: 0 auto 28px; }
.cta-section.compact { padding-top: 85px; padding-bottom: 110px; }

.page-hero, .policy-hero { padding: 112px 24px 90px; color: var(--white); background: var(--navy); }
.page-hero > *, .policy-hero > * { width: min(900px, 100%); margin-right: auto; margin-left: auto; }
.page-hero h1, .policy-hero h1 { max-width: 850px; }
.page-hero > p:last-child { max-width: 760px; margin-top: 22px; margin-bottom: 0; color: #cbdcdd; font-size: 1.1rem; }
.detail-list { display: grid; gap: 16px; max-width: 1000px; }
.detail-card { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 33px 0; border-bottom: 1px solid var(--line); }
.detail-card:first-child { padding-top: 0; }
.detail-card:last-child { border-bottom: 0; }
.detail-card h2 { margin-bottom: 10px; font-size: clamp(1.6rem, 3vw, 2.35rem); }
.detail-card p { max-width: 760px; color: var(--ink-soft); }
.detail-number { padding-top: 7px; }
.industry-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.industry-card { min-height: 240px; padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.industry-icon { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 32px; color: var(--navy); background: var(--gold); border-radius: 50%; font-size: 0.72rem; font-weight: 900; }
.industry-card p { color: var(--ink-soft); }
.callout-section { padding-top: 0; }
.process-list { max-width: 920px; display: grid; gap: 0; }
.process-list > article { display: grid; grid-template-columns: 74px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.process-list > article:first-child { padding-top: 0; }
.process-list > article:last-child { border-bottom: 0; }
.process-list h2 { margin-bottom: 8px; font-size: clamp(1.45rem, 2.8vw, 2.15rem); }
.process-list p { max-width: 720px; margin: 0; color: var(--ink-soft); }
.about-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 90px; }
.about-statement { width: auto; }
.about-points { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 28px; }
.about-points > div { width: auto; padding-top: 18px; border-top: 2px solid var(--gold); }
.about-points h3 { margin-bottom: 8px; }
.about-points p { color: var(--ink-soft); font-size: 0.95rem; }
.location-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; color: var(--white); background: var(--navy-deep); }
.location-strip > div { width: auto; }
.location-strip .card-kicker { color: #a9ded8; }
.location-strip h2 { font-size: 2rem; }
.location-strip p { color: #cbdcdd; }
.contact-lines { display: grid; gap: 14px; }
.contact-lines > div { display: grid; gap: 2px; }
.contact-lines span { color: var(--teal); font-size: 0.71rem; font-weight: 850; letter-spacing: 0.13em; text-transform: uppercase; }
.location-strip .contact-lines a { color: var(--white); }

.contact-layout { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 32px; align-items: start; }
.contact-main { display: grid; gap: 22px; width: 100%; max-width: 100%; min-width: 0; }
.contact-card, .inquiry-options, .contact-note, .contact-form-card { min-width: 0; padding: 32px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.contact-card h2 { font-size: 2rem; }
.contact-card p { color: var(--ink-soft); }
.contact-lines.large { gap: 20px; }
.contact-lines.large a { color: var(--navy); font-size: 1.08rem; font-weight: 800; overflow-wrap: anywhere; word-break: break-word; }
.tag-list { display: flex; flex-wrap: wrap; gap: 9px; }
.tag-list span { padding: 9px 12px; color: var(--navy); background: var(--mist); border: 1px solid #d3e4e1; border-radius: 999px; font-size: 0.83rem; font-weight: 750; }
.contact-note { color: var(--navy); background: #fff9ec; border-color: #ecd8a9; }
.contact-note strong { display: block; margin-bottom: 7px; }
.contact-note p { margin: 0; color: var(--ink-soft); font-size: 0.93rem; }
.contact-form-card h2 { font-size: 2rem; }
.contact-form-card > p { color: var(--ink-soft); }
.contact-form { display: grid; gap: 20px; margin-top: 26px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.form-field { display: grid; gap: 7px; min-width: 0; }
.form-field-full { grid-column: 1 / -1; }
.form-field label { color: var(--navy); font-size: 0.9rem; font-weight: 800; }
.required-mark { color: #a24f37; }
.field-optional { color: var(--ink-soft); font-size: 0.76rem; font-weight: 600; }
.form-field input, .form-field select, .form-field textarea { width: 100%; box-sizing: border-box; padding: 12px 13px; color: var(--navy); background: #fbfcfa; border: 1px solid #cbd9d7; border-radius: 10px; font: inherit; }
.form-field textarea { min-height: 150px; resize: vertical; }
.form-field input:focus-visible, .form-field select:focus-visible, .form-field textarea:focus-visible { outline: 3px solid rgba(26, 145, 141, 0.25); outline-offset: 2px; border-color: var(--teal); }
.form-help, .form-privacy, .form-required-note { color: var(--ink-soft); font-size: 0.82rem; }
.form-privacy { margin: 0; }
.form-privacy a { color: var(--navy); font-weight: 800; }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.form-actions .button { border: 0; cursor: pointer; }
.form-status { padding: 13px 15px; border-radius: 10px; font-size: 0.92rem; }
.form-status[data-state="pending"] { color: var(--navy); background: var(--mist); }
.form-status[data-state="success"] { color: #205b47; background: #e9f6ed; border: 1px solid #b9dfc3; }
.form-status[data-state="error"] { color: #7a2e22; background: #fff0ed; border: 1px solid #ecc0b7; }
.form-status a { font-weight: 800; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-panel { width: 100%; max-width: 100%; min-width: 0; padding: 34px; color: var(--white); background: var(--navy); border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-panel .card-kicker { color: #a9ded8; }
.contact-panel p { color: #cbdcdd; }
.contact-panel .contact-lines { margin-top: 34px; }
.contact-panel .contact-lines a { color: var(--white); }

.policy-hero { padding-bottom: 68px; }
.policy-meta { margin-top: 18px; margin-bottom: 0; color: #a9ded8; }
.policy-content { max-width: 850px; }
.policy-content > p:first-child { font-size: 1.1rem; }
.policy-content h2 { margin-top: 48px; font-size: clamp(1.45rem, 2.7vw, 2.15rem); }
.policy-content p { color: var(--ink-soft); }
.policy-content a { color: var(--navy); font-weight: 700; }

.error-page { display: grid; place-items: center; min-height: 100vh; padding: 40px 24px; color: var(--white); background: var(--navy); }
.error-page > div { width: min(660px, 100%); }
.error-page .eyebrow { color: #a9ded8; }
.error-page p:not(.eyebrow) { color: #cbdcdd; font-size: 1.1rem; }

.site-footer { color: #cbdcdd; background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1.45fr 0.7fr 0.8fr; gap: 56px; padding: 72px 0 60px; }
.footer-brand p { max-width: 290px; margin: 22px 0; color: #9fb6bb; font-size: 0.91rem; }
.footer-contact { color: #cbdcdd; font-size: 0.9rem; line-height: 2; }
.footer-contact a { color: #cbdcdd; }
.footer-link-group { display: grid; align-content: start; gap: 11px; }
.footer-link-group a { color: #cbdcdd; font-size: 0.9rem; text-decoration: none; }
.footer-link-group a:hover, .footer-link-group a:focus-visible { color: var(--white); }
.footer-label { margin-bottom: 7px; color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0 24px; border-top: 1px solid rgba(255, 255, 255, 0.13); color: #8199a0; font-size: 0.75rem; }

:focus-visible { outline: 3px solid #f1c96f; outline-offset: 3px; }

@media (max-width: 1000px) {
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-home { grid-template-columns: 1fr; padding-top: 76px; padding-bottom: 76px; }
  .hero-visual { min-height: 360px; max-width: 640px; width: 100%; margin: 0 auto; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-panel { max-width: none; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 36px, 620px); }
  .site-header { position: relative; }
  .header-inner { min-height: 70px; }
  .menu-toggle { display: inline-flex; align-items: center; gap: 7px; }
  .site-nav { display: none; position: absolute; top: 70px; right: 18px; left: 18px; align-items: stretch; flex-direction: column; gap: 0; padding: 10px; background: var(--navy-deep); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 14px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav > a { padding: 12px 13px; }
  .site-nav > a[aria-current="page"] { text-decoration: none; background: rgba(255, 255, 255, 0.08); border-radius: 8px; }
  .site-nav .nav-cta { margin-top: 5px; text-align: center; }
  .hero-home { padding: 64px 18px; }
  .hero-visual { min-height: 300px; transform: scale(0.92); transform-origin: center top; }
  .visual-core { width: 138px; height: 138px; }
  .signal-a { right: 0; }
  .signal-b { right: -8px; }
  .signal-c { left: 0; }
  .section, .page-hero, .policy-hero { padding-right: 18px; padding-left: 18px; }
  .section { padding-top: 78px; padding-bottom: 78px; }
  .service-grid, .industry-grid, .about-points { grid-template-columns: 1fr; }
  .split-section, .about-grid, .location-strip { grid-template-columns: 1fr; gap: 38px; }
  .callout { padding: 30px 24px; }
  .detail-card { grid-template-columns: 40px 1fr; gap: 12px; }
  .process-list > article { grid-template-columns: 48px 1fr; gap: 12px; }
  .contact-card, .inquiry-options, .contact-note, .contact-form-card, .contact-panel { padding: 24px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field-full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 24px; padding-top: 54px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 6px; }
}

@media (max-width: 420px) {
  h1 { font-size: 2.55rem; }
  .brand-name { font-size: 0.81rem; }
  .brand-mark { width: 35px; height: 35px; font-size: 0.7rem; }
  .hero-visual { min-height: 260px; transform: scale(0.8); margin-bottom: -30px; }
  .signal { padding: 8px 10px; }
}
