:root {
  --bg: #0c1117;
  --bg-soft: #141c24;
  --panel: rgba(18, 25, 34, 0.74);
  --panel-strong: #182230;
  --text: #edf3f7;
  --muted: #9eb0bc;
  --line: rgba(255, 255, 255, 0.1);
  --accent: #ff8f3d;
  --accent-soft: #ffd2b0;
  --glow: rgba(255, 143, 61, 0.28);
  --radius: 26px;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 143, 61, 0.18), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(109, 182, 255, 0.14), transparent 26%),
    linear-gradient(180deg, #091017 0%, #0f141c 40%, #0d1319 100%);
  min-height: 100vh;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

.site-shell {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding-bottom: 56px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  backdrop-filter: blur(20px);
}

.brand img {
  width: 150px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--text);
}

.section {
  padding: 44px 0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0 10px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.95rem;
}

.site-footer p {
  margin: 0;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 32px;
  align-items: center;
  padding-top: 36px;
}

.eyebrow {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.76rem;
  color: var(--accent-soft);
}

h1,
h2,
h3 {
  font-family: "Outfit", sans-serif;
  line-height: 1.04;
  margin: 0;
}

h1 {
  font-size: clamp(3rem, 6vw, 5.6rem);
  letter-spacing: -0.04em;
  max-width: 12ch;
}

h2 {
  font-size: clamp(2rem, 3vw, 3.2rem);
  letter-spacing: -0.03em;
  max-width: 14ch;
}

h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
}

.hero-text,
.section-heading p:last-child,
.specialty-copy p,
.service-card p,
.process-card p,
.materials-grid p,
.contact-copy p,
.form-note,
.stat-card span,
.contact-notes span {
  color: var(--muted);
  line-height: 1.7;
}

.hero-text {
  font-size: 1.08rem;
  max-width: 58ch;
  margin: 20px 0 0;
}

.hero-actions,
.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions {
  margin-top: 28px;
}

.hero-pills {
  margin-top: 24px;
}

.hero-pills span,
.feature-label,
.filter-button,
.button,
.button-small {
  border-radius: 999px;
}

.hero-pills span {
  border: 1px solid var(--line);
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.03);
  color: #dfe8ee;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  background: linear-gradient(135deg, #ff8f3d, #ff6d4d);
  color: #17120d;
  font-weight: 700;
  box-shadow: 0 14px 30px var(--glow);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-secondary,
.button-outline {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--line);
  box-shadow: none;
}

.button-small {
  min-height: 42px;
}

.glass,
.service-card,
.process-card,
.contact-panel {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.glass,
.feature-card,
.stat-card,
.materials-panel,
.contact-form {
  background: var(--panel);
  backdrop-filter: blur(18px);
}

.feature-card {
  padding: 24px;
  border-radius: var(--radius);
  margin-bottom: 18px;
}

.feature-label {
  display: inline-block;
  background: rgba(255, 143, 61, 0.14);
  color: var(--accent-soft);
  padding: 8px 12px;
  font-size: 0.82rem;
  margin-bottom: 14px;
}

.feature-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
}

.hero-tile {
  border-radius: 24px;
  overflow: hidden;
  min-height: 220px;
  background: var(--panel-strong);
  border: 1px solid var(--line);
}

.hero-tile-large {
  grid-row: span 2;
  min-height: 460px;
}

.hero-tile img,
.specialty-visual img,
.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.stat-card,
.service-card,
.process-card,
.materials-panel,
.contact-form {
  border-radius: 24px;
}

.stat-card {
  padding: 22px;
}

.stat-card strong,
.contact-notes strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Outfit", sans-serif;
  font-size: 1.08rem;
}

.section-heading {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.section-heading-inline {
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 24px;
}

.specialty-layout,
.contact-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.specialty-visual,
.contact-panel {
  overflow: hidden;
  border-radius: 30px;
}

.specialty-copy {
  padding-right: 10px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 12px;
}

.feature-list li {
  padding-left: 18px;
  position: relative;
  color: #d7e2e9;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(255, 143, 61, 0.12);
}

.service-grid,
.process-grid,
.materials-grid,
.gallery-grid {
  display: grid;
  gap: 18px;
}

.service-grid {
  grid-template-columns: repeat(3, 1fr);
}

.service-card,
.process-card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.03);
}

.process-grid {
  grid-template-columns: repeat(4, 1fr);
}

.process-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  margin-bottom: 18px;
  background: rgba(255, 143, 61, 0.15);
  color: var(--accent-soft);
  font-family: "Outfit", sans-serif;
  font-weight: 700;
}

.materials-panel {
  padding: 28px;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 24px;
}

.materials-grid {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.filter-button {
  min-height: 42px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  border: 1px solid var(--line);
}

.filter-button.is-active {
  color: #17120d;
  background: var(--accent);
  border-color: transparent;
}

.gallery-grid {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-card {
  position: relative;
  text-align: left;
  overflow: hidden;
  min-height: 280px;
  border-radius: 22px;
  background: var(--panel-strong);
}

.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 28%, rgba(7, 10, 14, 0.9) 100%);
}

.gallery-card span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  font-weight: 600;
  color: #f6f9fb;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.85);
}

.gallery-card.is-hidden {
  display: none;
}

.contact-panel {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    rgba(11, 16, 22, 0.9);
}

.contact-copy {
  padding: 34px;
}

.contact-form {
  padding: 28px;
  display: grid;
  gap: 14px;
  border-left: 1px solid var(--line);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #d7e2e9;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  padding: 14px 16px;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: rgba(255, 143, 61, 0.6);
  box-shadow: 0 0 0 4px rgba(255, 143, 61, 0.12);
}

.contact-form select option {
  background: #182230;
  color: #edf3f7;
}

.contact-notes {
  display: grid;
  gap: 18px;
  margin-top: 26px;
}

.seo-copy {
  margin-top: 22px;
  max-width: 78ch;
}

.seo-copy p,
.faq-card p {
  color: var(--muted);
  line-height: 1.7;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.faq-card {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow);
}

.form-feedback {
  min-height: 1.5em;
  margin: 0;
  color: var(--accent-soft);
}

.lightbox {
  width: min(950px, calc(100% - 24px));
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 18px;
  background: rgba(7, 10, 14, 0.95);
  color: var(--text);
}

.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(5px);
}

.lightbox img {
  width: 100%;
  max-height: 72vh;
  object-fit: contain;
  border-radius: 18px;
}

.lightbox-toolbar,
.lightbox-stage {
  display: flex;
  align-items: center;
}

.lightbox-toolbar {
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.lightbox-stage {
  gap: 12px;
}

.lightbox-stage img {
  flex: 1;
  min-width: 0;
}

.lightbox-nav,
.lightbox-close {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 999px;
  min-height: 42px;
  padding: 0 16px;
  flex-shrink: 0;
}

#lightbox-meta,
#lightbox-title {
  margin: 0;
  color: var(--muted);
}

#lightbox-title {
  margin-top: 14px;
}

@media (max-width: 1080px) {
  .hero,
  .specialty-layout,
  .contact-panel,
  .materials-panel {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid,
  .materials-grid,
  .trust-strip,
  .faq-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-form {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 760px) {
  .site-shell {
    width: min(100% - 20px, 1000px);
  }

  .site-footer {
    flex-direction: column;
    text-align: center;
  }

  .topbar {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 14px;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: center;
    gap: 16px;
    font-size: 0.95rem;
  }

  .hero-grid,
  .section-heading-inline,
  .service-grid,
  .process-grid,
  .materials-grid,
  .trust-strip,
  .gallery-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero-tile-large {
    min-height: 320px;
  }

  h1 {
    max-width: none;
  }

  h2 {
    max-width: none;
  }

  .gallery-card {
    min-height: 240px;
  }

  .lightbox-stage {
    flex-direction: column;
  }

  .lightbox-nav {
    width: 100%;
  }
}
