:root{
  --aw-page-max: 1180px;
  --aw-gutter: 18px;
  --aw-bg: #ffffff;
  --aw-text: #0b1b22;
  --aw-muted: #5b6b76;
  --aw-border: #e6edf2;
  --aw-radius: 16px;
  --aw-shadow: 0 10px 30px rgba(0,0,0,.08);
  --aw-shadow-strong: 0 16px 40px rgba(2,47,59,.16);
  --aw-bg-deep: #003647;
  --aw-bg-header: #022F3B;
  --aw-bg-nav: #00323f;
  --aw-accent-strong: #009e9e;
  --aw-accent-strong-dark: #006d6d;
  --aw-accent-gold: #E5C46A;
  --aw-color-work: #E8F4F5;
  --aw-text-light: #ffffff;
  --aw-text-muted: #c2d3dc;
}

*,
*::before,
*::after{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
  -webkit-text-size-adjust:100%;
}

body{
  margin:0;
  font-family:Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color:var(--aw-text);
  background:#fff;
  line-height:1.55;
  overflow-x:hidden;
}

img{
  max-width:100%;
  height:auto;
  display:block;
}

a{
  color:inherit;
}

.aw-container{
  width:100%;
  max-width:var(--aw-page-max);
  margin:0 auto;
  padding-left:max(var(--aw-gutter), env(safe-area-inset-left));
  padding-right:max(var(--aw-gutter), env(safe-area-inset-right));
}

.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(2,47,59,.92);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(255,255,255,.08);
}

.site-header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  min-height:76px;
  padding-top:8px;
  padding-bottom:8px;
  position:relative;
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  color:#fff;
  min-width:0;
  flex-shrink:1;
}

.brand__mark{
  width:42px;
  height:42px;
  border-radius:12px;
  background:linear-gradient(180deg, var(--aw-accent-gold), #cda94f);
  color:#1d2730;
  display:grid;
  place-items:center;
  font-weight:900;
  box-shadow:0 8px 18px rgba(229,196,106,.24);
  flex:0 0 42px;
}

.brand__text{
  min-width:0;
}

.brand__name{
  margin:0;
  font-size:1rem;
  font-weight:800;
  letter-spacing:.02em;
  text-transform:uppercase;
  line-height:1.15;
}

.brand__sub{
  margin:2px 0 0;
  color:rgba(255,255,255,.72);
  font-size:.83rem;
  line-height:1.2;
}

.nav{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  align-items:center;
  gap:10px 14px;
  min-width:0;
}

.nav a{
  color:rgba(255,255,255,.88);
  text-decoration:none;
  font-size:.95rem;
  font-weight:600;
  padding:10px 0;
  line-height:1.2;
  white-space:nowrap;
}

.nav a:hover{
  color:#fff;
}

.nav-toggle{
  display:none;
  width:48px;
  height:48px;
  padding:0;
  border:1px solid rgba(255,255,255,.14);
  border-radius:12px;
  background:rgba(255,255,255,.06);
  color:#fff;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
  appearance:none;
  -webkit-appearance:none;
  transition:background-color .2s ease,border-color .2s ease,transform .2s ease;
}

.nav-toggle:hover{
  background:rgba(255,255,255,.1);
}

.nav-toggle span{
  display:block;
  width:20px;
  height:2px;
  background:#fff;
  border-radius:2px;
  transition:transform .2s ease, opacity .2s ease;
}

.nav-toggle.is-open span:nth-child(1){
  transform:translateY(7px) rotate(45deg);
}

.nav-toggle.is-open span:nth-child(2){
  opacity:0;
}

.nav-toggle.is-open span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg);
}

.aw-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.55rem;
  padding:.82rem 1.28rem;
  border-radius:10px;
  font-size:.96rem;
  font-weight:700;
  line-height:1.2;
  text-decoration:none;
  cursor:pointer;
  transition:background-color .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease;
  border:1px solid transparent;
  text-align:center;
  min-height:48px;
}

.aw-btn:hover{
  transform:translateY(-2px);
}

.aw-btn-primary{
  background:var(--aw-accent-strong);
  color:#fff;
  border-color:var(--aw-accent-strong);
  box-shadow:0 8px 22px rgba(0,158,158,.24);
}

.aw-btn-primary:hover{
  background:var(--aw-accent-strong-dark);
  border-color:var(--aw-accent-strong-dark);
}

.aw-btn-outline-white{
  background:transparent;
  border-color:rgba(255,255,255,.75);
  color:#fff;
}

.aw-btn-outline-white:hover{
  background:rgba(255,255,255,.12);
}

.aw-btn-light{
  background:#fff;
  color:#133040;
  border-color:#d9e2e8;
}

.hero{
  position:relative;
  overflow:hidden;
  padding:42px 0 52px;
  background:
    linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.70) 58%, rgba(0,0,0,.58) 100%),
    radial-gradient(1000px 420px at 18% -20%, rgba(229,196,106,.18), transparent 60%),
    radial-gradient(850px 360px at 100% 10%, rgba(0,158,158,.15), transparent 55%),
    url("/img/hero-alpinwork-poznan.jpg") center center / cover no-repeat,
    linear-gradient(180deg, #063241 0%, #021c25 100%);
  color:#fff;
}

.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:repeating-linear-gradient(-45deg, rgba(255,255,255,.055), rgba(255,255,255,.055) 1px, transparent 1px, transparent 7px);
  pointer-events:none;
  opacity:.65;
}

.hero .aw-container{
  position:relative;
  z-index:1;
}

.hero__layout{
  display:grid;
  grid-template-columns:1.35fr .92fr;
  gap:24px;
  align-items:start;
}

.hero__eyebrow{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  font-size:.88rem;
  font-weight:700;
  margin-bottom:16px;
  max-width:100%;
}

.hero h1{
  margin:0 0 14px;
  font-size:clamp(2.2rem, 4.1vw, 4.3rem);
  line-height:1.02;
  letter-spacing:-.03em;
  max-width:12ch;
}

.hero p.lead{
  margin:0 0 22px;
  max-width:68ch;
  color:rgba(255,255,255,.84);
  font-size:1.04rem;
}

.hero__stats{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
  margin:24px 0;
}

.hero__stat{
  text-align:left;
  min-width:0;
}

.hero__stat strong{
  display:block;
  font-size:1.7rem;
  line-height:1;
  margin-bottom:6px;
  color:#fff;
}

.hero__stat span{
  color:rgba(255,255,255,.86);
  font-size:.95rem;
}

.hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.hero__cards{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
  margin-top:22px;
}

.hero-card,
.service-card,
.why-card,
.step,
.coverage,
.gallery-placeholder,
.contact-card{
  background:#fff;
  border:1px solid rgba(2,47,59,.10);
  border-radius:var(--aw-radius);
  box-shadow:var(--aw-shadow);
}

.hero-card{
  padding:18px;
  color:#07212c;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.hero-card:hover,
.service-card:hover,
.why-card:hover,
.gallery-placeholder:hover,
.contact-card:hover{
  transform:translateY(-2px);
  box-shadow:var(--aw-shadow-strong);
  border-color:rgba(0,158,158,.18);
}

.hero-card--dark{
  background:linear-gradient(180deg, rgba(0,54,71,.94), rgba(2,47,59,.98));
  color:rgba(255,255,255,.92);
  border-color:rgba(255,255,255,.12);
}

.hero-card h3,
.service-card h3,
.why-card h3,
.contact-card h3{
  margin:0 0 8px;
  font-size:1.02rem;
}

.hero-card p,
.service-card p,
.why-card p,
.contact-card p{
  margin:0;
  color:inherit;
}

.hero-side{
  background:
    radial-gradient(700px 260px at 25% -40%, rgba(229,196,106,.18), transparent 60%),
    linear-gradient(180deg, rgba(0,54,71,.95), rgba(2,47,59,.98));
  border:1px solid rgba(255,255,255,.1);
  border-radius:var(--aw-radius);
  padding:22px;
  box-shadow:0 14px 34px rgba(0,0,0,.22);
}

.hero-side h2{
  margin:0 0 10px;
  font-size:1.16rem;
}

.hero-side p{
  margin:0 0 16px;
  color:rgba(255,255,255,.78);
}

.hero-side ul{
  margin:0 0 18px;
  padding-left:18px;
  color:rgba(255,255,255,.84);
}

.hero-side li{
  margin:8px 0;
}

.hero-side__note{
  margin-top:18px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.72);
  font-size:.95rem;
}

.section{
  padding:78px 0;
}

.section--soft{
  background:linear-gradient(180deg, rgba(0,54,71,.03), rgba(0,54,71,.06));
}

.section__head{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:flex-end;
  margin-bottom:24px;
}

.section__eyebrow{
  display:inline-block;
  margin-bottom:10px;
  color:var(--aw-accent-strong);
  font-size:.84rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.section h2{
  margin:0;
  font-size:clamp(1.75rem, 2.8vw, 2.8rem);
  line-height:1.08;
  letter-spacing:-.02em;
  color:#07212c;
}

.section__head p{
  margin:0;
  max-width:72ch;
  color:var(--aw-muted);
}

.services-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:16px;
}

.service-card{
  overflow:hidden;
  display:flex;
  flex-direction:column;
}

.service-card__media{
  aspect-ratio:16/9;
  background:
    linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.16)),
    linear-gradient(135deg, rgba(0,158,158,.18), rgba(229,196,106,.18));
  position:relative;
  display:grid;
  place-items:center;
  color:#21404b;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  font-size:.88rem;
}

.service-card__body{
  padding:18px;
  display:flex;
  flex-direction:column;
  gap:14px;
  flex:1;
}

.service-card ul{
  margin:0;
  padding-left:18px;
  color:#27414b;
}

.service-card li{
  margin:8px 0;
}

.why-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:16px;
}

.why-card{
  padding:20px;
}

.why-card__num{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:var(--aw-color-work);
  color:var(--aw-accent-strong-dark);
  font-weight:900;
  margin-bottom:16px;
}

.steps{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:16px;
}

.step{
  padding:22px;
  position:relative;
}

.step__index{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  height:42px;
  padding:0 12px;
  border-radius:999px;
  background:#022F3B;
  color:#fff;
  font-size:.88rem;
  font-weight:900;
  margin-bottom:14px;
}

.step h3{
  margin:0 0 10px;
  font-size:1.02rem;
}

.step p{
  margin:0;
  color:var(--aw-muted);
}

.coverage{
  padding:28px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:22px;
  align-items:start;
}

.coverage h3{
  margin:0 0 12px;
  font-size:1.22rem;
}

.coverage p{
  margin:0 0 16px;
  color:var(--aw-muted);
}

.coverage ul{
  margin:0;
  padding-left:18px;
}

.coverage li{
  margin:8px 0;
}

.coverage__box{
  border-radius:14px;
  padding:18px;
  background:linear-gradient(180deg, rgba(0,54,71,.95), rgba(2,47,59,.98));
  color:#fff;
  box-shadow:0 12px 28px rgba(2,47,59,.18);
}

.coverage__box p{
  color:rgba(255,255,255,.8);
}

.gallery-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:16px;
}

.gallery-placeholder{
  overflow:hidden;
}

.gallery-placeholder__media{
  aspect-ratio:4/3;
  background:
    linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.14)),
    linear-gradient(135deg, rgba(0,158,158,.12), rgba(229,196,106,.14));
  display:grid;
  place-items:center;
  color:#24414c;
  font-weight:800;
  letter-spacing:.06em;
  text-align:center;
}

.gallery-placeholder__body{
  padding:16px;
}

.gallery-placeholder__body strong{
  display:block;
  margin-bottom:6px;
}

.gallery-placeholder__body span{
  color:var(--aw-muted);
  font-size:.95rem;
}

.contact-card{
  padding:28px;
  background:
    radial-gradient(900px 280px at 10% -20%, rgba(229,196,106,.16), transparent 55%),
    linear-gradient(180deg, #ffffff, #f8fbfc);
}

.contact-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:22px;
  align-items:start;
}

.contact-meta{
  display:grid;
  gap:12px;
}

.contact-meta__row{
  padding:14px 16px;
  border:1px solid var(--aw-border);
  border-radius:14px;
  background:#fff;
}

.contact-meta__label{
  display:block;
  font-size:.8rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
  color:var(--aw-accent-strong);
  margin-bottom:6px;
}

.contact-meta__value{
  display:block;
  font-size:1rem;
  color:#12313d;
  font-weight:700;
  word-break:break-word;
}

.social-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.site-footer{
  padding:28px 0 40px;
  background:#01131a;
  color:rgba(255,255,255,.78);
  border-top:1px solid rgba(255,255,255,.06);
}

.site-footer__inner{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  flex-wrap:wrap;
}

.site-footer a{
  color:#fff;
  text-decoration:none;
}

@media (max-width: 1100px){
  .hero__layout,
  .coverage,
  .contact-grid{
    grid-template-columns:1fr;
  }

  .services-grid,
  .why-grid,
  .steps,
  .gallery-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .hero h1{
    max-width:none;
  }
}

@media (max-width: 760px){
  .site-header__inner{
    display:grid;
    grid-template-columns:1fr auto;
    align-items:center;
    gap:14px;
    min-height:auto;
    padding-top:14px;
    padding-bottom:14px;
  }

  .brand{
    width:auto;
    min-width:0;
  }

  .nav-toggle{
    display:inline-flex;
  }

  .nav{
    display:none;
    grid-column:1 / -1;
    width:100%;
    margin-top:4px;
    padding:12px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:14px;
    background:rgba(0,0,0,.18);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
  }

  .nav.is-open{
    display:grid;
    grid-template-columns:1fr;
    gap:2px;
  }

  .nav a{
    display:block;
    width:100%;
    padding:12px 10px;
    border-radius:10px;
    white-space:normal;
  }

  .nav a:hover{
    background:rgba(255,255,255,.08);
    color:#fff;
  }

  .hero{
    padding:30px 0 38px;
    background-position:center center;
  }

  .hero__stats,
  .hero__cards,
  .services-grid,
  .why-grid,
  .steps,
  .gallery-grid{
    grid-template-columns:1fr;
  }

  .hero__actions,
  .social-links{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:12px;
  }

  .hero__actions .aw-btn,
  .social-links .aw-btn{
    width:100%;
    flex:0 0 auto;
  }

  .section{
    padding:58px 0;
  }

  .section__head{
    display:block;
  }

  .section__head p{
    margin-top:12px;
  }
}

@media (max-width: 560px){
  :root{
    --aw-gutter: 14px;
    --aw-radius: 14px;
  }

  .brand__name{
    font-size:.95rem;
  }

  .brand__sub{
    font-size:.78rem;
  }

  .hero{
    padding:26px 0 32px;
  }

  .hero__eyebrow{
    font-size:.8rem;
    padding:7px 10px;
  }

  .hero h1{
    font-size:clamp(1.95rem, 9vw, 2.7rem);
    line-height:1.02;
    margin-bottom:12px;
  }

  .hero p.lead{
    font-size:.98rem;
  }

  .hero__stats{
    gap:12px;
    margin:20px 0;
  }

  .hero__stat{
    padding:14px 14px 12px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.10);
    border-radius:14px;
  }

  .hero__stat strong{
    font-size:1.35rem;
  }

  .hero__stat span{
    font-size:.9rem;
  }

  .hero__cards{
    gap:12px;
  }

  .hero-card,
  .service-card__body,
  .why-card,
  .step,
  .contact-card,
  .coverage,
  .hero-side{
    padding:16px;
  }

  .section h2{
    font-size:clamp(1.5rem, 7vw, 2rem);
  }

  .contact-grid{
    grid-template-columns:1fr;
  }

  .contact-meta{
    gap:10px;
  }

  .site-footer{
    padding-bottom:max(32px, env(safe-area-inset-bottom));
  }

  .site-footer__inner{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (max-width: 380px){
  .brand{
    align-items:flex-start;
  }

  .brand__mark{
    width:38px;
    height:38px;
    flex-basis:38px;
  }

  .hero h1{
    font-size:1.85rem;
  }

  .aw-btn{
    padding:.78rem 1rem;
    font-size:.93rem;
  }

  .nav-toggle{
    width:44px;
    height:44px;
  }
}
.gallery-placeholder__media{
  position:relative;
  overflow:hidden;
}

.gallery-placeholder__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}