/* Dienstenpagina - gebruikt fris-style.css als basis */

.service-scroll-stack .brand-hero,
.service-scroll-stack .manifest-section,
.service-scroll-stack .values-section{
  min-height:100svh;
}

.service-hero{
  overflow:hidden;
}

.service-hero .hero-layout{
  grid-template-columns:minmax(0,1fr);
  max-width:1040px;
  align-items:center;
}

.service-hero .hero-center{
  width:100%;
  max-width:920px;
  min-width:0;
}

.service-hero .hero-center h1{
  max-width:920px;
  overflow-wrap:normal;
  text-wrap:balance;
  font-size:clamp(2.25rem,4.15vw,4.05rem);
}

.service-hero .hero-center p:not(.chapter-label){
  max-width:760px;
}

.service-overview-panel .manifest-top{
  max-width:980px;
  margin-bottom:34px;
}

.service-overview-panel .manifest-top h2{
  max-width:900px;
}

.service-editorial-list{
  border-top:1px solid var(--line);
}

.service-editorial-row{
  display:grid;
  grid-template-columns:54px minmax(220px,.42fr) minmax(0,1fr);
  gap:24px;
  align-items:start;
  padding:22px 0;
  border-bottom:1px solid var(--line);
}

.service-editorial-row span{
  color:var(--accent);
  font-weight:900;
  letter-spacing:.14em;
}

.service-editorial-row h3{
  margin:0;
  font-family:"Bricolage Grotesque",system-ui,sans-serif;
  font-size:clamp(1.15rem,1.65vw,1.7rem);
  line-height:1.08;
  letter-spacing:-.035em;
}

.service-editorial-row p{
  margin:0;
  color:var(--muted);
  font-size:1.02rem;
  line-height:1.64;
}

.service-editorial-row a{
  color:var(--accent);
  border-bottom:1px solid currentColor;
}

.service-process-panel .section-intro{
  max-width:980px;
}

.service-process-panel .section-intro p:not(.chapter-label){
  max-width:720px;
  margin:18px 0 0;
  color:var(--warm-muted);
  font-size:1.05rem;
  line-height:1.68;
}

.service-editorial-list--warm{
  border-top-color:var(--warm-line);
}

.service-editorial-list--warm .service-editorial-row{
  border-bottom-color:var(--warm-line);
}

.service-editorial-list--warm .service-editorial-row span{
  color:#a56e2f;
}

.service-editorial-list--warm .service-editorial-row p{
  color:var(--warm-muted);
}

.pricing-page-section{
  position:relative;
  z-index:5;
  padding:104px 0;
  background:var(--bg);
}

.pricing-page-section .section-intro{
  max-width:920px;
}

.pricing-page-section .section-intro p:not(.chapter-label){
  max-width:780px;
  margin:18px 0 0;
  color:var(--muted);
  font-size:1.08rem;
  line-height:1.72;
}

.pricing-intro{
  margin-top:76px;
}

.pricing-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:36px;
}

.pricing-card{
  display:flex;
  flex-direction:column;
  min-height:430px;
  padding:26px;
  border:1px solid rgba(246,240,231,.12);
  border-radius:28px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.02));
  box-shadow:0 24px 70px rgba(0,0,0,.20);
}

.pricing-card--featured{
  background:
    radial-gradient(circle at 20% 0%, rgba(202,161,95,.22), transparent 38%),
    linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025));
  border-color:rgba(202,161,95,.34);
}

.pricing-label{
  margin:0 0 18px;
  color:var(--accent);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:.76rem;
  font-weight:900;
}

.pricing-card h3{
  margin:0;
  font-family:"Bricolage Grotesque",system-ui,sans-serif;
  font-size:clamp(1.45rem,2vw,2rem);
  line-height:1.05;
  letter-spacing:-.04em;
}

.pricing-card p:not(.pricing-label){
  margin:16px 0 0;
  color:var(--muted);
  font-size:1rem;
  line-height:1.62;
}

.pricing-card ul{
  margin:22px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}

.pricing-card li{
  position:relative;
  padding-left:18px;
  color:var(--muted);
  font-size:.98rem;
  line-height:1.5;
}

.pricing-card li::before{
  content:"";
  position:absolute;
  left:0;
  top:.72em;
  width:6px;
  height:6px;
  border-radius:999px;
  background:var(--accent);
}

.pricing-card strong{
  margin-top:auto;
  padding-top:28px;
  color:var(--ink);
  font-family:"Bricolage Grotesque",system-ui,sans-serif;
  font-size:1.45rem;
  line-height:1;
}

@media (max-width:1040px){
  .pricing-card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .service-editorial-row{
    grid-template-columns:44px minmax(200px,.42fr) minmax(0,1fr);
    gap:18px;
  }
}

@media (max-height:900px) and (min-width:761px){
  .service-overview-panel .manifest-top{
    margin-bottom:22px;
  }

  .service-editorial-row{
    padding:15px 0;
  }

  .service-editorial-row h3{
    font-size:clamp(1.02rem,1.32vw,1.36rem);
  }

  .service-editorial-row p{
    font-size:.95rem;
    line-height:1.5;
  }
}

@media (max-width:760px){
  .service-scroll-stack .brand-hero,
  .service-scroll-stack .manifest-section,
  .service-scroll-stack .values-section{
    min-height:auto;
  }

  .service-editorial-row{
    grid-template-columns:1fr;
    gap:8px;
    padding:18px 0;
  }

  .pricing-page-section{
    padding:70px 0;
  }

  .pricing-intro{
    margin-top:54px;
  }

  .pricing-card-grid{
    grid-template-columns:1fr;
  }

  .pricing-card{
    min-height:0;
    padding:22px;
    border-radius:22px;
  }

  .service-hero .hero-center h1{
    font-size:clamp(2.1rem,9.5vw,3.15rem);
  }
}
