/* EZION TECH — dark architectural composition, no external dependencies. */
:root {
  color-scheme: dark;
  --ink: #080f18;
  --surface: #101923;
  --raised: #15212d;
  --text: #f2f3f1;
  --muted: #adb6bf;
  --gold: #d0b58a;
  --line: #2a3540;
  --font: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --shell: 1280px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; background: var(--ink); color: var(--text); font-family: var(--font); font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body, h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 400; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
address { font-style: normal; }
::selection { background: var(--gold); color: var(--ink); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 6px; }
[hidden] { display: none !important; }
.shell { width: min(var(--shell), calc(100% - 112px)); margin-inline: auto; }
.section-space { padding-block: 112px; }
.eyebrow { font-size: .75rem; line-height: 1.5; letter-spacing: .15em; font-weight: 500; text-transform: uppercase; color: var(--gold); }
.muted-heading { color: var(--muted); }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 20px; background: var(--gold); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 20; background: #080f18f5; border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 88px; }
.brand { display: inline-flex; gap: 13px; align-items: center; white-space: nowrap; font-size: 1.35rem; font-weight: 600; letter-spacing: .055em; line-height: 1; }
.brand-light { font-weight: 300; margin-left: 7px; color: var(--muted); }
.primary-nav { display: flex; align-items: center; gap: 36px; font-size: .875rem; }
.primary-nav a { padding-block: 12px; transition: color .2s; }
.primary-nav a:hover, .text-link:hover, .back-top:hover { color: var(--gold); }
.primary-nav .nav-contact { color: var(--gold); border-left: 1px solid var(--line); padding-left: 34px; margin-left: 4px; }
.nav-contact span { margin-left: 19px; }
.menu-toggle { border: 1px solid var(--line); background: transparent; padding: 10px 12px; min-height: 44px; align-items: center; gap: 12px; font-size: .875rem; }
.menu-icon { width: 18px; height: 10px; border-block: 1px solid currentColor; }
.hero { position: relative; isolation: isolate; overflow: hidden; }
.hero-art { position: absolute; z-index: -1; inset: 0 0 0 28%; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 50%; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink) 0%, #080f18b3 15%, transparent 48%), linear-gradient(0deg, var(--ink), transparent 22%); }
.hero-inner { padding-top: 76px; }
.hero-copy { max-width: 790px; padding-bottom: 75px; }
.hero .eyebrow { display: flex; align-items: center; gap: 13px; margin-bottom: 30px; }
.small-line { width: 24px; height: 1px; background: var(--gold); flex-shrink: 0; }
h1 { font-size: clamp(4.25rem, 7.55vw, 7.2rem); line-height: .99; letter-spacing: -.065em; }
h1 span { color: var(--gold); }
.hero-intro { margin-top: 31px; font-size: 1.25rem; line-height: 1.5; letter-spacing: -.015em; }
.hero-description { color: var(--muted); max-width: 390px; margin-top: 17px; line-height: 1.75; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; min-height: 53px; padding: 13px 21px; margin-top: 31px; font-size: .875rem; color: var(--ink); background: var(--gold); border: 1px solid var(--gold); transition: background .2s, transform .2s; }
.button:hover { background: #e2cba8; transform: translateY(-2px); }
.button span { font-size: 1.2rem; line-height: 1; }
.hero-baseline { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); padding-block: 23px; color: var(--muted); font-size: .75rem; letter-spacing: .025em; }
.hero-baseline a { color: var(--text); font-size: .875rem; }
.hero-baseline a span { color: var(--gold); margin-left: 23px; }
.focus-band { border-block: 1px solid var(--line); background: var(--surface); }
.focus-inner { display: grid; grid-template-columns: 1.1fr 1fr 1fr; align-items: center; }
.focus-inner p { font-size: .875rem; line-height: 1.6; padding-block: 30px; color: var(--muted); }
.focus-inner strong { color: var(--text); font-weight: 400; }
.focus-inner a { display: flex; align-items: center; gap: 18px; padding: 35px 25px; border-left: 1px solid var(--line); font-size: .875rem; transition: background .2s; }
.focus-inner a:last-child { padding-right: 0; }
.focus-inner a:hover { background: var(--raised); }
.focus-inner a > span:last-child { margin-left: auto; color: var(--gold); }
.focus-number { color: var(--gold); font-size: .75rem; }
.section-heading { display: grid; grid-template-columns: 1.25fr 1fr; column-gap: 100px; align-items: end; margin-bottom: 70px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 23px; }
h2 { font-size: clamp(2.15rem, 3.5vw, 3.4rem); line-height: 1.15; letter-spacing: -.045em; }
.section-heading > p:last-child { color: var(--muted); max-width: 420px; }
.service-row { display: grid; grid-template-columns: 1fr 1.22fr .48fr; gap: 52px; padding-block: 46px 49px; border-top: 1px solid var(--line); scroll-margin-top: 25px; }
.service-row:last-child { border-bottom: 1px solid var(--line); }
.service-number { font-size: .75rem; letter-spacing: .12em; color: var(--gold); }
.service-heading h3 { font-size: clamp(1.8rem, 2.6vw, 2.55rem); line-height: 1.2; letter-spacing: -.035em; margin-top: 26px; }
.service-body > p { color: var(--muted); }
.service-topics { list-style: none; padding: 0; margin: 25px 0 26px; }
.service-topics li { padding: 8px 0; border-bottom: 1px solid #202b36; font-size: .875rem; }
.service-topics li::before { content: "+"; color: var(--gold); padding-right: 12px; }
.text-link { display: inline-flex; gap: 26px; align-items: center; min-height: 44px; font-size: .875rem; transition: color .2s; }
.text-link span { color: var(--gold); }
.service-category { color: var(--muted); font-size: .75rem; line-height: 1.7; letter-spacing: .12em; text-align: right; padding-top: 5px; }
.approach { background: var(--surface); border-block: 1px solid var(--line); }
.approach-heading { max-width: 680px; }
.approach-heading h2 { margin-top: 23px; }
.approach-heading > p:last-child { color: var(--muted); margin-top: 24px; max-width: 430px; }
.process { display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; padding: 0; margin: 62px 0 0; gap: 35px; }
.process li { position: relative; padding-top: 24px; border-top: 1px solid #46505a; }
.process li::before { content: ""; position: absolute; left: 0; top: -3px; width: 5px; height: 5px; background: var(--gold); }
.step-number { color: var(--gold); font-size: .75rem; }
.process h3 { font-size: 1.4rem; letter-spacing: -.02em; margin: 27px 0 13px; }
.process p { color: var(--muted); font-size: 1rem; max-width: 245px; }
.company-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 115px; }
.company-copy h2 { margin: 24px 0 34px; }
.company-copy > p:not(.eyebrow) { max-width: 515px; color: var(--muted); margin-top: 18px; }
.company-copy .text-link { margin-top: 24px; }
.company-record { border-top: 2px solid var(--gold); padding: 25px 30px 20px; background: var(--surface); }
.record-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.company-record dl { margin: 17px 0 0; }
.company-record dl > div { padding: 15px 0; border-bottom: 1px solid var(--line); }
.company-record dt { font-size: .75rem; color: var(--muted); margin-bottom: 6px; }
.company-record dd { font-size: .875rem; margin: 0; }
.company-record dd span { color: var(--gold); margin-right: 7px; font-variant-numeric: tabular-nums; }
.record-footnote { font-size: .75rem; color: var(--muted); margin-top: 17px; }
.contact { background: #152331; border-top: 1px solid #34404b; padding-bottom: 88px; }
.contact-top { display: flex; justify-content: space-between; align-items: center; }
.contact-arrow { color: var(--gold); font-size: 3.6rem; line-height: 1; }
.contact h2 { font-size: clamp(3.5rem, 7.3vw, 7rem); line-height: 1.05; letter-spacing: -.055em; margin-top: 29px; }
.contact h2 em { font-family: Georgia, "Times New Roman", serif; color: var(--gold); font-weight: 400; }
.contact-bottom { display: flex; justify-content: space-between; align-items: end; gap: 45px; margin-top: 57px; }
.contact-bottom > p { color: var(--muted); }
.email-link { display: inline-flex; align-items: center; gap: 24px; font-size: clamp(1.35rem, 2.5vw, 2.3rem); letter-spacing: -.025em; border-bottom: 1px solid var(--gold); padding-bottom: 12px; }
.email-link span { color: var(--gold); }
.email-link:hover { color: var(--gold); }
.copy-line { min-height: 39px; display: flex; flex-wrap: wrap; align-items: center; gap: 15px; margin-top: 8px; }
.copy-email { background: transparent; border: 0; padding: 8px 0; color: var(--muted); font-size: .875rem; text-decoration: underline; text-underline-offset: 4px; }
.copy-email:hover { color: var(--text); }
.copy-status { font-size: .875rem; color: var(--gold); }
.site-footer { padding: 42px 0 26px; }
.footer-top { display: flex; align-items: center; gap: 40px; padding-bottom: 36px; }
.footer-top .brand { font-size: 1.12rem; }
.footer-top > p { color: var(--muted); font-size: .875rem; }
.back-top { margin-left: auto; font-size: .875rem; white-space: nowrap; }
.back-top span { margin-left: 18px; color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 24px; border-top: 1px solid var(--line); font-size: .75rem; color: var(--muted); }
@media (min-width: 1600px) { .hero-art { left: 35%; } }
@media (max-width: 1100px) {
  .shell { width: calc(100% - 72px); }
  .primary-nav { gap: 24px; }
  .primary-nav .nav-contact { padding-left: 24px; }
  .hero-art { left: 20%; opacity: .8; }
  .section-heading { gap: 24px 55px; }
  .service-row { grid-template-columns: .9fr 1.2fr; gap: 42px; }
  .service-category { display: none; }
  .company-grid { gap: 55px; }
  .focus-inner { grid-template-columns: 1fr 1fr; }
  .focus-inner p { grid-column: 1 / -1; padding: 20px 0; border-bottom: 1px solid var(--line); }
  .focus-inner p br { display: none; }
  .focus-inner strong { margin-left: 8px; }
  .focus-inner a { padding: 24px; }
  .focus-inner a:nth-child(2) { border-left: 0; padding-left: 0; }
  .process { gap: 24px; }
  .contact-bottom { gap: 24px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 90px; }
  .shell { width: calc(100% - 40px); }
  .section-space { padding-block: 72px; }
  .header-inner { min-height: 76px; flex-wrap: wrap; gap: 0 16px; }
  .brand { font-size: 1.14rem; gap: 9px; }
  .brand img { width: 32px; height: 32px; }
  .menu-toggle:not([hidden]) { display: flex; }
  .primary-nav { width: 100%; gap: 8px 24px; flex-wrap: wrap; padding-block: 6px 17px; }
  .primary-nav .nav-contact { border: 0; padding-left: 0; margin: 0; }
  .nav-enhanced .primary-nav { display: none; }
  .nav-enhanced .primary-nav.is-open { display: flex; flex-direction: column; align-items: stretch; padding-block: 8px 20px; gap: 0; }
  .nav-enhanced .primary-nav a { border-top: 1px solid var(--line); padding: 14px 0; }
  .menu-toggle[aria-expanded="true"] .menu-icon { height: 1px; border-bottom: 0; }
  .hero-inner { padding-top: 53px; }
  .hero-copy { padding-bottom: 140px; }
  .hero .eyebrow { font-size: .75rem; letter-spacing: .08em; margin-bottom: 26px; max-width: 330px; }
  h1 { font-size: clamp(3.65rem, 11.4vw, 5.6rem); }
  .hero-art { inset: 26% -25% 0 0; opacity: .65; }
  .hero-art::after { background: linear-gradient(180deg, var(--ink), #080f18e0 20%, #080f1870 60%, var(--ink)), linear-gradient(90deg, #080f18d9, transparent); }
  .hero-art img { object-position: 65% 50%; }
  .hero-description { max-width: 360px; color: #c0c7ce; }
  .hero-intro { font-size: 1.15rem; }
  .hero-baseline { align-items: start; padding-block: 19px; gap: 18px; }
  .hero-baseline > span { max-width: 190px; }
  .hero-baseline a { white-space: nowrap; font-size: .75rem; }
  .hero-baseline a span { margin-left: 10px; }
  .focus-inner { display: block; }
  .focus-inner strong { display: block; margin-left: 0; }
  .focus-inner a, .focus-inner a:last-child { border: 0; border-bottom: 1px solid var(--line); padding: 22px 0; }
  .focus-inner a:last-child { border-bottom: 0; }
  .section-heading { display: block; margin-bottom: 42px; }
  .section-heading > p:last-child { margin-top: 24px; }
  .service-row { grid-template-columns: 1fr; gap: 24px; padding-block: 32px 35px; }
  .service-heading h3 { margin-top: 13px; font-size: 2rem; }
  .service-heading h3 br { display: none; }
  .service-topics { margin-top: 20px; }
  .process { grid-template-columns: 1fr 1fr; gap: 38px 28px; margin-top: 44px; }
  .process h3 { margin-top: 17px; }
  .company-grid { grid-template-columns: 1fr; gap: 43px; }
  .company-record { padding: 22px; }
  .contact h2 { font-size: clamp(3.4rem, 11vw, 5.1rem); }
  .contact-arrow { font-size: 2.8rem; }
  .contact-bottom { display: block; margin-top: 32px; }
  .email-group { margin-top: 32px; }
  .email-link { font-size: clamp(1.15rem, 5.2vw, 1.9rem); gap: 18px; }
  .footer-top { flex-wrap: wrap; gap: 24px 12px; }
  .footer-top > p { order: 3; width: 100%; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}
@media (max-width: 380px) {
  .shell { width: calc(100% - 32px); }
  h1 { font-size: 3.3rem; }
  .process { grid-template-columns: 1fr; }
  .process p { max-width: none; }
  .contact h2 { font-size: 3.1rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
