/* ======================================================
   concretecompanynearme.com — v7
   Clean dark, sans-serif only, no italic accents,
   real Google Maps embed, no fake stats
   ====================================================== */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  background: #050507;
  color: rgba(255,255,255,0.72);
  line-height: 1.5;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
ul { list-style: none; margin: 0; padding: 0; }
button, input, select, textarea { font-family: inherit; font-size: inherit; color: inherit; }
::selection { background: rgba(34,211,238,0.35); color: white; }

:root {
  --ink: #050507;
  --ink-2: #0a0a0d;
  --ink-3: #0f0f14;
  --ink-4: #17171d;
  --line: rgba(255,255,255,0.07);
  --line-2: rgba(255,255,255,0.13);
  --line-3: rgba(255,255,255,0.20);
  --text-1: rgba(255,255,255,0.98);
  --text-2: rgba(255,255,255,0.72);
  --text-3: rgba(255,255,255,0.5);
  --text-4: rgba(255,255,255,0.32);
  --cyan: #22d3ee;
  --cyan-2: #67e8f9;
  --blue: #3b82f6;
}

.wrap { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
@media (min-width: 900px) { .wrap { padding: 0 32px; } }

/* Header */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  background: rgba(5,5,7,0.72);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 20px;
  display: flex; align-items: center; justify-content: space-between; height: 62px;
}
@media (min-width: 900px) { .header-inner { padding: 0 32px; } }
.logo-lockup { display: flex; align-items: center; gap: 10px; color: var(--text-1); }
.logo-lockup .mark {
  width: 28px; height: 28px; border-radius: 8px;
  background: linear-gradient(135deg, var(--cyan) 0%, var(--blue) 100%);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 14px; color: var(--ink);
  letter-spacing: -0.02em;
}
.logo-lockup .word { font-weight: 700; font-size: 14px; letter-spacing: -0.015em; color: var(--text-1); }
.logo-lockup .word .dm { color: var(--text-3); font-weight: 500; }
.nav-links { display: none; align-items: center; gap: 2px; }
@media (min-width: 900px) { .nav-links { display: flex; } }
.nav-links a {
  padding: 8px 12px; font-size: 13px; font-weight: 500;
  color: var(--text-2); border-radius: 6px;
  transition: color .15s ease, background .15s ease;
}
.nav-links a:hover { color: var(--text-1); background: rgba(255,255,255,0.04); }
.header-cta { display: flex; align-items: center; gap: 8px; }
.header-cta .phone {
  display: none; font-size: 13px; font-weight: 600; color: var(--text-1); padding: 6px 8px;
}
@media (min-width: 900px) { .header-cta .phone { display: inline; } }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; padding: 9px 15px;
  border-radius: 8px; cursor: pointer; border: 0;
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
  letter-spacing: 0.005em; white-space: nowrap;
}
.btn-primary {
  background: white; color: var(--ink);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.14), 0 3px 14px rgba(255,255,255,0.10);
}
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 0 0 1px rgba(255,255,255,0.24), 0 8px 26px rgba(255,255,255,0.16); }
.btn-ghost { color: var(--text-1); background: rgba(255,255,255,0.05); border: 1px solid var(--line-2); }
.btn-ghost:hover { background: rgba(255,255,255,0.09); border-color: var(--line-3); }
.btn-lg { padding: 14px 22px; font-size: 15px; border-radius: 10px; }

.eyebrow {
  display: inline-block;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-3);
}

/* HERO — quiet, sans-serif, no italic gimmicks */
.hero {
  position: relative;
  padding: 130px 20px 90px;
  text-align: center;
  overflow: hidden;
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 900px) { .hero { padding: 160px 32px 100px; } }
.hero-bg {
  position: absolute; inset: 0; z-index: -2;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(34,211,238,0.08) 0%, transparent 70%);
}
.hero-grid {
  position: absolute; inset: 0; z-index: -1;
  background-image:
    linear-gradient(rgba(255,255,255,0.030) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.030) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 40%, black 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 70% 70% at 50% 40%, black 0%, transparent 70%);
}
.hero-glow {
  position: absolute; top: -60px; left: 50%;
  transform: translateX(-50%);
  width: min(900px, 90vw); height: 500px; z-index: -1;
  background: radial-gradient(ellipse 45% 45% at 50% 40%, rgba(34,211,238,0.18) 0%, transparent 60%);
  filter: blur(60px);
  pointer-events: none;
}
.hero h1 {
  margin: 0 auto 22px;
  max-width: 900px;
  font-family: Inter, sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.02;
  letter-spacing: -0.035em;
  color: var(--text-1);
}
@media (min-width: 640px) { .hero h1 { font-size: 60px; line-height: 1.00; } }
@media (min-width: 1024px) { .hero h1 { font-size: 76px; letter-spacing: -0.04em; } }
.hero p.sub {
  max-width: 620px; margin: 0 auto 34px;
  font-size: 16px; line-height: 1.6; color: var(--text-2);
}
@media (min-width: 640px) { .hero p.sub { font-size: 18px; } }
.hero-ctas { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* Section shell */
.section { max-width: 1280px; margin: 0 auto; padding: 80px 20px; }
@media (min-width: 900px) { .section { padding: 112px 32px; } }
.section-head { max-width: 720px; margin: 0 0 44px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 {
  margin: 12px 0 12px;
  font-family: Inter, sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--text-1);
}
@media (min-width: 768px) { .section-head h2 { font-size: 44px; } }
.section-head p { font-size: 16px; line-height: 1.6; color: var(--text-2); margin: 0; max-width: 620px; }

/* BENTO */
.bento {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 700px) { .bento { grid-template-columns: repeat(6, 1fr); gap: 14px; } }
@media (min-width: 1024px) { .bento { gap: 16px; } }
.tile {
  position: relative;
  background: var(--ink-3);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  transition: border-color .22s ease, transform .22s ease;
  min-height: 200px;
  display: flex; flex-direction: column;
  grid-column: span 2;
}
.tile:hover { border-color: var(--line-3); transform: translateY(-2px); }
.tile-inner {
  position: relative; z-index: 2;
  padding: 22px;
  display: flex; flex-direction: column; height: 100%; gap: 6px;
}
.tile-title {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--text-1);
  margin: 0;
  line-height: 1.2;
}
.tile-desc {
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--text-2);
  margin: 0;
}
.tile-eyebrow {
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 2px;
}
.tile-spacer { flex: 1; }
.tile-photo { position: absolute; inset: 0; z-index: 1; overflow: hidden; }
.tile-photo img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s ease;
}
.tile:hover .tile-photo img { transform: scale(1.03); }
.tile-photo::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(5,5,7,0.05) 0%, rgba(5,5,7,0.55) 55%, rgba(5,5,7,0.94) 100%);
}

@media (min-width: 700px) {
  .tile.c1 { grid-column: span 1; }
  .tile.c2 { grid-column: span 2; }
  .tile.c3 { grid-column: span 3; }
  .tile.c4 { grid-column: span 4; }
  .tile.c6 { grid-column: span 6; }
}
.tile.tall { min-height: 300px; }
.tile.xtall { min-height: 400px; }
.tile.short { min-height: 160px; }

.svc-ico {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--line-2);
  display: flex; align-items: center; justify-content: center;
  color: var(--cyan);
  margin-bottom: 10px;
}

.arrow {
  position: absolute; top: 18px; right: 18px;
  width: 32px; height: 32px;
  border-radius: 999px;
  border: 1px solid var(--line-2);
  background: rgba(255,255,255,0.04);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-2);
  z-index: 3;
  transition: transform .22s ease, background .22s ease, color .22s ease;
}
.tile:hover .arrow { transform: translate(2px, -2px); background: white; color: var(--ink); border-color: white; }

.tile.feature { min-height: 400px; }
.tile.feature .tile-inner { justify-content: flex-end; padding: 26px; }
.tile.feature .tile-title { font-size: 26px; color: white; line-height: 1.1; letter-spacing: -0.025em; }
.tile.feature .tile-desc { color: rgba(255,255,255,0.85); max-width: 480px; }

/* WORK GALLERY */
.gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 700px) {
  .gallery { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 200px; }
}
.gal {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: var(--ink-3);
  border: 1px solid var(--line);
  min-height: 280px;
  transition: transform .22s ease, border-color .22s ease;
}
.gal:hover { transform: translateY(-2px); border-color: var(--line-3); }
.gal img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s ease;
}
.gal:hover img { transform: scale(1.03); }
.gal .veil {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(5,5,7,0) 40%, rgba(5,5,7,0.94) 100%);
}
.gal .cap {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 20px 22px; z-index: 2;
}
.gal .cap .lab {
  display: inline-block;
  font-size: 10.5px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--cyan-2); margin-bottom: 6px;
}
.gal .cap h4 {
  font-family: Inter, sans-serif; font-weight: 700;
  font-size: 18px; color: white; margin: 0; letter-spacing: -0.02em;
}
@media (min-width: 700px) {
  .gal.a { grid-column: span 4; grid-row: span 2; min-height: unset; }
  .gal.c { grid-column: span 2; grid-row: span 1; min-height: unset; }
  .gal.d { grid-column: span 2; grid-row: span 1; min-height: unset; }
  .gal.e { grid-column: span 2; grid-row: span 1; min-height: unset; }
  .gal.f { grid-column: span 2; grid-row: span 1; min-height: unset; }
  .gal.b { grid-column: span 2; grid-row: span 1; min-height: unset; }
}

/* TIMELINE */
.timeline {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 900px) { .timeline { grid-template-columns: repeat(4, 1fr); } }
.step-card {
  background: var(--ink-3);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 26px;
  position: relative;
  transition: border-color .22s ease, transform .22s ease;
}
.step-card:hover { border-color: var(--line-3); transform: translateY(-2px); }
.step-num {
  font-family: Inter, sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--cyan);
  margin: 0 0 12px;
  opacity: 0.85;
}
.step-card h3 {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: var(--text-1);
  letter-spacing: -0.015em;
  margin: 0 0 8px;
}
.step-card p { font-size: 13.5px; line-height: 1.6; color: var(--text-2); margin: 0; }

/* MAP embed */
.map-embed-wrap {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line-2);
  background: var(--ink-3);
  margin-bottom: 24px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.4);
  /* Match dark theme */
  filter: invert(0.9) hue-rotate(180deg) saturate(0.85);
}
.map-embed-wrap iframe { display: block; width: 100%; }

.areas-list-simple {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 640px) { .areas-list-simple { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .areas-list-simple { grid-template-columns: repeat(3, 1fr); } }
.city-tile {
  background: var(--ink-3);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 20px;
  transition: border-color .22s ease, transform .22s ease;
}
.city-tile:hover { border-color: var(--cyan); transform: translateY(-2px); }
.city-name {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.02em;
  color: var(--text-1);
  margin-bottom: 4px;
}
.city-meta {
  font-size: 10.5px;
  color: var(--text-3);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
  margin-bottom: 10px;
}
.city-tile p { font-size: 13px; line-height: 1.6; color: var(--text-2); margin: 0; }

/* FAQ */
.faq { max-width: 900px; border-top: 1px solid var(--line); }
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 22px 4px;
  transition: background .15s ease;
}
.faq details:hover { background: rgba(255,255,255,0.02); }
.faq summary {
  cursor: pointer; list-style: none;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  font-family: Inter, sans-serif; font-weight: 600; font-size: 17px;
  letter-spacing: -0.015em; color: var(--text-1);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  font-weight: 300; font-size: 26px; color: var(--text-3);
  line-height: 1; transition: color .2s ease;
}
.faq details[open] summary::after { content: "\00D7"; color: var(--cyan); }
.faq details p { margin: 12px 0 0; font-size: 14.5px; line-height: 1.7; color: var(--text-2); max-width: 800px; }

/* CTA */
.cta-panel {
  position: relative; overflow: hidden;
  border-radius: 24px;
  padding: 52px 28px;
  background:
    radial-gradient(ellipse 60% 100% at 15% 100%, rgba(34,211,238,0.25) 0%, transparent 60%),
    radial-gradient(ellipse 60% 100% at 100% 0%, rgba(59,130,246,0.20) 0%, transparent 60%),
    linear-gradient(135deg, #0a1128 0%, #05070d 100%);
  border: 1px solid var(--line-2);
}
@media (min-width: 800px) { .cta-panel { padding: 68px 60px; } }
.cta-grid {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center;
  position: relative; z-index: 2;
}
@media (min-width: 900px) { .cta-grid { grid-template-columns: 1.05fr 1fr; gap: 60px; } }
.cta-left h2 {
  font-family: Inter, sans-serif; font-weight: 800;
  font-size: 32px; line-height: 1.05; letter-spacing: -0.03em;
  color: white; margin: 12px 0 18px;
}
@media (min-width: 768px) { .cta-left h2 { font-size: 46px; } }
.cta-left > p { color: var(--text-2); font-size: 15px; line-height: 1.6; max-width: 500px; margin: 0 0 26px; }
.cta-meta { display: flex; flex-direction: column; gap: 12px; }
.cta-meta .row { display: flex; align-items: center; gap: 14px; }
.cta-meta .row .ico {
  width: 36px; height: 36px; border-radius: 10px;
  background: rgba(255,255,255,0.06); border: 1px solid var(--line-2);
  display: flex; align-items: center; justify-content: center;
  color: var(--cyan-2); flex-shrink: 0;
}
.cta-meta .row small { display: block; font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-3); margin-bottom: 1px; }
.cta-meta .row .val { font-size: 14px; color: white; font-weight: 500; }
.cta-meta .row a.val:hover { color: var(--cyan-2); }

.lead-card {
  background: rgba(5,5,7,0.65);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--line-2);
  border-radius: 18px;
  padding: 26px;
}
.lead-card h3 {
  font-family: Inter, sans-serif; font-weight: 700;
  font-size: 16px; color: white; letter-spacing: -0.01em; margin: 0 0 18px;
}
form.lead label { display: block; font-size: 10.5px; font-weight: 700; letter-spacing: 0.10em; text-transform: uppercase; color: var(--text-3); margin: 0 0 6px; }
form.lead .row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
form.lead input, form.lead select, form.lead textarea {
  width: 100%; padding: 12px 14px;
  border-radius: 10px;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--line-2);
  color: white; margin-bottom: 14px;
  transition: border-color .15s ease, background .15s ease;
}
form.lead select { appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23a1a1aa' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; padding-right: 34px;
}
form.lead option { background: var(--ink-3); color: white; }
form.lead input::placeholder, form.lead textarea::placeholder { color: var(--text-4); }
form.lead input:focus, form.lead select:focus, form.lead textarea:focus {
  outline: none; border-color: var(--cyan); background: rgba(34,211,238,0.05);
}
form.lead textarea { resize: vertical; min-height: 88px; }
form.lead button {
  width: 100%; padding: 14px; font-size: 14px; font-weight: 700;
  color: var(--ink); background: white;
  border: 0; border-radius: 10px; cursor: pointer;
  letter-spacing: 0.005em;
  transition: transform .15s ease, box-shadow .15s ease;
}
form.lead button:hover { transform: translateY(-1px); box-shadow: 0 6px 22px rgba(255,255,255,0.16); }
form.lead .fine { font-size: 11px; color: var(--text-3); margin-top: 10px; line-height: 1.5; }

/* Footer */
.site-footer {
  border-top: 1px solid var(--line);
  padding: 56px 20px 36px;
  background: var(--ink);
}
.footer-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 36px; }
@media (min-width: 800px) { .footer-inner { grid-template-columns: 1.6fr 1fr 1fr 1fr; padding: 0 12px; } }
.footer-brand .word { font-family: Inter, sans-serif; font-weight: 700; font-size: 15px; color: white; letter-spacing: -0.02em; }
.footer-brand p { max-width: 380px; font-size: 13.5px; line-height: 1.6; color: var(--text-2); margin: 12px 0 0; }
.footer-brand .disc { margin-top: 12px; font-size: 11.5px; color: var(--text-4); }
.footer-col h4 { font-size: 10.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-3); margin: 0 0 16px; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a, .footer-col ul span { font-size: 13.5px; color: var(--text-2); transition: color .15s ease; }
.footer-col ul a:hover { color: var(--cyan-2); }
.footer-base { max-width: 1280px; margin: 40px auto 0; padding-top: 22px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 8px; font-size: 12.5px; color: var(--text-3); }
@media (min-width: 640px) { .footer-base { flex-direction: row; align-items: center; justify-content: space-between; } }

section[id] { scroll-margin-top: 90px; }
