:root {
  --ink: #20201e;
  --muted: #706d67;
  --paper: #fffaf2;
  --card: #fff;
  --orange: #ed6c3b;
  --orange-dark: #b84420;
  --blue: #193881;
  --line: #e9dfd1;
  --shadow: 0 16px 40px rgba(74, 52, 30, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 84px 0 78px;
  background: radial-gradient(circle at 8% 20%, #ffe1b7 0 90px, transparent 91px),
              radial-gradient(circle at 92% 15%, #f8d1dd 0 130px, transparent 131px),
              linear-gradient(135deg, #fff7e8, #fffaf2 62%);
  border-bottom: 1px solid var(--line);
}
.hero::after {
  content: "";
  position: absolute;
  width: 240px; height: 240px;
  border: 2px solid #efb13d;
  border-radius: 48% 52% 62% 38%;
  right: -90px; bottom: -140px;
  transform: rotate(18deg);
}
.hero__inner { position: relative; z-index: 1; }
.eyebrow, .kicker {
  margin: 0 0 16px;
  color: var(--orange-dark);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
h1, h2, h3 { margin-top: 0; line-height: 1.08; }
h1, h2 { font-family: "Fraunces", Georgia, serif; }
h1 { margin-bottom: 24px; font-size: clamp(3.4rem, 9vw, 6.6rem); letter-spacing: -.055em; }
h1 em { color: var(--orange); font-style: italic; }
.intro { max-width: 650px; margin: 0 0 30px; color: #4f4c47; font-size: clamp(1.05rem, 2vw, 1.27rem); }
.version { display: inline-flex; align-items: center; gap: 9px; padding: 9px 14px; border: 1px solid #e5d4bd; border-radius: 999px; background: rgba(255,255,255,.7); font-size: .82rem; font-weight: 600; }
.version span { width: 8px; height: 8px; border-radius: 50%; background: #4cab72; box-shadow: 0 0 0 4px #dcefe3; }

main { padding: 88px 0 110px; }
.section-heading { max-width: 720px; margin-bottom: 38px; }
.section-heading h2 { margin-bottom: 15px; font-size: clamp(2.5rem, 5vw, 4.2rem); letter-spacing: -.035em; }
.section-heading p:last-child { color: var(--muted); font-size: 1.08rem; }
.section-heading--center { margin: 0 auto 42px; text-align: center; }

.feature-card {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 48px;
  padding: clamp(28px, 5vw, 58px);
  color: #fff;
  background: #171b2a;
  border-radius: 34px;
  box-shadow: 0 24px 70px rgba(19, 23, 38, .22);
}
.status { display: inline-flex; padding: 7px 12px; margin-bottom: 32px; color: #baf0cb; background: rgba(83, 189, 120, .13); border: 1px solid rgba(104, 221, 145, .28); border-radius: 999px; font-size: .78rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.feature-icon { display: block; margin-bottom: 18px; font-size: 3.2rem; }
.feature-copy h3 { margin-bottom: 16px; font-family: "Fraunces", Georgia, serif; font-size: clamp(2rem, 4vw, 3.2rem); }
.feature-copy > p { color: #c9ceda; }
.feature-list { display: grid; gap: 10px; padding: 0; margin: 27px 0; list-style: none; }
.feature-list li { position: relative; padding-left: 27px; color: #e8eaf0; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: #7ed39b; font-weight: 700; }
.private-note { display: grid; gap: 2px; padding: 16px 18px; border-left: 3px solid #ffad63; background: rgba(255,255,255,.06); border-radius: 0 12px 12px 0; }
.private-note span { color: #b9bec9; font-size: .88rem; }

.gallery { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 13px; min-height: 570px; }
.shot { position: relative; overflow: hidden; min-width: 0; padding: 0; border: 0; border-radius: 18px; background: #292e40; cursor: zoom-in; }
.shot--large { grid-row: 1 / 3; }
.shot img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .35s ease, filter .35s ease; }
.shot:hover img, .shot:focus-visible img { transform: scale(1.025); filter: brightness(.78); }
.shot span { position: absolute; left: 12px; right: 12px; bottom: 12px; padding: 8px 11px; color: #fff; background: rgba(10,12,20,.78); border-radius: 9px; font-size: .78rem; font-weight: 600; opacity: 0; transform: translateY(5px); transition: .25s ease; }
.shot:hover span, .shot:focus-visible span { opacity: 1; transform: none; }
.gallery--main-app { grid-template-columns: 1fr; grid-template-rows: 1fr; min-height: 430px; }
.gallery--main-app .shot { display: none; }
.gallery--main-app .shot--large { display: block; grid-row: auto; }
.gallery--main-app .shot img { object-fit: contain; object-position: center; padding: 34px; background: linear-gradient(145deg,#e0f2e6,#fff8e9); }

.projects { padding-top: 104px; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.project-card { position: relative; display: flex; flex-direction: column; min-height: 360px; padding: 30px; overflow: hidden; background: var(--card); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); transition: transform .25s ease, box-shadow .25s ease; }
.project-card:hover { transform: translateY(-5px); box-shadow: 0 22px 46px rgba(74,52,30,.14); }
.project-card::before { content: ""; position: absolute; width: 130px; height: 130px; right: -52px; top: -52px; border-radius: 50%; background: var(--accent-soft); }
.project-icon { font-size: 2.7rem; margin-bottom: 22px; }
.project-logo { display: block; width: 72px; height: 72px; margin-bottom: 22px; object-fit: contain; border-radius: 18px; }
.project-logo--ticket { object-fit: cover; object-position: top; }
.project-logo-frame { position: relative; display: block; width: 156px; height: 76px; margin-bottom: 22px; overflow: hidden; border-radius: 16px; background: #fff; }
.project-logo-frame img { position: absolute; display: block; max-width: none; }
.project-logo-frame--plakjager img { width: 215px; left: -30px; top: -30px; }
.project-logo-frame--fuif { width: 104px; height: 82px; }
.project-logo-frame--fuif img { width: 184px; left: -40px; top: -15px; }
.tag { align-self: flex-start; padding: 5px 10px; margin-bottom: 15px; color: var(--accent); background: var(--accent-soft); border-radius: 999px; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.project-card h3 { margin-bottom: 12px; font-family: "Fraunces", Georgia, serif; font-size: 1.65rem; }
.project-card p { margin: 0 0 24px; color: var(--muted); }
.project-card a, .soon { margin-top: auto; color: var(--accent); font-weight: 700; text-decoration: none; }
.project-card a:hover { text-decoration: underline; text-underline-offset: 4px; }
.project-card--green { display: none; --accent: #28794a; --accent-soft: #e0f2e6; }
.project-card--navy { --accent: #263d78; --accent-soft: #e2e8f6; }
.project-card--yellow { --accent: #9a6800; --accent-soft: #fff0bf; }
.project-card--pink { --accent: #a74267; --accent-soft: #f9dfea; }
.project-card--blue { --accent: #2e6198; --accent-soft: #dfedf9; }
.project-card--purple { --accent: #7652a5; --accent-soft: #ece4f7; }
.project-card--future { --accent: #6a655d; --accent-soft: #ede9e2; border-style: dashed; box-shadow: none; }


footer { padding: 42px 0; color: #d6d2ca; background: #1d1c1a; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-inner p { margin: 2px 0; }
.footer-title { color: #fff; font-family: "Fraunces", Georgia, serif; font-size: 1.3rem; font-weight: 700; }
footer a { color: #fff; font-weight: 700; text-decoration: none; }

.lightbox { position: fixed; max-width: min(92vw, 880px); max-height: 92vh; padding: 0; overflow: visible; border: 0; border-radius: 18px; background: transparent; }
.lightbox::backdrop { background: rgba(10,10,12,.88); backdrop-filter: blur(8px); }
.lightbox img { max-height: 88vh; width: auto; margin: auto; border-radius: 16px; box-shadow: 0 22px 80px #000; }
.lightbox__close { position: absolute; z-index: 2; top: -18px; right: -18px; width: 42px; height: 42px; color: #111; background: #fff; border: 0; border-radius: 50%; font-size: 1.8rem; line-height: 1; cursor: pointer; box-shadow: 0 6px 18px rgba(0,0,0,.3); }

@media (max-width: 900px) {
  .feature-card { grid-template-columns: 1fr; }
  .gallery { min-height: 620px; }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .wrap { width: min(100% - 26px, 1120px); }
  .hero { padding: 60px 0 58px; }
  h1 { font-size: clamp(3.1rem, 17vw, 4.8rem); }
  main { padding-top: 62px; }
  .feature-card { gap: 35px; padding: 24px; border-radius: 24px; }
  .gallery { grid-template-columns: 1fr 1fr; min-height: 520px; }
  .shot--large { grid-column: 1 / 3; grid-row: auto; min-height: 330px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card { min-height: 330px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .lightbox__close { right: 2px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
