/*
Theme Name: GranitMarmur Coming Soon
Theme URI: https://zkbkamieniarstwo.pl/
Author: Grupa PSG
Author URI: https://zkbkamieniarstwo.pl/
Description: Tymczasowy motyw „strona w przygotowaniu” dla branży kamieniarskiej. Pełnoekranowe tło kopalni (z widoczną pracą sprzętu), elegancki komunikat, CTA oraz edytowalne dane kontaktowe w Personalizacji.
Version: 1.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: granitmarmur-comingsoon
*/

/* Base */
html, body { height: 100%; }
body {
  margin: 0;
  font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #ffffff;
  background: #0d2441;
}

/* Fullscreen hero */
.hero {
  position: relative;
  min-height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* Put the message at the bottom so we don't cover the quarry */
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 24px 24px clamp(16px, 4.5vh, 48px);
}

/* Dark overlay for contrast */
.hero .overlay {
  position: absolute;
  inset: 0;
  /* Przyciemniamy głównie DÓŁ kadru, żeby tekst był czytelny,
     a kopalnia pozostała widoczna. */
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.00) 0%,
    rgba(0,0,0,0.00) 60%,
    rgba(13,36,65,0.58) 100%
  );
}

/* Content card */
.content {
  position: relative;
  max-width: 860px;
  width: 100%;
  text-align: center;
  padding: clamp(16px, 3.2vw, 34px);
  border-radius: 18px;
  /* Less "mist" effect: remove heavy blur, keep a readable panel */
  /* Mniej "mgły" — bardziej przezroczysty panel + czytelny tekst */
  background: rgba(13, 36, 65, 0.34);
  backdrop-filter: none;
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 18px 60px rgba(0,0,0,0.35);
}

.content h1, .content .message { text-shadow: 0 2px 14px rgba(0,0,0,0.55); }

.content h1 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4.5vw, 56px);
  font-weight: 700;
  letter-spacing: 0.4px;
}

.content .message {
  font-size: clamp(16px, 2.1vw, 20px);
  line-height: 1.6;
  margin: 0 auto 22px;
  max-width: 820px;
}
.content .message p { margin: 0.6em 0; }

/* Button */
a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #d22630;
  color: #ffffff;
  padding: 14px 22px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.2px;
  min-width: 240px;
  transition: transform 160ms ease, filter 160ms ease;
}
a.button:hover { transform: translateY(-1px); filter: brightness(0.95); }
a.button:active { transform: translateY(0); }

/* Contact */
.contact-info {
  margin-top: 22px;
  font-size: 15px;
  opacity: 0.95;
}
.contact-info a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.contact-info .sep { margin: 0 10px; opacity: 0.8; }
.contact-info .label { font-weight: 600; }

@media (max-width: 520px) {
  a.button { width: 100%; min-width: 0; }
}
