/*
  Studio Binnenzicht 2026
  Moderne luxury Bootstrap website
  Pas kleuren en spacing hier centraal aan.
*/
:root {
  --ink: #11100e;
  --ink-soft: #211f1b;
  --stone-950: #181614;
  --stone-900: #24211d;
  --stone-700: #514b43;
  --stone-500: #8f8578;
  --stone-300: #d9d1c5;
  --stone-200: #e8e1d7;
  --stone-100: #f6f2eb;
  --bone: #fbf8f2;
  --bronze: #a6845f;
  --bronze-light: #d8c1a5;
  --line: rgba(17, 16, 14, .12);
  --line-light: rgba(255, 255, 255, .16);
  --glass: rgba(255, 255, 255, .09);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --shadow-soft: 0 24px 80px rgba(17, 16, 14, .12);
  --shadow-dark: 0 28px 90px rgba(0, 0, 0, .28);
  --gold-soft: #d8c6a3;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bone);
  color: var(--stone-700);
  font-family: "Inter", system-ui, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-user-select: none;
  user-select: none;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body::selection {
  background: var(--bronze);
  color: #fff;
}

input,
textarea {
  user-select: text;
}

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

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

h1, h2, h3, h4 {
  color: var(--ink);
  letter-spacing: -0.06em;
  line-height: 1;
}

h1, h2 {
  font-weight: 650;
}

h1 {
  font-size: clamp(4rem, 7vw, 11.5rem);
  max-width: 1180px;
}

h2 {
  font-size: clamp(3rem, 5.2vw, 7.6rem);
}

h3 {
  font-size: clamp(1.6rem, 2.8vw, 3rem);
}

p {
  margin-bottom: 0;
}

.section-light {
  background: radial-gradient(circle at 12% 10%, rgba(166, 132, 95, 0.12), transparent 30%), var(--bone);
}

.section-dark {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.72);
}
.section-dark h1, .section-dark h2, .section-dark h3 {
  color: #fff;
}

section {
  padding: clamp(84px, 11vw, 170px) 0;
}

.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

.cursor-orb {
  pointer-events: none;
  position: fixed;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(216, 193, 165, 0.18), transparent 62%);
  transform: translate(-50%, -50%);
  z-index: 1;
  mix-blend-mode: multiply;
  transition: opacity 0.25s ease;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 10000;
  background: transparent;
}
.scroll-progress span {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--bronze), var(--bronze-light));
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--bronze-light);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 38px;
  height: 1px;
  background: currentColor;
  opacity: 0.6;
}
.eyebrow.dark {
  color: var(--bronze);
}

.lead-text {
  font-size: clamp(1.25rem, 2vw, 2rem);
  color: var(--stone-700);
  line-height: 1.45;
  max-width: 880px;
}

.site-nav {
  padding: 22px 0;
  transition: all 0.35s ease;
  z-index: 999;
}
.site-nav .navbar-brand {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.site-nav .navbar-brand span {
  font-family: "Instrument Serif", serif;
  font-size: 1.55rem;
  letter-spacing: 0.02em;
  text-transform: none;
  font-weight: 400;
  margin-right: 4px;
}
.site-nav .nav-link {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 10px 14px !important;
  transition: all 0.25s ease;
}
.site-nav .nav-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
.site-nav .nav-link,
.site-nav .nav-link.active,
.site-nav .nav-link.show,
.site-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.92);
}
.site-nav .navbar-toggler {
  border: none !important;
  outline: none !important;
  background: rgba(255, 255, 255, 0.88);
  -webkit-tap-highlight-color: transparent;
  box-shadow: none;
}
.site-nav .navbar-toggler:focus, .site-nav .navbar-toggler:active {
  outline: none !important;
  box-shadow: none;
}
.site-nav .navbar-toggler:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35), 0 0 0 6px rgba(255, 255, 255, 0.1), 0 18px 40px rgba(0, 0, 0, 0.28) !important;
}
.site-nav .navbar-toggler * {
  outline: none !important;
  box-shadow: none !important;
}
.site-nav.is-scrolled {
  padding: 12px 0;
  background: rgba(17, 16, 14, 0.72);
  backdrop-filter: blur(24px) saturate(160%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.site-nav .dropdown-menu {
  margin-top: 0.75rem;
  padding: 0.75rem;
  min-width: 260px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(18, 17, 15, 0.82);
  backdrop-filter: blur(28px) saturate(160%);
  -webkit-backdrop-filter: blur(28px) saturate(160%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}
.site-nav .dropdown-item {
  padding: 0.85rem 1rem;
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.site-nav .dropdown-item:hover, .site-nav .dropdown-item:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(3px);
}
.site-nav .dropdown-item.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.btn {
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.btn-nav {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}
.btn-nav:hover {
  color: var(--ink);
  background: #fff;
}

.btn-primary-luxe {
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  border: 1px solid #fff;
}
.btn-primary-luxe:hover {
  background: var(--bronze-light);
  border-color: var(--bronze-light);
  color: var(--ink);
}

.btn-ghost-luxe {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}
.btn-ghost-luxe:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.hero {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.28) 45%, rgba(0, 0, 0, 0.12) 100%);
  z-index: 1;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.06), transparent 30%), radial-gradient(circle at 80% 60%, rgba(212, 186, 146, 0.08), transparent 30%);
  pointer-events: none;
}
.hero .hero-visual {
  position: absolute;
  inset: 0;
  background: url("./../img/vastgoedstyling-villa-almere-woonkamer.jpg") center/cover no-repeat;
  transform: scale(1.07);
  z-index: -3;
  filter: saturate(0.86) contrast(1.04);
}
.hero .hero-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 16, 14, 0.92), rgba(17, 16, 14, 0.52), rgba(17, 16, 14, 0.18)), linear-gradient(0deg, rgba(17, 16, 14, 0.76), transparent 48%);
  z-index: -2;
}
.hero .hero-title {
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  font-size: clamp(3rem, 5vw, 11.5rem);
  max-width: 11ch;
}
.hero .hero-copy {
  padding-top: 100px;
  position: relative;
  z-index: 2;
}
.hero .hero-copy p {
  margin-top: 30px;
  max-width: 550px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
}
.hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.hero--portfolio .hero-visual {
  background-image: url("../img/vastgoedstyling-villa-almere-over-stylist.jpg");
}

.liquid-shape {
  position: absolute;
  border-radius: 48% 52% 61% 39%/42% 35% 65% 58%;
  filter: blur(2px);
  opacity: 0.45;
  z-index: -1;
  animation: morph 10s ease-in-out infinite alternate;
}
.liquid-shape.shape-one {
  right: -160px;
  top: 22%;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle at 30% 30%, rgba(216, 193, 165, 0.42), rgba(166, 132, 95, 0.05));
}
.liquid-shape.shape-two {
  left: 44%;
  bottom: -180px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.02));
  animation-duration: 13s;
}

@keyframes morph {
  from {
    border-radius: 48% 52% 61% 39%/42% 35% 65% 58%;
    transform: rotate(0deg) scale(1);
  }
  to {
    border-radius: 64% 36% 43% 57%/53% 58% 42% 47%;
    transform: rotate(16deg) scale(1.08);
  }
}
.glass-card {
  backdrop-filter: blur(40px) saturate(180%);
  -webkit-backdrop-filter: blur(40px) saturate(180%);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.floating-proof {
  padding: 42px;
  border-radius: 32px;
}
.floating-proof h3 {
  margin: 0 0 28px;
  font-size: clamp(2.6rem, 2vw, 2.4rem);
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}
.floating-proof p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 32ch;
}

.proof-label {
  display: inline-block;
  margin-bottom: 24px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.manifest {
  position: relative;
}

.bento-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.9fr;
  grid-auto-rows: minmax(260px, auto);
  gap: 18px;
}

.bento-card {
  min-height: 280px;
  padding: 32px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 18px 60px rgba(17, 16, 14, 0.06);
  overflow: hidden;
  position: relative;
}
.bento-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -60% auto;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(166, 132, 95, 0.14), transparent 70%);
}
.bento-card span {
  color: var(--bronze);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.bento-card h3 {
  margin-top: 54px;
  margin-bottom: 18px;
}
.bento-card p {
  max-width: 430px;
}
.bento-card.bento-large {
  grid-row: span 2;
}
.bento-card.image-card {
  background: url("./../img/vastgoedstyling-villa-almere-sfeerbeeld.jpg") center/cover no-repeat;
  min-height: 580px;
}

.marquee-section {
  padding: 0;
  overflow: hidden;
  background: var(--ink);
  border-top: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.marquee {
  white-space: nowrap;
  overflow: hidden;
  padding: 28px 0;
}
.marquee .marquee-track {
  display: inline-flex;
  gap: 46px;
  animation: marquee 32s linear infinite;
}
.marquee span {
  color: rgba(255, 255, 255, 0.58);
  font-family: "Instrument Serif", serif;
  font-size: clamp(2rem, 4vw, 5.5rem);
  line-height: 1;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
.section-header {
  max-width: 1100px;
  margin-bottom: 70px;
}
.section-header.dark h2 {
  color: var(--ink);
}

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

.service-panel {
  position: relative;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 38px 0;
  border-bottom: 1px solid var(--line-light);
  transition: background 600ms ease, border-color 600ms ease;
}
.service-panel::before {
  content: "";
  position: absolute;
  inset: 10px -18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.045);
  opacity: 0;
  transform: scale(0.985);
  transition: opacity 600ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.service-panel:hover::before {
  opacity: 1;
  transform: scale(1);
}
.service-panel .service-index,
.service-panel .service-copy,
.service-panel .service-link {
  position: relative;
  z-index: 1;
}
.service-panel .service-copy {
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}
.service-panel:hover .service-copy {
  transform: translateX(8px);
}
.service-panel .service-index {
  color: var(--bronze-light);
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  font-weight: 800;
}
.service-panel p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.66);
}
.service-panel .service-link {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 500ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}
.service-panel:hover .service-link {
  color: var(--accent);
  transform: translateX(4px);
}

.sticky-copy {
  position: sticky;
  top: 120px;
  align-self: flex-start;
}
.sticky-copy p {
  margin-top: 22px;
  max-width: 420px;
}

.steps-list {
  display: grid;
  gap: 16px;
}

.step-card {
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.38));
  padding: 34px;
  box-shadow: 0 18px 60px rgba(17, 16, 14, 0.06);
}
.step-card span {
  color: var(--bronze);
  font-weight: 800;
  letter-spacing: 0.18em;
}
.step-card h3 {
  margin: 18px 0 14px;
}

.immersive-image {
  position: relative;
  overflow: hidden;
  padding: 0;
  isolation: isolate;
}
.immersive-image .immersive-bg {
  position: absolute;
  inset: -8%;
  background: url("./../img/vastgoedstyling-villa-almere-interieurdetail.jpg") center/cover no-repeat;
  filter: saturate(0.88) contrast(1.05);
  z-index: -2;
}
.immersive-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 16, 14, 0.2), rgba(17, 16, 14, 0.8));
  z-index: -1;
}
.immersive-image .min-vh-75 {
  min-height: 78vh;
}
.immersive-image .immersive-card {
  position: relative;
  z-index: 1;
  border-radius: var(--radius-xl);
  padding: clamp(28px, 3vw, 54px);
}
.immersive-image .immersive-card p {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.72);
}

.image-layered {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.image-layered img {
  width: 100%;
  min-height: 620px;
  object-fit: cover;
  transform: scale(1.02);
}
.image-layered .image-label {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  border-radius: 999px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(20px);
  color: var(--ink);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about p {
  margin-top: 24px;
  font-size: 1.06rem;
  max-width: 590px;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 320px;
  gap: 18px;
}

.portfolio-tile {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  isolation: isolate;
  box-shadow: var(--shadow-soft);
}
.portfolio-tile.tall {
  grid-row: span 2;
}
.portfolio-tile.wide {
  grid-column: span 2;
}
.portfolio-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0.9, 0.2, 1), filter 0.8s ease;
}
.portfolio-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.02) 58%);
  z-index: 1;
}
.portfolio-tile div {
  position: absolute;
  left: 26px;
  bottom: 24px;
  right: 26px;
  z-index: 2;
  color: #fff;
}
.portfolio-tile div span {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  font-weight: 800;
  color: var(--bronze-light);
}
.portfolio-tile div h3 {
  color: #fff;
  margin-top: 8px;
}
.portfolio-tile:hover img {
  transform: scale(1.08);
  filter: saturate(0.88);
}

.quote-card {
  min-height: 340px;
  border-radius: var(--radius-xl);
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.quote-card p {
  color: #fff;
  font-family: "Instrument Serif", serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.05;
}
.quote-card span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.86rem;
}

.contact-meta {
  display: grid;
  gap: 10px;
  margin-top: 34px;
}
.contact-meta a {
  color: var(--ink);
  font-weight: 700;
}

.contact-monogram {
  width: 120px;
  opacity: 0.12;
}

.glass-form {
  padding: clamp(22px, 4vw, 44px);
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: var(--shadow-soft);
}

.form-control,
.form-select {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  padding: 18px 18px;
  color: var(--ink);
}
.form-control:focus,
.form-select:focus {
  border-color: var(--bronze);
  box-shadow: 0 0 0 0.25rem rgba(166, 132, 95, 0.12);
}

.invalid-feedback {
  margin-top: 0.15rem;
  color: #8b7f69;
  font-size: 0.8rem;
  font-weight: 500;
}

.was-validated .form-control:invalid,
.was-validated .form-select:invalid {
  border-color: #c6b89d;
  box-shadow: none;
}

.site-footer {
  padding: 70px 0 34px;
  border-top: 1px solid var(--line-light);
}
.site-footer .row {
  align-items: flex-start !important;
}

.footer-monogram {
  width: 62px;
  height: auto;
  display: block;
}

.footer-brand {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
}
.footer-brand span {
  font-family: "Instrument Serif", serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: none;
}

.footer-columns {
  display: flex;
  justify-content: flex-end;
  gap: clamp(3rem, 6vw, 6rem);
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.85rem;
}

.footer-heading {
  margin-bottom: 0.75rem;
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-column a {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}
.footer-column a:hover {
  color: #fff;
  transform: translateX(3px);
}

.footer-tagline {
  color: var(--gold-soft);
  font-weight: 500;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 70px;
  padding-top: 24px;
  border-top: 1px solid var(--line-light);
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.85rem;
}

@media (max-width: 991.98px) {
  .footer-columns {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 1rem;
  }
  .footer-bottom {
    flex-direction: column;
  }
}
.reveal {
  opacity: 0;
  transform: translateY(34px) scale(0.98);
  filter: blur(8px);
  transition: opacity 0.9s cubic-bezier(0.2, 0.9, 0.2, 1), transform 0.9s cubic-bezier(0.2, 0.9, 0.2, 1), filter 0.9s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

[data-tilt] {
  transform-style: preserve-3d;
  will-change: transform;
  backface-visibility: hidden;
  transition: transform 800ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 500ms ease;
}

.magnetic {
  will-change: transform;
}

.thank-you-page {
  position: relative;
  background: var(--canvas);
  min-height: 100vh;
}
.thank-you-page .container-fluid {
  position: relative;
  z-index: 5;
}
.thank-you-page .thank-you-brand {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  position: fixed;
  top: 27px;
  left: 3rem;
  opacity: 0.92;
  z-index: 10;
  text-decoration: none;
}
.thank-you-page .thank-you-brand span {
  font-family: "Instrument Serif", serif;
  font-size: 1.55rem;
  letter-spacing: 0.02em;
  text-transform: none;
  font-weight: 400;
  margin-right: 4px;
}
.thank-you-page .thank-you-logo {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 2.75rem;
}
.thank-you-page .thank-you-logo img {
  width: 92px;
  height: auto;
  opacity: 0.95;
  display: block;
}
.thank-you-page .hero-actions,
.thank-you-page .btn {
  position: relative;
  z-index: 10;
}
.thank-you-page .hero-title {
  max-width: 9ch;
  margin-inline: auto;
}
.thank-you-page .hero-copy,
.thank-you-page p {
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 1199px) {
  .bento-grid {
    grid-template-columns: 1fr 1fr;
  }
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .site-nav {
    background: rgba(17, 16, 14, 0.86);
    backdrop-filter: blur(20px);
  }
  .site-nav .navbar-collapse {
    padding-top: 18px;
  }
  .site-nav .nav-link {
    padding: 0 1.25rem;
  }
  .site-nav .btn-nav {
    margin-top: 1.25rem;
  }
  .site-nav .dropdown-menu {
    margin-top: 0.4rem;
    margin-bottom: 0.75rem;
    padding: 0.5rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: none;
  }
  .site-nav .dropdown-item {
    color: rgba(255, 255, 255, 0.72);
  }
  .service-panel {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .sticky-copy {
    position: static;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: clamp(3.4rem, 14vw, 5.7rem);
  }
  h2 {
    font-size: clamp(2.9rem, 12vw, 4.8rem);
  }
  section {
    padding: 86px 0;
  }
  .hero .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .btn {
    width: 100%;
  }
  .bento-grid {
    grid-template-columns: 1fr;
  }
  .bento-card.image-card {
    min-height: 320px;
  }
  .portfolio-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 340px;
  }
  .portfolio-tile.wide, .portfolio-tile.tall {
    grid-column: auto;
    grid-row: auto;
  }
  .image-layered img {
    min-height: 420px;
  }
  .footer-bottom {
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  .cursor-orb {
    display: none;
  }
}
/* =====================================================
   Portfolio detailpagina
   ===================================================== */
.site-nav .nav-link.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.portfolio-intro {
  padding-bottom: clamp(60px, 8vw, 110px);
}

.case-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  min-height: 720px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.case-hero-card__image {
  min-height: 520px;
  overflow: hidden;
}
.case-hero-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.03);
}

.case-hero-card__content {
  padding: clamp(32px, 5vw, 74px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.case-hero-card__content h2 {
  margin-bottom: 28px;
}
.case-hero-card__content > p {
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  color: var(--stone-700);
  max-width: 560px;
}

.case-meta {
  display: grid;
  gap: 0;
  margin: 42px 0 0;
  border-top: 1px solid var(--line);
}
.case-meta div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
}
.case-meta dt {
  color: var(--bronze);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.case-meta dd {
  margin: 0;
  color: var(--ink);
  font-weight: 650;
}

.case-story {
  position: relative;
  overflow: hidden;
}
.case-story::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  top: 10%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(216, 193, 165, 0.14), transparent 64%);
  pointer-events: none;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.story-card {
  min-height: 320px;
  border-radius: var(--radius-xl);
  padding: clamp(28px, 3vw, 42px);
}
.story-card span {
  color: var(--bronze-light);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}
.story-card h3 {
  margin: 54px 0 18px;
}
.story-card p {
  color: rgba(255, 255, 255, 0.67);
  max-width: 430px;
}

.editorial-gallery {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 18px;
  align-items: stretch;
}

.gallery-item {
  position: relative;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
  background: var(--stone-200);
}
.gallery-item--large {
  grid-row: span 2;
  min-height: 860px;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), filter 0.9s ease;
}
.gallery-item figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  max-width: 520px;
  padding: 16px 18px;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.04em;
}
.gallery-item:hover img {
  transform: scale(1.045);
  filter: saturate(0.9);
}

.portfolio-section-copy {
  max-width: 680px;
  margin-top: 24px;
  color: var(--stone-700);
  font-size: 1.06rem;
}

.case-list {
  display: grid;
  gap: 18px;
}

.case-list-item {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 18px 60px rgba(17, 16, 14, 0.06);
}

.case-list-item__media {
  min-height: 360px;
  overflow: hidden;
}
.case-list-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-list-item__copy {
  padding: clamp(30px, 4vw, 58px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.case-list-item__copy span {
  color: var(--bronze);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.case-list-item__copy h3 {
  max-width: 760px;
}
.case-list-item__copy p {
  max-width: 620px;
  margin-top: 20px;
  color: var(--stone-700);
}

.portfolio-cta {
  padding: clamp(80px, 10vw, 150px) 0;
}
.portfolio-cta h2 {
  max-width: 980px;
}

@media (max-width: 1199px) {
  .case-hero-card {
    grid-template-columns: 1fr;
  }
  .case-hero-card__image {
    min-height: 580px;
  }
}
@media (max-width: 991px) {
  .editorial-gallery,
  .story-grid,
  .case-list-item {
    grid-template-columns: 1fr;
  }
  .gallery-item,
  .gallery-item--large {
    min-height: 520px;
  }
}
@media (max-width: 767px) {
  .portfolio-title {
    max-width: 10ch;
  }
  .case-hero-card {
    min-height: auto;
    border-radius: 26px;
  }
  .case-hero-card__image,
  .gallery-item,
  .gallery-item--large,
  .case-list-item__media {
    min-height: 360px;
  }
  .case-meta div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .story-card {
    min-height: 260px;
  }
  .gallery-item figcaption {
    border-radius: 22px;
  }
}
/* =====================================================
   Homepage aanvullende secties
   ===================================================== */
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.audience-card {
  min-height: 300px;
  padding: 34px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 18px 60px rgba(17, 16, 14, 0.06);
}
.audience-card span {
  color: var(--bronze);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.audience-card h3 {
  margin: 54px 0 18px;
}
.audience-card p {
  max-width: 340px;
}

.outcome-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.outcome-item {
  display: grid;
  grid-template-columns: 90px minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 24px;
  align-items: start;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}
.outcome-item span {
  color: var(--bronze);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.outcome-item h3 {
  margin: 0;
}
.outcome-item p {
  max-width: 520px;
}

.faq-accordion {
  display: grid;
  gap: 14px;
}
.faq-accordion .accordion-item {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 60px rgba(17, 16, 14, 0.05);
}
.faq-accordion .accordion-header {
  line-height: 1;
}
.faq-accordion .accordion-button {
  padding: 26px 28px;
  background: transparent;
  color: var(--ink);
  font-weight: 750;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  letter-spacing: -0.02em;
  box-shadow: none;
}
.faq-accordion .accordion-button:focus {
  box-shadow: none;
}
.faq-accordion .accordion-button:not(.collapsed) {
  background: rgba(255, 255, 255, 0.48);
  color: var(--ink);
}
.faq-accordion .accordion-body {
  padding: 0 28px 28px;
  color: var(--stone-700);
  max-width: 760px;
}

.form-note {
  color: var(--stone-500);
  font-size: 0.86rem;
  line-height: 1.6;
}

@media (max-width: 1199px) {
  .audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .outcome-item {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .audience-grid {
    grid-template-columns: 1fr;
  }
  .audience-card {
    min-height: auto;
  }
  .audience-card h3 {
    margin-top: 38px;
  }
  .faq-accordion .accordion-button {
    padding: 22px;
  }
  .faq-accordion .accordion-body {
    padding: 0 22px 22px;
  }
}
@media (min-width: 992px) {
  .site-footer .row {
    align-items: center !important;
    min-height: 280px;
  }
  .site-footer .col-lg-5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/*# sourceMappingURL=main.css.map */
