:root {
  --black: #101010;
  --black-2: #1a1a1a;
  --ink: #202020;
  --muted: #666;
  --paper: #f7f7f4;
  --white: #fff;
  --yellow: #ffd51f;
  --yellow-2: #ffea75;
  --line: #deded8;
  --max: 1180px;
  --radius: 22px;
  --shadow: 0 22px 60px rgba(0,0,0,.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--yellow); padding: 10px 14px; z-index: 1000; }
.skip-link:focus { left: 8px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(16,16,16,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap { height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: white; font-weight: 800; }
.brand-mark { width: 50px; height: 38px; display: grid; place-items: center; background: white; color: #111; font-size: 19px; letter-spacing: -4px; border-radius: 6px; padding-right: 4px; }
.brand-mark span { color: #111; font-size: 15px; margin: 0 1px; }
.brand-name { letter-spacing: .02em; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { color: #efefef; text-decoration: none; font-size: .95rem; font-weight: 650; }
.site-nav a:hover { color: var(--yellow); }
.site-nav .nav-cta { background: var(--yellow); color: #111; padding: 10px 16px; border-radius: 999px; }
.menu-button { display: none; background: none; border: 1px solid #444; color: #fff; padding: 8px 12px; border-radius: 8px; }

.hero {
  position: relative;
  overflow: hidden;
  background: var(--black);
  color: white;
  padding: 94px 0 86px;
}
.hero::after { content:""; position:absolute; width:460px; height:460px; border-radius:50%; background:var(--yellow); filter: blur(100px); opacity:.08; right:-100px; top:-100px; }
.hero-grid { position:absolute; inset:0; opacity:.18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to right, transparent 0, #000 35%, #000 100%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.12fr .88fr; gap: 64px; align-items: center; }
.eyebrow { margin: 0 0 16px; text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 850; color: #d6d6d6; }
.eyebrow.dark { color: #6a6a64; }
.bolt { color: var(--yellow); }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(3.3rem, 7vw, 6.6rem); line-height: .92; letter-spacing: -.065em; font-weight: 900; }
.hero h1 span { color: var(--yellow); }
.hero-text { max-width: 690px; margin: 28px 0 0; font-size: clamp(1.05rem, 1.5vw, 1.22rem); color: #c9c9c9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 21px; border-radius: 10px; text-decoration: none; border: 1px solid transparent; font-weight: 800; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-1px); }
.button.primary { background: var(--yellow); color: #111; }
.button.primary:hover { background: var(--yellow-2); }
.button.secondary { color: white; border-color: #4b4b4b; background: rgba(255,255,255,.03); }
.button.secondary:hover { border-color: #777; }
.button.full { width: 100%; border: 0; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 46px; max-width: 690px; }
.trust-row div { border-top: 1px solid #3d3d3d; padding-top: 14px; }
.trust-row strong { display: block; font-size: .95rem; }
.trust-row span { display: block; font-size: .8rem; color: #8f8f8f; margin-top: 2px; }

.hero-card { background: white; color: #111; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.logo-frame { padding: 28px 28px 18px; background: white; }
.logo-frame img { width: 100%; border-radius: 10px; }
.hero-card-copy { background: var(--yellow); padding: 26px 28px 30px; }
.small-label { margin: 0 0 5px; font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.hero-card-copy h2 { margin: 0; font-size: 1.8rem; letter-spacing: -.03em; }
.hero-card-copy p { margin: 9px 0 15px; }
.hero-card-copy a { font-weight: 900; text-decoration: none; }

.quick-strip { background: #202020; color: #ededed; border-top: 1px solid #303030; border-bottom: 1px solid #303030; }
.quick-grid { display: grid; grid-template-columns: repeat(6, 1fr); min-height: 64px; align-items: center; }
.quick-grid span { text-align: center; font-weight: 750; font-size: .84rem; padding: 12px 8px; border-right: 1px solid #393939; }
.quick-grid span:first-child { border-left: 1px solid #393939; }

.section { padding: 100px 0; }
.section-heading { display: grid; grid-template-columns: .7fr 1.6fr 1fr; gap: 36px; align-items: start; margin-bottom: 48px; }
.section-heading h2, .about-layout h2, .area-card h2, .contact-copy h2 { margin: 0; font-size: clamp(2.2rem, 4.5vw, 4.3rem); line-height: 1; letter-spacing: -.055em; }
.section-heading > p:last-child { margin: 7px 0 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; min-height: 248px; transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-3px); box-shadow: 0 14px 36px rgba(0,0,0,.07); }
.icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 10px; background: var(--yellow); font-weight: 900; font-size: 1.35rem; }
.service-card h3 { margin: 28px 0 8px; font-size: 1.23rem; }
.service-card p { margin: 0; color: var(--muted); }
.scope-note { margin: 26px 0 0; color: #666; font-size: .92rem; }

.dark-section { background: #171717; color: white; }
.about-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.about-copy > p { margin-top: 4px; color: #b9b9b9; font-size: 1.05rem; }
.benefit-list { margin-top: 34px; }
.benefit-list > div { display: grid; grid-template-columns: 50px 1fr; gap: 15px; padding: 19px 0; border-top: 1px solid #343434; }
.benefit-list span { color: var(--yellow); font-weight: 900; font-size: .83rem; }
.benefit-list p { margin: 0; color: #c7c7c7; }
.benefit-list strong { color: white; }

.service-area { background: white; }
.area-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; gap: 30px; }
.area-card { padding: 54px; background: var(--paper); border-radius: 26px; }
.area-card p:not(.eyebrow) { color: var(--muted); max-width: 590px; }
.area-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.area-tags span { padding: 8px 12px; border: 1px solid #d8d8d2; border-radius: 999px; background: white; font-size: .85rem; font-weight: 700; }
.area-art { min-height: 420px; border-radius: 26px; background: #111; position: relative; overflow: hidden; }
.wire { position:absolute; width:420px; height:180px; border:2px solid #4b4b4b; border-radius:50%; }
.wire-1 { left:-100px; top:60px; transform:rotate(17deg); }
.wire-2 { right:-130px; top:160px; transform:rotate(-12deg); }
.wire-3 { left:80px; bottom:-80px; transform:rotate(8deg); }
.map-dot { position:absolute; width:14px; height:14px; background:var(--yellow); border-radius:50%; box-shadow:0 0 0 8px rgba(255,213,31,.13); }
.dot-1 { left:29%; top:33%; }.dot-2{left:64%;top:57%;}.dot-3{left:49%;top:72%;}
.big-bolt { position:absolute; inset:0; display:grid; place-items:center; font-size:8rem; filter:grayscale(1); color:#fff; opacity:.92; }

.contact-section { background: #efefe9; }
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); max-width: 520px; }
.contact-cards { display: grid; gap: 10px; margin-top: 30px; }
.contact-cards div { background:white; border:1px solid #deded8; border-radius:12px; padding:15px 18px; }
.contact-cards span { display:block; text-transform:uppercase; letter-spacing:.11em; font-size:.68rem; color:#777; font-weight:800; }
.contact-cards strong { display:block; margin-top:2px; font-size:.95rem; }
.quote-form { background:white; padding:30px; border-radius:22px; border:1px solid #dddcd5; box-shadow:0 16px 44px rgba(0,0,0,.06); }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.quote-form label { display:block; font-size:.82rem; font-weight:800; margin-bottom:14px; }
.quote-form input, .quote-form textarea, .quote-form select { width:100%; margin-top:6px; border:1px solid #cbcaca; border-radius:9px; padding:12px 13px; background:#fff; color:#111; }
.quote-form textarea { resize:vertical; }
.quote-form input:focus, .quote-form textarea:focus, .quote-form select:focus { outline:3px solid rgba(255,213,31,.35); border-color:#a88d00; }
.form-note { font-size:.78rem; color:#777; margin:12px 0 0; }
.form-note.success { color:#2e621f; font-weight:700; }

.site-footer { background:#0f0f0f; color:#fff; padding:50px 0; }
.footer-layout { display:grid; grid-template-columns:1fr auto; gap:20px 50px; align-items:start; }
.footer-brand { font-size:1.25rem; font-weight:950; letter-spacing:.04em; }
.footer-layout p { margin:8px 0 0; color:#929292; max-width:540px; }
.footer-links { display:flex; gap:20px; flex-wrap:wrap; }
.footer-links a { text-decoration:none; color:#d7d7d7; font-size:.9rem; }
.copyright { grid-column:1 / -1; border-top:1px solid #2d2d2d; padding-top:22px; margin-top:18px !important; font-size:.78rem; }

@media (max-width: 900px) {
  .menu-button { display:block; }
  .site-nav { display:none; position:absolute; left:20px; right:20px; top:68px; background:#1b1b1b; border:1px solid #383838; border-radius:14px; padding:15px; flex-direction:column; align-items:stretch; gap:4px; box-shadow:var(--shadow); }
  .site-nav.open { display:flex; }
  .site-nav a { padding:11px 12px; }
  .site-nav .nav-cta { text-align:center; margin-top:4px; }
  .hero { padding:72px 0; }
  .hero-layout, .about-layout, .area-layout, .contact-layout { grid-template-columns:1fr; gap:44px; }
  .hero-card { transform:none; max-width:620px; }
  .quick-grid { grid-template-columns:repeat(3,1fr); }
  .quick-grid span { border-bottom:1px solid #393939; }
  .section { padding:78px 0; }
  .section-heading { grid-template-columns:1fr; gap:12px; }
  .service-grid { grid-template-columns:repeat(2,1fr); }
  .area-art { min-height:320px; }
  .area-card { padding:40px; }
}

@media (max-width: 620px) {
  .container { width:min(var(--max), calc(100% - 28px)); }
  .brand-name { font-size:.88rem; }
  .hero h1 { font-size:clamp(3.4rem, 17vw, 5rem); }
  .hero-text { font-size:1rem; }
  .trust-row { grid-template-columns:1fr; gap:12px; }
  .trust-row div { display:grid; grid-template-columns:90px 1fr; align-items:center; gap:10px; }
  .quick-grid { grid-template-columns:repeat(2,1fr); }
  .service-grid { grid-template-columns:1fr; }
  .service-card { min-height:0; }
  .form-row { grid-template-columns:1fr; gap:0; }
  .quote-form { padding:22px; }
  .area-card { padding:30px; }
  .footer-layout { grid-template-columns:1fr; }
  .copyright { grid-column:auto; }
}
