:root {
  --bg: #080a0d;
  --bg-alt: #10151c;
  --panel: rgba(17, 22, 30, 0.92);
  --panel-strong: #121821;
  --panel-soft: rgba(255, 255, 255, 0.03);
  --text: #f5f7fb;
  --muted: #9eacbf;
  --line: rgba(255, 255, 255, 0.09);
  --accent: #3b82f6;
  --accent-strong: #2563eb;
  --accent-warm: #f97316;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  --radius: 24px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.18), transparent 28%),
    radial-gradient(circle at left top, rgba(249, 115, 22, 0.08), transparent 20%),
    var(--bg);
  color: var(--text);
  line-height: 1.6;
}

.site-ghost-bg {
  position: fixed;
  inset: 0;
  background-image: url('assets/hero-shop-ghost.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.34;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0;
}

.site-header,
main,
.site-footer,
.mobile-call {
  position: relative;
  z-index: 1;
}

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

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

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.section {
  padding: 6rem 0;
}

.section-alt {
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
}

.eyebrow {
  margin: 0 0 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--accent-warm);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(3rem, 6vw, 5.4rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  max-width: 11ch;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

h3 {
  font-size: 1.2rem;
  line-height: 1.2;
}

p {
  color: var(--muted);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(8, 10, 13, 0.72);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 1rem;
}

.brand {
  font-weight: 900;
  letter-spacing: 0.01em;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.32rem;
}

.brand-mark img {
  width: 9.6rem;
  height: 9.6rem;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.site-nav a {
  color: var(--muted);
  font-weight: 600;
  transition: color 0.2s ease;
}

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

.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 1.5rem;
  height: 2px;
  margin: 0.3rem 0;
  background: var(--text);
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 7rem;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0)),
    linear-gradient(135deg, rgba(37, 99, 235, 0.14), transparent 36%),
    radial-gradient(circle at right, rgba(249, 115, 22, 0.12), transparent 18%);
  pointer-events: none;
}

.hero-backdrop::after,
.strong-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('assets/hero-shop-ghost.png');
  background-size: cover;
  background-position: center;
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero-backdrop::after {
  opacity: 0.12;
}

.hero-layout,
.why-layout,
.contact-grid,
.cta-panel {
  display: grid;
  gap: 2rem;
}

.hero-layout,
.contact-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: center;
}

.hero-copy,
.hero-panel-card,
.service-card,
.why-card,
.process-step,
.proof-card,
.gallery-tile,
.contact-form,
.proof-strip-grid div,
.cta-panel {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.proof-card-media {
  overflow: hidden;
  padding: 0;
}

.proof-card-copy {
  padding: 1.35rem;
}

.proof-card-media .proof-photo {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.proof-photo.tinted-blue {
  filter: hue-rotate(160deg) saturate(1.15);
}

.proof-photo.tinted-steel {
  filter: saturate(0.7) brightness(1.02) contrast(1.05);
}

.proof-photo.tinted-warm {
  filter: hue-rotate(-18deg) saturate(1.15) brightness(1.02);
}

.hero-copy {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.hero-text {
  max-width: 60ch;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.4rem;
  padding: 0 1.35rem;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

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

.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: white;
  box-shadow: 0 14px 34px rgba(37, 99, 235, 0.3);
}

.btn-secondary {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
}

.btn-full {
  width: 100%;
}

.hero-meta,
.proof-strip-grid,
.why-grid,
.process-grid,
.proof-grid,
.gallery-grid,
.services-grid {
  display: grid;
  gap: 1.2rem;
}

#proof {
  position: relative;
  z-index: 2;
}

.cta-band {
  position: relative;
  z-index: 1;
}

.hero-meta {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hero-meta-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  align-items: center;
  margin-top: 0.25rem;
}

.hero-meta div,
.proof-strip-grid div {
  padding: 1.15rem 1.2rem;
}

.hero-meta-inline div {
  padding: 0;
  text-align: left;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

.hero-meta-inline div::after {
  content: '•';
  margin-left: 1.25rem;
  color: rgba(255,255,255,0.28);
}

.hero-meta-inline div:last-child::after {
  content: '';
  margin: 0;
}

.hero-meta-stacked {
  display: block;
}

.hero-meta-stacked div {
  display: inline-flex;
  flex-direction: column;
  gap: 0.35rem;
}

.hero-meta-stacked div::after {
  content: '';
  margin: 0;
}

.hero-meta strong,
.proof-strip-grid strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1rem;
}

.hero-meta-inline strong {
  margin-bottom: 0;
  font-size: 0.95rem;
  color: #dbe6f7;
}

.hero-panel {
  position: relative;
}

.hero-panel-card {
  padding: 2rem;
}

.image-card {
  padding: 0;
  overflow: hidden;
  min-height: 560px;
  position: relative;
}

.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04) brightness(0.84);
}

.hero-photo-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.75rem;
  padding: 2rem;
  background: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(4,7,12,0.84));
}

.hero-logo {
  width: min(12rem, 54%);
  margin-bottom: 0.75rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.8rem;
}

.card-label {
  color: var(--accent-warm);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
}

.hero-list {
  margin: 1.2rem 0 0;
  padding-left: 1.15rem;
  color: var(--muted);
}

.proof-strip {
  padding-top: 0;
}

.proof-strip-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.section-heading {
  margin-bottom: 2.25rem;
  max-width: 58rem;
}

.section-heading.narrow {
  max-width: 46rem;
}

.services-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card,
.why-card,
.process-step,
.proof-card,
.gallery-tile {
  padding: 1.5rem;
}

.why-photo {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 2.3rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.12);
  color: var(--accent);
  font-weight: 800;
  font-size: 0.9rem;
}

.why-grid,
.proof-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.why-feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 1.2rem;
  align-items: stretch;
}

.why-side-image {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  min-height: 100%;
}

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

.process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.12);
  color: var(--accent-warm);
  font-weight: 800;
}

.proof-grid {
  align-items: start;
  margin-bottom: 0;
}

.proof-layout {
  gap: 2rem;
}

.proof-card {
  height: auto;
}

.proof-card-media {
  display: flex;
  flex-direction: column;
}

.proof-card-copy {
  flex: 0 0 auto;
}

#proof.section {
  padding-bottom: 10rem;
}

.testimonial-placeholder {
  border-style: dashed;
}

.proof-image-card {
  padding: 0;
  overflow: hidden;
}

.proof-photo {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

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

.gallery-tile {
  min-height: 220px;
  display: flex;
  align-items: end;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.04)),
    linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(249, 115, 22, 0.08));
  color: #dbe6f7;
  font-weight: 700;
}

.gallery-photo {
  padding: 0;
  overflow: hidden;
}

.gallery-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-band {
  padding-top: 7rem;
}

.cta-panel {
  grid-template-columns: 1.25fr auto;
  align-items: center;
  padding: 2.1rem;
}

.strong-cta {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.16), rgba(249, 115, 22, 0.1)),
    var(--panel-strong);
}

.strong-cta::after {
  opacity: 0.08;
}

.contact-list {
  margin-top: 2rem;
  display: grid;
  gap: 0.8rem;
}

.contact-list a {
  font-size: 1.35rem;
}

.contact-list a[href^="tel:"] {
  font-weight: 800;
}

.contact-list a[href^="mailto:"] {
  font-weight: 500;
}

.contact-form {
  padding: 1.5rem;
  display: grid;
  gap: 1rem;
}

.contact-form label {
  display: grid;
  gap: 0.45rem;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.03);
  color: var(--text);
  padding: 0.95rem 1rem;
  font: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(59, 130, 246, 0.3);
  border-color: rgba(59, 130, 246, 0.6);
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 1.5rem 0 5.5rem;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.footer-links {
  display: flex;
  gap: 1rem;
  color: var(--muted);
  align-items: center;
  flex-wrap: wrap;
}

.footer-phone {
  font-weight: 800;
  color: var(--text);
}

.footer-email {
  font-weight: 500;
  color: var(--muted);
}

.mobile-call {
  position: fixed;
  inset: auto 1rem 1rem 1rem;
  display: none;
  min-height: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent-warm), #d45d10);
  color: white;
  font-weight: 800;
  box-shadow: 0 18px 38px rgba(249, 115, 22, 0.26);
  z-index: 25;
}

@media (max-width: 1120px) {
  .services-grid,
  .why-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .proof-strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .hero-layout,
  .contact-grid,
  .cta-panel,
  .process-grid,
  .gallery-grid,
  .services-grid,
  .why-grid,
  .proof-grid,
  .proof-strip-grid,
  .hero-meta,
  .hero-meta-inline {
    grid-template-columns: 1fr;
  }

  .image-card {
    min-height: 420px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
    background: rgba(8, 10, 13, 0.98);
    border-bottom: 1px solid var(--line);
  }

  .site-nav.open {
    display: flex;
  }

  .hero {
    padding-top: 5.5rem;
  }

  .mobile-call {
    display: inline-flex;
  }

  .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .service-card,
  .why-card,
  .process-step,
  .proof-card,
  .gallery-tile,
  .hero-panel-card,
  .cta-panel,
  .proof-strip-grid div {
    animation: floatUp 0.55s ease both;
  }

  .service-card:nth-child(2),
  .why-card:nth-child(2),
  .process-step:nth-child(2),
  .gallery-tile:nth-child(2) {
    animation-delay: 0.06s;
  }

  .service-card:nth-child(3),
  .why-card:nth-child(3),
  .process-step:nth-child(3),
  .gallery-tile:nth-child(3) {
    animation-delay: 0.12s;
  }
}

@keyframes floatUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
