/* ═══════════════════════════════════════════════════════════════
   DETOS — Purged Utility CSS (generated from used Tailwind classes)
   ═══════════════════════════════════════════════════════════════ */

/* ── Self-hosted Manrope (variable font, covers 400–800) ── */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/fonts/manrope-cyrillic-ext.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/fonts/manrope-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/fonts/manrope-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/fonts/manrope-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ── Reset ── */
*, *::before, *::after { border-radius: 0 !important; box-sizing: border-box; }
body {
  font-family: 'Manrope', 'Helvetica Neue', Arial, sans-serif;
  background-color: #F5F0E8;
  color: #0D0D0D;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; }

/* ── Layout ── */
.flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.grid { display: grid; }
.hidden { display: none; }
.block { display: block; }
.relative { position: relative; }
.absolute { position: absolute; }
.sticky { position: sticky; }
.top-0 { top: 0; }
.right-0 { right: 0; }
.bottom-0 { bottom: 0; }
.z-10 { z-index: 10; }
.z-50 { z-index: 50; }
.overflow-hidden { overflow: hidden; }
.w-full { width: 100%; }
.pointer-events-none { pointer-events: none; }

/* ── Flex alignment ── */
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.justify-start { justify-content: flex-start; }
.justify-end { justify-content: flex-end; }

/* ── Grid columns ── */
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* ── Gap ── */
.gap-0 { gap: 0; }
.gap-3 { gap: 0.75rem; }
.gap-8 { gap: 2rem; }
.gap-10 { gap: 2.5rem; }
.gap-12 { gap: 3rem; }
.gap-16 { gap: 4rem; }

/* ── Margin ── */
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }

/* ── Padding ── */
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-12 { padding-left: 3rem; padding-right: 3rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }

/* ── Text alignment ── */
.text-center { text-align: center; }

/* ── Max width ── */
.max-w-4xl { max-width: 56rem; }
.max-w-screen-xl { max-width: 1280px; }

/* ── Background colors ── */
.bg-\[\#0D0D0D\] { background-color: #0D0D0D; }
.bg-\[\#E85D04\] { background-color: #E85D04; }
.bg-\[\#F5F0E8\] { background-color: #F5F0E8; }

/* ── Text colors ── */
.text-\[\#0D0D0D\] { color: #0D0D0D; }
.text-\[\#E85D04\] { color: #E85D04; }
.text-\[\#F5F0E8\] { color: #F5F0E8; }
.hover\:text-\[\#E85D04\]:hover { color: #E85D04; }

/* ── Responsive: lg (≥1024px) ── */
@media (min-width: 1024px) {
  .lg\:flex { display: flex; }
  .lg\:hidden { display: none; }
  .lg\:block { display: block; }
  .lg\:col-span-2 { grid-column: span 2 / span 2; }
  .lg\:col-span-4 { grid-column: span 4 / span 4; }
  .lg\:col-span-5 { grid-column: span 5 / span 5; }
  .lg\:col-span-6 { grid-column: span 6 / span 6; }
  .lg\:col-span-7 { grid-column: span 7 / span 7; }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lg\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .lg\:gap-8 { gap: 2rem; }
  .lg\:gap-12 { gap: 3rem; }
  .lg\:gap-16 { gap: 4rem; }
  .lg\:gap-20 { gap: 5rem; }
  .lg\:px-16 { padding-left: 4rem; padding-right: 4rem; }
  .lg\:px-20 { padding-left: 5rem; padding-right: 5rem; }
  .lg\:py-20 { padding-top: 5rem; padding-bottom: 5rem; }
  .lg\:mt-0 { margin-top: 0; }
  .lg\:justify-end { justify-content: flex-end; }
}

/* ── Responsive: md (≥768px) ── */
@media (min-width: 768px) {
  .md\:block { display: block; }
  .md\:hidden { display: none; }
}

/* ═══════════════════════════════════════════════════════════════
   DETOS — Custom Component Styles
   ═══════════════════════════════════════════════════════════════ */

/* ── Typography ── */
.t-display {
  font-size: clamp(4.5rem, 9vw, 7.5rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.t-headline {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.t-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .t-display { font-size: clamp(3rem, 12vw, 4.5rem); }
  .t-headline { font-size: clamp(1.75rem, 7vw, 2.25rem); }
  .stat-num { font-size: clamp(2.5rem, 10vw, 3.5rem) !important; }
  .service-num { font-size: 4rem !important; }
  .marquee-text { font-size: 1.75rem !important; }
  .cta-headline { font-size: clamp(2.5rem, 10vw, 4rem) !important; }
}

/* ── Buttons ── */
.btn-fire {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #E85D04;
  color: #F5F0E8;
  padding: 1rem 2.5rem;
  font-family: 'Manrope', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 100ms;
  min-height: 44px;
  white-space: nowrap;
}
.btn-fire:hover { background: #0D0D0D; }
.btn-ghost-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #0D0D0D;
  padding: 1rem 2.5rem;
  font-family: 'Manrope', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #0D0D0D;
  cursor: pointer;
  transition: background-color 100ms, color 100ms;
  min-height: 44px;
}
.btn-ghost-dark:hover { background: #0D0D0D; color: #F5F0E8; }
.btn-ghost {
  display: inline-flex;
  align-items: center;
  background: transparent;
  border: 2px solid #0D0D0D;
  color: #0D0D0D;
  padding: 0.875rem 2rem;
  font-family: 'Manrope', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 100ms, color 100ms;
  min-height: 44px;
  white-space: nowrap;
}
.btn-ghost:hover { background: #0D0D0D; color: #F5F0E8; }

/* ── Nav ── */
.nav-link {
  position: relative;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0D0D0D;
  text-decoration: none;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 2px;
  background: #E85D04;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 100ms;
}
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.mobile-nav-link {
  display: flex;
  align-items: center;
  padding: 1rem 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0D0D0D;
  text-decoration: none;
  border-bottom: 1px solid rgba(13,13,13,0.1);
  min-height: 44px;
}
.mobile-nav-link:hover, .mobile-nav-link.active { color: #E85D04; }

/* ── Hamburger ── */
#hamburger-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-height: 44px;
  min-width: 44px;
  align-items: center;
  justify-content: center;
}
#hamburger-btn span {
  display: block;
  width: 22px;
  height: 2px;
  background: #0D0D0D;
  transition: transform 150ms, opacity 150ms;
}

/* ── Nav responsive: hamburger up to 1299px, desktop from 1300px ── */
@media (max-width: 1299px) {
  #hamburger-btn { display: flex !important; }
}

@media (min-width: 1300px) {
  #hamburger-btn { display: none !important; }
  .nav-dt-flex { display: flex; }
  .nav-dt-hidden { display: none; }
  .nav-dt-block { display: block; }
  .nav-dt-px-20 { padding-left: 5rem; padding-right: 5rem; }
}

/* ── Hero ── */
.hero-section {
  min-height: 90vh;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .hero-section {
    flex-direction: column !important;
    align-items: stretch !important;
    min-height: auto !important;
    padding-bottom: 0 !important;
  }
}
.hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: end;
}
@media (max-width: 767px) {
  .hero-split {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .hero-split > div[style*="height: 400px"] {
    height: 220px !important;
  }
}

/* ── Marquee ── */
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.marquee-inner {
  display: flex;
  width: max-content;
  animation: marquee 25s linear infinite;
}
.marquee-text {
  font-size: 2.75rem;
  font-weight: 800;
  color: #F5F0E8;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  padding: 0 3rem;
  white-space: nowrap;
}

/* ── Service items ── */
.service-item {
  border-bottom: 1px solid rgba(13,13,13,0.2);
  transition: background-color 100ms;
}
.service-item:hover { background: rgba(13,13,13,0.04); }
.service-num {
  font-size: 6.5rem;
  font-weight: 800;
  color: #E85D04;
  line-height: 1;
  display: block;
}
.service-feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-bottom: 1px solid rgba(13,13,13,0.15);
}
.service-feature-row:last-child { border-bottom: none; }
@media (max-width: 767px) {
  .service-feature-row { grid-template-columns: 1fr; }
  .service-feature-row > div:first-child { order: 1; }
  .service-feature-row > div:last-child { order: 2; }
  .service-feature-row [style*="min-height: 500px"] {
    min-height: 250px !important;
  }
}
.service-row-alt > div:first-child { order: 2 !important; }
.service-row-alt > div:last-child { order: 1 !important; }
@media (max-width: 767px) {
  .service-row-alt > div:first-child { order: 2 !important; }
  .service-row-alt > div:last-child { order: 1 !important; }
}

/* ── Section padding ── */
.section-pad { padding: 8rem 5rem; }
@media (min-width: 768px) and (max-width: 1023px) { .section-pad { padding: 6rem 2.5rem; } }
@media (max-width: 767px) { .section-pad { padding: 3.5rem 1.25rem; } }
@media (min-width: 768px) and (max-width: 1023px) {
  .resp-section { padding-top: 6rem !important; padding-bottom: 6rem !important; padding-left: 2.5rem !important; padding-right: 2.5rem !important; }
}
@media (max-width: 767px) {
  .resp-section { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; padding-left: 1.25rem !important; padding-right: 1.25rem !important; }
}

/* ── Fire spec bar ── */
.fire-spec-bar {
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) { .fire-spec-bar { padding: 1.25rem 5rem; gap: 3rem; } }
@media (max-width: 767px) {
  .fire-spec-bar { gap: 0.5rem 1.25rem; }
  .fire-spec-bar span { white-space: normal !important; font-size: 0.875rem !important; }
}

/* ── Punch bar ── */
.punch-bar-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4rem;
}
@media (max-width: 767px) {
  .punch-bar-inner { gap: 1.5rem !important; flex-wrap: wrap; justify-content: center; }
  .punch-bar-inner span { font-size: 1.125rem !important; }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .punch-bar-inner { gap: 2rem !important; }
}

/* ── Geo diagram ── */
.geo-diagram {
  width: 45%;
  opacity: 0.25;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) { .geo-diagram { width: 55%; opacity: 0.18; } }
@media (max-width: 767px) { .geo-diagram { width: 65%; opacity: 0.14; } }

/* ── Timeline ── */
.timeline-item {
  padding: 3rem 0;
  border-bottom: 1px solid rgba(13,13,13,0.15);
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 3rem;
  align-items: start;
}
@media (max-width: 767px) { .timeline-item { grid-template-columns: 1fr; gap: 0.5rem; } }

/* ── Spec item ── */
.spec-item { border-bottom: 1px solid rgba(13,13,13,0.2); }

/* ── Leadership ── */
.leadership-card {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 4rem;
  align-items: start;
  border-top: 2px solid #0D0D0D;
  border-bottom: 2px solid #0D0D0D;
  padding: 3rem 0;
}
@media (max-width: 1023px) {
  .leadership-card { grid-template-columns: 1fr; gap: 2rem; }
  .leadership-photo { width: 100% !important; max-width: 300px; }
}
@media (max-width: 767px) { .doc-btn-wrap { flex-direction: column !important; } .doc-btn-wrap a { width: 100%; text-align: center; } }

/* ── Contact form ── */
.field-label {
  display: block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0D0D0D;
  margin-bottom: 0.5rem;
}
.field-input {
  width: 100%;
  background: transparent;
  border: 2px solid #0D0D0D;
  padding: 1rem;
  font-family: 'Manrope', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0D0D0D;
  outline: none;
  transition: border-color 100ms;
  appearance: none;
  -webkit-appearance: none;
  min-height: 44px;
}
.field-input::placeholder { color: rgba(13,13,13,0.4); }
.field-input:focus { border-color: #E85D04; }
.phone-compound { display: flex; }
.phone-compound select {
  width: 120px;
  flex-shrink: 0;
  background: #F5F0E8;
  border: 2px solid #0D0D0D;
  border-right: none;
  padding: 1rem 2rem 1rem 1rem;
  font-family: 'Manrope', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0D0D0D;
  outline: none;
  transition: border-color 100ms;
  appearance: none;
  -webkit-appearance: none;
  min-height: 44px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%230D0D0D' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
}
.phone-compound select:focus { border-color: #E85D04; }
.phone-compound input {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: 2px solid #0D0D0D;
  border-left: none;
  padding: 1rem;
  font-family: 'Manrope', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0D0D0D;
  outline: none;
  transition: border-color 100ms;
  appearance: none;
  -webkit-appearance: none;
  min-height: 44px;
}
.phone-compound input::placeholder { color: rgba(13,13,13,0.4); }
.phone-compound input:focus { border-color: #E85D04; }
.phone-compound:focus-within select,
.phone-compound:focus-within input { border-color: #E85D04; }
.form-feedback { display: none; margin-top: 1rem; padding: 1rem 1.25rem; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.form-feedback.success { display: block; background: transparent; border-left: 4px solid #E85D04; color: #0D0D0D; }
.form-feedback.error   { display: block; background: transparent; border-left: 4px solid #0D0D0D; color: #0D0D0D; }
.contact-hero {
  display: grid;
  grid-template-columns: 7fr 5fr;
  min-height: calc(100vh - 4.5rem);
}
@media (max-width: 767px) {
  .contact-hero { grid-template-columns: 1fr; min-height: auto; }
  .contact-form-side { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; padding-left: 1.25rem !important; padding-right: 1.25rem !important; }
  .contact-info-side { padding: 3.5rem 1.25rem !important; min-height: 400px; }
  .contact-form-grid { grid-template-columns: 1fr !important; }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact-hero { grid-template-columns: 1fr; min-height: auto; }
  .contact-form-side { padding: 4rem 2.5rem !important; }
  .contact-info-side { padding: 4rem 2.5rem !important; min-height: 350px; }
}

/* ── Project cards ── */
.project-card {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-right: 1px solid rgba(13,13,13,0.2);
  border-bottom: 1px solid rgba(13,13,13,0.2);
}
.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover; object-position: center;
  filter: brightness(0.92);
  transition: filter 400ms ease-out, transform 400ms ease-out;
}
.project-card:hover img { filter: brightness(1); transform: scale(1.04); }
.project-card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0D0D0D;
  padding: 2rem;
  color: #F5F0E8;
  transform: translateY(2px);
  transition: transform 300ms ease-out;
}
.project-card:hover .project-card-info { transform: translateY(0); }
#projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(13,13,13,0.2);
  border-left: 1px solid rgba(13,13,13,0.2);
}
@media (min-width: 768px) and (max-width: 1023px) { #projects-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 767px) { #projects-grid { grid-template-columns: 1fr; } }

/* ── Filter tabs ── */
.filter-tab {
  font-family: 'Manrope', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(13,13,13,0.4);
  text-decoration: none;
  cursor: pointer;
  transition: color 100ms;
  padding-bottom: 0.25rem;
  border-bottom: 3px solid transparent;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  min-height: 44px;
  white-space: nowrap;
}
.filter-tab:hover { color: #0D0D0D; }
.filter-tab.active { color: #0D0D0D; border-bottom-color: #E85D04; }
.filter-tabs-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  gap: 3rem;
  align-items: center;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.filter-tabs-wrap::-webkit-scrollbar { display: none; }

/* ── Carousel ── */
.carousel-arrow {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: #0D0D0D;
  color: #F5F0E8;
  border: none;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  transition: background-color 100ms;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.carousel-arrow:hover { background: #E85D04; }
.carousel-prev { left: 0.75rem; }
.carousel-next { right: 0.75rem; }
.carousel-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.375rem;
  align-items: center;
  z-index: 10;
}
.carousel-dot {
  width: 6px;
  height: 6px;
  background: rgba(245,240,232,0.4);
  display: inline-block;
  flex-shrink: 0;
}
.carousel-dot.active { background: #E85D04; }

/* ── News ── */
.news-feat-card {
  display: flex;
  background: #0D0D0D;
  border: 1px solid rgba(245,240,232,0.06);
  overflow: hidden;
}
.news-feat-body {
  flex: 3;
  padding: 3rem 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
}
.news-feat-img {
  flex: 2;
  overflow: hidden;
  position: relative;
}
.news-feat-img img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  filter: brightness(0.92);
  display: block;
}
@media (max-width: 767px) {
  .news-feat-card { flex-direction: column; }
  .news-feat-body { padding: 2rem 1.5rem; }
  .news-feat-img { min-height: 200px; }
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 768px) and (max-width: 1023px) { .news-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 767px) { .news-grid { grid-template-columns: 1fr; } }
.news-card {
  border-top: 1px solid rgba(13,13,13,0.2);
  border-left: 1px solid rgba(13,13,13,0.2);
  transition: transform 150ms;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.news-grid > .news-card:nth-child(3n+1) { border-left: none; }
@media (min-width: 768px) and (max-width: 1023px) {
  .news-grid > .news-card:nth-child(2n+1) { border-left: none; }
  .news-grid > .news-card:nth-child(3n+1) { border-left: 1px solid rgba(13,13,13,0.2); }
}
@media (max-width: 767px) { .news-grid > .news-card { border-left: none; } }
.news-card:hover { transform: translateY(-2px); }
.news-card-img {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #0D0D0D;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-card-img img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
  filter: brightness(0.92);
}
.news-card-info {
  background: #F5F0E8;
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.news-card-title {
  font-size: 1.0625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: #0D0D0D;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-card-teaser {
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(13,13,13,0.6);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
.news-skel-card {
  border-top: 1px solid rgba(13,13,13,0.2);
  border-left: 1px solid rgba(13,13,13,0.2);
}
.news-grid > .news-skel-card:nth-child(3n+1) { border-left: none; }
@keyframes pulse { 0%, 100% { opacity: 0.4; } 50% { opacity: 1; } }
.skel-block { background: rgba(13,13,13,0.06); animation: pulse 1.5s ease-in-out infinite; }

/* ── Article body ── */
.article-body { max-width: 720px; margin: 0 auto; padding: 6rem 1.5rem; line-height: 1.75; }
.article-body h2 { font-size: 1.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: -0.01em; color: #0D0D0D; margin: 2.5rem 0 1rem; line-height: 1.15; }
.article-body h3 { font-size: 1.375rem; font-weight: 600; color: #0D0D0D; margin: 2rem 0 0.875rem; line-height: 1.2; }
.article-body p { font-size: 1rem; font-weight: 400; color: #0D0D0D; line-height: 1.75; margin-bottom: 1.25rem; }
.article-body strong { font-weight: 700; color: #0D0D0D; }
.article-body ul, .article-body ol { margin: 1rem 0 1.5rem 1.5rem; display: flex; flex-direction: column; gap: 0.5rem; }
.article-body ul { list-style: disc; }
.article-body ol { list-style: decimal; }
.article-body li { font-size: 1rem; line-height: 1.65; color: #0D0D0D; padding-left: 0.25rem; }
.state-center { min-height: 50vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 6rem 1.5rem; text-align: center; gap: 2rem; }
.state-title { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 800; text-transform: uppercase; letter-spacing: -0.02em; color: rgba(13,13,13,0.25); line-height: 1; }

/* ── Brochure styles ── */
.page { width: 210mm; height: 297mm; margin: 0 auto 2rem; position: relative; overflow: hidden; box-shadow: 0 8px 40px rgba(0,0,0,0.6); }
.cover { background: #0D0D0D; width: 100%; height: 100%; display: flex; flex-direction: column; padding: 40px; position: relative; }
.cover-bg { position: absolute; inset: 0; background-image: url('projects/On-grid_Bukhara_80kw_Commercial_1.jpg'); background-size: cover; background-position: center 30%; filter: brightness(0.85); opacity: 0.55; z-index: 0; }
.cover > *:not(.cover-bg) { position: relative; z-index: 1; }
.cover-logo { flex-shrink: 0; }
.cover-logo img { height: 72px; width: auto; display: block; }
.cover-spacer { flex: 1; }
.cover-hero { flex-shrink: 0; margin-bottom: 40px; }
.cover-headline { font-size: 80px; font-weight: 800; letter-spacing: -0.03em; line-height: 0.93; color: #ffffff; text-transform: uppercase; margin-bottom: 20px; }
.cover-subline { font-size: 13px; font-weight: 600; color: #E85D04; letter-spacing: 0.1em; text-transform: uppercase; line-height: 1.4; }
.cover-divider { height: 1px; background: rgba(255,255,255,0.18); margin-bottom: 20px; flex-shrink: 0; }
.cover-footer { display: flex; justify-content: space-between; align-items: flex-end; flex-shrink: 0; }
.cover-footer-info { color: rgba(255,255,255,0.55); font-size: 10px; font-weight: 500; letter-spacing: 0.09em; line-height: 2; text-transform: uppercase; }
.cover-footer-website { color: #E85D04; font-size: 16px; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; }
.who { background: #F5F0E8; width: 100%; height: 100%; display: flex; flex-direction: column; padding: 44px 40px 40px; }
.eyebrow { font-size: 10px; font-weight: 600; letter-spacing: 0.14em; color: #E85D04; text-transform: uppercase; margin-bottom: 8px; }
.section-headline { font-size: 36px; font-weight: 800; letter-spacing: -0.025em; line-height: 1.05; color: #0D0D0D; text-transform: uppercase; margin-bottom: 32px; }
.who-cols { display: flex; gap: 0; flex: 1; min-height: 0; }
.who-left { flex: 7; padding-right: 36px; border-right: 1px solid rgba(13,13,13,0.15); display: flex; flex-direction: column; justify-content: space-between; }
.who-right { flex: 5; padding-left: 36px; display: flex; flex-direction: column; justify-content: space-between; }
.who-body { font-size: 13px; line-height: 1.7; color: #0D0D0D; letter-spacing: 0.01em; }
.who-body p { margin-bottom: 14px; }
.who-body p:last-child { margin-bottom: 0; }
.who-body strong { font-weight: 700; }
.who-pull { padding-top: 28px; }
.who-pull-line { width: 40px; height: 3px; background: #E85D04; margin-bottom: 16px; }
.who-pull-text { font-size: 18px; font-weight: 700; color: #0D0D0D; letter-spacing: -0.01em; line-height: 1.3; margin-bottom: 10px; }
.who-pull-label { font-size: 9px; font-weight: 600; color: #E85D04; letter-spacing: 0.14em; text-transform: uppercase; }
.stats-strip { display: flex; flex-direction: column; flex: 1; justify-content: space-between; }
.stat-item { padding: 16px 0; border-bottom: 1px solid rgba(13,13,13,0.12); }
.stat-item:first-child { border-top: 1px solid rgba(13,13,13,0.12); }
.stat-number { font-size: 44px; font-weight: 800; color: #E85D04; line-height: 1; letter-spacing: -0.03em; }
.stat-label { font-size: 9px; font-weight: 600; letter-spacing: 0.14em; color: #0D0D0D; text-transform: uppercase; margin-top: 4px; }
.cert-callout { background: #0D0D0D; padding: 20px 24px; margin-top: 32px; flex-shrink: 0; }
.cert-title { font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: #E85D04; margin-bottom: 6px; }
.cert-issued { font-size: 10px; font-weight: 400; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(245,240,232,0.6); }
.services-page { background: #F5F0E8; width: 100%; height: 100%; display: flex; flex-direction: column; }
.services-content { padding: 44px 40px 32px; flex: 1; display: flex; flex-direction: column; }
.services-list { flex: 1; display: flex; flex-direction: column; justify-content: space-between; margin-top: 8px; }
.service-body { flex: 1; }
.service-title { font-size: 18px; font-weight: 700; color: #0D0D0D; letter-spacing: -0.01em; line-height: 1.2; margin-bottom: 8px; text-transform: uppercase; }
.service-desc { font-size: 12px; line-height: 1.65; color: rgba(13,13,13,0.68); letter-spacing: 0.01em; }
.service-spec { font-size: 9.5px; font-weight: 700; color: #0D0D0D; letter-spacing: 0.07em; text-transform: uppercase; margin-top: 10px; border-left: 2px solid #E85D04; padding-left: 10px; line-height: 1.5; }
.black-bar { background: #0D0D0D; padding: 28px 40px; display: flex; align-items: center; flex-shrink: 0; }
.black-bar-text { font-size: 20px; font-weight: 800; color: white; letter-spacing: 0.14em; text-transform: uppercase; }
.our-work { background: #F5F0E8; width: 100%; height: 100%; display: flex; flex-direction: column; }
.our-work-header { padding: 28px 40px 12px; flex-shrink: 0; }
.gallery-grid { flex: 1; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr 1fr; gap: 2px; min-height: 0; padding: 0 0 2px; }
.gallery-item { position: relative; overflow: hidden; background: #0D0D0D; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; filter: brightness(0.95); }
.gallery-caption { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(13,13,13,0.85); padding: 6px 10px; }
.gallery-caption-text { font-size: 8.5px; font-weight: 700; color: rgba(245,240,232,0.9); letter-spacing: 0.1em; text-transform: uppercase; }
.partners-row { padding: 12px 40px; border-top: 1px solid rgba(13,13,13,0.15); flex-shrink: 0; }
.partners-label { font-size: 8.5px; font-weight: 600; color: #E85D04; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 4px; }
.partners-names { font-size: 10px; font-weight: 700; color: #0D0D0D; letter-spacing: 0.07em; text-transform: uppercase; }
.contact-final { background: #0D0D0D; padding: 14px 40px; display: flex; justify-content: space-between; align-items: center; flex-shrink: 0; }
.contact-item { text-align: center; }
.contact-item-label { font-size: 7.5px; font-weight: 600; letter-spacing: 0.12em; color: #E85D04; text-transform: uppercase; margin-bottom: 3px; }
.contact-item-value { font-size: 8.5px; font-weight: 600; color: rgba(245,240,232,0.8); letter-spacing: 0.05em; text-transform: uppercase; }

/* ── Mobile UX ── */
/* Eliminate 300ms tap delay on all interactive elements */
a, button, [role="button"], input, select, textarea, label {
  touch-action: manipulation;
}
/* Active (tap) feedback on buttons */
.btn-fire:active  { background: #c74e02; transform: translateY(1px); }
.btn-ghost:active { background: rgba(13,13,13,0.08); transform: translateY(1px); }
.btn-ghost-dark:active { background: rgba(13,13,13,0.08); transform: translateY(1px); }

/* Mobile menu: smooth slide-down transition */
#mobile-menu {
  overflow: hidden;
  max-height: 0;
  transition: max-height 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
#mobile-menu.open { max-height: 480px; }

/* Mobile menu backdrop */
#nav-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(13,13,13,0.4);
  z-index: 40;
  opacity: 0;
  transition: opacity 280ms;
}
#nav-backdrop.open { display: block; opacity: 1; }

/* Sticky mobile CTA */
@media (max-width: 1023px) {
  #mobile-cta-bar {
    position: fixed;
    bottom: 0;
    bottom: env(safe-area-inset-bottom, 0);
    left: 0;
    right: 0;
    z-index: 49;
    background: #E85D04;
    padding: 0.875rem 1.5rem;
    padding-bottom: calc(0.875rem + env(safe-area-inset-bottom, 0));
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 -2px 12px rgba(13,13,13,0.15);
    transform: translateY(0);
    transition: transform 200ms;
  }
  #mobile-cta-bar a {
    color: #F5F0E8;
    font-family: 'Manrope', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
  }
  #mobile-cta-bar.hidden-bar { transform: translateY(100%); }
  /* Push page content above sticky bar */
  body { padding-bottom: calc(3.5rem + env(safe-area-inset-bottom, 0)); }
}
@media (min-width: 1024px) {
  #mobile-cta-bar { display: none !important; }
}

/* ── Floating Chat Widget ── */
#chat-widget {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.625rem;
  pointer-events: none;
}
#chat-widget > * { pointer-events: auto; }

#chat-toggle {
  width: 3.5rem;
  height: 3.5rem;
  background: #0D0D0D;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 100ms, transform 100ms;
  box-shadow: 0 4px 20px rgba(13,13,13,0.25);
}
#chat-toggle:hover { background: #E85D04; }
#chat-toggle:active { transform: translateY(1px); }
#chat-toggle svg { width: 1.5rem; height: 1.5rem; fill: #F5F0E8; }
#chat-toggle.open { background: #E85D04; }
#chat-toggle.open svg { transform: rotate(45deg); transition: transform 150ms; }
#chat-toggle:not(.open) svg { transform: rotate(0deg); transition: transform 150ms; }

#chat-options {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  opacity: 0;
  transform: translateY(0.5rem) scale(0.95);
  pointer-events: none;
  transition: opacity 150ms, transform 150ms;
}
#chat-options.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.chat-option {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.25rem;
  background: #0D0D0D;
  color: #F5F0E8;
  text-decoration: none;
  font-family: 'Manrope', sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(13,13,13,0.2);
  transition: background 100ms, transform 100ms;
}
.chat-option:hover { background: #E85D04; color: #F5F0E8; }
.chat-option:active { transform: translateY(1px); }
.chat-option svg { width: 1.25rem; height: 1.25rem; fill: currentColor; flex-shrink: 0; }

/* Mobile: push above sticky CTA bar */
@media (max-width: 1023px) {
  #chat-widget { bottom: 4.5rem; bottom: calc(4.5rem + env(safe-area-inset-bottom, 0)); right: 1rem; }
  #chat-toggle { width: 3rem; height: 3rem; }
  #chat-toggle svg { width: 1.25rem; height: 1.25rem; }
  .chat-option { font-size: 0.75rem; padding: 0.625rem 1rem; gap: 0.5rem; }
}

/* ── Print styles ── */
@media print {
  @page { size: A4 portrait; margin: 0; }
  body { background: none; padding: 0; margin: 0; }
  .page { width: 210mm; height: 297mm; margin: 0; box-shadow: none; page-break-after: always; break-after: page; }
  .page:last-child { page-break-after: avoid; break-after: avoid; }
}