/* =========================================================
   Kapper Luxe 2 - main.css
   Netjes opgemaakt + ronde bel/WhatsApp knoppen
   ========================================================= */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--kap-bg);
  color: var(--kap-text);
  font-family: 'Montserrat', Arial, sans-serif;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.kap-container {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.kap-skip {
  position: absolute;
  left: -999px;
  top: auto;
}

.kap-skip:focus {
  left: 20px;
  top: 20px;
  background: #fff;
  color: #000;
  padding: 12px;
  z-index: 9999;
}

/* =========================================================
   Header / topbar
   ========================================================= */

.kap-topbar {
  background: #0f0f10;
  color: var(--kap-soft);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.kap-topbar-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 8px 0;
}

.kap-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--kap-soft);
  color: var(--kap-text);
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.kap-header-inner {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.kap-logo {
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-size: 32px;
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 1;
}

.kap-logo img {
  max-height: 54px;
  width: auto;
}

.kap-menu-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 400;
}

.kap-menu-list a {
  opacity: .84;
}

.kap-menu-list a:hover {
  opacity: 1;
  color: var(--kap-accent);
}

.kap-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* =========================================================
   Icons - bel / WhatsApp / socials
   ========================================================= */

.kap-icon-link {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--kap-text);
  color: var(--kap-soft);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.kap-icon-link:hover {
  transform: translateY(-2px);
  background: var(--kap-accent);
  color: #fff;
}

.kap-icon-link svg,
.kap-floating svg,
.kap-social-icons svg {
  width: 21px;
  height: 21px;
  display: block;
}

.kap-svg-icon {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.kap-social-icons .kap-svg-icon {
  stroke-width: 1.7;
}

.kap-floating {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.kap-floating a {
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--kap-text);
  color: var(--kap-soft);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.kap-floating a:hover {
  transform: translateY(-2px);
  background: var(--kap-accent);
  color: #fff;
}

/* =========================================================
   Mobile menu
   ========================================================= */

.kap-menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 7px;
  width: 34px;
  height: 34px;
}

.kap-menu-toggle span {
  display: block;
  height: 2px;
  background: var(--kap-text);
  margin: 5px 0;
}

/* =========================================================
   Hero
   ========================================================= */

.kap-hero {
  min-height: 720px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #111;
}

.kap-hero-media {
  position: absolute;
  inset: 0;
}

.kap-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.kap-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .24), rgba(0, 0, 0, .02));
}

.kap-hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 90px 0;
  max-width: 1160px;
}

.kap-hero-content h1 {
  max-width: 780px;
  margin: 0 0 24px;
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-size: clamp(50px, 8vw, 118px);
  line-height: .9;
  letter-spacing: .015em;
  font-weight: 400;
  text-transform: uppercase;
}

.kap-hero-content p:not(.kap-kicker) {
  max-width: 560px;
  font-size: 20px;
  color: rgba(255, 255, 255, .88);
}

.kap-kicker {
  margin: 0 0 14px;
  color: var(--kap-accent);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.kap-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.kap-btn {
  min-height: 48px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--kap-accent);
  background: var(--kap-accent);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .13em;
}

.kap-btn:hover {
  filter: brightness(.95);
}

.kap-btn-ghost {
  background: transparent;
  color: inherit;
  border-color: currentColor;
}

.kap-btn-dark {
  background: var(--kap-text);
  border-color: var(--kap-text);
  color: var(--kap-bg);
}

/* =========================================================
   Sections
   ========================================================= */

.kap-section {
  padding: 86px 0;
}

.kap-section-heading {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  margin-bottom: 42px;
}

.kap-section-heading span {
  height: 1px;
  background: rgba(0, 0, 0, .14);
}

.kap-section-heading h2 {
  margin: 0;
  color: var(--kap-muted);
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-size: clamp(32px, 4.4vw, 62px);
  font-weight: 400;
  text-align: center;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.kap-card-grid {
  display: grid;
  gap: 24px;
}

.kap-card-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.kap-card-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

/* =========================================================
   Service cards
   ========================================================= */

.kap-service-card {
  background: var(--kap-card);
  padding: 14px;
  border: 1px solid rgba(0, 0, 0, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.kap-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .1);
}

.kap-service-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: var(--kap-soft);
}

.kap-service-card h2,
.kap-service-card h3 {
  margin: 18px 0 6px;
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.kap-service-card p {
  margin: 0 0 6px;
  color: rgba(0, 0, 0, .68);
  font-size: 14px;
}

/* =========================================================
   Editorial block
   ========================================================= */

.kap-editorial {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  min-height: 560px;
  background: var(--kap-muted);
  color: #fff;
}

.kap-editorial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 5 / 4;
}

.kap-editorial-panel {
  align-self: center;
  max-width: 620px;
  margin-left: -90px;
  padding: 64px;
  background: var(--kap-bg);
  color: var(--kap-text);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .18);
}

.kap-editorial-panel h2,
.kap-prices h2,
.kap-cta h2,
.kap-page-hero h1,
.kap-detail-hero h1,
.kap-split-heading h2 {
  margin: 0 0 22px;
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-size: clamp(38px, 5.2vw, 74px);
  line-height: .96;
  letter-spacing: .015em;
  text-transform: uppercase;
  font-weight: 500;
}

/* =========================================================
   Treatments text block
   ========================================================= */

.kap-split-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 30px;
}

.kap-split-heading a {
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.kap-treatment-text {
  max-width: 780px;
  margin-top: 12px;
}

.kap-treatment-text p {
  margin: 0;
  color: var(--kap-muted);
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-size: clamp(27px, 3.2vw, 44px);
  line-height: 1.15;
  letter-spacing: .02em;
  text-transform: uppercase;
}

/* =========================================================
   Prices
   ========================================================= */

.kap-prices {
  background: var(--kap-card);
  padding: 90px 0;
}

.kap-prices-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
  align-items: center;
}

.kap-price-list {
  background: var(--kap-bg);
  border: 1px solid rgba(0, 0, 0, .08);
  padding: 20px;
}

.kap-price-list div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.kap-price-list div:last-child {
  border-bottom: 0;
}

/* =========================================================
   Reviews
   ========================================================= */

.kap-review {
  background: var(--kap-card);
  padding: 34px;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, .08);
}

.kap-review p {
  margin: 0 0 18px;
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-size: 25px;
  line-height: 1.35;
  letter-spacing: .015em;
  text-transform: uppercase;
}

.kap-review cite {
  color: var(--kap-accent);
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
}

/* =========================================================
   CTA
   ========================================================= */

.kap-cta {
  padding: 90px 0;
  background: var(--kap-soft);
  color: var(--kap-text);
  border-top: 1px solid rgba(0, 0, 0, .08);
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.kap-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.kap-cta p {
  max-width: 640px;
}

.kap-cta .kap-btn {
  color: #fff;
}

/* =========================================================
   Pages / detail pages
   ========================================================= */

.kap-page-hero,
.kap-detail-hero {
  padding: 100px 0 70px;
  background: var(--kap-soft);
}

.kap-page-hero p,
.kap-detail-hero p {
  max-width: 720px;
}

.kap-detail-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.kap-detail-grid img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  background: var(--kap-card);
}

.kap-content-narrow {
  max-width: 760px;
}

.kap-content-narrow h2 {
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-size: 42px;
  font-weight: 400;
  letter-spacing: .02em;
  text-transform: uppercase;
}

/* =========================================================
   Footer
   ========================================================= */

.kap-footer {
  background: #111;
  color: #f8f4ef;
  padding: 60px 0 20px;
}

.kap-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
}

.kap-footer h2,
.kap-footer h3 {
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.kap-footer a {
  color: #f8f4ef;
}

.kap-social-icons {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.kap-social-icons a {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .09);
  color: #f8f4ef;
}

.kap-social-icons a:hover {
  background: var(--kap-accent);
  color: #fff;
}

.kap-footer-bottom {
  width: min(1160px, calc(100% - 40px));
  margin: 40px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 900px) {
  .kap-container {
    width: min(100% - 28px, 1160px);
  }

  .kap-topbar-inner {
    font-size: 10px;
  }

  .kap-menu-toggle {
    display: block;
  }

  .kap-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: min(86vw, 360px);
    height: 100vh;
    background: #111;
    color: #fff;
    padding: 100px 28px;
    transform: translateX(105%);
    transition: .25s ease;
    box-shadow: -18px 0 50px rgba(0, 0, 0, .18);
  }

  .kap-nav.is-open {
    transform: translateX(0);
  }

  .kap-menu-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    font-size: 15px;
  }

  .kap-header-actions .kap-icon-link {
    display: none;
  }

  .kap-hero {
    min-height: 650px;
    align-items: end;
  }

  .kap-hero::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .18));
  }

  .kap-hero-content h1 {
    font-size: 56px;
  }

  .kap-hero-content p:not(.kap-kicker) {
    font-size: 17px;
  }

  .kap-card-grid-3,
  .kap-card-grid-4,
  .kap-prices-grid,
  .kap-detail-grid {
    grid-template-columns: 1fr;
  }

  .kap-section {
    padding: 58px 0;
  }

  .kap-section-heading {
    grid-template-columns: 1fr;
  }

  .kap-section-heading span {
    display: none;
  }

  .kap-editorial {
    grid-template-columns: 1fr;
  }

  .kap-editorial-panel {
    position: relative;
    margin: -80px 14px 50px;
    padding: 34px;
  }

  .kap-split-heading,
  .kap-cta-inner,
  .kap-footer-bottom {
    display: block;
  }

  .kap-split-heading a {
    display: inline-block;
    margin-top: 16px;
  }

  .kap-treatment-text p {
    font-size: 30px;
  }

  .kap-prices {
    padding: 60px 0;
  }

  .kap-footer-grid {
    grid-template-columns: 1fr;
  }

  .kap-footer {
    padding-bottom: 78px;
  }

  .kap-floating {
    right: 14px;
    bottom: 14px;
    left: auto;
    flex-direction: column;
  }

  .kap-floating a {
    width: 52px;
    height: 52px;
    flex: none;
  }
}
