@font-face {
  font-family: 'Calibri';
  src: url('BlenderPro-BoldItalic.ttf') format('ttf');

}

/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }


  /* Global */
  body {
    font-family: "Open Sans", sans-serif;
    line-height: 1.6;
  }

  /*-- ################## SECTION: NAVIGATION ###################### */

  /* Header fixed */
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.90);
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  }
  
  /* Navigation */
  .navbar {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
  }


  /* Logo */
  .logo img {
    max-height: 30px;
    width: auto;
    object-fit: contain; 
    display: block;
  }
  
  /* Links */
  .nav-links {
    list-style: none;
    display: flex;
    gap: 30px;
  }
  
  .nav-links a {
    text-decoration: none;
    color: #00002a; 
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    transition: color 0.3s ease;
    font-size: 20px;
  }
  
  /* Hover effect */
  .nav-links a:hover {
    color: #ED0404;
  }
  
  /* Contact button special style */
  .contact-btn {
    border: 1.5px solid #ED0404;
    padding: 6px 14px;
    border-radius: 20px;
    box-shadow: 0 0 12px rgba(212,0,0,0.9);
    transition: all 0.3s ease;
  }
  
  .contact-btn:hover {
    color: #ED0404;
    border: 1.5px solid #1a1a3a;
    box-shadow: 0 0 12px rgba(0,0,0,0.9);
  }
  
  /* Red underline under nav */
  .nav-underline {
    height: 3px;
    background-color: #ed0404;
  }

  /* ======= MOBILE NAV: tylko logo + KONTAKT ======= */
@media (max-width: 992px){

  #header{
    overflow: clip; 
    padding-left: max(0px, env(safe-area-inset-left));
    padding-right: max(0px, env(safe-area-inset-right));
  }

  .navbar{
    width: calc(100% - 24px);   
    max-width: 520px;          
    margin: 0 auto;
    padding: 10px 12px;
    gap: 12px;
  }

  .logo img{ max-height: 26px; }

  .nav-links{
    margin-left: auto;
    gap: 0;
  }
  .nav-links li{ display: none; }
  .nav-links li:last-child{ display: block; }

  .contact-btn{
    font-size: 16px;
    padding: 8px 14px;
    border-radius: 18px;
    box-shadow: 0 0 10px rgba(237,4,4,.5);
    white-space: nowrap;        
  }

  html, body{ max-width: 100%; overflow-x: hidden; }
}


  


  /*-- ################## SECTION: HERO ###################### */

.hero-section {
    position: relative;
    height: 100vh;
    background: url("hero.jpeg") no-repeat center center/cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10%;
    color: #ffffff;
  }
  
  /* darker overlay */
  .hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 42, 0.78);
    z-index: 0;
  }
  
  .hero-content {
    position: relative;
    z-index: 1;
    max-width: auto;
  }

  .hero-content h1 {
    font-family: 'Calibri', sans-serif;
    font-style: italic;
    font-size: 3rem;
    
  }
  
  .hero-content .highlight {
    color: #ed0404;
  }
  
 
  .hero-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 32px;
    border: 1.5px solid #ed0404;
    border-radius: 25px;
    color: #ffffff;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-style: normal; 
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 0 35px rgba(237,4,4,0.5);
  }
  
  .hero-btn:hover {
    background: #780404;
    border: 1.5px solid #ffffff;
    color: #fff;
    box-shadow: 0 0 35px rgba(255,255,255,0.5);
  }
  
  .hero-ombre {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(to right, #d40000, #00002a);
  }


  @media (max-width: 640px){
    .hero-section{
      height: 75vh;     
      height: 75svh;   
      height: 75dvh;
      padding: 76px 6% 28px;     
      background-position: 35% center;
    }
    .hero-content{ max-width: 28ch; }
  
    .hero-content h1{
      font-size: 1.2rem;
      line-height: 1.12;
      text-wrap: balance;      
      word-break: normal;
      hyphens: auto;
    }
  
    .hero-content h1 br{ display: initial; }
  
    .hero-btn{
      font-size: 1rem;
      padding: 10px 20px;
      border-radius: 22px;
      margin-top: 16px;
    }
  
  }
  
  /* bardzo małe telefony */
  @media (max-width: 380px){
    .hero-content{ max-width: 30ch; }
    .hero-content h1{ font-size: 1rem; }
  }

  /*-- ################## SECTION: FEATURES ###################### */

.features-section {
    position: relative;
    padding: 60px 10%;
    background: #fff;
  }

  .features-header {
    max-width: none;
    margin: 0 0 50px 0;
    text-align: left;
  }
  
  /* Title */
  .features-title {
    font-family: 'Calibri', sans-serif;
    font-style: italic;
    color: #ed0404;
    font-size: 3rem;
    text-align: left;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #ED0404 0%, #870303 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }
  
  /* Subtitle */
  .features-subtitle {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #00002a;
    font-size: 1.5rem;
    text-align: left;
    max-width: auto;
    line-height: 1.6;
  }
  
  /* Grid with icons */
  .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    text-align: center;
  }
  
  .feature-item img {
    max-width: 60px;
    margin-bottom: 15px;
  }
  
  .feature-item h3 {
    font-family: 'Calibri', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-style: normal;
    color: #00002a;
    margin-bottom: 8px;
    font-size: 1.6 rem;
  }
  
  .feature-item p {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    color: #333;
    line-height: 1.4;
  }
  
  /* Vertical text on right */
  .vertical-text {
    position: absolute;
    right: 0;
    right: 5%;
    transform: rotate(90deg) translateY(-50%);
    transform-origin: right top;
    font-family: 'Calibri', sans-serif;
    font-style: italic;
    font-size: 5rem;
    color: rgba(0, 0, 42, 0.25);
    letter-spacing: 2.5px;
  }
  
  /* Ombre line down section*/
  .hero-ombre-right {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(to left, #d40000, #00002a);
  }

 
@media (max-width: 992px){
  .features-section{ padding: 50px 6%; }
  .features-header{ margin-bottom: 34px; }

  .features-title{ font-size: 2.4rem;
    line-height: 1.15;
    text-wrap: balance;
  }

  .features-subtitle{ font-size: 1.2rem; }

  .features-title .br-desktop{ 
    display: none;
  }

  .features-grid{
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 28px;
  }

  .feature-item img{ max-width: 52px; }
  .feature-item h3{ font-size: 1.3rem; }
  .feature-item p{ font-size: 1.05rem; }

  .vertical-text{ display: none; }  
}

/* mobile ≤ 600px: 1 kolumna, ciaśniejsze odstępy i padding */
@media (max-width: 600px){
  .features-section{ padding: 40px 16px; }
  .features-header{ margin-bottom: 24px; }

  .features-title{ font-size: 1.9rem;
    line-height: 1.15;
    text-wrap: balance;}
  .features-subtitle{ font-size: 1.05rem; line-height: 1.5; }

  .features-title .br-desktop{ 
    display: none;
  }

  .features-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .feature-item img{ max-width: 48px; }
  .feature-item h3{ font-size: 1.2rem; }
  .feature-item p{ font-size: 1rem; }
}

  
/* ===================== ATTACHMENTS / PRZYSTAWKI ===================== */
.attachments-section {
  position: relative;
  padding: 60px 10%;
  background: #00002a;
  color: #fff;
}

.attachments-title {
  font-family: 'Calibri', sans-serif;
    font-style: italic;
  font-size: 3rem;
  color: #ed0404;
  background: linear-gradient(90deg, #ED0404 0%, #870303 50%);
  text-align: left;
  margin-bottom: 20px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Tabs */
.tabs-row{
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
  background:  #00022A;
  padding-inline: 70px;
  overflow: hidden;
}

.tabs-row .tabs-swiper{
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tabs-row .swiper-wrapper{
  align-items: center;
}
.tabs-row{ --tabsPerRow: 5; }

.tabs-row .swiper-slide{
  width: calc(100% / var(--tabsPerRow)) !important; 
  max-width: none;                    
}

.tabs-row .swiper-slide{
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  width: auto;
  max-width: clamp(160px, 16vw, 320px);
  padding: 0 28px 18px;     
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: .02em;
  color: rgba(255,255,255,.78);
  text-transform: uppercase;
  white-space: normal;      
  text-align: center;
  user-select: none;
  cursor: pointer;
  transition: color .2s ease;
  z-index: 2;             
}


.tabs-row .swiper-slide::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px;                  
  width: 60%;
  max-width: 140px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transform: translateX(-50%) scaleX(0);
  opacity: 0;
  transition: transform .2s ease, opacity .2s ease;
  z-index: 3;
}

/* hover */
.tabs-row .swiper-slide:hover{ color: #fff; }

.tabs-row .swiper-slide-active,
.tabs-row .swiper-slide.is-active{
  color: #fff;
}
.tabs-row .swiper-slide-active::after,
.tabs-row .swiper-slide.is-active::after{
  transform: translateX(-50%) scaleX(1);
  opacity: 1;
}

/* ===== Strzałki ===== */
.tab-arrow{
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background: transparent;      
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
}

.tab-arrow.prev{ left: 10px; background-image: url("arrows_left.png"); }
.tab-arrow.next{ right: 10px; background-image: url("arrows_right.png"); }

.tab-arrow:hover{
  transform: translateY(-50%) scale(1.06);
  filter: drop-shadow(0 0 10px rgba(237,4,4,.85));
}
.tab-arrow:focus-visible{
  outline: 2px solid #ED0404;
  outline-offset: 3px;
  border-radius: 8px;
}



/* Content */
.content-swiper,
.content-swiper .swiper-wrapper,
.content-swiper .swiper-slide {
  overflow: visible;
}

.content-swiper { min-height: 480px; }
.content-swiper .swiper-slide { height: auto; }

.attachment-content {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.attachment-text {
  flex: 1;
}

.attachment-text h3 {
  font-family: 'Calibri', sans-serif;
    font-style: italic;
  color: #ed0404;
  font-size: 2.2rem;
  margin-bottom: 15px;
}

.attachment-text p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 24px;
  font-style: normal;
  margin-bottom: 30px;
  line-height: 1.5;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features-list li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.features-list li span {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
}

.features-list img {
  width: 80px;
  height: auto;
}

.attachment-image {
  flex: 1;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 20px; 
  background: radial-gradient(rgba(237, 4, 4, 0.8), transparent 90%);
  border-radius: 20px;
}

.attachment-image img {
  max-width: 100%;
  border-radius: 12px;
  display: inline-block;
  box-shadow: 0 0 30px rgba(237, 4, 4, 1.2);
}


@media (max-width: 992px){
  .attachments-section{
    padding: 40px 16px 48px;
  }

  .attachments-title{
    font-size: clamp(26px, 6.2vw, 34px);
    line-height: 1.15;
    text-wrap: balance;      
  }

  .tabs-row{
    --tabsPerRow: 2;            
    height: auto;
    padding-inline: 48px;
  }
  .tabs-row .swiper-slide{
    padding: 0 16px 14px;
    font-size: 13px;
    max-width: none;
  }
  .tab-arrow{ width: 36px; height: 36px; }
  .tab-arrow.prev{ left: 6px; }
  .tab-arrow.next{ right: 6px; }

  .attachment-content{
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-top: 12px;
  }
  .attachment-text h3{
    font-size: clamp(20px, 5.6vw, 28px);
    margin-bottom: 8px;
  }
  .attachment-text p{
    font-size: clamp(15px, 4.2vw, 18px);
    margin-bottom: 16px;
    line-height: 1.45;
  }

  .features-list li{ gap: 10px; margin-bottom: 12px; }
  .features-list img{ width: 28px; }
  .features-list li span{ font-size: clamp(14px, 4vw, 16px); font-weight: 400; }

  .attachment-image{ padding: 12px; border-radius: 14px; }
  .attachment-image img{ border-radius: 10px; max-width: 100%; height: auto; }
}

@media (max-width: 360px){
  .tabs-row{ padding-inline: 40px; }
  .tab-arrow{ width: 32px; height: 32px; }
}


/*-- ################## SECTION: VIDEO ###################### */

.yt-section{
  padding: 48px 10% 60px;
  background: #fff;             
  text-align: center;
  position: relative;
}

.yt-title{
  font-family: 'Calibri', sans-serif;
    font-style: italic;
  font-weight: 700;
  text-align: left;
  padding-left: 80px;
  font-size: clamp(28px,3.2vw,48px);
  letter-spacing: .04em;
  color: #ED0404;
  background: linear-gradient(90deg, #ED0404 0%, #870303 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 22px;
}

  
.yt-reels{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 5vw, 56px);
  margin-bottom: 22px;
}

/* cart 9:16 */
.reel{
  position: relative;
  width: min(28vw, 320px);
  aspect-ratio: 9 / 16;
  border: 0;
  padding: 0;
  background: #0b0f3a;
  border-radius: 26px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 14px 36px rgba(2,4,42,.25);
  transition: transform .2s ease, box-shadow .2s ease;
}
.reel:hover{ transform: translateY(-3px); box-shadow: 0 18px 44px rgba(2,4,42,.28); }

.reel img, .reel iframe{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* play */
.reel .play{
  position: absolute; inset: 0;
  display: grid; place-items: center;
}
.reel .play::before{
  content:"";
  width: 70px; height: 70px;
  border-radius: 50%;
  background:#fff;
  box-shadow: 0 8px 20px rgba(0,0,0,.25);
  display: block;
}
.reel .play::after{
  content:"";
  position: absolute;
  width: 0; height: 0;
  border-left: 22px solid #000;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  transform: translateX(6px);
}

/* link to YouTube */
.yt-more{
  display: inline-block;
  font-family: 'Calibri', sans-serif;
    font-style: italic;
  font-weight: 700;
  padding-top: 20px;
  font-size: clamp(18px,2.2vw,28px);
  letter-spacing: .08em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #0000D6 0%, #00002A 58%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
          color: transparent;

  position:relative;
}
.yt-more::after{
  content:"";
  position:absolute;
  left:0; right:0;
  bottom:-0.22em;           
  height:3px;
  border-radius:2px;
  background:linear-gradient(90deg, #0000D6 0%, #00002A 58%);
  transition:transform .2s ease;
}
.yt-more:hover{ filter: drop-shadow(0 2px 0 rgba(0,0,0,.08)); }


@media (max-width: 768px){
  .yt-title{ padding-left: 0; }

  .yt-reels{
    flex-wrap: wrap;        /* pozwól zawijać do dwóch kolumn */
    justify-content: center;
    gap: 16px;              /* ciaśniejszy odstęp na małych ekranach */
  }

  .yt-reels .reel{
    width: calc((100% - 16px)/2);  /* 2 kafelki w rzędzie */
    max-width: none;               /* nadpisuje wcześniejsze min(28vw,320px) */
  }

  .yt-reels .reel:nth-child(3){
    display: none;                 /* ukryj trzeci film na mobile */
  }
  .yt-more{
    font-size: 15px;
  }
}


/*-- ################## SECTION: ABOUT US ###################### */


.about-section{
  position: relative;
  background: linear-gradient(180deg, #070B34 0%, #00002A 70%);
  color: #D7DBE8;
  padding: 60px 10% ;
  overflow: hidden;
}

.about-inner{
  width: 100%;
  max-width: 2000px;                             
  padding-inline: clamp(24px, 3.5vw, 60px); 
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}


.about-title{
  font-family: 'Calibri', sans-serif;
    font-style: italic;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: .04em;
  color: #ED0404;
  background: linear-gradient(90deg, #ED0404 0%, #870303 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  
}

.about-copy p{
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.6;
  color: rgba(255,255,255,.86);
  
  max-width: 46ch;
  max-width: none;
  font-size: 24px;
}

.values-title{
  margin: 15px 0 18px;
  font-family: 'Calibri', sans-serif;
    font-style: italic;
  font-weight: 400;
  font-size: clamp(18px, 2vw, 24px);
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #ED0404;
}

.values-grid{
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  gap: 28px 56px;
  max-width: none;
}
.value-item{
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}
.value-item img{
  width: 80px; height: 80px; object-fit: contain;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,.25));
}
.value-item span{
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 24px;
  
}

/* right column */
.about-media{ position: relative; padding-top: 8px; }


.photo-frame{
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background:#0B0F3A;
  box-shadow:
    0 0 0 6px #ED0404,
    0 0 40px rgba(237,4,4,.55),
    0 26px 120px rgba(2,4,42,.45);
}
.photo-frame img{ display:block; width:100%; height:auto; }


@media (max-width: 992px){
  .about-inner{ grid-template-columns: 1fr; }

  .about-copy{ order: 1; }
  .about-media{ order: 2; }
  .about-values{ order: 3; margin-top: 8px; }
  .about-title{ font-size: 2.2rem; letter-spacing: .06em; }
  .about-copy p{ font-size: 18px; line-height: 1.6; max-width: 60ch; }
  .values-title{ margin: 22px 0 14px; font-size: 1.1rem; letter-spacing: .10em; }
  .values-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px 20px; }
  .value-item img{ width: 56px; height: 56px; }
  .value-item span{ font-size: 16px; }
}

@media (max-width: 600px){
  .values-grid{ grid-template-columns: 1fr; gap: 14px; }
  .about-title{ font-size: 1.9rem; }
  .about-copy p{ font-size: 16.5px; max-width: 58ch; }
  .value-item img{ width: 48px; height: 48px; }
  .value-item span{ font-size: 15.5px; }
}

/*-- ################## SECTION: PHOTOS ###################### */

.gallery-section{
  background:#fff;
  padding: 60px 10%;
  position: relative;
}
.gallery-title{
  font-family: 'Calibri', sans-serif;
    font-style: italic;
  font-weight:400;
  font-size:clamp(3rem,3.2vw,48px);
  letter-spacing:.04em;
  color:#ED0404;
  background: linear-gradient(90deg, #ED0404 0%, #870303 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin:0 0 22px;
  padding-left:80px;    
}

/* Grid 3×2 */
.gallery-grid{
  width:min(1200px,92vw);
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap: clamp(22px,3vw,40px) clamp(28px,4vw,52px);
  align-items:start;
}

.gallery-item{
  position:relative;
  display:block;
  border-radius:24px;
  overflow:hidden;
  background:#0b0f3a;
  box-shadow:0 14px 36px rgba(2,4,42,.22);
  transition:transform .18s ease, box-shadow .18s ease;
}
.gallery-item img{
  display:block;
  width:100%;
  height:100%;
  aspect-ratio: 4 / 3;     
  object-fit:cover;
}

.gallery-item:nth-child(odd){
  box-shadow:
    0 0 0 4px #1E245D,
    0 0 34px rgba(13,21,94,.45),
    0 16px 60px rgba(2,4,42,.28);
}
.gallery-item:nth-child(even){
  box-shadow:
    0 0 0 4px #ED0404,
    0 0 34px rgba(237,4,4,.45),
    0 16px 60px rgba(237,4,4,.22);
}

.gallery-item:hover{
  transform:translateY(-3px);
  filter:saturate(1.05);
}

@media (max-width: 992px){
  .gallery-section{ padding: 40px 6%; }
  .gallery-title{ padding-left: 0; font-size: clamp(26px, 7vw, 40px); margin-bottom: 18px; }
  .gallery-grid{
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .gallery-item{ border-radius: 18px; }
  .gallery-item img{
    width: 100%; height: auto;
    aspect-ratio: 4 / 3; object-fit: cover; display: block;
  }
}

@media (max-width: 600px){
  .gallery-section{ padding: 28px 5% 36px; }
  .gallery-grid{ grid-template-columns: repeat(2, 1fr); gap: 12px; }
}

@media (max-width: 992px){
  .gallery-item:nth-child(odd),
  .gallery-item:nth-child(even){
    box-shadow: none;
  }

  .gallery-item:nth-child(4n + 1),
  .gallery-item:nth-child(4n + 4){
    box-shadow:
      0 0 0 4px #1E245D,
      0 0 34px rgba(13,21,94,.45),
      0 16px 60px rgba(2,4,42,.28);
  }
  .gallery-item:nth-child(4n + 2),
  .gallery-item:nth-child(4n + 3){
    box-shadow:
      0 0 0 4px #ED0404,
      0 0 34px rgba(237,4,4,.45),
      0 16px 60px rgba(237,4,4,.22);
  }
}


/* ================= SERVICE ======================= */
.service-section{
  position: relative;
  background: linear-gradient(180deg, #070B34 0%, #00002A 70%);
  color: #D7DBE8;
  padding: 60px 10%;
  overflow: hidden;
}

.service-inner{
  width: 100%;
  max-width: 1400px;
  padding-inline: clamp(24px,3.5vw,60px);
  display: grid;
  grid-template-columns: 1.1fr 1fr;  
  gap: clamp(16px,2.6vw,36px);
  align-items: center;
}

/* left column */
.service-title{
  font-family: 'Calibri', sans-serif;
    font-style: italic;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: .04em;
  color: #ED0404;
  background: linear-gradient(90deg, #ED0404 0%, #870303 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 400;
  margin: 0 0 14px;
}

.service-copy p{
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: clamp(16px,1.3vw,19px);
  line-height: 1.6;
  color: rgba(255,255,255,.88);
  margin: 0 0 14px;
  max-width: 58ch;
  font-size: 24px;
}

.service-list{
  list-style: none;
  padding: 12px 0 0;
  margin: 0;
  display: grid;
  gap: 14px;

}
.service-list li{
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: center;
  font-weight: 400;
  font-size: 22px;
  gap: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
}
.service-list img{
  width: 28px; height: 28px; object-fit: contain;

}

/* right column */
.service-media{ position: relative; }
.service-map{
  position: relative;
  margin: 0;
  border-radius: 22px;
  overflow: hidden;

}
.service-map img{
  display:block;
  width: 100%;
  height: auto;
}

@media (max-width: 992px){
  .service-section{
    padding: 36px 6%;
  }
  .service-inner{
    grid-template-columns: 1fr; 
    gap: 22px;
  }

  .service-copy{ order: 1; }
  .service-media{ order: 2; }

  .service-title{
    font-size: clamp(28px, 6vw, 40px);
    margin: 0 0 10px;
  }
  .service-copy p{
    font-size: clamp(16px, 4.2vw, 18px);
    max-width: none;
  }

  .service-list{
    gap: 10px;
  }
  .service-list li{
    grid-template-columns: 22px 1fr;
    font-size: clamp(16px, 4.4vw, 18px);
    gap: 10px;
  }
  .service-list img{
    width: 22px; height: 22px;
  }

  .service-map{
    border-radius: 18px;
  }
  .service-map img{
    width: 100%;
    height: auto;
    display: block;
  }
}

@media (max-width: 576px){
  .service-section{ padding: 28px 5%; }
  .service-list li{ grid-template-columns: 20px 1fr; }
  .service-list img{ width: 20px; height: 20px; }
}

/* ================= CONTACT ======================= */

.contact-section{
  position: relative;
  background:#fff;
  color: #00002A;
  padding: 60px 10%;
}

.contact-inner{
  max-width: 1200px;
  width: 92vw;
  margin: 0 60px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;      /* prawa kolumna na przyciski */
  gap: clamp(24px, 4vw, 64px);
  align-items: start;
}

/* Left column */
.contact-title{
  font-family: 'Calibri', sans-serif;
    font-style: italic;
  font-weight:400;
  font-size: 3rem;
  letter-spacing:.04em;
  color: #ED0404;
  background: linear-gradient(90deg, #ED0404 0%, #870303 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 10px;
}
.contact-subtitle{
  font-family: 'Calibri', sans-serif;
    font-style: italic;
  font-weight:400;
  font-size: 1.5rem;
  letter-spacing:.2em;
  text-transform: uppercase;
  color: #ED0404;
  margin: 0 0 18px;
}
.contact-address{
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 24px;
  line-height: 1.6;
  margin: 0 0 12px;
}
.contact-map{ 
  color:#ED0404; 
  text-decoration: underline;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.contact-hours{
  display:flex; gap:10px; align-items: baseline;
  font-family: "Open Sans", sans-serif;
  margin: 8px 0 0;
  font-size: 24px;
}
.contact-hours .label{ font-weight:700; }

/* Right column */
.contact-aside{
  justify-self: end;     
  align-self: center; 
  display: grid;
  align-content: center; 
  gap: 16px;
}

/* Buttons */
.btn_number,
.btn_mail{
  border: 1.5px solid #ED0404;
  padding: 6px 14px;
  border-radius: 20px;
  box-shadow: 0 0 12px rgba(212,0,0,0.9);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 22px;
  
  color: #ED0404;
  text-decoration: none;
  min-width: 280px;                
  justify-content: center;
}
.btn_number img,
.btn_mail img{ width:18px; height:18px; object-fit:contain; }
.btn_number:hover,
.btn_mail:hover{
  transform: translateY(-2px);
  box-shadow:
    0 0 0 4px rgba(237,4,4,.9),
    0 14px 34px rgba(237,4,4,.42);
  filter: saturate(1.05);
}


@media (max-width: 992px){
  .contact-section{
    padding: 36px 6%;
  }
  .contact-inner{
    width: 100%;
    margin: 0;                   
    grid-template-columns: 1fr;        
    gap: 20px;
    align-items: start;
  }

  .contact-title{
    font-size: clamp(28px, 6vw, 40px);
    margin-bottom: 8px;
  }
  .contact-subtitle{
    font-size: clamp(14px, 3.5vw, 18px);
    letter-spacing: .12em;
    margin-bottom: 14px;
  }
  .contact-address{
    font-size: clamp(16px, 4.5vw, 18px);
    line-height: 1.6;
  }
  .contact-address .contact-map{
    display: inline-block;
    margin-top: 4px;
  }
  .contact-hours{
    font-size: clamp(16px, 4.5vw, 18px);
  }
  .contact-address a{ overflow-wrap: anywhere; } 

  .contact-aside{
    justify-self: stretch;            
    align-self: start;
    gap: 12px;
  }
  .btn_number,
  .btn_mail{
    width: 100%;
    min-width: 0;
    padding: 12px 18px;
    border-radius: 18px;
    font-size: clamp(14px, 4.2vw, 16px);
    box-shadow: 0 0 10px rgba(237,4,4,.45);
  }
  .btn_number img,
  .btn_mail img{ width:16px; height:16px; }
}

@media (max-width: 576px){
  .contact-section{ padding: 28px 5%; }
  .btn_number,
  .btn_mail{ padding: 10px 16px; border-radius: 16px; }
}

/* =================== Footer ================== */
.site-footer{
  position: relative;
  background: #00022A;
  color: #fff;
}

/* górna listwa – ombre */
.site-footer::before{
  content:"";
  position:absolute; left:0; right:0; top:0;
  height:6px;
}

.footer-inner{
  width:min(1200px,94vw);
  margin:0 auto;
  padding:10px 16px;
  min-height:60px;

  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  column-gap:16px;
}

.footer-logo img{ height:26px; display:block; }

.footer-copy{
  margin:0;
  text-align:center;
  font-family: "Open Sans", sans-serif;
  font-weight:300;
  font-size:14px;
  opacity:.9;
}

/* Social */
.footer-social{ display:flex; gap:12px; }
.social-link{
  width:40px; height:40px;
  display:grid; place-items:center;
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
.social-link img{ width:30px; height:30px; display:block; }


@media (max-width: 992px){
  .footer-inner{
    width: 100%;
    margin: 0;
    padding: 12px 6%;
    display: flex;                 /* prościej niż grid na mobile */
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
    text-align: center;
  }

  .footer-logo img{
    height: clamp(22px, 6vw, 26px);
  }

  .footer-copy{
    font-size: clamp(12px, 3.4vw, 14px);
    line-height: 1.4;
    max-width: 60ch;
  }

  .footer-social{
    gap: 10px;
  }
  .social-link{
    width: 44px; height: 44px;     /* wygodniejsze tap-targety */
  }
  .social-link img{
    width: 28px; height: 28px;
  }
}

@media (max-width: 480px){
  .footer-inner{
    padding: 10px 5%;
    row-gap: 8px;
  }
  .footer-copy{
    font-size: 12px;
  }
}
