/* danielatz.com — design system extracted from the live WordPress site
   (GeneratePress customizer + GenerateBlocks style-global/style-1199).
   Fonts:  Playfair Display (display serif) · Rubik (headings/nav) · Source Sans Pro (body)
   Colors: teal #04373e / #05373e · coral #cf675a / #cc605f · grey #666666
           heading #1d1d1d · cream #faf0e2 / #f9f0e1 · sand #e1ded6 · footer #172021 */

:root {
  --teal: #04373e;          /* site-header / dark sections (customizer) */
  --teal-btn: #05373e;      /* solid teal buttons on dark sections */
  --footer-bg: #172021;     /* footer band */
  --coral: #cf675a;         /* solid buttons + accents (GenerateBlocks) */
  --coral-2: #cc605f;       /* --contrast: CTA outline, links */
  --grey: #666666;          /* --contrast-3: muted text, meta */
  --heading: #1d1d1d;       /* section headings on white */
  --body-ink: #505050;      /* card/body grey used on white sections */
  --cream: #faf0e2;         /* --base */
  --cream-2: #f9f0e1;       /* --contrast-4 */
  --sand: #e1ded6;          /* --accent: light band / borders */
  --card-line: #e0e0e0;
  --white: #ffffff;
  --container: 1200px;
  --serif: 'Playfair Display', Georgia, serif;
  --sans-heading: Rubik, sans-serif;
  --sans-body: 'Source Sans Pro', -apple-system, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans-body);
  font-size: 17px;
  line-height: 1.5;
  color: var(--heading);
  background: var(--white);
}
img, iframe, video { max-width: 100%; height: auto; }
img { border-radius: 5px; }
a { color: var(--coral-2); transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out; }
a:hover { color: var(--teal); }
p { margin: 0 0 1.5em; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--sans-heading);
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 20px;
  color: var(--heading);
}
h1 { font-size: 42px; }
h2 { font-size: 35px; }
h3 { font-size: 29px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }
@media (max-width: 768px) {
  h1 { font-size: 32px; }
  h2 { font-size: 28px; }
  h3 { font-size: 24px; }
}

.container { max-width: var(--container); margin: 0 auto; padding: 0 40px; }
@media (max-width: 1024px) { .container { padding: 0 30px; } }
@media (max-width: 767px) { .container { padding: 0 20px; } }

/* ---------------------------------------------------------------- header */
.site-header {
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.header-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 70px;
}
.site-header .brand {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: -0.01em;
  color: var(--teal);
  text-decoration: none;
  margin-right: auto;
  line-height: 1.1;
}
.site-header .brand img { display: block; width: 184px; height: 37px; border-radius: 0; }
.site-header nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.site-header nav a {
  display: block;
  padding: 0 20px;
  line-height: 70px;
  font-family: var(--sans-heading);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--teal);
}
.site-header nav a:hover { color: var(--coral-2); }
.cta-pill {
  display: inline-flex;
  align-items: center;
  font-family: var(--sans-heading);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--teal);
  border: 2px solid var(--coral-2);
  border-radius: 9999px;
  padding: 10px 30px;
  white-space: nowrap;
}
.cta-pill:hover, .cta-pill:focus { background: var(--coral-2); color: var(--white); }
@media (max-width: 900px) {
  .header-inner { flex-wrap: wrap; padding: 12px 20px; min-height: 0; justify-content: center; }
  .site-header .brand { margin-right: 0; flex-basis: 100%; text-align: center; }
  .site-header .brand img { margin: 0 auto; }
  .site-header nav a { line-height: 44px; padding: 0 12px; }
  .cta-pill { padding: 8px 22px; }
}

/* ------------------------------------------------------------------ hero */
/* Live-parity hero: 70vh flex-centered band (min 500 / max 700, like the
   WP "Enhanced Hero"), with the CSS-only multilingual greeting cycle. */
.hero {
  background:
    linear-gradient(to left, rgba(0, 0, 0, 0.37) 0%, rgba(0, 0, 0, 0.37) 100%),
    url('/wp-content/uploads/2025/06/daniel-atz-hero-cover-scaled.png')
      center / cover no-repeat;
  background-color: rgba(0, 0, 0, 0.6);
  color: var(--white);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 70vh;
  min-height: 500px;
  max-height: 700px;
  padding: 2rem 40px;
}
/* greeting cycle — live values: word clamp(2.5rem,6vw,4.5rem), 4s per
   language, 0.8s ease in/out, 4 languages = 16s loop. Zero JS. */
.hero-hello {
  font-family: var(--serif);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 0.35em;
  color: var(--white);
  position: relative;
  width: 100%;
  height: 1.15em;
}
.hero-hello .greet {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  white-space: nowrap;
  animation: hero-greet 16s infinite;
}
.hero-hello .greet-2 { animation-delay: 4s; }
.hero-hello .greet-3 { animation-delay: 8s; }
.hero-hello .greet-4 { animation-delay: 12s; }
@keyframes hero-greet {
  0% { opacity: 0; transform: translateY(20px); }
  5% { opacity: 1; transform: translateY(0); }
  25% { opacity: 1; transform: translateY(0); }
  30% { opacity: 0; transform: translateY(-20px); }
  100% { opacity: 0; transform: translateY(-20px); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-hello .greet { animation: none; }
  .hero-hello .greet-1 { opacity: 1; }
}
.hero h1, .hero-name {
  font-family: var(--serif);
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.9;
  margin: 0.05em 0 0.35em;
  color: var(--white);
}
.hero-tagline {
  font-family: var(--serif);
  font-size: clamp(1rem, 3vw, 1.3rem);
  font-weight: 600;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
@media (max-width: 1024px) { .hero { padding: 2rem 30px; } }
@media (max-width: 767px) {
  .hero { padding: 1rem 20px; min-height: 420px; }
  .hero-tagline { letter-spacing: 0.1em; }
}

/* ------------------------------------------------------- section "bands" */
.band { padding: 7rem 40px; background: var(--white); }
.band > .band-inner { max-width: var(--container); margin: 0 auto; }
.band--teal { background: var(--teal); color: var(--white); }
.band--teal h1, .band--teal h2, .band--teal h3, .band--teal h4 { color: var(--white); }
.band--teal p { color: rgba(255, 255, 255, 0.92); }
.band--teal a { color: var(--white); }
.band--teal a:hover { color: var(--sand); }
.band--sand { background: var(--sand); }
@media (max-width: 1024px) { .band { padding: 6rem 30px; } }
@media (max-width: 767px) { .band { padding: 4rem 20px; } }

.eyebrow {
  font-family: var(--sans-body);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--coral);
  margin: 0 0 0.75rem;
}
.band--teal .eyebrow { color: var(--coral); }
.band .lede, .lede { font-size: 1.125rem; }
.band h2 { margin-bottom: 1.5rem; }
.section-sub { color: var(--grey); }
.band--teal .section-sub { color: rgba(255, 255, 255, 0.8); }

/* --------------------------------------------------------------- buttons */
.btn {
  display: inline-flex;
  background: var(--coral);
  border: 1px solid var(--coral);
  color: var(--white);
  font-family: var(--sans-body);
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
}
.btn:hover, .btn:focus { background: var(--coral-2); border-color: var(--coral-2); color: var(--white); }
.band--teal .btn { background: var(--coral); border-color: var(--coral); }
.btn--teal { background: var(--teal-btn); border: 1px solid var(--white); }
.btn--teal:hover, .btn--teal:focus { background: var(--teal); }

/* ----------------------------------------------------------------- cards */
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.card-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 1024px) { .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 767px) { .card-grid, .card-grid--2 { grid-template-columns: 1fr; } }

.card, .card-grid > li {
  background: var(--white);
  border: 1px solid var(--card-line);
  border-radius: 8px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  margin: 0;
}
.card-grid > li::marker { content: ''; }
.band--teal .card, .band--teal .card-grid > li { border-color: transparent; }
.card h2, .card h3 {
  font-size: 1.25rem;
  line-height: 1.35;
  margin: 0 0 0.5rem;
}
.card h2 a, .card h3 a { color: var(--heading); text-decoration: none; }
.card h2 a:hover, .card h3 a:hover { color: var(--coral-2); }
.card p { font-size: 1rem; color: var(--body-ink); margin: 0.5rem 0 0; }
.card .meta, .card-meta {
  font-size: 0.875rem;
  color: var(--grey);
  margin: 0 0 0.5rem;
}
.card-meta .outlet { font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; }
.card-img {
  display: block;
  width: calc(100% + 3rem);
  margin: -1.5rem -1.5rem 1rem;
  border-radius: 8px 8px 0 0;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
/* placeholder block for press cards whose article has no thumbnail image */
.img-ph {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.18)),
    var(--teal);
}
.img-ph span {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
  text-align: center;
  padding: 0 1rem;
  letter-spacing: 0.01em;
}
.press-card .img-ph { background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.25)), var(--footer-bg); }
.card .read-more {
  display: inline-block;
  margin-top: 0.75rem;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--coral);
  text-decoration: none;
}
.card .read-more:hover { color: var(--teal); }

/* ventures list styled as cards (li content untouched) */
ul.ventures {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.ventures > li {
  background: var(--white);
  border: 1px solid var(--card-line);
  border-radius: 8px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  color: var(--body-ink);
  font-size: 1rem;
}
ul.ventures > li > a:first-child {
  display: block;
  font-family: var(--sans-heading);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--heading);
  text-decoration: none;
  margin-bottom: 0.5rem;
}
ul.ventures > li > a:first-child:hover { color: var(--coral-2); }
@media (max-width: 1024px) { ul.ventures { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 767px) { ul.ventures { grid-template-columns: 1fr; } }

/* ---------------------------------------------------------- page banners */
.page-banner {
  background: var(--teal);
  color: var(--white);
  padding: 4.5rem 40px;
}
.page-banner .band-inner { max-width: var(--container); margin: 0 auto; }
.page-banner h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 56px;
  letter-spacing: -0.02em;
  color: var(--white);
  margin: 0;
}
.page-banner .lede,
.page-banner p {
  color: rgba(255, 255, 255, 0.85);
  max-width: 66%;
  margin: 1.25rem 0 0;
}
.page-banner .kicker { color: var(--coral); }
@media (max-width: 1024px) { .page-banner { padding: 3.5rem 30px; } .page-banner .lede, .page-banner p { max-width: 100%; } }
@media (max-width: 767px) { .page-banner { padding: 2.75rem 20px; } .page-banner h1 { font-size: 38px; } }

/* -------------------------------------------------------- reading column */
.prose {
  max-width: 46rem;
  margin: 0 auto;
  padding: 4rem 20px 5rem;
}
.prose h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 44px;
  letter-spacing: -0.02em;
  line-height: 1.12;
  color: var(--teal);
}
.prose h2 { font-size: 28px; margin-top: 2.2rem; }
.prose h3 { font-size: 22px; }
.prose img { border-radius: 8px; box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05); }
.prose .lede { font-size: 1.2rem; line-height: 1.55; }
@media (max-width: 767px) { .prose { padding-top: 2.5rem; } .prose h1 { font-size: 33px; } }

.kicker {
  font-family: var(--sans-body);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--coral);
  margin: 0 0 0.75rem;
}
.meta { color: var(--grey); font-size: 0.92rem; margin: 0.25rem 0 1.5rem; }
.meta time { font-variant-numeric: tabular-nums; }

hr { border: none; border-top: 1px solid var(--sand); margin: 2.5rem 0; }
blockquote {
  border-left: 5px solid var(--coral);
  background: var(--cream-2);
  padding: 20px;
  font-size: 1.2em;
  font-style: italic;
  margin: 0 0 1.5em;
}
blockquote p:last-child { margin: 0; }
code { font-family: ui-monospace, 'SF Mono', Menlo, Consolas, monospace; font-size: 0.9em; }

/* English-translation separation + editorial notes */
section.translation {
  margin-top: 3rem;
  border-top: 4px solid var(--teal);
  padding-top: 2rem;
}
section.translation > h2 {
  font-family: var(--serif);
  font-weight: 700;
  color: var(--teal);
  font-size: 30px;
}
.note {
  background: var(--cream-2);
  border: 1px solid var(--sand);
  border-radius: 5px;
  padding: 0.9rem 1.1rem;
  font-size: 0.95rem;
}
.editorial-note {
  background: var(--cream-2);
  border-left: 4px solid var(--coral);
  border-radius: 0 5px 5px 0;
  color: var(--body-ink);
  font-size: 0.92rem;
  padding: 0.75rem 1rem;
}

/* -------------------------------------------------------------- listings */
article.listing { padding: 1.1rem 0; border-bottom: 1px solid var(--sand); }
article.listing h2, article.listing h3 { margin: 0 0 0.3rem; font-size: 1.25rem; line-height: 1.35; }
article.listing h2 a, article.listing h3 a { color: var(--heading); text-decoration: none; }
article.listing h2 a:hover, article.listing h3 a:hover { color: var(--coral-2); }
article.listing p { margin: 0.3rem 0 0; }
.year-group { margin-top: 3rem; }
.year-group > h2 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--grey);
  border-bottom: 1px solid var(--sand);
  padding-bottom: 0.5rem;
}
.hub-content { padding: 4rem 40px 6rem; }
.hub-content > .band-inner { max-width: var(--container); margin: 0 auto; }
@media (max-width: 1024px) { .hub-content { padding: 3rem 30px 4.5rem; } }
@media (max-width: 767px) { .hub-content { padding: 2.5rem 20px 3.5rem; } }

table.facts { border-collapse: collapse; width: 100%; font-size: 0.95rem; }
table.facts th, table.facts td { text-align: left; padding: 0.45rem 0.6rem; border-bottom: 1px solid var(--sand); vertical-align: top; }
table.facts th { white-space: nowrap; color: var(--grey); font-weight: 600; }

/* ---------------------------------------------------------------- footer */
.site-footer {
  background: var(--teal-btn);
  color: var(--white);
  font-size: 0.875rem;
  padding: 5rem 40px 3rem;
  margin-top: 0;
  text-align: center;
}
.footer-touch { max-width: var(--container); margin: 0 auto 3.5rem; }
.footer-touch h2 {
  color: var(--white);
  font-size: 42px;
  margin: 0 0 2rem;
}
.footer-portrait {
  display: block;
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 2rem;
}
.footer-touch hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  margin: 0 0 1.25rem;
}
.footer-touch p { font-size: 1.1rem; color: rgba(255, 255, 255, 0.92); margin: 0 0 1.5rem; }
.footer-touch .btn { background: var(--coral); border-color: var(--coral); color: var(--white); }
.footer-touch .btn:hover { background: var(--coral-2); border-color: var(--coral-2); }
.footer-brand img { display: inline-block; filter: brightness(0) invert(1); }
.footer-desc { color: rgba(255, 255, 255, 0.85); }
.site-footer > p { max-width: var(--container); margin: 0 auto 1.25rem; }
.site-footer > p:last-child { margin-bottom: 0; color: rgba(255, 255, 255, 0.7); }
.site-footer a { color: var(--white); text-decoration: none; }
.site-footer a:hover { color: var(--coral); }
.site-footer .elsewhere { color: rgba(255, 255, 255, 0.7); }
@media (max-width: 1024px) { .site-footer { padding: 4rem 30px 2.5rem; } }
@media (max-width: 767px) { .site-footer { padding: 3rem 20px 2rem; } .footer-touch h2 { font-size: 32px; } }

/* ==================================================================
   Live GeneratePress/GenerateBlocks page compositions (home + about)
   Values lifted from danielatz.com generateblocks CSS:
   section padding 112px 40px · container 1200px · split 2×1fr gap 80px
   ================================================================== */
.gsec { padding: 112px 40px; background: var(--white); }
.gsec-inner { max-width: var(--container); margin: 0 auto; }
.gsec .center { text-align: center; }
.gsec .btn-row { margin-top: 2.5rem; }
.gsec h2 { font-size: 42px; margin-bottom: 1.25rem; }
.gsec h2.coral { color: var(--coral); }
.gsec--teal { background: var(--teal); color: var(--white); }
.gsec--teal h1, .gsec--teal h2, .gsec--teal h3 { color: var(--white); }
.gsec--teal p { color: rgba(255, 255, 255, 0.92); }
.gsec--dark { background: var(--footer-bg); color: var(--white); }
.gsec--dark h2 { color: var(--white); }
.gsec--sand { background: var(--sand); color: var(--heading); }
.gsec--white { background: var(--white); color: var(--heading); }
@media (max-width: 1024px) { .gsec { padding: 80px 30px; } .gsec h2 { font-size: 34px; } }
@media (max-width: 767px) { .gsec { padding: 56px 20px; } .gsec h2 { font-size: 29px; } }

/* two-column split (560px/560px, 80px gap on live) */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.split img { border-radius: 10px; }
.split-lede { font-size: 1.3rem; line-height: 1.55; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; gap: 40px; } }

/* video thumbnails linking to YouTube (live embeds the video) */
.video-link { position: relative; display: block; line-height: 0; }
.video-link img { display: block; width: 100%; object-fit: cover; border-radius: 10px; }
.video-link::after {
  content: '▶';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: var(--teal);
  font-size: 26px;
  line-height: 72px;
  text-align: center;
  text-indent: 4px;
}
.video-link:hover::after { background: var(--coral); color: var(--white); }

/* home: coral mission statement on teal (live section 1) */
.mission-statement {
  font-family: var(--sans-heading);
  font-weight: 700;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.35;
  color: var(--coral);
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}
.gsec--teal .mission-statement { color: var(--coral); }
.mission-statement em { font-style: italic; }
.mission-lede {
  max-width: 58rem;
  margin: 3rem auto 0;
  text-align: center;
  font-size: 1.15rem;
}
.gsec--teal a { color: var(--white); }
.gsec--teal a:hover { color: var(--sand); }
.gsec--teal .btn, .gsec--teal .btn:hover { color: var(--white); }

/* press hub: CSS-only country / original-language filters (zero JS) */
.pf-input { position: absolute; opacity: 0; pointer-events: none; }
.press-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin: 0 0 3rem;
}
.pf-group-label {
  font-family: var(--sans-heading);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--grey);
  margin-right: 0.25rem;
}
.pf-group-label--lang { margin-left: 1.25rem; }
@media (max-width: 767px) { .pf-group-label--lang { margin-left: 0; flex-basis: 100%; margin-top: 0.75rem; } }
.press-filters .chip {
  cursor: pointer;
  border: 1px solid var(--card-line);
  border-radius: 9999px;
  padding: 6px 14px;
  font-size: 0.95rem;
  color: var(--body-ink);
  background: var(--white);
  transition: color 0.1s ease-in-out, border-color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}
.press-filters .chip:hover { border-color: var(--coral-2); color: var(--coral-2); }
/* selected chip */
#pfc-all:checked ~ .press-filters label[for='pfc-all'],
#pfc-lu:checked ~ .press-filters label[for='pfc-lu'],
#pfc-br:checked ~ .press-filters label[for='pfc-br'],
#pfc-us:checked ~ .press-filters label[for='pfc-us'],
#pfc-de:checked ~ .press-filters label[for='pfc-de'],
#pfc-it:checked ~ .press-filters label[for='pfc-it'],
#pfl-all:checked ~ .press-filters label[for='pfl-all'],
#pfl-fr:checked ~ .press-filters label[for='pfl-fr'],
#pfl-de:checked ~ .press-filters label[for='pfl-de'],
#pfl-pt:checked ~ .press-filters label[for='pfl-pt'],
#pfl-lu:checked ~ .press-filters label[for='pfl-lu'],
#pfl-en:checked ~ .press-filters label[for='pfl-en'],
#pfl-it:checked ~ .press-filters label[for='pfl-it'] {
  background: var(--teal);
  border-color: var(--teal);
  color: var(--white);
}
/* card filtering */
#pfc-lu:checked ~ .year-group .card:not([data-country='LU']),
#pfc-br:checked ~ .year-group .card:not([data-country='BR']),
#pfc-us:checked ~ .year-group .card:not([data-country='US']),
#pfc-de:checked ~ .year-group .card:not([data-country='DE']),
#pfc-it:checked ~ .year-group .card:not([data-country='IT']),
#pfl-fr:checked ~ .year-group .card:not([data-lang~='FR']),
#pfl-de:checked ~ .year-group .card:not([data-lang~='DE']),
#pfl-pt:checked ~ .year-group .card:not([data-lang~='PT']),
#pfl-lu:checked ~ .year-group .card:not([data-lang~='LU']),
#pfl-en:checked ~ .year-group .card:not([data-lang~='EN']),
#pfl-it:checked ~ .year-group .card:not([data-lang~='IT']) {
  display: none;
}
/* hide a year heading when the country filter leaves it empty */
#pfc-lu:checked ~ .year-group:not(:has(.card[data-country='LU'])),
#pfc-br:checked ~ .year-group:not(:has(.card[data-country='BR'])),
#pfc-us:checked ~ .year-group:not(:has(.card[data-country='US'])),
#pfc-de:checked ~ .year-group:not(:has(.card[data-country='DE'])),
#pfc-it:checked ~ .year-group:not(:has(.card[data-country='IT'])),
#pfl-fr:checked ~ .year-group:not(:has(.card[data-lang~='FR'])),
#pfl-de:checked ~ .year-group:not(:has(.card[data-lang~='DE'])),
#pfl-pt:checked ~ .year-group:not(:has(.card[data-lang~='PT'])),
#pfl-lu:checked ~ .year-group:not(:has(.card[data-lang~='LU'])),
#pfl-en:checked ~ .year-group:not(:has(.card[data-lang~='EN'])),
#pfl-it:checked ~ .year-group:not(:has(.card[data-lang~='IT'])) {
  display: none;
}

/* contact page: centered column, full-height form (no inner scrolling) */
.contact-wrap { max-width: 760px; margin: 0 auto; }
.contact-note { text-align: center; color: var(--body-ink); margin: 0 0 2.5rem; }
.contact-frame {
  display: block;
  width: 100%;
  height: 900px;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
}
.contact-alt { text-align: center; margin: 2.5rem 0 0; }
@media (max-width: 767px) { .contact-frame { height: 980px; } }

/* responsive 16:9 video embed (about: film trailer) */
.video-embed {
  max-width: 860px;
  margin: 2.5rem auto 0;
  aspect-ratio: 16 / 9;
}
.video-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}

/* home: photo collage (live section 2 left column) */
.collage { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.collage img { width: 100%; height: 100%; object-fit: cover; border-radius: 10px; }
.collage .collage-wide { grid-column: 1 / -1; }

/* home: venture cards (live "What I'm Working On") */
.venture-cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 48px 36px;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}
.venture-cards li { margin: 0; display: flex; flex-direction: column; }
.venture-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  background: var(--white);
  border: 1px solid var(--card-line);
  border-radius: 10px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  padding: 1.25rem;
  margin-bottom: 1.5rem;
}
.venture-logo img { max-height: 100%; object-fit: contain; }
.venture-cards h3 { font-size: 24px; line-height: 1.2; margin: 0 0 0.6rem; }
/* reserve equal title space on the 5-across layout so descriptions start on the same line */
@media (min-width: 1101px) { .venture-cards h3 { min-height: 3.6em; } }
.venture-cards h3 a { color: var(--coral); text-decoration: none; }
.venture-cards h3 a:hover { color: var(--teal); }
.venture-cards p { font-size: 1rem; color: var(--body-ink); margin: 0 0 1rem; }
.venture-cards .venture-btn { margin: auto 0 0; padding-top: 1.25rem; }
@media (max-width: 1100px) { .venture-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 767px) { .venture-cards { grid-template-columns: 1fr; } }

/* teal + white solid buttons (live gbp-button styles) */
.btn--teal {
  background: var(--teal-btn);
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: var(--white);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}
.btn--teal:hover, .btn--teal:focus { background: var(--teal); color: var(--white); }
.gsec:not(.gsec--teal):not(.gsec--dark) .btn--teal { border-color: var(--teal-btn); }

/* home: pillar columns on near-black band (live "Global Migration Advisory") */
.pillars-sec .pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 48px 36px;
  margin-top: 2rem;
}
.pillars-sec h3 { font-size: 24px; margin: 0 0 0.75rem; }
.pillars-sec h3 a { color: var(--coral); text-decoration: none; }
.pillars-sec h3 a:hover { color: var(--white); }
.pillars-sec p { color: rgba(255, 255, 255, 0.85); font-size: 1rem; margin: 0; }
.pillars-sec p a { color: var(--coral); }
@media (max-width: 1024px) { .pillars-sec .pillar-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .pillars-sec .pillar-grid { grid-template-columns: 1fr; } }

/* home: press cards on teal (live "Press & Media") */
.press-sec h2 { margin-bottom: 3rem; }
.press-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 56px;
}
.press-img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top;
  background: var(--white);
  border-radius: 8px;
  margin-bottom: 1.5rem;
}
.press-meta { font-size: 0.875rem; color: rgba(255, 255, 255, 0.75); margin: 0 0 0.75rem; }
.press-meta .outlet { font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; }
.press-card h3 { font-size: 1.35rem; line-height: 1.35; margin: 0; }
.press-card h3 a { color: var(--white); text-decoration: none; }
.press-card h3 a:hover { color: var(--coral); }
@media (max-width: 1024px) { .press-grid { grid-template-columns: 1fr; max-width: 34rem; margin: 0 auto; } }

/* home: testimonials on sand (live "Clients") */
.testi-kicker {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-size: 0.95rem;
  color: var(--grey);
  margin: 0 0 0.75rem;
}
.testi-sec h2 { color: #3a3a3a; margin-bottom: 0.75rem; }
.testi-sub { text-align: center; color: var(--coral); margin: 0 0 0.5rem; }
.testi-sub::after {
  content: '';
  display: block;
  width: 88px;
  height: 3px;
  background: var(--coral);
  margin: 1.5rem auto 0;
}
.testi-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  max-width: 56rem;
  margin: 5.5rem auto 0;
}
.testi-card {
  background: var(--white);
  padding: 0 2rem 2rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}
.testi-avatar {
  display: block;
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid var(--grey);
  margin-top: -44px;
  margin-bottom: 1.5rem;
}
.testi-name { font-style: italic; color: var(--coral); font-size: 1.05rem; margin: 0 0 0.4rem; }
.testi-role {
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: var(--heading);
  margin: 0 0 1rem;
}
.testi-card p:last-child { color: var(--body-ink); margin: 0; }
@media (max-width: 767px) { .testi-grid { grid-template-columns: 1fr; gap: 64px; } }

/* about page: teal canvas, live section treatments */
.about-page { background: var(--teal); color: var(--white); }
.about-page .gsec { background: transparent; }
.about-page .gsec--white { background: var(--white); color: var(--heading); }
.about-page h1 { font-size: 42px; color: var(--white); margin-bottom: 1.25rem; }
.about-page .gsec h2 { color: var(--white); }
.about-page .gsec h2.coral { color: var(--coral); }
.about-page .gsec--white h2 { color: var(--heading); }
.about-page p { color: rgba(255, 255, 255, 0.92); }
.about-page .gsec--white p, .about-page .gsec--white td, .about-page .gsec--white th { color: inherit; }
.about-page a { color: var(--white); }
.about-page a:hover { color: var(--sand); }
.about-page .gsec--white a { color: var(--coral-2); }
.about-page .gsec--white a:hover { color: var(--teal); }
.about-page .about-hero { padding-top: 96px; }
.about-portrait { width: 100%; }
@media (max-width: 767px) { .about-page h1 { font-size: 32px; } }

/* rounded photo cards with color overlays (about mission / let's connect) */
.overlay-card {
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 12px;
  padding: 88px 64px;
  text-align: center;
  background-position: center;
  background-size: cover;
}
.overlay-card--coral {
  background-image:
    linear-gradient(rgba(207, 103, 90, 0.82), rgba(207, 103, 90, 0.82)),
    url('/wp-content/uploads/2025/06/19-1-scaled-1.jpg');
}
.overlay-card--dark {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url('/wp-content/uploads/2025/06/2-1-scaled-1.jpg');
}
.overlay-card blockquote {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font-style: italic;
}
.overlay-card blockquote p {
  font-family: var(--sans-heading);
  font-weight: 700;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.55;
  color: var(--white);
  margin: 0;
}
.mission-quote-sec h2 { margin-bottom: 2.5rem; }
.connect-sec .overlay-card h2 { margin-bottom: 1rem; }
.connect-sec .overlay-card p { font-weight: 600; font-size: 1.15rem; }
.connect-sec .overlay-card .btn-row { margin-top: 2rem; }
@media (max-width: 767px) { .overlay-card { padding: 56px 24px; } }

/* about: areas of expertise columns */
.expertise-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 48px 36px;
  margin-top: 2.5rem;
}
.expertise-grid img {
  display: block;
  height: 96px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  border-radius: 10px;
  margin-bottom: 1.5rem;
}
.expertise-grid h3 { font-size: 24px; color: var(--white); margin: 0 0 0.75rem; }
.expertise-grid p { font-size: 1rem; margin: 0; }
@media (max-width: 1024px) { .expertise-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .expertise-grid { grid-template-columns: 1fr; } }

/* about: achievements list */
.achievements-list { padding-left: 1.2rem; margin: 0; }
.achievements-list li { margin-bottom: 0.85rem; color: rgba(255, 255, 255, 0.92); }

/* about: book mockup fills its column (live bleeds to edge on white) */
.book-img { display: block; width: 100%; border-radius: 10px; }


/* Tag chips (pure CSS) — hub cards + article headers */
.tag-chips { display: flex; flex-wrap: wrap; gap: 0.4rem; margin: 0.35rem 0 0.9rem; }
.tag-chip {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--teal-btn, #0d5c63);
  background: rgba(13, 92, 99, 0.08);
  border: 1px solid rgba(13, 92, 99, 0.25);
  border-radius: 999px;
  padding: 0.15rem 0.6rem;
  line-height: 1.4;
}
