:root {
    --text: rgba(255, 255, 255, 0.92);
    --muted: rgba(255, 255, 255, 0.78);
    --green: #2E7540;
    --scroll-track: rgba(20, 20, 20, 0.65);
    --scroll-border: rgba(255, 255, 255, 0.10);
    --navHeight: 108px;
  }
  
  * {
    box-sizing: border-box;
  }
  
  html {
    scrollbar-width: thin;
    scrollbar-color: color-mix(in srgb, var(--green) 55%, transparent) var(--scroll-track);
  }
  body{
    padding-top: var(--navHeight);

  }
  .navShell{
    overflow: visible;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  
    background: transparent;
    border-bottom: 1px solid transparent;
  
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  
  .navShell::before{
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 180ms ease;
  
    background:
      radial-gradient(1200px 160px at 50% 0%,
        rgba(0,0,0,0.72) 0%,
        rgba(0,0,0,0.35) 45%,
        transparent 78%),
      linear-gradient(90deg,
        rgba(0,0,0,0.55) 0%,
        transparent 18%,
        transparent 82%,
        rgba(0,0,0,0.55) 100%),
      linear-gradient(180deg,
        rgba(0,0,0,0.35) 0%,
        rgba(0,0,0,0.10) 100%);
  }
  
  .navShell .container{
    padding-top: 18px;
    padding-bottom: 18px;
  }
  
  /* Zodra je voorbij de hero bent: glass/vignette aan */
  .navShell.is-stuck{
    background: rgba(15,15,15,0.35);
    border-bottom: 1px solid rgba(255,255,255,0.10);
  
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  
  .navShell.is-stuck::before{
    opacity: 1;
  }
  
  ::-webkit-scrollbar {
    width: 12px;
    height: 12px;
  }
  
  ::-webkit-scrollbar-track {
    background: var(--scroll-track);
    border-left: 1px solid rgba(255, 255, 255, 0.06);
  }
  
  ::-webkit-scrollbar-thumb {
    background: linear-gradient(
      180deg,
      color-mix(in srgb, var(--green) 55%, transparent),
      color-mix(in srgb, var(--green) 25%, transparent)
    );
    border: 1px solid var(--scroll-border);
    border-radius: 999px;
    box-shadow:
      inset 0 0 0 1px rgba(0, 0, 0, 0.35),
      3px 3px 1px rgba(0, 0, 0, 0.35),
      3px 6px 8px rgba(0, 0, 0, 0.25);
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(
      180deg,
      color-mix(in srgb, var(--green) 80%, transparent),
      color-mix(in srgb, var(--green) 40%, transparent)
    );
    border-color: rgba(255, 255, 255, 0.16);
  }
  
  ::-webkit-scrollbar-thumb:active {
    background: color-mix(in srgb, var(--green) 85%, transparent);
  }
  
  ::-webkit-scrollbar-corner {
    background: var(--scroll-track);
  }
  
  html,
  body {
    height: 100%;
  }
  
  body {
    margin: 0;
    font-family: "Red Rose", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    background: #0b0c0d;
    color: var(--text);
  }
  
  a {
    color: inherit;
    text-decoration: none;
  }
  
  .hero {
    margin-top: calc(-1 * var(--navHeight));
    height: 100svh;
    position: relative;
    min-height: 560px;
    overflow: hidden;
  }
  
  .heroBg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    filter: saturate(1.05) contrast(1.05);
  }
  
  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      radial-gradient(
        1200px 520px at 50% 0%,
        rgba(0, 0, 0, 0.92) 0%,
        rgba(0, 0, 0, 0.65) 35%,
        transparent 78%
      ),
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.35) 22%,
        rgba(0, 0, 0, 0.10) 45%,
        rgba(0, 0, 0, 0.62) 100%
      ),
      radial-gradient(
        750px 520px at 15% 70%,
        rgba(0, 0, 0, 0.58),
        transparent 65%
      );
  }
  
  .container {
    width: min(1180px, 100%);
    margin: 0 auto;
    padding: 22px 22px;
    position: relative;
    z-index: 2;
  }
  
  .topNav {
    overflow: visible;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 22px;
  }
  
  .navGroup {
    display: flex;
    align-items: center;
    gap: 34px;
  }
  
  .navGroupRight {
    justify-content: flex-end;
  }
  
  .navLink {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.10em;
    color: rgba(255, 255, 255, 0.86);
    padding: 10px 10px;
    border-radius: 10px;
    transition: color 160ms ease;
  }
  
  .navLink:hover {
    color: var(--green);
  }
  
  .navLink.is-active {
    color: var(--green);
  }
  
  .brand {
    overflow: visible;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    user-select: none;
  }
  
  .brandLogo {
    height: 78px;
    width: auto;
    display: block;
    filter:
      drop-shadow(3px 3px 1px rgba(0, 0, 0, 0.45))
      drop-shadow(3px 6px 6px rgba(0, 0, 0, 0.28));
  }
  
  .heroContent {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 46px;
    z-index: 2;
  }
  
  .heroGrid {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 22px;
  }
  
  .headline {
    margin: 0;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 700;
    letter-spacing: 0.02em;
    text-shadow:
      3px 3px 1px rgba(0, 0, 0, 0.45),
      3px 6px 6px rgba(0, 0, 0, 0.28);
  }
  
  .tagline {
    margin: 4px 0 0;
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.86);
    letter-spacing: 0.04em;
    text-shadow:
      3px 3px 1px rgba(0, 0, 0, 0.45),
      3px 6px 6px rgba(0, 0, 0, 0.28);
  }
  
  .ctaMain {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 26px;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    box-shadow:
      0 14px 32px rgba(0, 0, 0, 0.55),
      inset 0 1px 0 rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.94);
    white-space: nowrap;
    transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  }
  
  .ctaMain:hover {
    transform: translateY(-2px);
    background: rgba(0, 0, 0, 0.34);
    border-color: rgba(255, 255, 255, 0.55);
    box-shadow:
      0 18px 40px rgba(0, 0, 0, 0.65),
      inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }
  
  .ctaIcon {
    width: 20px;
    height: 20px;
    opacity: 0.95;
  }
  
  @media (max-width: 760px) {
    .hero {
      min-height: 520px;
    }
  
    .navGroup {
      gap: 12px;
    }
  
    .heroGrid {
      grid-template-columns: 1fr;
    }
  
    .ctaMain {
      justify-self: start;
    }
  
    .brandLogo {
      height: 64px;
    }
  }
  
  @media (max-width: 520px) {
    .topNav {
      grid-template-columns: 1fr;
      justify-items: center;
      gap: 10px;
    }
  
    .navGroup {
      justify-content: center;
      flex-wrap: wrap;
    }
  
    .navGroupRight {
      justify-content: center;
    }
  
    .heroContent {
      bottom: 28px;
    }
  }
  
  .adBar {
    position: relative;
    width: 100%;
    background: linear-gradient(180deg, #3E3E3E 0%, #222222 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    overflow: hidden;
  }
  
  .adBar::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      radial-gradient(1200px 260px at 50% 0%, rgba(0, 0, 0, 0.68), transparent 75%),
      radial-gradient(1200px 260px at 50% 100%, rgba(0, 0, 0, 0.50), transparent 80%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.44) 0%, transparent 18%, transparent 82%, rgba(0, 0, 0, 0.44) 100%);
  }
  
  .adBarInner {
    position: relative;
    width: 100%;
    margin: 0;
    --adpad: clamp(18px, 3vw, 30px);
    /* padding-inline: var(--adpad); */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  
  .adBarItem {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 94px;
    padding: 18px 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.86);
    letter-spacing: 0.06em;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: color 160ms ease, background 160ms ease;
  }
  
  .adBarItem:hover {
    color: rgba(255, 255, 255, 0.96);
    background: rgba(0, 0, 0, 0.12);
  }
  
  .adBarText {
    font-size: 1.25rem;
  }
  
  .adBarLine {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.24) 0%,
      rgba(255, 255, 255, 0.14) 40%,
      rgba(255, 255, 255, 0.06) 70%,
      rgba(255, 255, 255, 0.00) 100%
    );
    filter: blur(0.2px);
    opacity: 0.9;
    pointer-events: none;
  }
  
  .adBarLine.lineA {
    left: calc(var(--adpad) + (100% - (2 * var(--adpad))) * 0.25);
  }
  
  .adBarLine.lineB {
    left: calc(var(--adpad) + (100% - (2 * var(--adpad))) * 0.50);
  }
  
  .adBarLine.lineC {
    left: calc(var(--adpad) + (100% - (2 * var(--adpad))) * 0.75);
  }
  
  @media (max-width: 760px) {
    .adBarInner {
      grid-template-columns: 1fr 1fr;
    }
  
    .adBarLine {
      display: none;
    }
  
    .adBarText {
      font-size: 1.1rem;
    }
  }
  
  .shadow3d {
    filter:
      drop-shadow(3px 3px 1px rgba(0, 0, 0, 0.45))
      drop-shadow(3px 6px 6px rgba(0, 0, 0, 0.28));
  }
  
  .newArrival {
    width: 100%;
    padding: 64px 0;
    background:
      radial-gradient(1200px 520px at 50% 30%, rgba(20, 20, 20, 0.95), rgba(20, 20, 20, 1)),
      linear-gradient(180deg, rgba(20, 20, 20, 0.95) 0%, rgba(26, 26, 26, 1) 100%);
  }
  
  .newArrivalInner {
    width: min(1180px, 100%);
    margin: 0 auto;
    padding: 0 22px;
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 40px;
    align-items: center;
  }
  
  .newArrivalTitleRow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
  }
  
  .greenDot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: var(--green);
    box-shadow: 0 0 0 6px rgba(46, 117, 64, 0.18);
  }
  
  .newArrivalTitle {
    margin: 0;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.94);
  }
  
  .carModel {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.86);
  }
  
  .carVariant {
    margin: 6px 0 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.82);
  }
  
  .specList {
    margin-top: 26px;
    display: grid;
    gap: 18px;
    max-width: 520px;
  }
  
  .specRow {
    display: flex;
    align-items: center;
    gap: 18px;
  }
  
  .iconCircle {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    display: grid;
    place-items: center;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 14px 28px rgba(0, 0, 0, 0.55);
  }
  
  .specIcon {
    width: 22px;
    height: 22px;
    color: rgba(255, 255, 255, 0.90);
    filter:
      drop-shadow(3px 3px 1px rgba(0, 0, 0, 0.45))
      drop-shadow(3px 6px 6px rgba(0, 0, 0, 0.28));
  }
  
  .specLine {
    flex: 1 1 auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
    opacity: 0.8;
  }
  
  .specValue {
    min-width: 160px;
    text-align: right;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.92);
  }
  
  .newArrivalCta {
    margin-top: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    height: 58px;
    padding: 0 18px 0 22px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.18));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: rgba(255, 255, 255, 0.92);
    font-weight: 600;
    letter-spacing: 0.05em;
    box-shadow:
      0 16px 40px rgba(0, 0, 0, 0.55),
      inset 0 1px 0 rgba(255, 255, 255, 0.10);
    transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  }
  
  .newArrivalCta:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.40);
    box-shadow:
      0 18px 44px rgba(0, 0, 0, 0.62),
      0 0 0 6px rgba(46, 117, 64, 0.24),
      inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }
  
  .newArrivalCtaIcon {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(0, 0, 0, 0.25);
  }
  
  .newArrivalCtaIcon svg {
    width: 18px;
    height: 18px;
    color: rgba(255, 255, 255, 0.92);
    filter:
      drop-shadow(3px 3px 1px rgba(0, 0, 0, 0.45))
      drop-shadow(3px 6px 6px rgba(0, 0, 0, 0.28));
  }
  
  .photoFrame {
    position: relative;
    border-radius: 28px;
  
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.55);
  }
  
  .photoFrame::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;

    pointer-events: none;
  }
  
  .photoFrame img {
    border: 1px solid rgba(255, 255, 255, 0.22);
    display: block;
    width: 100%;
    height: 20%;
    object-fit: cover;
    border-radius: calc(28px - 14px);
  }

  /* Hover tease voor "Nieuw binnen" (UX vibes, geen clickbait) */
.newArrivalLink{
    display: block;
    cursor: pointer;
  }
  
  .newArrivalLink img{
    transition: transform 260ms ease, filter 260ms ease;
    will-change: transform;
  }
  
  .photoHover{
    position: absolute;
    inset: 14px;
    border-radius: calc(28px - 14px);
    pointer-events: none;
  
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 220ms ease, transform 220ms ease;
  
  }
  
  .photoHoverInner{
    position: absolute;
    right: 16px;
    bottom: 16px;
  
    display: inline-flex;
    align-items: center;
    gap: 10px;
  
    height: 46px;
    padding: 0 16px;
  
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.20);
    background: rgba(0,0,0,0.30);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  
    color: rgba(255,255,255,0.92);
    font-weight: 700;
    letter-spacing: 0.06em;
  
    box-shadow:
      0 18px 44px rgba(0,0,0,0.62),
      inset 0 1px 0 rgba(255,255,255,0.10);
  }
  
  .photoHoverIcon{
    width: 18px;
    height: 18px;
    color: rgba(255,255,255,0.92);
  }
  
  .newArrivalLink:hover .photoHover{
    opacity: 1;
    transform: translateY(0);
  }
  
  .newArrivalLink:hover img{
    transform: scale(1.03);
    filter: saturate(1.05) contrast(1.05);
  }
  
  .newArrivalLink:focus-visible{
    outline: none;
  }
  
  .newArrivalLink:focus-visible::before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 28px;
    box-shadow: 0 0 0 6px rgba(46,117,64,0.30);
    pointer-events: none;
  }
  
  
  @media (max-width: 980px) {
    .newArrivalInner {
      grid-template-columns: 1fr;
    }
  
    .photoFrame img {
      height: 420px;
    }
  
    .specValue {
      min-width: 120px;
      font-size: 22px;
    }
  }
  
  @media (max-width: 640px) {
    .adBarInner {
      grid-template-columns: 1fr 1fr;
      min-height: 140px;
    }
  
    .adBarItem:nth-child(3) {
      border-left: none;
    }
  }
  
  .servicesReviews{
    width: 100%;
    padding: 72px 0 84px;
    background: linear-gradient(180deg, #3E3E3E 0%, #222222 100%);
  }
  
  .servicesTop{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 28px;
  }
  
  .servicesTitle{
    display: grid;
    gap: 6px;
  }
  
  .servicesHeading{
    margin: 0;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: rgba(255,255,255,0.94);
    filter:
      drop-shadow(3px 3px 1px rgba(0,0,0,0.45))
      drop-shadow(3px 6px 6px rgba(0,0,0,0.28));
  }
  
  .accentGreen{
    color: var(--green);
  }
  
  .servicesBtn{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    height: 52px;
    padding: 0 18px 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.30);
    background: rgba(0,0,0,0.20);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: rgba(255,255,255,0.92);
    font-weight: 600;
    letter-spacing: 0.05em;
    box-shadow:
      0 16px 40px rgba(0,0,0,0.55),
      inset 0 1px 0 rgba(255,255,255,0.10);
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
    white-space: nowrap;
  }
  
  .servicesBtn:hover{
    transform: translateY(-1px);
    border-color: rgba(255,255,255,0.42);
    background: rgba(0,0,0,0.28);
    box-shadow:
      0 18px 44px rgba(0,0,0,0.62),
      0 0 0 6px rgba(46,117,64,0.35),
      inset 0 1px 0 rgba(255,255,255,0.12);
  }
  
  .servicesBtnIcon{
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.22);
    background: rgba(0,0,0,0.22);
  }
  
  .servicesBtnIcon svg{
    width: 18px;
    height: 18px;
    color: rgba(255,255,255,0.92);
    filter:
      drop-shadow(3px 3px 1px rgba(0,0,0,0.45))
      drop-shadow(3px 6px 6px rgba(0,0,0,0.28));
  }
  
  .servicesGrid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
    margin-top: 12px;
    margin-bottom: 64px;
  }
  
  .serviceCard{
    --framePad: 14px;            /* dit is die extra inset die je nu visueel ziet */
    display: grid;
    gap: 14px;
    text-decoration: none;
    align-content: start;
    transition: transform 180ms ease;
    transform-origin: center;
  }
  
  /* Frame rond de foto (zoals je screenshot laat zien) */
  .serviceImgWrap{
    padding: var(--framePad);
    border-radius: 28px;
    background: rgba(0,0,0,0.18);
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow: 0 18px 60px rgba(0,0,0,0.45);
    position: relative;
    transition: border-color 180ms ease, box-shadow 220ms ease, background 180ms ease;
  }
  
  /* Foto netjes vullen en dezelfde “inner radius” houden */
  .serviceImg{
    transition: transform 260ms ease, filter 260ms ease;
    will-change: transform;
    width: 100%;
    height: clamp(360px, 34vw, 520px);
    object-fit: cover;
    display: block;
    border-radius: calc(28px - var(--framePad));
  }
  
  /* Label laten starten op exact dezelfde lijn als de foto */
  .serviceLabel{
    margin: 0;
    padding-left: var(--framePad);
    padding-right: var(--framePad);
    text-align: left;
  
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: rgba(255,255,255,0.92);
  }
  .serviceImgWrap::after{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 28px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 220ms ease;
    box-shadow: 0 0 0 6px rgba(46,117,64,0.18);
  }
  
  .serviceCard:hover{
    transform: translateY(-4px);
  }
  
  .serviceCard:hover .serviceImgWrap{
    border-color: rgba(46,117,64,0.45);
    background: rgba(0,0,0,0.26);
    box-shadow: 0 22px 70px rgba(0,0,0,0.55);
  }
  
  .serviceCard:hover .serviceImgWrap::after{
    opacity: 1;
  }
  
  .serviceCard:hover .serviceImg{
    transform: scale(1.03);
    filter: saturate(1.05) contrast(1.05);
  }
  
  .serviceCard:hover .serviceLabel{
    color: rgba(255,255,255,0.96);
  }
  
 
  @media (prefers-reduced-motion: reduce){
    .serviceCard,
    .serviceImgWrap,
    .serviceImg{
      transition: none;
    }
  }
  .reviewsBlock{
    display: grid;
    gap: 18px;
  }
  
  .reviewsHeading{
    margin: 0 0 8px;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: rgba(255,255,255,0.94);
    filter:
      drop-shadow(3px 3px 1px rgba(0,0,0,0.45))
      drop-shadow(3px 6px 6px rgba(0,0,0,0.28));
  }
  
  .reviewsCarousel{
    position: relative;
    display: grid;
    grid-template-columns: 54px 1fr 54px;
    align-items: center;
    gap: 18px;
  }
  
  .reviewsViewport{
    overflow: hidden;
    border-radius: 22px;
    background: rgba(0,0,0,0.10);
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow: 0 18px 60px rgba(0,0,0,0.45);
  }
  
  .reviewsTrack{
    display: flex;
    width: 100%;
    transform: translateX(0);
    transition: transform 420ms ease;
  }
  
  .reviewCard{
    flex: 0 0 100%;
    padding: 26px 28px;
    display: grid;
    justify-items: center;
    gap: 14px;
  }
  
  .starsRow{
    display: inline-flex;
    gap: 8px;
    align-items: center;
  }
  
  .starIcon{
    width: 22px;
    height: 22px;
    color: rgba(46,117,64,0.92);
    filter:
      drop-shadow(3px 3px 1px rgba(0,0,0,0.45))
      drop-shadow(3px 6px 6px rgba(0,0,0,0.28));
  }
  
  .starIcon.filled{
    fill: currentColor;
  }
  
  .reviewText{
    margin: 0;
    max-width: 820px;
    text-align: center;
    line-height: 1.6;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: rgba(255,255,255,0.88);
  }
  
  .reviewArrow{
    width: 54px;
    height: 54px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(46,117,64,0.70);
    box-shadow:
      0 14px 32px rgba(0,0,0,0.45),
      inset 0 1px 0 rgba(255,255,255,0.10);
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
  }
  
  .reviewArrow:hover{
    transform: translateY(-1px);
    background: rgba(46,117,64,0.85);
    border-color: rgba(255,255,255,0.28);
  }
  
  .arrowIcon{
    width: 26px;
    height: 26px;
    color: rgba(255,255,255,0.92);
    filter:
      drop-shadow(3px 3px 1px rgba(0,0,0,0.45))
      drop-shadow(3px 6px 6px rgba(0,0,0,0.28));
  }
  
  @media (max-width: 980px){
    .servicesGrid{
      grid-template-columns: 1fr;
      gap: 22px;
    }
  
    .serviceImg{
      height: 260px;
    }
  
    .servicesTop{
      flex-direction: column;
      align-items: flex-start;
    }
  
    .reviewsCarousel{
      grid-template-columns: 48px 1fr 48px;
    }
  
    .reviewArrow{
      width: 48px;
      height: 48px;
    }
  }
  
  @media (max-width: 520px){
    .servicesHeading{
      font-size: 36px;
    }
  
    .reviewsHeading{
      font-size: 32px;
    }
  
    .reviewText{
      font-size: 13px;
    }
  }
  .siteFooter{
    background: #141414;
    padding: 44px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  
  .footerGrid{
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 44px;
    align-items: start;
  }
  
  .footerTitle{
    margin: 0 0 14px;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: rgba(255,255,255,0.94);
  }
  
  .footerText{
    margin: 0 0 14px;
    color: rgba(255,255,255,0.78);
    line-height: 1.6;
    font-size: 14px;
    letter-spacing: 0.03em;
  }
  
  .footerList{
    margin: 0 0 14px;
    padding-left: 18px;
    color: rgba(255,255,255,0.78);
    line-height: 1.7;
    font-size: 14px;
    letter-spacing: 0.03em;
  }
  
  .footerBtn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 16px;
    margin-top: 10px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--green) 85%, #000);
    color: rgba(255,255,255,0.92);
    font-weight: 700;
    letter-spacing: 0.08em;
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow:
      0 12px 26px rgba(0,0,0,0.55),
      inset 0 1px 0 rgba(255,255,255,0.10);
    transition: transform 160ms ease, filter 160ms ease, background 160ms ease;
  }
  
  .footerBtnSmall{
    height: 36px;
    font-size: 12px;
    letter-spacing: 0.06em;
  }
  
  .footerBtn:hover{
    transform: translateY(-1px);
    filter: brightness(1.06);
  }
  
  .footerColRight{
    justify-self: end;
    text-align: right;
  }
  
  .socialRow{
    display: flex;
    gap: 14px;
    justify-content: flex-end;
    margin-top: 6px;
  }
  
  .socialBtn{
    width: 46px;
    height: 46px;
    border-radius: 999px;
    display: grid;
    place-items: center;
  
    background: color-mix(in srgb, var(--green) 85%, #000);
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow:
      0 12px 26px rgba(0,0,0,0.55),
      inset 0 1px 0 rgba(255,255,255,0.10);
    transition: transform 160ms ease, filter 160ms ease;
  }
  
  .socialBtn:hover{
    transform: translateY(-1px);
    filter: brightness(1.06);
  }
  
  .socialIcon{
    width: 22px;
    height: 22px;
    color: rgba(255,255,255,0.92);
  }
  
  /* Responsive */
  @media (max-width: 980px){
    .footerGrid{
      grid-template-columns: 1fr;
      gap: 26px;
    }
  
    .footerColRight{
      justify-self: start;
      text-align: left;
    }
  
    .socialRow{
      justify-content: flex-start;
    }
  }
  .brand{
    position: relative;
    overflow: visible;
  }
  
  .brandArc{
    position: absolute;
    left: 50%;
  
    /* meer naar onder */
    bottom: -26px;
  
    transform: translateX(-50%);
    width: 125%;
    height: 26px;
  
    pointer-events: none;
    opacity: 0;
  
    filter:
      drop-shadow(0 8px 14px rgba(0,0,0,0.55));
  }
  
  .brandArc path{
    fill: none;
  

    stroke: rgba(255,255,255,0.92);
    stroke-width: 2.25;
    stroke-linecap: butt;
    stroke-linejoin: round;
  
    /* draw effect */
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
  }
  
  /* anim trigger */
  .brand.is-brush-anim .brandArc{
    animation: arcFade 1400ms ease forwards;
  }
  
  .brand.is-brush-anim .brandArc path{
    animation: arcDraw 900ms ease forwards;
  }
  
  @keyframes arcDraw{
    0%{ stroke-dashoffset: 1; }
    100%{ stroke-dashoffset: 0; }
  }
  
  @keyframes arcFade{
    0%{
      opacity: 0;
      transform: translateX(-50%) translateY(6px);
    }
    15%{
      opacity: 1;
      transform: translateX(-50%) translateY(0);
    }
    75%{ opacity: 1; }
    100%{
      opacity: 0;
      transform: translateX(-50%) translateY(-2px);
    }
  }
  
  