﻿:root {
  --coal-950: #06070a;
  --coal-900: #0c1016;
  --coal-800: #151c26;
  --coal-700: #212b39;
  --line: #2d3848;
  --text-100: #f8fbff;
  --text-300: #b5c0d1;
  --amber-300: #ffd06f;
  --amber-400: #f0ac2d;
  --amber-500: #c9810a;
  --sunset-400: #f18d44;
  --radius: 20px;
  --shadow-deep: 0 24px 60px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text-100);
  background: var(--coal-950);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(6, 7, 10, 0.72), rgba(6, 7, 10, 0.24) 55%, rgba(6, 7, 10, 0.64)),
    url("pawlak.png") center / cover no-repeat,
    url("assets/pawlak.png") center / cover no-repeat;
  opacity: 0.32;
}

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.18;
  background-image:
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.1) 0.4px, transparent 0.4px),
    radial-gradient(circle at 70% 40%, rgba(255, 255, 255, 0.08) 0.4px, transparent 0.4px);
  background-size: 4px 4px, 5px 5px;
}

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

.container {
  width: min(1480px, 95vw);
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 90vh;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-photo,
.hero-veil {
  position: absolute;
  inset: 0;
}

.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  transition: transform 400ms ease-out;
}

.hero-veil {
  background:
    linear-gradient(115deg, rgba(6, 7, 10, 0.85) 18%, rgba(6, 7, 10, 0.34) 56%, rgba(6, 7, 10, 0.8) 100%),
    radial-gradient(circle at 88% 12%, rgba(241, 141, 68, 0.22), transparent 40%),
    radial-gradient(circle at 20% 90%, rgba(240, 172, 45, 0.2), transparent 44%);
}

.nav {
  position: relative;
  z-index: 10;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(8, 10, 14, 0.42);
  backdrop-filter: blur(7px);
}

.nav.scrolled {
  background: rgba(8, 10, 14, 0.72);
}

.logo {
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
}

.logo-mark {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--amber-300), var(--amber-500));
  color: #151515;
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
}

.logo-copy {
  display: grid;
  gap: 2px;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.logo-copy strong {
  color: var(--amber-300);
  font-size: 0.84rem;
}

.nav-links {
  display: flex;
  gap: 1rem;
  font-size: 0.9rem;
  color: var(--text-300);
}

.nav-links a:hover {
  color: var(--amber-300);
}

.nav-call {
  border: 1px solid rgba(240, 172, 45, 0.6);
  padding: 0.56rem 0.92rem;
  font-weight: 800;
  color: var(--amber-300);
}

.hero-stage {
  position: relative;
  z-index: 9;
  display: grid;
  grid-template-columns: 1.16fr 0.84fr;
  gap: 1rem;
  padding: 8vh 0 6vh;
}

.kicker {
  margin: 0;
  display: inline-flex;
  padding: 0.32rem 0.56rem;
  background: linear-gradient(120deg, rgba(240, 172, 45, 0.2), rgba(240, 172, 45, 0));
  border-left: 3px solid var(--amber-300);
  font-weight: 700;
  font-size: 0.77rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--amber-300);
}

.hero-left h1 {
  margin: 0.78rem 0 0;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: clamp(2.8rem, 8.2vw, 7.2rem);
  line-height: 0.95;
}

.hero-left h1 span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 1px var(--amber-300);
}

.intro {
  margin: 1rem 0 0;
  max-width: 62ch;
  color: var(--text-300);
  font-size: clamp(1rem, 1.9vw, 1.14rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
  margin-top: 1.4rem;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.84rem 1.12rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.btn-solid {
  background: linear-gradient(130deg, var(--amber-400), var(--amber-300));
  color: #191919;
  box-shadow: 0 14px 28px rgba(201, 129, 10, 0.4);
}

.btn-solid:hover {
  transform: translateY(-2px);
}

.btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(10, 13, 19, 0.36);
}

.btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.74);
}

.hero-right {
  align-self: end;
  padding: 1.3rem;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 92% 100%, 0 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(155deg, rgba(241, 141, 68, 0.2), transparent 34%),
    rgba(13, 18, 25, 0.72);
  box-shadow: var(--shadow-deep);
}

.panel-label {
  margin: 0;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--amber-300);
  font-weight: 700;
}

.hero-right h2 {
  margin: 0.45rem 0 0;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: clamp(1.8rem, 3.3vw, 2.8rem);
  line-height: 1;
}

.hero-right ul {
  margin: 0.95rem 0 0;
  padding-left: 1rem;
  color: var(--text-300);
  display: grid;
  gap: 0.54rem;
}

.hotline {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 0.28rem;
}

.hotline span {
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: #c7d1e0;
}

.hotline a {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: var(--amber-300);
}

.alert-tape {
  position: relative;
  z-index: 8;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(240, 172, 45, 0.16), rgba(12, 16, 22, 0.85));
}

.alert-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 1.8rem;
  padding: 0.65rem 0;
  animation: tape 28s linear infinite;
}

.alert-track span {
  position: relative;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-weight: 800;
  color: #fbe9be;
}

.alert-track span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.95rem;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--amber-300);
  transform: translateY(-50%);
}

.section-head h2 {
  margin: 0.55rem 0 0;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  line-height: 0.96;
  font-size: clamp(2rem, 5.1vw, 4.3rem);
}

.services {
  padding: clamp(3.1rem, 7.5vw, 6.6rem) 0;
}

.services-grid {
  margin-top: 1.4rem;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service {
  position: relative;
  padding: 1.1rem;
  border: 1px solid var(--line);
  background:
    linear-gradient(140deg, rgba(240, 172, 45, 0.1), transparent 28%),
    rgba(12, 16, 22, 0.72);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
}

.service-id {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 1.15rem;
  color: var(--amber-300);
}

.service h3 {
  margin: 0.45rem 0 0;
  font-size: 1.1rem;
}

.service p {
  margin: 0.55rem 0 0;
  color: var(--text-300);
  font-size: 0.93rem;
}

.fleet {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.fleet-photo,
.fleet-veil {
  position: absolute;
  inset: 0;
}

.fleet-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(112%);
}

.fleet-veil {
  background:
    linear-gradient(115deg, rgba(6, 7, 10, 0.88), rgba(6, 7, 10, 0.44) 52%, rgba(6, 7, 10, 0.82)),
    linear-gradient(0deg, rgba(240, 172, 45, 0.08), rgba(240, 172, 45, 0));
}

.fleet-layout {
  position: relative;
  z-index: 3;
  padding: clamp(3.1rem, 7.5vw, 6.5rem) 0;
}

.fleet-grid {
  margin-top: 1.4rem;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fleet-card {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.1rem;
  background: rgba(10, 14, 20, 0.63);
  backdrop-filter: blur(4px);
}

.fleet-card h3 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  color: var(--amber-300);
  font-size: 2rem;
  line-height: 1;
}

.fleet-card p {
  margin: 0.45rem 0 0;
  color: var(--text-300);
}

.gallery {
  padding: clamp(3rem, 7.2vw, 6rem) 0;
}

.gallery-note {
  margin: 0.9rem 0 0;
  max-width: 74ch;
  color: var(--text-300);
}

.gallery-grid {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.9rem;
}

.shot {
  position: relative;
  margin: 0;
  grid-column: span 4;
  min-height: 240px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(12, 16, 22, 0.72);
}

.shot-wide {
  grid-column: span 8;
}

.shot-tall {
  grid-column: span 4;
  grid-row: span 2;
  min-height: 520px;
}

.shot-placeholder {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 1rem;
  color: #ffe9b4;
  font-size: 0.84rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  background:
    repeating-linear-gradient(
      -45deg,
      rgba(240, 172, 45, 0.12),
      rgba(240, 172, 45, 0.12) 12px,
      rgba(12, 16, 22, 0.7) 12px,
      rgba(12, 16, 22, 0.7) 24px
    ),
    rgba(12, 16, 22, 0.74);
}

.shot figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0.52rem 0.62rem;
  background: linear-gradient(180deg, rgba(6, 7, 10, 0), rgba(6, 7, 10, 0.84));
  color: #ffe9b4;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.coop {
  padding: clamp(3.1rem, 7.5vw, 6.5rem) 0;
}

.coop-card {
  border: 1px solid var(--line);
  padding: 1.25rem;
  background:
    linear-gradient(135deg, rgba(241, 141, 68, 0.15), transparent 36%),
    rgba(12, 16, 22, 0.72);
  box-shadow: var(--shadow-deep);
}

.coop-card h2 {
  margin: 0.55rem 0 0;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: clamp(2rem, 4.7vw, 3.8rem);
  line-height: 0.98;
}

.coop-card p {
  margin: 0.9rem 0 0;
  color: var(--text-300);
  max-width: 70ch;
}

.coop-card .btn {
  margin-top: 1.1rem;
}

.contact {
  padding: 0 0 clamp(3.1rem, 7.5vw, 6rem);
  display: grid;
  gap: 0.9rem;
  grid-template-columns: 1.2fr 0.8fr;
}

.contact-main,
.contact-side {
  border: 1px solid var(--line);
  padding: 1.2rem;
  background: rgba(12, 16, 22, 0.72);
}

.contact-main h2 {
  margin: 0.55rem 0 0;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  font-size: clamp(1.9rem, 4.5vw, 3.4rem);
}

.contact-main p {
  margin: 0.8rem 0 0;
  color: var(--text-300);
}

.contact-main a {
  color: var(--amber-300);
  font-weight: 700;
}

.contact-side {
  display: grid;
  gap: 0.7rem;
  align-content: center;
}

.footer {
  border-top: 1px solid var(--line);
  background: rgba(8, 10, 14, 0.6);
  padding: 1rem 0 1.8rem;
}

.footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  color: var(--text-300);
  font-size: 0.9rem;
}

.quick-call {
  position: fixed;
  right: 0.9rem;
  bottom: 0.9rem;
  z-index: 20;
  display: inline-grid;
  justify-items: center;
  gap: 0.1rem;
  padding: 0.64rem 0.84rem;
  background: linear-gradient(130deg, var(--amber-400), var(--amber-300));
  color: #161616;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(201, 129, 10, 0.5);
}

.quick-call span {
  font-size: 0.66rem;
  letter-spacing: 0.1em;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 620ms ease, transform 620ms cubic-bezier(.17,.84,.33,1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes tape {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1120px) {
  .nav-links {
    display: none;
  }

  .hero-stage,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero-right {
    max-width: 760px;
  }

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

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

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

  .shot,
  .shot-wide,
  .shot-tall {
    grid-column: auto;
    grid-row: auto;
    min-height: 280px;
  }

  .contact-side .btn {
    width: 100%;
  }

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

@media (max-width: 760px) {
  .nav {
    padding: 0.7rem;
  }

  .logo-copy {
    font-size: 0.68rem;
  }

  .nav-call {
    display: none;
  }

  .services-grid,
  .fleet-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .hero-left h1 {
    font-size: clamp(2.35rem, 15vw, 4.3rem);
  }

  .hotline a {
    font-size: 1.7rem;
  }
}
