/* SignVillage — modern & bold */

:root {
  --bg: #0a0a0a;
  --bg-soft: #131313;
  --surface: #1a1a1a;
  --border: #2a2a2a;
  --text: #f5f5f5;
  --text-dim: #a3a3a3;
  --accent: #f3b63f;
  --accent-hot: #ee7f2d;
  --max: 1280px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Sora', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(55% 40% at 12% 5%, rgba(243, 182, 63, 0.08) 0%, rgba(243, 182, 63, 0) 72%),
    radial-gradient(45% 40% at 92% 15%, rgba(238, 127, 45, 0.08) 0%, rgba(238, 127, 45, 0) 68%);
  z-index: -1;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 1.5rem; }

/* ---- Header / Nav ---- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(10, 10, 10, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem 1.5rem;
  max-width: var(--max);
  margin: 0 auto;
}
.brand {
  display: flex; align-items: center; gap: 0.8rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
}
.brand-mark {
  width: 36px; height: 36px;
  background: var(--accent);
  border-radius: 8px;
  display: grid; place-items: center;
  font-size: 1.2rem; color: var(--bg);
  font-family: 'Anton', sans-serif;
  font-weight: 900;
  box-shadow: 0 0 15px rgba(243, 182, 63, 0.4);
  transform: rotate(-8deg);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.brand-text {
  display: flex; align-items: baseline; gap: 0.1rem;
}
.brand-text span:first-child {
  font-family: 'Anton', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: -0.04em;
  background: linear-gradient(180deg, #ffffff 0%, #a1a1a1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 1px rgba(255,255,255,0.3));
}
.brand-text .dot {
  width: 7px; height: 7px;
  background: var(--accent);
  border-radius: 50%;
  margin: 0 0.2rem 0.6rem;
  box-shadow: 0 0 12px var(--accent);
}
.brand-text span:last-child {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 300;
  font-size: 0.85rem;
  letter-spacing: 0.5em;
  color: var(--text-dim);
  opacity: 0.8;
  margin-left: 0.2rem;
}
.brand:hover { transform: scale(1.02); }
.brand:hover .brand-mark { transform: rotate(0deg) scale(1.15); background: var(--accent-hot); box-shadow: 0 0 25px rgba(238, 127, 45, 0.6); }
.brand:hover .brand-text span:first-child { filter: drop-shadow(0 0 8px rgba(255,255,255,0.2)); }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a {
  font-weight: 500; font-size: 0.95rem;
  color: var(--text-dim);
  transition: color 0.2s;
  position: relative;
}
.nav-links a:hover, .nav-links a.active { color: var(--text); }
.nav-links a.active::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -8px;
  height: 2px; background: var(--accent);
}
.nav-cta {
  padding: 0.6rem 1.2rem;
  background: var(--accent);
  color: var(--bg);
  font-weight: 700; font-size: 0.9rem;
  border-radius: 999px;
  transition: transform 0.2s, background 0.2s;
}
.nav-cta:hover { background: var(--accent-hot); color: var(--text); transform: translateY(-1px); }
.nav-toggle {
  display: none; background: none; border: none; color: var(--text);
  font-size: 1.5rem; cursor: pointer;
}

/* ---- Hero ---- */
.hero {
  position: relative;
  min-height: 78vh;
  display: flex; align-items: center;
  overflow: hidden;
  background: var(--bg);
}
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0.72;
  filter: contrast(1.08) saturate(1.05);
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(100deg,
    rgba(10,10,10,0.85) 0%,
    rgba(10,10,10,0.55) 55%,
    rgba(10,10,10,0.25) 100%),
    linear-gradient(180deg,
    rgba(10,10,10,0) 60%,
    rgba(10,10,10,0.9) 100%);
}
.hero-inner {
  position: relative; z-index: 2;
  padding: 6rem 1.5rem 4rem;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
}
.eyebrow {
  display: inline-block;
  padding: 0.4rem 0.9rem;
  font-family: 'JetBrains Mono', ui-monospace, 'SFMono-Regular', Menlo, monospace;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 999px;
  margin-bottom: 1.4rem;
}
.hero h1 {
  font-family: 'Anton', 'Bebas Neue', 'Impact', sans-serif;
  font-size: clamp(3.4rem, 9vw, 7rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0.005em;
  margin-bottom: 1.4rem;
  text-transform: uppercase;
}
.hero h1 .accent { color: var(--accent); }
.hero p {
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  color: var(--text-dim);
  max-width: 36rem;
  margin-bottom: 2.2rem;
}
.hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 0.95rem 2rem;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 999px;
  border: none; cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-primary { background: var(--accent); color: var(--bg); box-shadow: 0 4px 14px rgba(243, 182, 63, 0.25); }
.btn-primary:hover { background: var(--accent-hot); color: var(--text); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(238, 127, 45, 0.35); }
.btn-ghost { background: transparent; color: var(--text); border: 1px solid var(--border); }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-2px); }

/* ---- Stats strip ---- */
.stats {
  background: var(--bg-soft);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  position: relative;
  z-index: 5;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 3.5rem 0;
}
.stat { 
  text-align: center; 
  padding: 0 1.5rem;
  border-right: 1px solid var(--border);
}
.stat:last-child { border-right: none; }
.stat-num {
  font-family: 'Anton', 'Bebas Neue', 'Impact', sans-serif;
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  color: var(--accent);
  line-height: 1;
  margin-bottom: 0.4rem;
  display: block;
}
.stat-label {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-dim);
}

/* ---- Sections ---- */
.section { padding: 6rem 0; }
.section-head { text-align: center; margin-bottom: 3.5rem; }
.section-eyebrow {
  font-family: 'JetBrains Mono', ui-monospace, 'SFMono-Regular', Menlo, monospace;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 1rem;
}
.section-title {
  font-family: 'Anton', 'Bebas Neue', 'Impact', sans-serif;
  font-weight: 400;
  font-size: clamp(2.4rem, 5.5vw, 4.5rem);
  letter-spacing: 0.005em;
  line-height: 0.98;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.section-sub {
  color: var(--text-dim);
  max-width: 38rem;
  margin: 0 auto;
}

/* ---- Services grid ---- */
/* ---- Bento Grid Services ---- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(180px, auto);
  gap: 1.2rem;
}
.service-card {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 2.2rem;
  border-radius: 24px;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.service-card::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(10,10,10,0.8) 100%);
  z-index: -1; opacity: 0.6;
}
/* Grid spanning */
.service-card:nth-child(1) { grid-column: span 3; grid-row: span 2; } /* Big one */
.service-card:nth-child(2) { grid-column: span 3; }
.service-card:nth-child(3) { grid-column: span 3; }
.service-card:nth-child(4) { grid-column: span 2; grid-row: span 2; }
.service-card:nth-child(5) { grid-column: span 4; }
.service-card:nth-child(6) { grid-column: span 4; }

.service-card:hover {
  transform: translateY(-6px) scale(1.01);
  border-color: var(--accent);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}
.service-card .icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: rgba(243, 182, 63, 0.1);
  color: var(--accent);
  display: grid; place-items: center;
  margin-bottom: 1.2rem;
  transition: all 0.3s ease;
}
.service-card:hover .icon {
  background: var(--accent);
  color: var(--bg);
  transform: rotate(-10deg) scale(1.1);
}
.service-card h3 {
  font-family: 'Anton', 'Bebas Neue', 'Impact', sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}
.service-card p { 
  color: var(--text-dim); 
  font-size: 0.9rem; 
  line-height: 1.4;
  max-width: 22rem;
}
.service-card:nth-child(1) h3 { font-size: 2.2rem; }

@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(4, 1fr); }
  .service-card:nth-child(1) { grid-column: span 4; }
  .service-card:nth-child(2), .service-card:nth-child(3) { grid-column: span 2; }
  .service-card:nth-child(4) { grid-column: span 2; grid-row: span 1; }
  .service-card:nth-child(5), .service-card:nth-child(6) { grid-column: span 4; }
}
@media (max-width: 640px) {
  .services-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .service-card { grid-column: span 1 !important; grid-row: span 1 !important; padding: 1.8rem; }
  .service-card h3 { font-size: 1.3rem !important; }
}

/* ---- Portfolio grid ---- */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.2rem;
}
.portfolio-item {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  background: var(--surface);
}
.portfolio-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.portfolio-item:hover img { transform: scale(1.06); }
.portfolio-item .overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.85) 100%);
  display: flex; align-items: flex-end;
  padding: 1.5rem;
  opacity: 0; transition: opacity 0.3s;
}
.portfolio-item:hover .overlay { opacity: 1; }
.portfolio-item .label {
  font-family: 'Anton', 'Bebas Neue', 'Impact', sans-serif;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/* ---- Process ---- */
.process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.process-step {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 2rem 1.8rem;
  position: relative;
}
.process-num {
  position: absolute; top: -1rem; right: 1.5rem;
  font-family: 'Anton', 'Bebas Neue', 'Impact', sans-serif;
  font-size: 3.5rem;
  color: var(--accent);
  opacity: 0.25;
  line-height: 1;
}
.process-step h3 {
  font-family: 'Anton', 'Bebas Neue', 'Impact', sans-serif;
  font-size: 1.15rem;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}
.process-step p { color: var(--text-dim); font-size: 0.95rem; }

/* ---- Testimonials ---- */
.section.alt { background: var(--bg-soft); }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.testimonial {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 2rem;
  border-radius: 16px;
  display: flex; flex-direction: column;
}
.stars { color: var(--accent); margin-bottom: 1rem; letter-spacing: 0.1em; }
.testimonial blockquote {
  font-style: italic;
  color: var(--text);
  margin-bottom: 1.5rem;
  flex: 1;
  font-size: 0.97rem;
}
.testimonial cite {
  font-style: normal;
  color: var(--text-dim);
  font-size: 0.88rem;
  font-weight: 600;
}

/* ---- CTA banner ---- */
.cta-banner {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-hot) 100%);
  color: var(--bg);
  text-align: center;
  padding: 5rem 1.5rem;
}
.cta-banner h2 {
  font-family: 'Anton', 'Bebas Neue', 'Impact', sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  line-height: 1;
}
.cta-banner p { font-size: 1.1rem; margin-bottom: 2rem; opacity: 0.85; }
.cta-banner .btn-primary {
  background: var(--bg);
  color: var(--text);
}
.cta-banner .btn-primary:hover { background: var(--text); color: var(--bg); }

/* ---- About page ---- */
.about-hero {
  padding: 6rem 0 4rem;
  text-align: center;
  border-bottom: 1px solid var(--border);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.about-grid img { border-radius: 14px; }
.about-grid h2 {
  font-family: 'Anton', 'Bebas Neue', 'Impact', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}
.about-grid p { color: var(--text-dim); margin-bottom: 1rem; }
.checklist { list-style: none; margin-top: 1.5rem; }
.checklist li {
  padding: 0.4rem 0 0.4rem 1.8rem;
  position: relative;
  color: var(--text);
}
.checklist li::before {
  content: '✓';
  position: absolute; left: 0;
  color: var(--accent);
  font-weight: 700;
}

/* ---- Contact ---- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
.contact-info { padding: 1rem 0; }
.contact-info h2 {
  font-family: 'Anton', 'Bebas Neue', 'Impact', sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.contact-info p { color: var(--text-dim); margin-bottom: 2rem; }
.contact-detail {
  display: flex; align-items: flex-start; gap: 1.2rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--border);
}
.contact-detail .icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(243, 182, 63, 0.1);
  color: var(--accent);
  display: grid; place-items: center;
  flex-shrink: 0;
}
.contact-detail .icon svg { width: 22px; height: 22px; stroke-width: 1.5; }
.contact-detail h4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 0.4rem;
}
.contact-detail .val { color: var(--text); font-weight: 500; font-size: 1.05rem; }
.contact-detail a:hover { color: var(--accent); }

.map-container {
  margin-top: 2rem;
  width: 100%;
  height: 350px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border);
  position: relative;
}
.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: invert(90%) hue-rotate(180deg) brightness(0.9) contrast(0.9); /* Dark mode map trick */
}

.contact-form {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 2rem;
  border-radius: 16px;
}
.form-group { margin-bottom: 1.2rem; }
.form-group label {
  display: block;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.form-group input,
.form-group textarea {
  width: 100%;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0.85rem 1rem;
  color: var(--text);
  font-family: inherit;
  font-size: 1rem;
  transition: border-color 0.2s;
}
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--accent);
}
.form-group textarea { min-height: 130px; resize: vertical; }
.form-note {
  font-size: 0.82rem;
  color: var(--text-dim);
  margin-top: 1rem;
  text-align: center;
}

/* ---- Fabrication detail page ---- */
.fab-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  padding: 4rem 0;
  border-bottom: 1px solid var(--border);
}
.fab-section:nth-child(even) > div:first-child { order: 2; }
.fab-section img { border-radius: 14px; aspect-ratio: 4/3; object-fit: cover; }
.fab-section h2 {
  font-family: 'Anton', 'Bebas Neue', 'Impact', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}
.fab-section p { color: var(--text-dim); }

/* ---- Footer ---- */
.site-footer {
  background: #050505;
  border-top: 1px solid var(--border);
  padding: 4rem 0 2rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.footer-grid h4 {
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 1.2rem;
  font-weight: 700;
}
.footer-grid ul { list-style: none; }
.footer-grid li { margin-bottom: 0.6rem; }
.footer-grid a { color: var(--text-dim); font-size: 0.92rem; transition: color 0.2s; }
.footer-grid a:hover { color: var(--accent); }
.footer-brand p { color: var(--text-dim); font-size: 0.92rem; margin-top: 0.8rem; max-width: 22rem; }
.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 2rem;
  text-align: center;
  color: var(--text-dim);
  font-size: 0.85rem;
}

.page-hero {
  padding: 6rem 0 3.5rem;
  border-bottom: 1px solid var(--border);
  background: linear-gradient(180deg, rgba(243, 182, 63, 0.08) 0%, rgba(243, 182, 63, 0) 65%);
}
.page-hero .section-sub {
  max-width: 44rem;
}

.fabrication-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}
.fabrication-grid .portfolio-item {
  aspect-ratio: 3 / 2;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* ---- Lightbox ---- */
.lightbox {
  display: none;
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(5,5,5,0.96);
  backdrop-filter: blur(10px);
  align-items: center; justify-content: center;
  padding: 2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lightbox.open { display: flex; opacity: 1; }
.lightbox-content {
  position: relative;
  max-width: 90vw;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lightbox img {
  max-width: 100%;
  max-height: 80vh;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
  object-fit: contain;
}
.lightbox-label {
  margin-top: 1.5rem;
  font-family: 'Anton', sans-serif;
  font-size: 1.2rem;
  color: var(--text);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.lightbox-close {
  position: absolute; top: -3rem; right: 0;
  background: none; border: none; color: white;
  font-size: 2.5rem; cursor: pointer; line-height: 1;
  transition: transform 0.2s;
}
.lightbox-close:hover { transform: scale(1.1); color: var(--accent); }

.lightbox-nav {
  position: absolute; top: 50%; width: 100%;
  display: flex; justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 1rem;
  pointer-events: none;
}
.lightbox-btn {
  pointer-events: auto;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.1);
  color: white;
  width: 50px; height: 50px;
  border-radius: 50%;
  display: grid; place-items: center;
  cursor: pointer;
  transition: all 0.2s;
}
.lightbox-btn:hover { background: var(--accent); color: var(--bg); border-color: var(--accent); }

/* ---- Reveal Stagger ---- */
.reveal-container > .reveal {
  transition-delay: calc(var(--index) * 0.1s);
}

/* ---- Responsive ---- */
@media (max-width: 880px) {
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; gap: 0; background: var(--bg-soft);
    border-bottom: 1px solid var(--border); padding: 1rem 1.5rem; }
  .nav-links.open { display: flex; }
  .nav-links li { padding: 0.6rem 0; }
  .nav-toggle { display: block; }
  .nav-cta { display: none; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 0; padding: 2rem 0; }
  .stat { border-right: none; border-bottom: 1px solid var(--border); padding: 1.5rem 0; }
  .stat:nth-child(even) { border-left: 1px solid var(--border); }
  .stat:nth-child(3), .stat:nth-child(4) { border-bottom: none; }
  .process { grid-template-columns: 1fr; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  .fab-section { grid-template-columns: 1fr; gap: 1.5rem; padding: 3rem 0; }
  .fab-section:nth-child(even) > div:first-child { order: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .section { padding: 4rem 0; }
  .hero-inner { padding: 4rem 1.5rem 3rem; }
}
