@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --ink: #080b09;
  --ink-soft: #101511;
  --panel: #141a15;
  --line-dark: #273027;
  --acid: #8bd126;
  --acid-bright: #a3ec36;
  --paper: #f2f4ef;
  --white: #fff;
  --muted: #aeb7ae;
  --text: #202620;
  --line: #d8ddd5;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.shell-wide { width: min(calc(100% - 32px), 1440px); margin-inline: auto; }
.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; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; padding: 10px 14px; background: var(--acid); color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.header-meta { border-bottom: 1px solid rgba(255,255,255,.1); background: #050705; color: #aab1aa; font-size: .75rem; letter-spacing: .04em; }
.meta-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.meta-inner div { display: flex; gap: 12px; align-items: center; }
.meta-inner a { text-decoration: none; }
.meta-inner a:hover { color: var(--acid-bright); }
.site-header { position: relative; z-index: 50; background: rgba(8,11,9,.97); }
.nav-inner { min-height: 84px; display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 48px; height: 58px; object-fit: cover; object-position: center; mix-blend-mode: screen; }
.brand span { display: grid; line-height: 1; }
.brand strong { font-family: 'Barlow Condensed', Arial, sans-serif; font-size: 1.28rem; letter-spacing: .07em; }
.brand small { color: var(--acid); font-size: .66rem; letter-spacing: .27em; margin-top: 8px; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { font-size: .84rem; font-weight: 600; letter-spacing: .03em; text-decoration: none; color: #dce2dc; }
.main-nav a:hover { color: var(--acid-bright); }
.main-nav .nav-contact { padding: 10px 16px; border: 1px solid #4d5b4d; color: var(--white); }
.menu-button { display: none; width: 44px; height: 44px; background: none; border: 0; padding: 10px; }
.menu-button span { display: block; height: 2px; background: var(--white); margin: 5px 0; }

.hero { min-height: 760px; position: relative; display: grid; align-items: stretch; overflow: hidden; background: #070a08; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 67% 45%; filter: saturate(.8) contrast(1.05) brightness(.75); }
.hero-shade { background: linear-gradient(90deg, rgba(4,7,5,.99) 0%, rgba(4,7,5,.88) 42%, rgba(4,7,5,.28) 72%, rgba(4,7,5,.25) 100%), linear-gradient(0deg, rgba(4,7,5,.8), transparent 40%); }
.hero-inner { position: relative; z-index: 2; display: flex; align-items: center; padding-block: 94px 150px; }
.hero-copy { max-width: 680px; }
.overline { margin: 0 0 18px; color: var(--acid-bright); font-size: .75rem; font-weight: 700; letter-spacing: .22em; }
.overline.dark { color: #5a7d2d; }
.hero h1 { margin: 0; font-family: 'Barlow Condensed', Arial, sans-serif; font-size: clamp(4.3rem, 9vw, 8.4rem); line-height: .78; letter-spacing: -.035em; text-transform: uppercase; }
.hero h1 em { color: var(--acid); font-style: normal; }
.hero-intro { max-width: 610px; margin: 32px 0 0; color: #d8ddd8; font-size: clamp(1rem, 2vw, 1.18rem); line-height: 1.65; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; text-decoration: none; font-size: .84rem; font-weight: 700; letter-spacing: .04em; cursor: pointer; transition: .2s ease; }
.button.primary { background: var(--acid); color: #071005; }
.button.primary:hover { background: var(--acid-bright); transform: translateY(-1px); }
.button.text-button { padding-inline: 0; color: var(--white); border-bottom-color: #738073; }
.button.text-button:hover { color: var(--acid-bright); border-bottom-color: var(--acid-bright); }
.hero-rail { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; border-top: 1px solid rgba(255,255,255,.16); background: rgba(5,8,6,.86); backdrop-filter: blur(12px); }
.rail-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.rail-grid div { min-height: 94px; display: flex; flex-direction: column; justify-content: center; padding: 16px 30px; border-right: 1px solid rgba(255,255,255,.12); }
.rail-grid div:first-child { padding-left: 0; }
.rail-grid div:last-child { border-right: 0; }
.rail-grid small, .contact-details small { color: #899189; font-size: .67rem; font-weight: 700; letter-spacing: .16em; }
.rail-grid strong { margin-top: 5px; font-family: 'Barlow Condensed', Arial, sans-serif; font-size: 1.3rem; letter-spacing: .04em; }

.section { padding-block: 120px; }
.company, .process { background: var(--paper); color: var(--text); }
.split-heading { display: grid; grid-template-columns: 1.08fr .92fr; gap: 90px; align-items: start; }
h2 { margin: 0; font-family: 'Barlow Condensed', Arial, sans-serif; font-size: clamp(2.9rem, 5.4vw, 5rem); line-height: .98; letter-spacing: -.025em; text-transform: uppercase; }
.copy-column { padding-top: 36px; font-size: 1.05rem; color: #505850; }
.copy-column p:first-child { margin-top: 0; }
.copy-column strong { color: #181d18; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 80px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principles article { padding: 34px 38px 38px 0; border-right: 1px solid var(--line); }
.principles article + article { padding-left: 38px; }
.principles article:last-child { border-right: 0; }
.principles span, .service-number { color: #648c30; font-family: 'Barlow Condensed', Arial, sans-serif; font-weight: 700; }
.principles h3 { margin: 18px 0 7px; font-family: 'Barlow Condensed', Arial, sans-serif; font-size: 1.65rem; text-transform: uppercase; }
.principles p { margin: 0; color: #5f675f; }

.services { background: var(--ink-soft); }
.section-title-row { display: grid; grid-template-columns: 1fr 430px; gap: 70px; align-items: end; }
.section-title-row > p { margin: 0; color: var(--muted); }
.service-list { margin-top: 62px; border-top: 1px solid var(--line-dark); }
.service-list article { display: grid; grid-template-columns: 80px 1fr auto; gap: 30px; align-items: center; padding: 34px 0; border-bottom: 1px solid var(--line-dark); }
.service-number { font-size: 1rem; }
.service-list h3 { margin: 0; font-family: 'Barlow Condensed', Arial, sans-serif; font-size: clamp(1.8rem, 3vw, 2.6rem); text-transform: uppercase; }
.service-list p { max-width: 720px; margin: 8px 0 0; color: var(--muted); }
.service-tag { padding: 7px 10px; border: 1px solid #3b483b; color: #aebbab; font-size: .64rem; font-weight: 700; letter-spacing: .1em; white-space: nowrap; }
.regulated-service { background: rgba(139,209,38,.035); }

.process-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.process-heading > p:last-child { margin-top: 30px; max-width: 500px; color: #5b645b; }
.steps { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 60px 1fr; gap: 24px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.steps li > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #9faaa0; color: #5e7e35; font-family: 'Barlow Condensed', Arial, sans-serif; font-weight: 700; }
.steps h3 { margin: 0; font-family: 'Barlow Condensed', Arial, sans-serif; font-size: 1.5rem; text-transform: uppercase; }
.steps p { margin: 5px 0 0; color: #606860; }

.identity { padding-block: 120px 30px; background: #070907; }
.identity-intro { display: grid; grid-template-columns: 1fr 460px; gap: 80px; align-items: end; margin-bottom: 58px; }
.identity-intro > p { color: var(--muted); margin: 0; }
.visual-grid { display: grid; grid-template-columns: 1.25fr .75fr 1fr; grid-auto-rows: 340px; gap: 12px; }
.visual { position: relative; overflow: hidden; margin: 0; background: #121612; }
.visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.visual:hover img { transform: scale(1.025); }
.visual figcaption { position: absolute; left: 0; right: 0; bottom: 0; display: flex; gap: 12px; align-items: center; padding: 45px 18px 16px; background: linear-gradient(transparent, rgba(0,0,0,.88)); font-family: 'Barlow Condensed', Arial, sans-serif; font-size: 1.05rem; text-transform: uppercase; letter-spacing: .04em; }
.visual figcaption span { color: var(--acid); font-size: .78rem; }
.visual.hero-visual { grid-column: span 2; }
.visual.tall { grid-row: span 2; }
.visual.wide { grid-column: span 2; }
.visual:nth-child(3) img, .visual:nth-child(7) img { object-fit: contain; padding: 20px; }

.authorization-note { background: var(--acid); color: #0a1008; }
.note-inner { display: grid; grid-template-columns: 74px 1fr; gap: 30px; align-items: center; padding-block: 44px; }
.note-mark { width: 58px; height: 58px; border: 2px solid #1a2b0c; display: grid; place-items: center; font-family: 'Barlow Condensed', Arial, sans-serif; font-size: 2rem; font-weight: 700; }
.authorization-note h2 { font-size: 2rem; }
.authorization-note p { margin: 8px 0 0; max-width: 970px; font-size: .92rem; line-height: 1.5; }

.contact { background: #0c100d; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.contact-copy > p:not(.overline) { max-width: 520px; color: var(--muted); }
.contact-details { display: grid; margin-top: 50px; font-style: normal; border-top: 1px solid var(--line-dark); }
.contact-details > * { display: grid; padding: 18px 0; border-bottom: 1px solid var(--line-dark); text-decoration: none; }
.contact-details strong { margin-top: 4px; font-size: .98rem; overflow-wrap: anywhere; }
.contact-details a:hover strong { color: var(--acid-bright); }
.form-panel { background: var(--paper); color: var(--text); padding: clamp(28px, 5vw, 54px); }
.form-heading { padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.form-heading > span { color: #618d2b; font-size: .7rem; font-weight: 700; letter-spacing: .15em; }
.form-heading h3 { margin: 7px 0 3px; font-family: 'Barlow Condensed', Arial, sans-serif; font-size: 2.2rem; text-transform: uppercase; }
.form-heading p { margin: 0; color: #657065; font-size: .9rem; }
form { display: grid; margin-top: 26px; }
form > label:not(.check-row) { margin: 15px 0 6px; font-size: .78rem; font-weight: 700; }
input, textarea, select { width: 100%; border: 1px solid #c8cec6; border-radius: 0; background: #fff; color: #121712; padding: 12px 13px; outline: 0; }
input:focus, textarea:focus, select:focus { border-color: #5f9220; box-shadow: 0 0 0 3px rgba(139,209,38,.15); }
textarea { resize: vertical; }
.check-row { display: flex; gap: 10px; align-items: flex-start; margin: 22px 0; color: #596259; font-size: .82rem; }
.check-row input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--acid); }
.submit-button { width: 100%; border: 0; }
.form-feedback { min-height: 24px; margin: 10px 0 0; color: #567b26; font-size: .82rem; }

.footer { background: #050705; color: #aeb6ae; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr auto; gap: 50px; align-items: center; padding-block: 46px; }
.footer-company { display: grid; font-size: .78rem; line-height: 1.65; }
.footer-company strong { color: #eef2ee; }
.footer-links { display: flex; gap: 20px; font-size: .8rem; }
.footer-links a:hover { color: var(--acid); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 18px; border-top: 1px solid #202720; font-size: .7rem; }

.quick-actions { position: fixed; right: 18px; bottom: 18px; z-index: 45; display: flex; gap: 8px; }
.quick-actions a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 15px; background: var(--acid); color: #081006; border: 1px solid #b6f262; box-shadow: 0 9px 30px rgba(0,0,0,.28); text-decoration: none; font-size: .76rem; font-weight: 700; }
.quick-actions .quick-phone { background: #111711; color: #f3f6f3; border-color: #3c493c; }

@media (max-width: 980px) {
  .meta-inner > span { display: none; }
  .meta-inner { justify-content: center; }
  .nav-inner { min-height: 74px; }
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 108px; left: 0; right: 0; display: none; background: #080b09; border-top: 1px solid #283028; padding: 18px 24px 28px; flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 0; border-bottom: 1px solid #232a23; }
  .main-nav .nav-contact { margin-top: 12px; padding: 12px; text-align: center; }
  .hero { min-height: 720px; }
  .hero-media img { object-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,7,5,.97) 0%, rgba(4,7,5,.76) 62%, rgba(4,7,5,.38)), linear-gradient(0deg, rgba(4,7,5,.88), transparent 48%); }
  .split-heading, .section-title-row, .process-layout, .identity-intro, .contact-layout { grid-template-columns: 1fr; gap: 44px; }
  .copy-column { padding-top: 0; }
  .principles { grid-template-columns: 1fr; }
  .principles article, .principles article + article { padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .principles article:last-child { border-bottom: 0; }
  .service-list article { grid-template-columns: 54px 1fr; }
  .service-tag { grid-column: 2; justify-self: start; }
  .visual-grid { grid-template-columns: 1fr 1fr; }
  .visual.hero-visual, .visual.wide { grid-column: span 2; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .shell-wide { width: 100%; }
  .header-meta { display: none; }
  .main-nav { top: 74px; }
  .brand strong { font-size: 1.08rem; }
  .brand small { font-size: .58rem; letter-spacing: .2em; }
  .brand img { width: 40px; height: 48px; }
  .hero { min-height: 710px; }
  .hero-media img { object-position: 66% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,7,5,.96), rgba(4,7,5,.6)), linear-gradient(0deg, rgba(4,7,5,.94) 10%, transparent 60%); }
  .hero-inner { align-items: flex-end; padding-block: 90px 150px; }
  .hero h1 { font-size: clamp(3.7rem, 19vw, 5rem); }
  .hero-intro { font-size: .98rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .button.text-button { align-self: flex-start; min-height: 42px; }
  .rail-grid { grid-template-columns: 1fr 1fr; }
  .rail-grid div { min-height: 76px; padding: 12px 14px; }
  .rail-grid div:first-child { padding-left: 0; }
  .rail-grid div:nth-child(2) { border-right: 0; }
  .rail-grid div:last-child { display: none; }
  .rail-grid strong { font-size: 1.05rem; }
  .section, .identity { padding-block: 78px; }
  h2 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .principles { margin-top: 48px; }
  .service-list { margin-top: 38px; }
  .service-list article { grid-template-columns: 38px 1fr; gap: 14px; padding: 26px 0; }
  .service-list p { font-size: .92rem; }
  .service-tag { white-space: normal; }
  .visual-grid { grid-template-columns: 1fr; grid-auto-rows: 330px; gap: 2px; }
  .visual.hero-visual, .visual.wide { grid-column: auto; }
  .visual.tall { grid-row: auto; min-height: 520px; }
  .note-inner { grid-template-columns: 46px 1fr; gap: 18px; }
  .note-mark { width: 42px; height: 42px; font-size: 1.4rem; }
  .authorization-note h2 { font-size: 1.55rem; }
  .contact-layout { gap: 54px; }
  .form-panel { margin-inline: -15px; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-links { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .quick-actions { left: 10px; right: 10px; bottom: 10px; }
  .quick-actions a { flex: 1; justify-content: center; }
}

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