body.service-page{
  background:var(--bg);
}

@media (prefers-reduced-motion: no-preference){
  html{
    scroll-behavior:smooth;
  }
}

.service-main{
  padding-bottom:18px;
}

.service-main section{
  margin-top:24px;
}

.service-hero{
  display:grid;
  grid-template-columns:1fr;
  gap:22px;
  align-items:center;
}

.service-hero__copy{
  background: rgba(255,255,255,0.28);
  border: 1px solid rgba(255,255,255,0.38);
  border-radius:18px;
  padding:24px 18px;
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  box-shadow: 0 18px 40px rgba(0,0,0,0.10);
}

.service-eyebrow{
  margin:0 0 10px;
  font-size:13px;
  font-weight:700;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:rgba(17,19,24,0.56);
}

.service-hero h1{
  margin:0;
  font-size:clamp(30px, 4.8vw, 46px);
  line-height:1.08;
  color:#111318;
}

.service-subline{
  margin:14px 0 0;
  color:rgba(17,19,24,0.72);
  line-height:1.65;
  max-width:56ch;
}

.service-hero__actions{
  margin-top:18px;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.service-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-weight:600;
  border-radius:16px;
  min-height:46px;
  padding:0 16px;
  -webkit-tap-highlight-color: transparent;
}

.service-btn.cta-primary,
.service-btn.cta-secondary{
  min-height:46px;
}

.service-form .service-btn{
  margin-top:14px;
  cursor:pointer;
}

.service-text-link{
  display:inline-block;
  margin-top:10px;
  color:var(--muted);
  text-underline-offset:3px;
}

.service-hero__visual{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px;
  align-items:start;
}

.service-shot{
  margin:0;
  aspect-ratio: 3 / 4;
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(17,19,24,0.10);
  box-shadow:0 18px 40px rgba(0,0,0,0.10);
  background:rgba(255,255,255,0.22);
}

.service-shot img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.service-shot[data-scroll-parallax] img{
  transform:translate3d(0, var(--scroll-parallax-y, 0px), 0) scale(var(--scroll-parallax-scale, 1.1));
  transition:transform 220ms linear;
  will-change:transform;
}

.service-shot--b,
.service-shot--d{
  margin-top:38px;
}

.service-seasonal{
  margin-top:36px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  padding:12px 14px;
  border:1px solid rgba(17,19,24,0.10);
  border-radius:16px;
  background:rgba(255,255,255,0.22);
  backdrop-filter: blur(14px) saturate(170%);
  -webkit-backdrop-filter: blur(14px) saturate(170%);
}

.service-badge{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,0.26);
  border:1px solid rgba(17,19,24,0.10);
  font-size:13px;
  color:rgba(17,19,24,0.72);
}

.service-badge--accent{
  background:rgba(17,19,24,0.88);
  color:#ffffff;
  border-color:rgba(17,19,24,0.88);
}

.service-section{
  padding:24px 18px;
  border:1px solid rgba(17,19,24,0.10);
  border-radius:16px;
  background:rgba(255,255,255,0.22);
  backdrop-filter: blur(14px) saturate(170%);
  -webkit-backdrop-filter: blur(14px) saturate(170%);
}

/* Keep hash jump target visible below fixed nav (Hero CTA -> #termin). */
body.service-page #termin{
  scroll-margin-top:calc(var(--nav-h) + env(safe-area-inset-top) + 18px);
}

.service-section__head h2{
  margin:0;
  font-size:clamp(24px, 4.2vw, 34px);
  line-height:1.16;
}

.service-section__head p{
  margin:12px 0 0;
  color:rgba(17,19,24,0.70);
  line-height:1.65;
  max-width:72ch;
}

.service-benefits{
  margin-top:18px;
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

.service-card{
  background:rgba(255,255,255,0.26);
  border:1px solid rgba(17,19,24,0.10);
  border-radius:16px;
  padding:18px;
  backdrop-filter: blur(10px) saturate(160%);
  -webkit-backdrop-filter: blur(10px) saturate(160%);
}

.service-card h3{
  margin:0;
  font-size:18px;
  line-height:1.2;
}

.service-card p,
.service-card li{
  color:rgba(17,19,24,0.72);
  line-height:1.6;
}

.service-card ul{
  margin:12px 0 0;
  padding-left:18px;
}

.service-icon{
  width:40px;
  height:40px;
  border-radius:12px;
  background:rgba(255,255,255,0.40);
  border:1px solid rgba(17,19,24,0.10);
  display:grid;
  place-items:center;
  margin-bottom:12px;
}

.service-icon svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:#111318;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.service-grid{
  margin-top:18px;
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

.service-card--service{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  height:100%;
}

.service-card--service .service-inline-link{
  margin-top:auto;
  padding-top:10px;
}

.service-inline-link{
  display:inline-block;
  margin-top:10px;
  font-weight:600;
  color:rgba(17,19,24,0.84);
  text-underline-offset:3px;
}

.service-inline-link--button{
  border:0;
  padding:0;
  background:transparent;
  font:inherit;
  text-align:left;
  cursor:pointer;
}

.service-inline-link--button:hover,
.service-inline-link--button:focus-visible{
  text-decoration:underline;
}

.service-detail-modal{
  position:fixed;
  inset:0;
  z-index:1540;
  padding:calc(var(--nav-h) + 14px) 14px 20px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
}

body.service-modal-open{
  overflow:hidden;
}

.service-detail-modal[hidden]{
  display:none;
}

.service-detail-modal__backdrop{
  position:absolute;
  inset:0;
  border:0;
  padding:0;
  background:rgba(6,10,16,0.56);
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
  opacity:0;
  transition:opacity 220ms ease;
  cursor:pointer;
}

.service-detail-modal__panel{
  position:relative;
  width:min(680px, 100%);
  max-height:calc(100vh - var(--nav-h) - 32px);
  overflow:auto;
  border-radius:20px;
  border:1px solid rgba(255,255,255,0.34);
  background:linear-gradient(155deg, rgba(255,255,255,0.34) 0%, rgba(255,255,255,0.16) 100%);
  box-shadow:0 28px 70px rgba(4,8,14,0.34);
  backdrop-filter:blur(24px) saturate(180%);
  -webkit-backdrop-filter:blur(24px) saturate(180%);
  padding:20px 18px 18px;
  opacity:0;
  transform:translate3d(0, 16px, 0) scale(0.98);
  transition:opacity 220ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.service-detail-modal.is-visible .service-detail-modal__backdrop{
  opacity:1;
}

.service-detail-modal.is-visible .service-detail-modal__panel{
  opacity:1;
  transform:none;
}

.service-detail-modal__close{
  position:absolute;
  top:12px;
  right:12px;
  width:36px;
  height:36px;
  border-radius:999px;
  border:1px solid rgba(17,19,24,0.18);
  background:rgba(255,255,255,0.58);
  color:#111318;
  font-size:26px;
  line-height:1;
  cursor:pointer;
}

.service-detail-modal__eyebrow{
  margin:0;
  font-size:12px;
  letter-spacing:0.09em;
  text-transform:uppercase;
  color:rgba(17,19,24,0.58);
}

.service-detail-modal__title{
  margin:8px 0 0;
  font-size:clamp(28px, 4.3vw, 38px);
  line-height:1.1;
}

.service-detail-modal__intro{
  margin:12px 0 0;
  line-height:1.6;
  color:rgba(17,19,24,0.76);
}

.service-detail-modal__list{
  margin:14px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:9px;
}

.service-detail-modal__list li{
  position:relative;
  padding-left:24px;
  line-height:1.58;
  color:rgba(17,19,24,0.86);
}

.service-detail-modal__list li::before{
  content:"\2714";
  position:absolute;
  left:0;
  top:0;
  color:#111318;
  font-weight:700;
}

.service-detail-modal__note{
  margin:14px 0 0;
  padding:10px 12px;
  border-radius:12px;
  border:1px solid rgba(17,19,24,0.12);
  background:rgba(255,255,255,0.46);
  color:rgba(17,19,24,0.76);
  line-height:1.55;
}

.service-detail-modal__actions{
  margin-top:16px;
  display:flex;
  justify-content:flex-start;
}

.service-gallery-grid{
  margin-top:18px;
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

.service-gallery-mobile-slideshows{
  display:none;
}

.service-gallery-mobile-slider{
  position:relative;
  touch-action:pan-y;
  user-select:none;
  -webkit-user-select:none;
}

.service-gallery-mobile-viewport{
  position:relative;
  overflow:hidden;
  border-radius:16px;
}

.service-gallery-mobile-track{
  display:flex;
  width:100%;
  transform:translate3d(0, 0, 0);
  transition:transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change:transform;
}

.service-gallery-mobile-track.is-dragging{
  transition:none;
}

.service-gallery-mobile-slide{
  margin:0;
  flex:0 0 100%;
  width:100%;
  position:relative;
  overflow:hidden;
  border-radius:16px;
  border:1px solid rgba(17,19,24,0.10);
  background:rgba(255,255,255,0.26);
}

.service-gallery.component-gallery .service-gallery-mobile-slideshows .service-gallery-mobile-slide,
.service-gallery.component-gallery .service-gallery-mobile-slideshows .service-gallery-mobile-slide img,
.service-gallery.component-gallery .service-gallery-mobile-slideshows .service-gallery-mobile-slide figcaption{
  opacity:1 !important;
  visibility:visible !important;
  filter:none !important;
  animation:none !important;
}

.service-gallery-mobile-slide img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  -webkit-user-drag:none;
}

.service-gallery-mobile-slide figcaption{
  position:absolute;
  left:10px;
  right:10px;
  bottom:10px;
  margin:0;
  padding:9px 11px;
  border-radius:12px;
  font-size:13px;
  line-height:1.45;
  color:rgba(17,19,24,0.88);
  background:rgba(255,255,255,0.70);
  border:1px solid rgba(17,19,24,0.12);
  backdrop-filter:blur(10px) saturate(160%);
  -webkit-backdrop-filter:blur(10px) saturate(160%);
}

.service-gallery-card{
  margin:0;
  position:relative;
  min-height:220px;
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(17,19,24,0.10);
  background:rgba(255,255,255,0.26);
}

.service-gallery-card img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transform:translate3d(0, var(--scroll-parallax-y, 0px), 0) scale(var(--service-gallery-scale, var(--scroll-parallax-scale, 1.08)));
  transition:transform 340ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change:transform;
}

.service-gallery-card figcaption{
  position:absolute;
  left:10px;
  right:10px;
  bottom:10px;
  margin:0;
  padding:9px 11px;
  border-radius:12px;
  font-size:13px;
  line-height:1.45;
  color:rgba(17,19,24,0.88);
  background:rgba(255,255,255,0.70);
  border:1px solid rgba(17,19,24,0.12);
  backdrop-filter:blur(10px) saturate(160%);
  -webkit-backdrop-filter:blur(10px) saturate(160%);
}

.service-gallery-card--wide{
  min-height:280px;
}

.service-gallery-card--tall{
  min-height:280px;
}

@media (hover:hover) and (pointer:fine){
  .service-gallery-card:hover{
    --service-gallery-scale:1.12;
  }
}

.service-split{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}

.service-workshop img{
  width:100%;
  height:auto;
  margin-top:12px;
  border-radius:14px;
  border:1px solid rgba(17,19,24,0.10);
}

.service-guarantee ul{
  margin:10px 0 0;
  padding-left:18px;
}

.service-steps{
  list-style:none;
  margin:16px 0 0;
  padding:0;
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

.service-steps li{
  position:relative;
  padding:18px;
  border:1px solid rgba(17,19,24,0.10);
  border-radius:16px;
  background:rgba(255,255,255,0.26);
}

.service-step-num{
  display:inline-flex;
  width:32px;
  height:32px;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#111318;
  color:#ffffff;
  font-weight:700;
  margin-bottom:10px;
}

.service-checklist{
  margin:12px 0 0;
  padding-left:0;
  list-style:none;
  display:grid;
  gap:8px;
}

.service-checklist li::before{
  content:"\2714";
  margin-right:8px;
  color:#111318;
  font-weight:700;
}

.service-metrics ul{
  margin:12px 0 0;
  padding-left:0;
  list-style:none;
  display:grid;
  gap:10px;
}

.service-metrics li{
  border:1px solid rgba(17,19,24,0.10);
  border-radius:12px;
  background:rgba(255,255,255,0.32);
  padding:11px 12px;
}

.service-metric{
  display:grid;
  gap:4px;
}

.service-metric__value{
  font-weight:800;
  font-size:clamp(28px, 4.4vw, 38px);
  line-height:1.05;
  color:rgba(17,19,24,0.92);
}

.service-metric__label{
  font-size:14px;
  color:rgba(17,19,24,0.68);
}

.service-testimonials{
  margin-top:16px;
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

.testimonial-text{
  margin:0;
  font-size:17px;
}

.testimonial-name{
  margin:10px 0 0;
  font-weight:700;
  color:#111318;
}

.service-faq{
  margin-top:14px;
  border:1px solid rgba(17,19,24,0.10);
  border-radius:16px;
  overflow:hidden;
  background:rgba(255,255,255,0.22);
}

.service-faq__item + .service-faq__item{
  border-top:1px solid rgba(17,19,24,0.10);
}

.service-faq__button{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  text-align:left;
  border:0;
  background:transparent;
  color:#111318;
  padding:16px;
  font:inherit;
  font-weight:600;
  cursor:pointer;
}

.service-faq__button[aria-expanded="true"]{
  background:rgba(255,255,255,0.34);
}

.service-faq__panel{
  padding:0 16px 16px;
}

.service-faq__panel p{
  margin:0;
  color:rgba(17,19,24,0.72);
  line-height:1.62;
}

.service-form{
  margin-top:16px;
  background:rgba(255,255,255,0.26);
  border:1px solid rgba(17,19,24,0.10);
  border-radius:16px;
  padding:18px;
}

.service-form__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

/* Prevent intrinsic control widths (notably file/date/select on mobile) from overflowing grid tracks. */
.service-section.component-booking .service-form,
.service-section.component-booking .service-form__grid,
.service-section.component-booking .service-form label,
.service-section.component-booking .service-form__field--full{
  min-width:0;
}

.service-form label{
  display:grid;
  gap:8px;
  font-size:14px;
  font-weight:600;
  color:#111318;
}

.service-form input,
.service-form select,
.service-form textarea{
  display:block;
  width:100%;
  max-width:100%;
  min-width:0;
  border:1px solid rgba(17,19,24,0.16);
  border-radius:12px;
  padding:12px 12px;
  font:inherit;
  color:#111318;
  background:rgba(255,255,255,0.80);
}

.service-section.component-booking .service-form input[type="file"]{
  overflow:hidden;
}

.service-section.component-booking .service-form input[type="date"]{
  inline-size:100%;
  max-inline-size:100%;
  min-inline-size:0;
  margin:0;
  overflow:hidden;
}

.service-form textarea{
  resize:vertical;
  min-height:110px;
}

.service-form__message{
  margin-top:12px;
}

.service-form__field--full{
  width:100%;
}

.service-form__status{
  margin:12px 0 0;
  font-size:14px;
  min-height:20px;
  color:rgba(17,19,24,0.78);
}

.service-form__status.is-error{
  color:#9f1d1d;
}

.service-form__status.is-success{
  color:#0f6a3a;
}

.service-final-cta{
  margin-top:30px;
  text-align:center;
  padding:34px 18px;
  border:1px solid rgba(17,19,24,0.10);
  border-radius:16px;
  background:rgba(255,255,255,0.26);
  backdrop-filter: blur(14px) saturate(170%);
  -webkit-backdrop-filter: blur(14px) saturate(170%);
}

.service-final-cta h2{
  margin:0;
  font-size:clamp(30px, 5vw, 44px);
}

.service-final-cta p{
  margin:10px 0 18px;
  color:rgba(17,19,24,0.72);
}

@media (max-width: 1024px){
  .service-gallery.component-gallery .service-gallery-grid{
    display:none;
  }

  .service-gallery.component-gallery .service-gallery-mobile-slideshows{
    margin-top:18px;
    display:grid;
    gap:12px;
  }

  .service-gallery.component-gallery .service-gallery-mobile-slider--top .service-gallery-mobile-viewport{
    width:100%;
    margin:0;
  }

  .service-gallery.component-gallery .service-gallery-mobile-slider--top .service-gallery-mobile-slide{
    height:auto;
    aspect-ratio:2 / 3;
  }

  .service-gallery.component-gallery .service-gallery-mobile-slider--bottom .service-gallery-mobile-slide{
    height:clamp(214px, 52vw, 280px);
  }

  .service-detail-modal{
    padding:calc(var(--nav-h) + 10px) 10px 16px;
  }

  .service-detail-modal__panel{
    border-radius:16px;
    padding:16px 14px 14px;
  }

  .service-hero__actions{
    width:100%;
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:10px;
  }

  .service-hero__actions .service-btn{
    width:100%;
    min-width:0;
    padding:0 10px;
    font-size:14px;
  }

  .service-hero__actions .service-btn::after{
    padding:0 10px;
  }
}

@supports (-webkit-touch-callout: none){
  .service-section.component-booking .service-form input[type="date"]{
    width:-webkit-fill-available;
    inline-size:-webkit-fill-available;
  }

  .service-section.component-booking .service-form input[type="date"]::-webkit-date-and-time-value{
    text-align:left;
  }

  .service-section.component-booking .service-form input[type="date"]::-webkit-datetime-edit{
    min-width:0;
    padding:0;
  }
}

@media (min-width: 1025px){
  .service-main{
    padding-bottom:24px;
  }

  .service-main section{
    margin-top:28px;
  }

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

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

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

  .service-gallery-card--wide{
    grid-column:span 2;
    min-height:320px;
  }

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

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

  .service-form__field--full{
    grid-column:1 / -1;
  }
}

@media (min-width: 1025px){
  .service-main{
    width:min(1100px, 100%);
  }

  .service-hero{
    grid-template-columns:minmax(0, 1.05fr) minmax(0, 1fr);
    gap:28px;
  }

  .service-hero__copy{
    padding:30px 26px;
  }

  .service-shot--b,
  .service-shot--d{
    margin-top:62px;
  }

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

  .service-gallery-grid{
    grid-template-columns:repeat(4, minmax(0, 1fr));
    grid-auto-rows:150px;
  }

  .service-gallery-card{
    min-height:0;
    height:100%;
  }

  .service-gallery-card--wide{
    grid-column:span 2;
    grid-row:span 2;
  }

  .service-gallery-card--tall{
    grid-row:span 2;
  }

  .service-split{
    grid-template-columns:1.1fr 0.9fr;
  }

  .service-testimonials{
    grid-template-columns:repeat(4, minmax(0, 1fr));
  }

  .service-steps{
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:14px;
  }

  .service-steps li::before{
    content:"";
    position:absolute;
    top:31px;
    left:-14px;
    width:14px;
    height:2px;
    background:rgba(17,19,24,0.24);
  }

  .service-steps li:first-child::before{
    display:none;
  }
}

@media (prefers-reduced-motion: reduce){
  .service-shot[data-scroll-parallax] img,
  .service-gallery-card img{
    transform:none !important;
    transition:none !important;
  }

  .service-gallery.component-gallery .service-gallery-mobile-track{
    transition:none !important;
  }
}
