/*
Theme Name: Lucenze Media
Theme URI: https://lucenzemedia.com/
Author: Lucenze Media
Author URI: https://lucenzemedia.com/
Description: Volledig bewerkbaar Full Site Editing-thema voor Lucenze Media, inclusief Gutenberg-patronen en integratie met Lucenze Core.
Version: 2.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lucenze-media
*/

:root {
  --navy: #0b1017;
  --deep-blue: #071f2b;
  --cream: #f2eee5;
  --white: #fffdf7;
  --ink: #101114;
  --lime: #dfff39;
  --coral: #ff4638;
  --blue: #6b91ff;
  --yellow: #ffc914;
  --line-dark: rgba(16, 17, 20, 0.2);
  --line-light: rgba(255, 255, 255, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { width: 100%; display: block; }

.site-header {
  height: 92px;
  padding: 0 clamp(24px, 4vw, 66px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 34px;
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  color: white;
}
.logo {
  display: inline-flex;
  align-items: flex-end;
  width: fit-content;
  color: white;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 0.82;
  letter-spacing: -0.07em;
  font-weight: 1000;
  font-style: italic;
}
.logo > span { color: var(--lime); }
.logo small { margin-left: 7px; font-size: 9px; line-height: 1; letter-spacing: .09em; font-style: normal; }
.site-header nav { display: flex; gap: 30px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; }
.site-header nav a { transition: color 180ms ease; }
.site-header nav a:hover { color: var(--lime); }
.concept-button {
  justify-self: end;
  min-height: 52px;
  padding: 0 23px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: var(--lime);
  color: var(--ink);
  font-size: 12px;
  font-weight: 1000;
  font-style: italic;
  transition: transform 180ms ease;
}
.concept-button:hover { transform: rotate(-2deg) scale(1.02); }
.menu-button { display: none; justify-self: end; color: var(--lime); }

.hero {
  min-height: 100svh;
  position: relative;
  display: flex;
  align-items: center;
  padding: 128px clamp(24px, 8.8vw, 148px) 90px;
  background: var(--navy);
  color: white;
  overflow: hidden;
  isolation: isolate;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -5% -65px;
  height: 100px;
  background: var(--cream);
  transform: rotate(-2.5deg);
  z-index: 6;
}
.hero-media { position: absolute; inset: 0; z-index: -3; overflow: hidden; }
.hero-media iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.77777778vh;
  min-width: 100%;
  height: 56.25vw;
  min-height: 100%;
  transform: translate(-50%, -50%) scale(1.12);
  border: 0;
  pointer-events: none;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4, 7, 11, .92) 0%, rgba(4, 7, 11, .72) 44%, rgba(4, 7, 11, .24) 78%, rgba(4, 7, 11, .42) 100%),
    linear-gradient(0deg, rgba(4, 7, 11, .45), transparent 55%);
}
.hero-content { max-width: 850px; position: relative; z-index: 2; }
.kicker,
.section-tag {
  margin: 0 0 18px;
  font-size: 10px;
  font-weight: 1000;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.kicker::before,
.section-tag::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 3px;
  margin-right: 10px;
  background: currentColor;
  vertical-align: middle;
}
.hero h1,
.partner-copy h2,
.powers-heading h2,
.cases-heading h2,
.collaboration-heading h2,
.joey-copy h2,
.contact-section h2 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 1000;
  font-style: italic;
  letter-spacing: -0.075em;
  line-height: .82;
}
.hero h1 { font-size: clamp(62px, 8.8vw, 154px); text-shadow: 0 5px 30px rgba(0,0,0,.22); }
.hero h1 span { color: var(--coral); }
.hero-copy { max-width: 640px; margin: 32px 0 0; font-size: clamp(16px, 1.35vw, 21px); line-height: 1.5; font-weight: 700; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 27px; flex-wrap: wrap; }
.link-underlined { padding-bottom: 5px; border-bottom: 3px solid var(--lime); font-size: 13px; font-weight: 1000; font-style: italic; text-transform: uppercase; }
.pill {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 12px;
  font-weight: 1000;
  font-style: italic;
  transition: transform 180ms ease;
}
.pill:hover { transform: rotate(-1.5deg) translateY(-2px); }
.pill-lime { background: var(--lime); color: var(--ink); }
.showreel-button {
  position: absolute;
  right: clamp(35px, 8vw, 130px);
  top: 48%;
  z-index: 3;
  width: 138px;
  height: 138px;
  border: 4px solid var(--yellow);
  border-radius: 50%;
  color: var(--yellow);
  display: grid;
  place-items: center;
  text-align: center;
  transform: rotate(-8deg);
  transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}
.showreel-button span { position: absolute; left: -65px; top: 46px; font-size: 15px; line-height: .88; font-weight: 1000; font-style: italic; }
.showreel-button:hover { transform: rotate(3deg) scale(1.04); background: var(--yellow); color: var(--ink); }
.scroll-cue { position: absolute; bottom: 32px; left: 50%; z-index: 7; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 3px; }
.scroll-cue small { font-size: 8px; line-height: .85; font-weight: 1000; font-style: italic; }

.partner-section {
  position: relative;
  padding: 35px clamp(24px, 5.5vw, 92px) clamp(105px, 10vw, 170px);
  background: var(--cream);
}
.visual-collage {
  min-height: 540px;
  position: relative;
  margin-bottom: 26px;
}
.collage-image {
  position: absolute;
  overflow: hidden;
  border-radius: 0 0 58px 0;
  box-shadow: 0 20px 55px rgba(6, 10, 15, .12);
}
.collage-image img { height: 100%; object-fit: cover; transition: transform 500ms ease; }
.collage-image:hover img { transform: scale(1.04); }
.collage-left { width: 51%; height: 430px; left: -6vw; top: 30px; transform: rotate(.8deg); }
.collage-right { width: 38%; height: 470px; right: 7%; top: -70px; border-radius: 42px; transform: rotate(2.5deg); }
.collage-sticker {
  position: absolute;
  z-index: 3;
  top: 295px;
  left: 47%;
  width: 125px;
  height: 125px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--coral);
  color: white;
  text-align: center;
  font-size: 11px;
  line-height: 1.05;
  font-weight: 1000;
  font-style: italic;
  transform: rotate(-11deg);
}
.partner-copy { max-width: 1210px; margin: 0 auto; }
.partner-copy h2,
.cases-heading h2,
.collaboration-heading h2,
.joey-copy h2 { font-size: clamp(48px, 6.8vw, 112px); }
.partner-copy h2 em,
.cases-heading h2 em,
.collaboration-heading h2 em,
.joey-copy h2 em { color: var(--coral); font-style: inherit; }
.partner-text-grid { margin-top: 48px; padding-left: clamp(0px, 5vw, 84px); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(38px, 8vw, 130px); }
.partner-text-grid p { margin: 0 0 18px; font-size: 17px; line-height: 1.58; }
.partner-text-grid .lead { font-size: clamp(22px, 2.2vw, 34px); line-height: 1.24; font-weight: 800; }

.friends-strip {
  min-height: 90px;
  padding: 20px 38px;
  display: flex;
  align-items: center;
  gap: 34px;
  background: var(--lime);
  overflow: hidden;
  white-space: nowrap;
  transform: rotate(-1deg) scale(1.02);
  position: relative;
  z-index: 4;
}
.friends-strip span { font-size: 9px; letter-spacing: .16em; font-weight: 1000; }
.friends-strip strong { font-size: clamp(19px, 2vw, 32px); letter-spacing: -.055em; font-style: italic; }
.friends-strip i { font-size: 20px; }

.powers-section {
  padding: clamp(130px, 12vw, 200px) clamp(24px, 5vw, 80px) clamp(100px, 11vw, 180px);
  background: var(--navy);
  color: white;
  position: relative;
}
.powers-section::after {
  content: "";
  position: absolute;
  inset: auto -4% -45px;
  height: 80px;
  background: var(--cream);
  transform: rotate(2deg);
}
.section-tag-light { color: rgba(255,255,255,.66); }
.powers-heading { max-width: 1180px; margin: 0 auto 66px; }
.powers-heading h2 { font-size: clamp(52px, 7.5vw, 124px); }
.powers-heading h2 span { color: var(--lime); }
.powers-heading > p:last-child { max-width: 650px; margin: 34px 0 0 auto; font-size: 18px; line-height: 1.55; font-weight: 650; }
.powers-grid { max-width: 1290px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.power-card {
  min-height: 395px;
  padding: 26px;
  color: var(--ink);
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  transition: transform 220ms ease;
}
.power-card:nth-child(even) { transform: translateY(32px); }
.power-card:hover { transform: translateY(-8px) rotate(-1deg); }
.power-card:nth-child(even):hover { transform: translateY(22px) rotate(1deg); }
.power-lime { background: var(--lime); }
.power-blue { background: var(--blue); }
.power-coral { background: var(--coral); color: white; }
.power-cream { background: var(--cream); }
.power-top { display: flex; justify-content: space-between; align-items: center; }
.power-top span { font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.power-card h3 { margin: auto 0 18px; text-transform: uppercase; font-size: clamp(31px, 3vw, 46px); letter-spacing: -.06em; line-height: .9; font-weight: 1000; font-style: italic; }
.power-card p { margin: 0; font-size: 14px; line-height: 1.55; font-weight: 600; }
.power-card > a { width: 48px; height: 48px; border: 2px solid currentColor; border-radius: 50%; display: grid; place-items: center; margin-top: 24px; align-self: flex-end; }

.cases-section { padding: clamp(125px, 12vw, 195px) clamp(24px, 5vw, 80px) clamp(100px, 10vw, 170px); background: var(--cream); }
.cases-heading { max-width: 1260px; margin: 0 auto 62px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 70px; align-items: end; }
.cases-heading > p { margin: 0 0 12px; max-width: 420px; font-size: 17px; line-height: 1.55; }
.cases-grid { max-width: 1290px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.case-card { min-height: 430px; position: relative; overflow: hidden; border-radius: 34px; background: #27292f; color: white; }
.case-wide { grid-column: 1 / span 2; min-height: 580px; }
.case-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform 600ms ease; }
.case-card:hover img { transform: scale(1.045); }
.case-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.78)); }
.case-pill { position: absolute; top: 22px; left: 22px; background: var(--lime); color: var(--ink); padding: 10px 14px; border-radius: 999px; font-size: 9px; font-weight: 1000; text-transform: uppercase; letter-spacing: .1em; }
.case-play { position: absolute; top: 22px; right: 22px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; border: 2px solid rgba(255,255,255,.8); }
.case-copy { position: absolute; left: 29px; right: 29px; bottom: 28px; display: flex; flex-direction: column; gap: 5px; }
.case-copy small { font-size: 10px; text-transform: uppercase; letter-spacing: .15em; opacity: .72; }
.case-copy strong { font-size: clamp(28px, 3.6vw, 56px); line-height: .95; letter-spacing: -.055em; text-transform: uppercase; font-weight: 1000; font-style: italic; }

.collaboration-section {
  padding: clamp(95px, 10vw, 170px) clamp(24px, 6vw, 100px);
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(50px, 8vw, 135px);
  background: var(--coral);
}
.collaboration-heading h2 { font-size: clamp(45px, 5.5vw, 88px); }
.collaboration-heading h2 em { color: var(--lime); }
.collaboration-options { border-top: 3px solid var(--ink); }
.collaboration-options article { min-height: 155px; padding: 23px 10px; display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 18px; border-bottom: 3px solid var(--ink); }
.collaboration-options article > span { align-self: start; padding-top: 7px; font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.collaboration-options h3 { margin: 0 0 7px; text-transform: uppercase; font-size: clamp(25px, 2.4vw, 37px); letter-spacing: -.05em; font-weight: 1000; font-style: italic; }
.collaboration-options p { margin: 0; line-height: 1.5; font-weight: 650; }

.joey-section { padding: clamp(100px, 10vw, 170px) clamp(24px, 6vw, 100px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 135px); align-items: center; background: var(--cream); }
.joey-card { min-height: 590px; position: relative; display: grid; place-items: center; border-radius: 45px; background: var(--blue); overflow: hidden; transform: rotate(-1.5deg); }
.joey-card::before, .joey-card::after { content: ""; position: absolute; width: 90px; height: 90px; border: 4px solid var(--ink); }
.joey-card::before { top: 32px; left: 32px; border-right: 0; border-bottom: 0; }
.joey-card::after { bottom: 32px; right: 32px; border-left: 0; border-top: 0; }
.joey-initials { width: 250px; height: 250px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: var(--lime); font-size: 92px; font-weight: 1000; letter-spacing: -.1em; font-style: italic; transform: rotate(7deg); }
.joey-label { position: absolute; bottom: 31px; left: 32px; font-size: 10px; font-weight: 1000; letter-spacing: .12em; }
.joey-copy h2 { font-size: clamp(46px, 5.6vw, 88px); }
.joey-copy blockquote { margin: 37px 0 24px; padding-left: 24px; border-left: 5px solid var(--coral); font-size: clamp(21px, 2vw, 31px); line-height: 1.3; font-weight: 800; font-style: italic; }
.joey-copy > p { max-width: 680px; font-size: 16px; line-height: 1.65; }
.dark-link { display: inline-block; margin-top: 20px; border-bottom-color: var(--coral); }

.contact-section { padding: clamp(100px, 11vw, 185px) clamp(24px, 7vw, 120px); background: var(--navy); color: white; text-align: center; }
.contact-section .section-tag { display: flex; align-items: center; justify-content: center; }
.contact-section h2 { font-size: clamp(60px, 9vw, 150px); }
.contact-section h2 span { color: var(--lime); }
.contact-section > p { max-width: 650px; margin: 35px auto 0; font-size: 18px; line-height: 1.55; }
.contact-actions { margin-top: 42px; display: flex; align-items: center; justify-content: center; gap: 26px; flex-wrap: wrap; }
.contact-pill { min-height: 62px; padding: 0 29px; }
.phone-link { padding-bottom: 5px; border-bottom: 2px solid var(--coral); font-size: clamp(22px, 2.6vw, 38px); font-weight: 1000; letter-spacing: -.04em; }
.contact-proof { margin-top: 25px; display: flex; justify-content: center; align-items: center; gap: 8px; color: rgba(255,255,255,.55); font-size: 11px; }

footer { min-height: 120px; padding: 30px clamp(24px, 5vw, 80px); background: var(--navy); color: white; border-top: 1px solid var(--line-light); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-logo { font-size: 26px; }
footer p { color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .12em; font-weight: 800; }
footer > div { display: flex; gap: 24px; font-size: 11px; font-weight: 800; }
footer a:hover { color: var(--lime); }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .site-header nav { display: none; }
  .showreel-button { right: 50px; width: 112px; height: 112px; }
  .showreel-button span { display: none; }
  .powers-grid { grid-template-columns: repeat(2, 1fr); }
  .collaboration-section, .joey-section { grid-template-columns: 1fr; }
  .joey-card { max-width: 680px; width: 100%; }
}

@media (max-width: 760px) {
  .site-header { height: 76px; padding: 0 20px; grid-template-columns: 1fr auto; }
  .concept-button { display: none; }
  .menu-button { display: block; }
  .hero { min-height: 930px; padding: 120px 22px 105px; align-items: flex-start; }
  .hero-media iframe { min-width: 165%; }
  .hero-overlay { background: linear-gradient(90deg, rgba(4,7,11,.93), rgba(4,7,11,.52)), linear-gradient(0deg, rgba(4,7,11,.55), transparent); }
  .hero h1 { font-size: clamp(60px, 18vw, 88px); }
  .hero-copy { font-size: 16px; }
  .showreel-button { width: 90px; height: 90px; right: 24px; top: auto; bottom: 140px; }
  .visual-collage { min-height: 485px; }
  .collage-left { width: 80%; height: 320px; left: -18%; top: 70px; }
  .collage-right { width: 60%; height: 330px; right: -5%; top: 5px; }
  .collage-sticker { top: 300px; left: 48%; width: 100px; height: 100px; font-size: 9px; }
  .partner-section { padding-left: 22px; padding-right: 22px; }
  .partner-copy h2, .cases-heading h2, .collaboration-heading h2, .joey-copy h2 { font-size: clamp(46px, 13vw, 70px); }
  .partner-text-grid { grid-template-columns: 1fr; gap: 25px; padding-left: 0; }
  .friends-strip { gap: 22px; min-height: 72px; }
  .powers-section { padding-left: 20px; padding-right: 20px; }
  .powers-heading h2 { font-size: clamp(52px, 15vw, 78px); }
  .powers-heading > p:last-child { margin-left: 0; }
  .powers-grid { grid-template-columns: 1fr; }
  .power-card, .power-card:nth-child(even) { min-height: 330px; transform: none; }
  .cases-section { padding-left: 20px; padding-right: 20px; }
  .cases-heading { grid-template-columns: 1fr; gap: 25px; }
  .cases-grid { grid-template-columns: 1fr; }
  .case-card, .case-wide { grid-column: auto; min-height: 420px; }
  .case-card:first-child { min-height: 520px; }
  .collaboration-section, .joey-section { padding-left: 22px; padding-right: 22px; }
  .collaboration-options article { grid-template-columns: 34px 1fr; }
  .collaboration-options article > svg { display: none; }
  .joey-card { min-height: 470px; }
  .joey-initials { width: 200px; height: 200px; font-size: 74px; }
  .contact-section { padding-left: 22px; padding-right: 22px; }
  .contact-section h2 { font-size: clamp(58px, 17vw, 88px); }
  .contact-pill { width: 100%; padding-left: 20px; padding-right: 20px; font-size: 10px; }
  footer { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Shared multi-page navigation */
.header-overlay { position: absolute; }
.header-solid { position: relative; background: var(--navy); }
.mobile-menu { display: none; position: relative; justify-self: end; }
.mobile-menu summary { list-style: none; color: var(--lime); cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu-panel {
  position: absolute;
  top: 51px;
  right: 0;
  width: min(310px, calc(100vw - 32px));
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  border-radius: 22px;
  background: var(--cream);
  color: var(--ink);
  box-shadow: 0 22px 55px rgba(0, 0, 0, .28);
}
.mobile-menu-panel a { padding: 13px 12px; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.mobile-menu-panel .mobile-booking { margin-top: 8px; border-radius: 999px; background: var(--lime); text-align: center; }

/* Homepage after the one-page split */
.home-choice { padding: clamp(105px, 10vw, 170px) clamp(24px, 6vw, 100px); background: var(--cream); }
.home-choice-heading { max-width: 1180px; margin: 0 auto 62px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: end; }
.home-choice-heading .section-tag { grid-column: 1 / span 2; margin-bottom: -22px; }
.home-choice-heading h2,
.home-about h2 {
  margin: 0;
  font-size: clamp(50px, 6.3vw, 102px);
  line-height: .84;
  letter-spacing: -.075em;
  text-transform: uppercase;
  font-weight: 1000;
  font-style: italic;
}
.home-choice-heading h2 em,
.home-about h2 em { color: var(--coral); font-style: inherit; }
.home-choice-heading > p:last-child { margin: 0; font-size: 18px; line-height: 1.55; }
.home-service-links { max-width: 1290px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.home-service-card { min-height: 490px; padding: 30px; border-radius: 36px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr auto; color: var(--ink); transition: transform 200ms ease; }
.home-service-card:hover { transform: translateY(-7px) rotate(-.5deg); }
.home-service-card > span { font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.home-service-card > div { grid-column: 1 / span 2; align-self: end; }
.home-service-card small { font-size: 9px; font-weight: 1000; letter-spacing: .13em; }
.home-service-card h3 { margin: 10px 0 15px; max-width: 590px; font-size: clamp(37px, 4vw, 62px); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; font-weight: 1000; font-style: italic; }
.home-service-card p { max-width: 500px; margin: 0; font-size: 16px; line-height: 1.5; font-weight: 650; }
.home-service-card > svg:last-child { grid-column: 2; justify-self: end; }
.service-social { background: var(--lime); }
.service-video { background: var(--blue); }
.client-loop { display: contents; }
.home-cases { padding: clamp(115px, 11vw, 185px) clamp(24px, 5vw, 80px); background: var(--cream); }
.home-cases .cases-heading { align-items: end; }
.pill-dark { background: var(--navy); color: white; }
.home-cases-grid { max-width: 1290px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.home-about { padding: clamp(95px, 10vw, 170px) clamp(24px, 6vw, 100px); display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 8vw, 135px); align-items: center; background: var(--coral); }
.home-about-mark { min-height: 510px; position: relative; display: grid; place-items: center; border-radius: 42px; background: var(--blue); transform: rotate(-1.5deg); }
.home-about-mark > span { width: 220px; height: 220px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: var(--lime); font-size: 82px; font-weight: 1000; letter-spacing: -.1em; font-style: italic; }
.home-about-mark small { position: absolute; left: 28px; bottom: 28px; font-size: 9px; font-weight: 1000; letter-spacing: .13em; }
.home-about > div:last-child > p:not(.section-tag) { max-width: 680px; margin: 28px 0; font-size: 18px; line-height: 1.55; font-weight: 650; }

/* Inner page heroes */
.page-hero { min-height: 610px; padding: clamp(90px, 10vw, 155px) clamp(24px, 8vw, 135px); display: flex; align-items: center; color: white; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; width: 380px; height: 380px; right: -90px; bottom: -120px; border: 70px solid rgba(255,255,255,.08); border-radius: 50%; }
.page-hero > div { max-width: 1210px; width: 100%; margin: 0 auto; position: relative; z-index: 1; }
.page-hero-dark { background: var(--navy); }
.page-hero-coral { background: var(--coral); color: var(--ink); }
.page-hero-blue { background: var(--blue); color: var(--ink); }
.page-hero-coral .section-tag-light,
.page-hero-blue .section-tag-light { color: rgba(16,17,20,.67); }
.page-hero h1 { margin: 0; max-width: 1160px; font-size: clamp(58px, 8.4vw, 142px); line-height: .82; letter-spacing: -.078em; text-transform: uppercase; font-weight: 1000; font-style: italic; }
.page-hero h1 span { color: var(--lime); }
.page-hero-coral h1 span { color: white; }
.page-hero-blue h1 span { color: var(--coral); }
.page-hero > div > p:last-child { max-width: 680px; margin: 36px 0 0 auto; font-size: clamp(17px, 1.5vw, 22px); line-height: 1.55; font-weight: 700; }

.content-intro { padding: clamp(100px, 10vw, 170px) clamp(24px, 7vw, 120px); display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(55px, 9vw, 145px); background: var(--cream); }
.content-intro h2,
.section-heading-row h2,
.service-level-heading h2,
.monthly-flow h2,
.process-copy h2,
.about-story-copy h2,
.about-values h2 {
  margin: 0;
  font-size: clamp(48px, 6vw, 96px);
  line-height: .84;
  letter-spacing: -.073em;
  text-transform: uppercase;
  font-weight: 1000;
  font-style: italic;
}
.content-intro h2 em,
.service-level-heading h2 em,
.about-story-copy h2 em { color: var(--coral); font-style: inherit; }
.content-intro > div:last-child { align-self: end; }
.content-intro > div:last-child p { font-size: 17px; line-height: 1.62; }
.content-intro .content-lead { font-size: clamp(23px, 2.3vw, 34px); line-height: 1.25; font-weight: 800; }

/* Social media beheer */
.included-section { padding: clamp(100px, 10vw, 170px) clamp(24px, 6vw, 100px); background: var(--navy); color: white; }
.section-heading-row { max-width: 1260px; margin: 0 auto 58px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: end; }
.section-heading-row h2 span { color: var(--lime); }
.section-heading-row > p { margin: 0 0 8px; max-width: 440px; font-size: 17px; line-height: 1.55; }
.included-grid { max-width: 1260px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.included-grid article { min-height: 315px; padding: 27px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); display: flex; flex-direction: column; }
.included-grid article > div { display: flex; justify-content: space-between; color: rgba(255,255,255,.6); }
.included-grid article > div span { font-size: 10px; letter-spacing: .13em; }
.included-grid h3 { margin: auto 0 13px; font-size: clamp(28px, 2.6vw, 40px); letter-spacing: -.055em; text-transform: uppercase; font-style: italic; }
.included-grid p { margin: 0; color: rgba(255,255,255,.68); line-height: 1.55; }
.service-levels { padding: clamp(105px, 11vw, 180px) clamp(24px, 5vw, 80px); background: var(--cream); }
.service-level-heading { max-width: 1180px; margin: 0 auto 62px; }
.service-level-heading h2 { max-width: 1020px; }
.level-grid { max-width: 1290px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: stretch; }
.level-grid article { min-height: 595px; padding: 29px; border: 2px solid var(--ink); border-radius: 30px; display: flex; flex-direction: column; position: relative; background: var(--white); }
.level-grid .level-featured { background: var(--lime); transform: translateY(-20px); }
.level-badge { position: absolute; top: 22px; right: 22px; padding: 8px 11px; border-radius: 999px; background: var(--navy); color: white; font-size: 8px; font-weight: 1000; letter-spacing: .1em; }
.level-number { font-size: 10px; letter-spacing: .15em; }
.level-grid article > small { margin-top: 55px; font-size: 9px; font-weight: 1000; letter-spacing: .14em; }
.level-grid h3 { margin: 11px 0 20px; font-size: clamp(35px, 3.4vw, 52px); line-height: .9; letter-spacing: -.065em; text-transform: uppercase; font-weight: 1000; font-style: italic; }
.level-grid article > p { margin: 0; line-height: 1.55; }
.level-grid ul { list-style: none; padding: 0; margin: 28px 0; display: grid; gap: 10px; }
.level-grid li { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; }
.level-grid article > a { margin-top: auto; padding-top: 20px; border-top: 2px solid currentColor; display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: 1000; text-transform: uppercase; }
.level-note { max-width: 1040px; margin: 30px auto 0; color: #65665f; text-align: center; font-size: 12px; line-height: 1.5; }
.monthly-flow { padding: clamp(100px, 10vw, 170px) clamp(24px, 6vw, 100px); background: var(--coral); display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; }
.monthly-flow h2 span { color: var(--lime); }
.monthly-flow ol { list-style: none; margin: 0; padding: 0; border-top: 3px solid var(--ink); }
.monthly-flow li { min-height: 130px; padding: 23px 5px; display: grid; grid-template-columns: 45px .45fr 1fr; gap: 20px; align-items: center; border-bottom: 3px solid var(--ink); }
.monthly-flow li > span { align-self: start; font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.monthly-flow strong { font-size: 24px; text-transform: uppercase; letter-spacing: -.04em; font-style: italic; }
.monthly-flow li p { margin: 0; line-height: 1.5; }

/* Video page */
.video-types { padding: 0 clamp(24px, 5vw, 80px) clamp(105px, 10vw, 170px); display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; background: var(--cream); }
.video-types article { min-height: 420px; padding: 27px; border-radius: 30px; display: flex; flex-direction: column; background: var(--navy); color: white; }
.video-types article:nth-child(2) { background: var(--lime); color: var(--ink); transform: translateY(25px); }
.video-types article:nth-child(3) { background: var(--coral); color: var(--ink); }
.video-types article:nth-child(4) { background: var(--blue); color: var(--ink); transform: translateY(25px); }
.video-types article > span { font-size: 10px; letter-spacing: .14em; }
.video-types article > svg { margin-left: auto; }
.video-types h3 { margin: auto 0 15px; font-size: clamp(28px, 2.8vw, 44px); text-transform: uppercase; line-height: .9; letter-spacing: -.055em; font-style: italic; }
.video-types p { margin: 0; line-height: 1.5; }
.video-types a { margin-top: 23px; padding-top: 16px; border-top: 2px solid currentColor; display: flex; align-items: center; justify-content: space-between; font-size: 10px; font-weight: 1000; text-transform: uppercase; }
.production-process { padding: clamp(110px, 11vw, 180px) clamp(24px, 6vw, 100px); display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; background: var(--navy); color: white; }
.process-copy h2 span { color: var(--lime); }
.process-copy > p:last-child { max-width: 560px; margin-top: 30px; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.55; }
.production-process ol { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line-light); }
.production-process li { min-height: 145px; padding: 22px 5px; display: grid; grid-template-columns: 55px 1fr; gap: 20px; border-bottom: 1px solid var(--line-light); }
.production-process li > span { font-size: 10px; letter-spacing: .13em; color: rgba(255,255,255,.55); }
.production-process strong { font-size: 27px; text-transform: uppercase; letter-spacing: -.04em; font-style: italic; }
.production-process li p { margin: 10px 0 0; color: rgba(255,255,255,.67); line-height: 1.5; }
.featured-film { padding: clamp(100px, 10vw, 170px) clamp(24px, 6vw, 100px); display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: center; background: var(--cream); }
.featured-film-copy h2 { margin: 0; font-size: clamp(44px, 5vw, 80px); text-transform: uppercase; line-height: .9; letter-spacing: -.06em; font-style: italic; }
.featured-film-copy > p:not(.section-tag) { margin: 23px 0; font-size: 17px; line-height: 1.55; }
.featured-film-image { min-height: 520px; position: relative; overflow: hidden; border-radius: 38px; }
.featured-film-image img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.featured-film-image > span { position: absolute; inset: 50% auto auto 50%; width: 85px; height: 85px; transform: translate(-50%,-50%); display: grid; place-items: center; border-radius: 50%; background: var(--lime); }

/* Cases and about */
.case-page-grid { padding: clamp(100px, 10vw, 170px) clamp(24px, 6vw, 100px); background: var(--cream); display: grid; gap: clamp(90px, 10vw, 160px); }
.case-detail { max-width: 1290px; width: 100%; margin: 0 auto; display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(45px, 7vw, 105px); align-items: center; }
.case-detail-reverse { grid-template-columns: .75fr 1.25fr; }
.case-detail-reverse .case-detail-image { order: 2; }
.case-detail-image { min-height: 560px; position: relative; overflow: hidden; border-radius: 38px; background: #222; }
.case-detail-image img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform 450ms ease; }
.case-detail-image:hover img { transform: scale(1.04); }
.case-detail-image > span { position: absolute; left: 50%; top: 50%; width: 84px; height: 84px; transform: translate(-50%,-50%); display: grid; place-items: center; border-radius: 50%; background: var(--lime); }
.case-detail > div > small { font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.case-detail h2 { margin: 15px 0 7px; font-size: clamp(42px, 5vw, 82px); line-height: .86; letter-spacing: -.065em; text-transform: uppercase; font-style: italic; }
.case-detail > div > strong { color: var(--coral); font-size: 15px; text-transform: uppercase; }
.case-detail > div > p { margin: 25px 0; font-size: 17px; line-height: 1.6; }
.about-story { padding: clamp(100px, 10vw, 170px) clamp(24px, 6vw, 100px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 135px); align-items: center; background: var(--cream); }
.about-story-copy blockquote { margin: 37px 0 26px; padding-left: 24px; border-left: 5px solid var(--coral); font-size: clamp(21px, 2vw, 31px); line-height: 1.3; font-weight: 800; font-style: italic; }
.about-story-copy > p { max-width: 680px; font-size: 16px; line-height: 1.65; }
.about-story-copy .pill { margin-top: 20px; }
.about-values { padding: clamp(100px, 10vw, 170px) clamp(24px, 6vw, 100px); background: var(--navy); color: white; }
.about-values-heading { max-width: 1260px; margin: 0 auto clamp(50px, 6vw, 82px); display: grid; grid-template-columns: .38fr 1.62fr; gap: clamp(32px, 6vw, 90px); align-items: start; }
.about-values-heading h2 { max-width: 980px; }
.about-values h2 span { color: var(--lime); }
.about-values ul { max-width: 1260px; list-style: none; padding: 0; margin: 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.about-values li { min-height: 265px; padding: 27px; display: flex; flex-direction: column; gap: 26px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.about-values li > svg { color: var(--lime); }
.about-values li > div { margin-top: auto; }
.about-values strong { display: block; font-size: clamp(21px, 2vw, 27px); line-height: .95; text-transform: uppercase; letter-spacing: -.04em; font-style: italic; }
.about-values li p { margin: 9px 0 0; color: rgba(255,255,255,.66); line-height: 1.5; }

/* Booking form */
.booking-form-shell { padding: clamp(90px, 9vw, 155px) clamp(24px, 6vw, 100px); display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(50px, 8vw, 125px); align-items: start; background: var(--cream); }
.booking-form { max-width: 860px; width: 100%; }
.form-heading { margin-bottom: 45px; display: grid; grid-template-columns: 45px 1fr; gap: 20px; }
.form-heading > span { font-size: 10px; letter-spacing: .13em; }
.form-heading h2 { margin: 0; font-size: clamp(38px, 4.5vw, 68px); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; font-style: italic; }
.form-heading p { margin: 13px 0 0; color: #686961; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px 18px; }
.booking-form label { display: flex; flex-direction: column; gap: 9px; font-size: 10px; font-weight: 1000; letter-spacing: .09em; text-transform: uppercase; }
.booking-form input,
.booking-form select,
.booking-form textarea { width: 100%; border: 2px solid var(--ink); border-radius: 0; background: transparent; color: var(--ink); padding: 15px 14px; font: inherit; font-size: 15px; font-weight: 650; letter-spacing: 0; text-transform: none; outline: none; }
.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus { border-color: var(--coral); box-shadow: 4px 4px 0 var(--coral); }
.booking-form textarea { resize: vertical; min-height: 175px; }
.form-wide { grid-column: 1 / span 2; }
.consent-field { margin: 24px 0; flex-direction: row !important; align-items: flex-start; gap: 12px !important; text-transform: none !important; letter-spacing: 0 !important; font-size: 12px !important; font-weight: 600 !important; line-height: 1.45; }
.consent-field input { flex: 0 0 auto; width: 18px; height: 18px; margin: 0; accent-color: var(--coral); }
.form-submit { border: 0; cursor: pointer; min-height: 62px; padding: 0 26px; }
.mail-notice { margin-top: 25px; padding: 18px; display: flex; gap: 12px; align-items: flex-start; border: 2px solid var(--ink); background: var(--lime); }
.mail-notice p { margin: 0; line-height: 1.5; }
.mail-notice a { text-decoration: underline; font-weight: 800; }
.booking-aside { position: sticky; top: 45px; padding: 32px; border-radius: 32px; background: var(--navy); color: white; }
.booking-aside ol { list-style: none; margin: 28px 0 36px; padding: 0; border-top: 1px solid var(--line-light); }
.booking-aside li { padding: 22px 0; display: grid; grid-template-columns: 40px 1fr; gap: 12px; border-bottom: 1px solid var(--line-light); }
.booking-aside li > span { color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .12em; }
.booking-aside strong { font-size: 19px; text-transform: uppercase; letter-spacing: -.035em; font-style: italic; }
.booking-aside li p { margin: 7px 0 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.5; }
.booking-direct { display: flex; flex-direction: column; gap: 10px; }
.booking-direct small { color: var(--lime); font-size: 9px; font-weight: 1000; letter-spacing: .13em; }
.booking-direct a { font-size: clamp(17px, 2vw, 26px); font-weight: 900; }

@media (max-width: 1050px) {
  .site-header nav { display: none; }
  .mobile-menu { display: block; }
  .home-choice-heading,
  .content-intro,
  .monthly-flow,
  .production-process,
  .featured-film,
  .about-story,
  .booking-form-shell { grid-template-columns: 1fr; }
  .about-values-heading { grid-template-columns: 1fr; }
  .about-values ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-choice-heading .section-tag { grid-column: auto; margin-bottom: 0; }
  .home-choice-heading { gap: 28px; }
  .included-grid { grid-template-columns: repeat(2, 1fr); }
  .level-grid { grid-template-columns: 1fr; }
  .level-grid .level-featured { transform: none; }
  .video-types { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .case-detail,
  .case-detail-reverse { grid-template-columns: 1fr; }
  .case-detail-reverse .case-detail-image { order: 0; }
  .booking-aside { position: static; }
}

@media (max-width: 760px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header .concept-button { display: none; }
  .home-service-links,
  .home-cases-grid,
  .section-heading-row,
  .video-types { grid-template-columns: 1fr; }
  .home-choice-heading h2,
  .home-about h2 { font-size: clamp(46px, 13vw, 68px); }
  .home-service-card { min-height: 390px; }
  .home-about { grid-template-columns: 1fr; padding-left: 20px; padding-right: 20px; }
  .home-about-mark { min-height: 430px; }
  .page-hero { min-height: 530px; padding-left: 22px; padding-right: 22px; }
  .page-hero h1 { font-size: clamp(54px, 16vw, 82px); }
  .page-hero > div > p:last-child { margin-left: 0; }
  .content-intro,
  .included-section,
  .service-levels,
  .monthly-flow,
  .production-process,
  .featured-film,
  .case-page-grid,
  .about-story,
  .about-values,
  .booking-form-shell { padding-left: 20px; padding-right: 20px; }
  .about-values ul { grid-template-columns: 1fr; }
  .about-values li { min-height: 220px; }
  .content-intro h2,
  .section-heading-row h2,
  .service-level-heading h2,
  .monthly-flow h2,
  .process-copy h2,
  .about-story-copy h2,
  .about-values h2 { font-size: clamp(44px, 13vw, 66px); }
  .about-values .about-values-heading h2 { font-size: clamp(38px, 11vw, 54px); hyphens: auto; overflow-wrap: break-word; }
  .included-grid { grid-template-columns: 1fr; }
  .level-grid article { min-height: 540px; }
  .monthly-flow li { grid-template-columns: 35px 1fr; }
  .monthly-flow li p { grid-column: 2; }
  .video-types article:nth-child(2),
  .video-types article:nth-child(4) { transform: none; }
  .featured-film-image,
  .case-detail-image { min-height: 390px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  .form-submit { width: 100%; font-size: 9px; }
}

/* WordPress integration */
body.admin-bar .site-header { top: 32px; }
.site-header nav ul { margin: 0; padding: 0; display: flex; gap: 30px; list-style: none; }
.site-header nav li { margin: 0; }
.site-header nav .current-menu-item > a,
.site-header nav .current_page_item > a { color: var(--lime); }
.mobile-menu-panel ul { margin: 0; padding: 0; display: contents; list-style: none; }
.mobile-menu-panel li { display: contents; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.booking-notice { margin: 0 0 28px; padding: 18px 20px; border: 2px solid var(--ink); font-weight: 750; line-height: 1.45; }
.booking-notice-success { background: var(--lime); }
.booking-notice-error { background: #ffd2ce; }
.booking-form .form-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.booking-form button svg,
.pill svg,
.concept-button svg,
.case-play svg,
.case-detail-image span svg,
.featured-film-image span svg { flex: 0 0 auto; }
.editor-content { max-width: 900px; min-height: 55vh; margin: 0 auto; padding: clamp(110px, 12vw, 180px) 24px; font-size: 18px; line-height: 1.7; }
.editor-content h1 { font-size: clamp(48px, 7vw, 96px); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; font-style: italic; }
.editor-content a { text-decoration: underline; font-weight: 800; }
.no-content { min-height: 60vh; padding: 160px 24px; text-align: center; }
.no-content h1 { font-size: clamp(46px, 7vw, 92px); text-transform: uppercase; font-style: italic; letter-spacing: -.06em; }

@media (max-width: 1050px) {
  .site-header nav ul { display: none; }
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}

/* Full Site Editing v2 */
.wp-site-blocks { padding: 0; }
.wp-site-blocks > * { margin-block-start: 0; }
.wp-block-post-content { margin: 0; }
.alignfull { width: 100%; max-width: none; }

.site-header.wp-block-group {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  margin: 0;
}
.site-header .logo { margin: 0; }
.logo a { display: inline-flex; align-items: flex-end; color: inherit; text-decoration: none; }
.logo a > span { color: var(--lime); }
.logo a small { margin-left: 7px; font-size: 9px; line-height: 1; letter-spacing: .09em; font-style: normal; }
.site-header .wp-block-navigation { font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; }
.site-header .wp-block-navigation__container { gap: 30px; }
.site-header > .wp-block-buttons { justify-self: end; }
.site-header .concept-button { padding: 0; background: transparent; }
.site-header .concept-button .wp-block-button__link {
  min-height: 52px;
  padding: 0 23px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  background: var(--lime);
  color: var(--ink);
  font-size: 12px;
  font-weight: 1000;
  font-style: italic;
}
.wp-block-navigation__responsive-container.is-menu-open { background: var(--navy); color: white; padding: 35px; }
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container { align-items: flex-start; gap: 22px; font-size: 22px; }
.wp-block-navigation__responsive-container-open { color: var(--lime); }

.site-footer.wp-block-group { min-height: 120px; margin: 0; }
.site-footer .logo { margin: 0; }
.site-footer > p { margin: 0; color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .12em; font-weight: 800; }
.site-footer .wp-block-navigation { font-size: 11px; font-weight: 800; }

.wp-block-button.pill { padding: 0; background: transparent; }
.wp-block-button.pill .wp-block-button__link {
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: inherit;
  color: inherit;
  font-size: 11px;
  font-weight: 1000;
  text-transform: uppercase;
}
.wp-block-button.pill-lime { background: var(--lime); color: var(--ink); }
.wp-block-button.pill-dark { background: var(--navy); color: white; }
.wp-block-button.text-button .wp-block-button__link { padding: 0; background: transparent; color: inherit; font-size: 11px; font-weight: 1000; text-transform: uppercase; text-decoration: underline; }

.hero > .hero-content { width: min(850px, 100%); margin: 0 auto 0 0; }
.hero .wp-block-buttons { justify-content: flex-start; }
.home-choice-heading > * { margin-block-start: 0; }
.home-service-card.wp-block-column { display: flex; flex-direction: column; grid-template: none; }
.home-service-card h3 { margin-top: auto; }
.home-service-card .wp-block-buttons { margin-top: 28px; }
.friends-strip p { margin: 0; font-size: 9px; letter-spacing: .16em; font-weight: 1000; }
.friends-strip p strong { font-size: clamp(19px, 2vw, 32px); letter-spacing: -.055em; font-style: italic; }
.cases-heading > .wp-block-buttons { align-self: end; }
.home-about-mark h3 { margin: 0; width: 220px; height: 220px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: var(--lime); font-size: 82px; font-weight: 1000; letter-spacing: -.1em; font-style: italic; }
.home-about-mark p { position: absolute; left: 28px; bottom: 28px; margin: 0; font-size: 9px; font-weight: 1000; letter-spacing: .13em; }

.content-intro.wp-block-columns,
.home-about.wp-block-columns,
.about-story.wp-block-columns { margin-bottom: 0; }
.included-grid.wp-block-group { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.included-grid article > p:first-child { color: rgba(255,255,255,.6); font-size: 10px; letter-spacing: .13em; }
.level-grid.wp-block-columns { align-items: stretch; }
.level-grid > .wp-block-column { min-height: 595px; padding: 29px; border: 2px solid var(--ink); border-radius: 30px; display: flex; flex-direction: column; background: var(--white); }
.level-grid > .wp-block-column.level-featured { background: var(--lime); transform: translateY(-20px); }
.level-grid > .wp-block-column h3 { margin: 35px 0 20px; font-size: clamp(35px, 3.4vw, 52px); line-height: .9; letter-spacing: -.065em; text-transform: uppercase; font-weight: 1000; font-style: italic; }
.level-grid > .wp-block-column ul { padding-left: 20px; line-height: 1.8; }
.level-grid > .wp-block-column .wp-block-buttons { margin-top: auto; padding-top: 20px; border-top: 2px solid currentColor; }

.monthly-flow-list,
.process-list { border-top: 2px solid currentColor; }
.monthly-step,
.process-step { min-height: 130px; padding: 23px 5px; display: grid; grid-template-columns: 45px .45fr 1fr; gap: 20px; align-items: center; border-bottom: 2px solid currentColor; }
.monthly-step > *,
.process-step > * { margin: 0; }
.monthly-step h3,
.process-step h3 { font-size: 24px; text-transform: uppercase; letter-spacing: -.04em; font-style: italic; }

.video-types.wp-block-columns { margin-bottom: 0; }
.video-types > .wp-block-column { min-height: 420px; padding: 27px; border-radius: 30px; display: flex; flex-direction: column; background: var(--navy); color: white; }
.video-types > .wp-block-column:nth-child(2) { background: var(--lime); color: var(--ink); transform: translateY(25px); }
.video-types > .wp-block-column:nth-child(3) { background: var(--coral); color: var(--ink); }
.video-types > .wp-block-column:nth-child(4) { background: var(--blue); color: var(--ink); transform: translateY(25px); }
.video-types > .wp-block-column h3 { margin: auto 0 15px; font-size: clamp(28px, 2.8vw, 44px); text-transform: uppercase; line-height: .9; letter-spacing: -.055em; font-style: italic; }
.video-types > .wp-block-column > p:last-child { margin-top: 23px; padding-top: 16px; border-top: 2px solid currentColor; font-size: 10px; font-weight: 1000; text-transform: uppercase; }

.production-process > .process-copy,
.production-process > .process-list { min-width: 0; }
.about-values-grid.wp-block-columns { max-width: 1260px; margin: 0 auto; gap: 0; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.about-values-grid > .wp-block-column { min-height: 265px; padding: 27px; display: flex; flex-direction: column; justify-content: flex-end; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.about-values-grid h3 { font-size: clamp(21px, 2vw, 27px); line-height: .95; text-transform: uppercase; letter-spacing: -.04em; font-style: italic; }
.about-values-grid p { color: rgba(255,255,255,.66); line-height: 1.5; }

.lucenze-project-grid { width: 100%; }
.project-archive-grid { padding: clamp(100px, 10vw, 170px) clamp(24px, 6vw, 100px); background: var(--cream); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.project-card { min-height: 470px; position: relative; overflow: hidden; border-radius: 34px; background: var(--navy); color: white; }
.project-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 450ms ease; }
.project-card:hover img { transform: scale(1.04); }
.project-card-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,8,12,.9), transparent 68%); }
.project-card-copy { position: absolute; inset: auto 28px 28px; z-index: 2; }
.project-card-copy small { display: block; margin-bottom: 8px; text-transform: uppercase; letter-spacing: .12em; }
.project-card-copy strong { display: block; font-size: clamp(30px, 3vw, 52px); line-height: .9; text-transform: uppercase; font-style: italic; }
.project-single { padding: clamp(100px, 10vw, 170px) clamp(24px, 6vw, 100px); background: var(--cream); }
.project-single-inner { max-width: 1260px; margin: 0 auto; display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(45px, 7vw, 100px); align-items: start; }
.project-single-media { position: sticky; top: 30px; overflow: hidden; border-radius: 38px; background: var(--navy); }
.project-single-media img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.project-single-copy h1 { margin: 15px 0; font-size: clamp(52px, 7vw, 104px); line-height: .84; letter-spacing: -.07em; text-transform: uppercase; font-style: italic; }
.project-single-copy .project-client { color: var(--coral); font-weight: 900; text-transform: uppercase; }
.project-single-copy .project-description { font-size: 18px; line-height: 1.65; }
.project-video-embed { margin-top: 35px; aspect-ratio: 16 / 9; }
.project-video-embed iframe { width: 100%; height: 100%; border: 0; }

.block-editor-block-list__layout .hero { min-height: 760px; }
.block-editor-block-list__layout .site-header { position: relative; background: var(--navy); }

@media (max-width: 1050px) {
  .site-header.wp-block-group { grid-template-columns: 1fr auto; }
  .site-header .wp-block-navigation { display: flex; }
  .site-header > .wp-block-buttons { display: none; }
  .included-grid.wp-block-group { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .level-grid > .wp-block-column.level-featured { transform: none; }
  .project-single-inner { grid-template-columns: 1fr; }
  .project-single-media { position: static; }
}

@media (max-width: 760px) {
  .site-header.wp-block-group { padding-left: 20px; padding-right: 20px; }
  .home-service-links.wp-block-columns,
  .level-grid.wp-block-columns,
  .video-types.wp-block-columns,
  .about-values-grid.wp-block-columns { display: grid; grid-template-columns: 1fr; }
  .included-grid.wp-block-group,
  .project-archive-grid { grid-template-columns: 1fr; }
  .monthly-step,
  .process-step { grid-template-columns: 35px 1fr; }
  .monthly-step > :last-child,
  .process-step > :last-child { grid-column: 2; }
  .video-types > .wp-block-column:nth-child(2),
  .video-types > .wp-block-column:nth-child(4) { transform: none; }
  .site-footer.wp-block-group { flex-direction: column; align-items: flex-start; }
}
