/* ============================================
   Garage Sposato — Stylesheet (Bootstrap 5)
   ============================================ */
/* ============================================
   Responsive tweaks (Bootstrap handles grid)
   ============================================ */
@media (max-width: 991.98px) {
  .heading-lg {
    font-size: 2.5em;
  }
  .stat-number {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .heading-lg {
    font-size: 2.25em;
  }
  .card-sposato {
    padding: 2rem;
  }
  .btn-sposato {
    font-size: 1em;
    height: 3.75rem;
  }
  .stat-label {
    font-size: 14px;
  }
  .parallax-section {
    padding: 4rem 0;
    min-height: 20rem;
  }
}
@media (max-width: 425px) {
  .brand-list {
    flex-direction: column;
    gap: 20px;
  }
  .brand-item {
    flex-direction: row;
    justify-content: flex-start;
    gap: 15px;
  }
  .brand-item img {
    height: 45px;
  }
}
@media (max-width: 575.98px) {
  .brand-list {
    gap: 30px;
  }
}
/* --- iOS parallax fix --- */
@supports (-webkit-touch-callout: none) {
  .parallax-section {
    background-attachment: scroll;
  }
}
@media (max-width: 1280px) {
  .parallax-section {
    background-attachment: scroll;
  }
}
a {
  text-decoration: none;
  color: #0A0A50;
}
a:hover {
  color: #05058e;
  border-bottom: 1px solid #05058e;
}
.heading-lg {
  font-size: 3em;
  font-weight: 600;
  line-height: 1.125;
  letter-spacing: -0.025rem;
  color: #0A0A50;
  max-width: 22.875rem;
}
.heading-white {
  color: #FFFFFF;
}
.subtitle {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.25;
  color: #0A0A50;
  margin-top: 5px;
}
.text-body {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 0.025rem;
  color: #000000;
}
.text-lead {
  font-size: 1.375em;
  font-weight: 300;
  line-height: 2;
  color: #0A0A50;
}
.text-section-label {
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.875;
  color: #0A0A50;
  margin-bottom: 0.5rem;
}
.btn-sposato {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 4.5rem;
  padding: 0 2.25rem;
  background-color: #0A0A50;
  color: #F1F1F1;
  font-family: 'Inter', sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  border-radius: 0.625rem;
  border: 2px solid #F1F1F1;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  width: 100%;
  text-decoration: none;
}
.btn-sposato:hover {
  color: #F1F1F1;
  background-color: #0A0A50;
}
.btn-sposato span {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  flex-grow: 0;
  width: auto;
}
.btn-sposato-50 {
  width: calc(52% - (2.25rem / 2));
}
@media (max-width: 767.98px) {
  .btn-sposato-50 {
    width: 100%;
  }
}
/* --- Base overrides --- */
html {
  scroll-behavior: smooth;
}
html,
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body {
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  color: #0A0A50;
  background-color: #F1F1F1;
}
/* --- Section spacing --- */
.section {
  padding: 5rem 1.5rem;
}
.section-card {
  padding: 2rem 0;
}
/* --- Card (white bg containers) --- */
.card-sposato {
  padding: 3rem;
}
.text-body img {
  width: 100%;
  border-radius: 10px;
}
#reparatur,
#love,
#location_opening_hours,
#team {
  background-color: rgba(10, 10, 80, 0.04);
}
#bilder {
  background-color: rgba(10, 10, 80, 0.04);
}
.profile {
  max-width: 66%;
  height: auto;
  border-radius: 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
}
/* --- Stats --- */
.stat-item svg {
  width: 50px;
  height: 50px;
  stroke: #0A0A50;
  margin: 0 auto 15px;
}
.stat-number {
  font-size: 42px;
  font-weight: bold;
  margin: 10px 0;
  color: #0A0A50;
}
.stat-label {
  font-size: 18px;
  opacity: 0.9;
  color: #0A0A50;
}
/* --- Brand list --- */
.brand-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  display: flex;
  gap: 66px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.brand-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.brand-item img {
  width: auto;
  height: 75px;
}
.brand-name {
  color: #0A0A50;
  font-size: 1.05em;
}
#navbar {
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 139, 0.1);
}
#navbar .navbar-brand {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.25rem;
}
#navbar .navbar-brand:hover {
  border-bottom: none !important;
}
#navbar .nav-link {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 400;
  font-size: 1.35rem;
  padding: 1.25rem 1.75rem !important;
  transition: color 0.3s ease, background-color 0.3s ease;
}
#navbar .nav-link:hover {
  background-color: #FFFFFF;
  color: #000000 !important;
}
#navbar .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.3);
}
#navbar .navbar-collapse {
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
}
@media (min-width: 992px) {
  #navbar .navbar-collapse {
    background: transparent;
    backdrop-filter: none;
  }
}
.hero {
  align-items: center;
  background-attachment: fixed;
  background-image: url('../../assets/images/Werkzeugwand.webp');
  background-position: center;
  background-size: cover;
  display: flex;
  min-height: 41rem;
  padding: 8rem 0 6rem;
  position: relative;
  width: 100%;
}
.hero::before {
  background: rgba(10, 10, 80, 0.06);
  content: '';
  inset: 0;
  position: absolute;
  z-index: 1;
}
.hero h1 {
  color: #FFFFFF;
  font-size: 5em;
  font-weight: 700;
  letter-spacing: -0.025rem;
  line-height: 1;
}
.hero h2 {
  color: #FFFFFF;
  display: block;
  font-size: 3em;
  font-weight: 600;
  letter-spacing: -0.025rem;
  line-height: 1.125;
  margin: 0 10px;
  white-space: nowrap;
}
.hero-content {
  position: relative;
  z-index: 2;
}
/* ============================================
   Responsive tweaks (Bootstrap handles grid)
   ============================================ */
@media (max-width: 991.98px) {
  .hero h1 {
    font-size: 3.5em;
  }
  .hero h2 {
    font-size: 2.25em;
  }
}
@media (max-width: 767.98px) {
  .hero {
    min-height: 30rem;
    padding: 7rem 0 4rem;
  }
  .hero h1 {
    font-size: 3em;
  }
  .hero h2 {
    font-size: 2em;
  }
}
@media (max-width: 575.98px) {
  .hero h1 {
    font-size: 2.5em;
  }
  .hero h2 {
    font-size: 2.125em;
  }
}
/* --- iOS parallax fix --- */
@supports (-webkit-touch-callout: none) {
  .hero {
    background-attachment: scroll;
  }
}
@media (max-width: 1280px) {
  .hero {
    background-attachment: scroll;
  }
}
/* --- Parallax section --- */
.parallax-section {
  position: relative;
  min-height: 28rem;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  padding: 6rem 0;
  color: #FFFFFF;
}
.opening-hours {
  width: 100%;
}
.opening-hours-title {
  font-family: 'Inter', sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  color: #0A0A50;
  margin-bottom: 1.5rem;
}
.opening-hours-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Inter', sans-serif;
}
.opening-hours-table tr {
  border-bottom: 1px solid rgba(10, 10, 80, 0.1);
}
.opening-hours-table tr:last-child {
  border-bottom: none;
}
.opening-hours-table td {
  padding: 0.85rem 0.5rem;
  font-size: 1.1em;
  color: #0A0A50;
}
.opening-hours-table td:first-child {
  font-weight: 600;
  width: 40%;
}
.opening-hours-table td:nth-child(2),
.opening-hours-table td:nth-child(3) {
  text-align: right;
  font-weight: 300;
}
.opening-hours-table .closed td {
  opacity: 0.4;
}
@media (max-width: 991.98px) {
  .opening-hours-table td {
    display: block;
    width: 100%;
    text-align: left !important;
    padding: 0.25rem 0.5rem;
  }
  .opening-hours-table td:first-child {
    padding-top: 1rem;
    width: 100%;
  }
  .opening-hours-table td:last-child {
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(10, 10, 80, 0.1);
  }
  .opening-hours-table .closed td:last-child {
    border-bottom: 1px solid rgba(10, 10, 80, 0.1);
  }
}
#galerie {
  padding: 0 !important;
}
#galerie .gallery-swiper {
  border-radius: 0.75rem;
  overflow: hidden;
}
#galerie .gallery-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
#galerie .gallery-swiper .swiper-button-prev,
#galerie .gallery-swiper .swiper-button-next {
  color: #F1F1F1;
  background: rgba(10, 10, 80, 0.6);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transition: background 0.2s ease;
}
#galerie .gallery-swiper .swiper-button-prev::after,
#galerie .gallery-swiper .swiper-button-next::after {
  font-size: 18px;
}
#galerie .gallery-swiper .swiper-button-prev:hover,
#galerie .gallery-swiper .swiper-button-next:hover {
  background: #0A0A50;
}
#galerie .gallery-swiper .swiper-pagination-bullet {
  background: #F1F1F1;
  opacity: 0.5;
  width: 10px;
  height: 10px;
}
#galerie .gallery-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #F1F1F1;
}
#galerie .glightbox-container .gslide-image img {
  cursor: pointer;
  pointer-events: all;
}
@media (max-width: 767.98px) {
  .gallery-swiper .swiper-slide img {
    height: auto;
    width: 100%;
  }
  #bilder .card-sposato {
    padding: 0.5rem;
  }
  .gallery-swiper .swiper-button-prev,
  .gallery-swiper .swiper-button-next {
    display: none;
  }
}
.sposato-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  overflow-y: auto;
  padding: 2rem;
}
.sposato-modal.show {
  display: block;
}
.sposato-modal-dialog {
  margin: 2rem auto;
}
.sposato-modal-content {
  background: #F1F1F1;
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: modalSlideIn 0.25s ease;
}
.sposato-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid rgba(10, 10, 80, 0.1);
}
.sposato-modal-header .heading-lg {
  font-size: 1.75em;
  margin: 0;
}
.sposato-modal-header .btn-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.5rem;
  line-height: 1;
  opacity: 0.5;
}
.sposato-modal-header .btn-close:hover {
  opacity: 1;
}
.sposato-modal-header .btn-close::after {
  content: '✕';
}
.sposato-modal-body {
  padding: 2rem;
}
@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body.modal-open {
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .sposato-modal {
    padding: 1rem;
  }
  .sposato-modal-header {
    padding: 1.25rem;
  }
  .sposato-modal-body {
    padding: 1.25rem;
  }
}
.sposato-form .form-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.sposato-form .form-label {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.95em;
  color: #0A0A50;
  margin-bottom: 0.35rem;
}
.sposato-form .form-control,
.sposato-form .form-select {
  font-family: 'Inter', sans-serif;
  font-size: 1em;
  color: #0A0A50;
  border: 1px solid rgba(10, 10, 80, 0.2);
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  background-color: #F1F1F1;
}
.sposato-form .form-control:focus,
.sposato-form .form-select:focus {
  border-color: #0A0A50;
  box-shadow: 0 0 0 3px rgba(10, 10, 80, 0.1);
  outline: none;
}
.sposato-form .form-control::placeholder,
.sposato-form .form-select::placeholder {
  color: rgba(10, 10, 80, 0.35);
}
.sposato-form .form-select {
  cursor: pointer;
}
.sposato-form textarea.form-control {
  resize: vertical;
  min-height: 100px;
}
.sposato-form .is-invalid {
  border-color: #dc3545 !important;
}
.sposato-form .is-invalid:focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.15);
}
.sposato-form .is-valid {
  border-color: #198754 !important;
}
.sposato-form .btn-sposato .icon {
  width: 1.5em;
  height: 1.5em;
  stroke: #F1F1F1;
  fill: none;
}
.sposato-form.is-submitting {
  pointer-events: none;
  opacity: 0.7;
}
.sposato-form.is-submitting .btn-sposato::after {
  content: '';
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid transparent;
  border-top-color: #F1F1F1;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  margin-left: 1rem;
}
.form-feedback {
  padding: 0;
  font-family: 'Inter', sans-serif;
  font-size: 1em;
  border-radius: 0.5rem;
  display: none;
  margin: 0 auto;
}
.form-feedback.show {
  display: block;
  padding: 1rem 1.25rem;
}
.form-feedback.success {
  background-color: rgba(25, 135, 84, 0.1);
  color: #198754;
  border: 1px solid rgba(25, 135, 84, 0.25);
}
.form-feedback.error {
  background-color: rgba(220, 53, 69, 0.1);
  color: #dc3545;
  border: 1px solid rgba(220, 53, 69, 0.25);
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 767.98px) {
  .modal .modal-header {
    padding: 1.25rem 1.25rem;
  }
  .modal .modal-body {
    padding: 1.25rem;
  }
  .modal .heading-lg {
    font-size: 1.5em;
  }
  .sposato-form .form-control,
  .sposato-form .form-select {
    font-size: 16px;
  }
}
#map {
  height: 400px;
  width: 100%;
  border-radius: 0.75rem;
  z-index: 1;
}
#map .leaflet-control-attribution {
  font-size: 0.7em;
}
@media (max-width: 767.98px) {
  #map {
    height: 300px;
  }
}
.site-footer {
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  background-attachment: fixed;
  background-image: url(../../assets/images/Werkzeugwand.webp);
  background-position: center;
  background-size: cover;
  display: flex;
  min-height: 6rem;
  padding: 2rem;
  position: relative;
  width: 100%;
  color: #FFFFFF;
}
.site-footer a {
  text-decoration: none;
  color: #FFFFFF;
}
.site-footer a:hover {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.site-footer .container-xl {
  position: relative;
  z-index: 2;
}
.site-footer::before {
  background: rgba(0, 0, 0, 0.65) !important;
  content: '';
  inset: 0;
  position: absolute;
  z-index: 1;
}
.footer-title {
  color: #F1F1F1;
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.footer-text {
  font-size: 0.95em;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.footer-contact {
  list-style: none;
  padding: 0;
}
.footer-contact li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.3rem;
  font-size: 0.95em;
}
.footer-contact li svg {
  width: 18px;
  height: 18px;
  stroke: rgba(241, 241, 241, 0.6);
  flex-shrink: 0;
}
.footer-contact li a {
  color: rgba(241, 241, 241, 0.8);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-contact li a:hover {
  color: #F1F1F1;
}
.footer-links {
  list-style: none;
  padding: 0;
}
.footer-links li {
  margin-bottom: 0.6rem;
}
.footer-links a {
  color: rgba(241, 241, 241, 0.8);
  text-decoration: none;
  font-size: 0.95em;
  transition: color 0.2s ease;
}
.footer-links a:hover {
  color: #F1F1F1;
}
.footer-hours {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}
.footer-hours li {
  display: flex;
  justify-content: space-between;
  padding: 0.3rem 0;
  font-size: 0.9em;
  border-bottom: 1px solid rgba(241, 241, 241, 0.1);
}
.footer-hours li:last-child {
  border-bottom: none;
}
.footer-legal {
  display: flex;
  gap: 0;
  margin-top: 0.6rem;
}
.footer-legal a {
  color: rgba(241, 241, 241, 0.5);
  text-decoration: none;
  font-size: 0.85em;
  transition: color 0.2s ease;
  padding: 0 1rem;
  border-right: 1px solid rgba(241, 241, 241, 0.3);
}
.footer-legal a:last-child {
  border-right: none;
  padding-right: 0;
}
.footer-legal a:first-child {
  padding-left: 0;
}
.footer-legal a:hover {
  color: #F1F1F1;
}
.footer-bottom {
  margin-top: 2rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(241, 241, 241, 0.15);
  text-align: center;
}
.footer-bottom p {
  font-size: 0.85em;
  color: rgba(241, 241, 241, 0.4);
  margin: 0;
}
@media (max-width: 767.98px) {
  .site-footer {
    padding: 3rem 0 0;
  }
  .footer-hours li {
    flex-direction: column;
    gap: 0.25rem;
  }
  .footer-legal {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
/*# sourceMappingURL=styles.css.map */