.elementor-2978 .elementor-element.elementor-element-091e443{--display:flex;--min-height:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2978 .elementor-element.elementor-element-b41550f > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-b41550f */html, body { overflow-x: hidden; }
.wk *, .wk *::before, .wk *::after { box-sizing: border-box; margin: 0; padding: 0; }

.wk {
  --cream:   #DBD9D3;
  --dark:    #1c1a17;
  --gold:    #8b6914;
  --gold2:   #c9a84c;
  --forest:  #0E4336;
  --border:  #B3B3B3;
  --white:   #ffffff;
  --r:       12px;
  

  background: var(--cream);
  color: var(--dark);
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 1.75;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  overflow-x: hidden;
}

/* Brand-Block */
.wk-brand{
  max-width:720px;
}
.wk-brand__mark{
  width:92px;
  height:18px;
  margin-bottom:14px;
  background:linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.9),
    transparent
  );
  border-radius:999px;
  opacity:.8;
}
.wk-brand__title{
  margin:0;
  letter-spacing:.08em;
  font-size:clamp(34px, 4vw, 56px);
  font-weight:600;
  text-transform:uppercase;
  font-family: 'Spectral', serif;
}
.wk-brand__subtitle{
  margin: 0;
  color: rgba(242,239,232,.82);
  font-size: 1.05rem;
  font-family: 'Lato', sans-serif;
}

  .wattkorn-kicker{
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-family: 'Lato', sans-serif;
    color: #0E4336;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 0.7rem;
    font-weight: 400;
    margin-bottom: 1em;
  }
  .wattkorn-kicker::before{
    content:"";
    width: 28px;
    height: 1px;
    background: #0E4336;
    opacity: .9;
  }

/* ── HERO ──────────────────────────────────────────── */
.wk-hero {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.wk-hero-img {
  position: absolute;
  inset: 0;
  background-image: url('https://zumwattkorn.de/wp-content/uploads/2026/02/Eventsveranstaltung-scaled.jpg');
  background-size: cover;
  background-position: center 30%;
  transition: transform 8s ease;
}
.wk-hero:hover .wk-hero-img { transform: scale(1.03); }
.wk-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(28,26,23,0.92) 0%, rgba(28,26,23,0.5) 55%, rgba(28,26,23,2) 100%);
}
.wk-hero-content {
  position: relative;
  z-index: 2;
  padding: 4rem 5rem 5rem;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4rem;
}
.wk-brand__mark{
  width:92px;
  height:18px;
  margin-bottom:14px;
  background:linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.9),
    transparent
  );
  border-radius:999px;
  opacity:.8;
}
.wk-hero-text { max-width: 620px; }
.wk-hero h1 {
  font-family:  'Spectral', serif;
', serif;
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--white);
  margin: 1rem 0 1.5rem;
}
.wk-hero h1 em { font-style: 'Lato', sans-serif; color: var(--gold2); }
.wk-hero-sub {
  font-size: 1rem;
  color: rgba(255,255,255,1);
  max-width: 480px;
  line-height: 1.75;
}
.wk-hero-btn {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.6rem 1.4rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.8);
  background: transparent;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
  white-space: nowrap;
}
.wk-hero-btn:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.7); color: var(--white); }

/* ── SHARED TYPOGRAPHY ─────────────────────────────── */
.wk-eyebrow {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold2);
  margin-bottom: 1.2rem;
}
.wk-kicker {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold2);
  margin-bottom: 0.6rem;
}
.wk-kicker--light { color: rgba(255,255,255,0.55); }

/* ── MAIN ──────────────────────────────────────────── */
.wk-main { padding: 6rem 0 7rem; }
.wk-inner { max-width: 1240px; margin: 0 auto; padding: 0 3.5rem; }

/* ── SECTION HEAD ──────────────────────────────────── */
.wk-sec-head { margin-bottom: 3.5rem; }
.wk-sec-head h2 {
  font-family: 'Spectral', serif;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--dark);
  margin-bottom: 1rem;
}
.wk-sec-head h2 em { font-style:'Lato', sans-serif; color: var(--forest); }
.wk-sec-head p { font-size: 1rem; color: var(--forest); max-width: 480px; }

/* ── SECTION BREAK ─────────────────────────────────── */
.wk-break {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 6rem 0;
}
.wk-break-line { flex: 1; height: 1px; background: var(--border); }
.wk-break-word {
  font-size: 0.7em;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--forest);
  white-space: nowrap;
}

/* ── SOURCE PILL ───────────────────────────────────── */
.wk-source-pill {
  display: inline-block;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold2);
  border: 1px solid rgba(139,105,20,0.35);
  padding: 0.28rem 0.8rem;
  border-radius: 999px;
  margin-bottom: 0.6rem;
}
.wk-source-pill--light {
  color: rgba(255,255,255,0.7);
  border-color: rgba(255,255,255,0.25);
}
.wk-date-label {
  display: block;
  font-family: 'Spectral', serif;
  font-style: italic;
  font-size: 1em;
  color: var(--white);
  margin-bottom: 1rem;
}
.wk-date-label--light { color: rgba(255,255,255,1); }

/* ── CTA LINK ──────────────────────────────────────── */
.wk-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.7em;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
  transition: gap 0.25s ease, opacity 0.25s;
  margin-top: auto;
}
.wk-cta svg { width: 12px; height: 12px; flex-shrink: 0; transition: transform 0.25s; }
.wk-cta:hover { gap: 0.7rem; opacity: 0.75; }
.wk-cta:hover svg { transform: translateX(2px); }
.wk-cta--light { color: rgba(255,255,255,0.7); }
.wk-cta--light:hover { opacity: 1; color: var(--white); }

/* ── EDITORIAL FEATURED ────────────────────────────── */
.wk-editorial {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  min-height: 520px;
  border-radius: var(--r);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  margin-bottom: 2rem;
  cursor: pointer;
}
.wk-editorial-img {
  position: relative;
  overflow: hidden;
}
.wk-editorial-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94);
}
.wk-editorial:hover .wk-editorial-img img { transform: scale(1.05); }
.wk-editorial-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(14,34,20,0.15) 0%, transparent 100%);
}
.wk-editorial-body {
  background: var(--forest);
  padding: 3.5rem 3rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.wk-editorial-body h3 {
  font-family: 'Spectral', serif;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--cream);
  margin-bottom: 1.2rem;
}
.wk-editorial-body h3 em { font-style: italic; color: var(--gold2); }
.wk-editorial-text {
  font-size: 1rem;
  color: rgba(245,240,232,1);
  line-height: 1.75;
  margin-bottom: 2rem;
  flex: 1;
}

.wk-duo {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 1.2rem;
  margin-bottom: 5rem;
}
.wk-duo .wk-tile { height: 380px; }
.wk-tile--tall { grid-row: 1; }
.wk-tile--wide { grid-row: 1; }

/* ── PRESS LEAD ────────────────────────────────────── */
.wk-press-lead {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
  align-items: start;
}
.wk-tile--press-hero { height: 420px; }
.wk-press-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* ── TILE (Foto-Karte) ─────────────────────────────── */
.wk-tile {
  position: relative;
  border-radius: var(--r);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  min-width: 0;
  background-size: cover;
  background-position: center;
  transition: background-size 0.7s cubic-bezier(0.25,0.46,0.45,0.94);
}
.wk-tile:hover { background-size:120%; }
.wk-tile-img { display: none; }
.wk-tile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94);
}
.wk-tile:hover .wk-tile-img img { transform: scale(1.06); }
.wk-tile-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,0.7) 40%,
    rgba(0,0,0,0.25) 75%,
    rgba(0,0,0,0.0) 100%
  );
}
.wk-tile-body {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding: 1.8rem 1.6rem 1.6rem;
  display: flex;
  flex-direction: column;
}
.wk-tile-body h4 {
  font-family: 'Spectral', serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--white);
  margin-bottom: 1rem;
}

/* ── PRESS ITEM (Text-only) ────────────────────────── */
.wk-press-item {
  display: flex;
  flex-direction: column;
  padding: 1.4rem 0;
  border-bottom: 1px solid var(--border);
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: opacity 0.2s;
}
.wk-press-item:first-child { border-top: 1px solid var(--border); }
.wk-press-item:hover { opacity: 0.75; }
.wk-pi-source {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}
.wk-pi-date {
  font-family: 'Spectral', serif;
  font-style: italic;
  font-size: 1em;
  color: var(--forest);
  margin-bottom: 0.5rem;
}
.wk-pi-cat {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--forest);
  margin-bottom: 0.4rem;
}
.wk-press-item h5 {
  font-family: 'Spectral', serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: -0.005em;
  color: var(--dark);
  margin-bottom: 0.8rem;
}

/* ── HORIZONTALE KARTE ─────────────────────────────── */
.wk-horizontal {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  min-height: 320px;
  border-radius: var(--r);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  margin: 3rem 0;
  cursor: pointer;
  border: 1px solid var(--border);
}
.wk-horizontal-img {
  position: relative;
  overflow: hidden;
}
.wk-horizontal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.25,0.46,0.45,0.94);
}
.wk-horizontal:hover .wk-horizontal-img img { transform: scale(1.05); }
.wk-horizontal-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 60%, rgba(245,240,232,0.5) 100%);
}
.wk-horizontal-body {
  background: var(--forest);
  padding: 2.5rem 2.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
.wk-horizontal-body h3 {
  font-family: 'Spectral', serif;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: var(--white);
}
.wk-horizontal-body h3 em { font-style: italic; color: var(--white); }
.wk-horizontal-body p {
  font-size: 0.9rem;
  color: var(--white);
  line-height: 1.7;
  opacity: 0.8;
}

/* ── TRIO GRID ─────────────────────────────────────── */
.wk-trio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3rem;
  margin-bottom: 5rem;
}
.wk-trio .wk-press-item { border-top: 1px solid var(--border); }
.wk-trio .wk-press-item:first-child { border-top: 1px solid var(--border); }

/* ── FOTO BANNER ───────────────────────────────────── */
.wk-banner {
  position: relative;
  height: 320px;
  border-radius: var(--r);
  overflow: hidden;
  margin: 0 0 6rem;
}
.wk-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}
.wk-banner:hover img { transform: scale(1.02); }
.wk-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(28,26,23,0.92) 0%, rgba(28,26,23,0.5) 55%, rgba(28,26,23,0.4) 100%);
  display: flex;
  align-items: center;
  padding: 0 4rem;
 
}
.wk-banner-overlay p {
  font-family: 'Spectral', serif;
  font-style: italic;
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  color: var(--white);
  max-width: 640px;
  line-height: 1.45;
}

/* ── PULL QUOTE ────────────────────────────────────── */
.wk-pullquote {
  text-align: center;
  padding: 4rem 0 5rem;
}
.wk-pullquote p {
  font-family: 'Spectral', serif;
  font-style: italic;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  font-weight: 400;
  line-height: 1.4;
  color: var(--forest);
  letter-spacing: -0.01em;
}

/* ── INSTAGRAM ─────────────────────────────────────── */
.wk-ig-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3rem;
  margin-bottom: 6rem;
}
.wk-ig-item {
  display: flex;
  flex-direction: column;
  padding: 1.6rem 0;
  border-top: 1px solid var(--border);
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: opacity 0.2s;
}
.wk-ig-item:hover { opacity: 0.72; }
.wk-ig-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #833ab4 0%, #fd1d1d 60%, #f77737 100%);
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  margin-bottom: 1rem;
  width: fit-content;
}
.wk-ig-label span { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.85); }
.wk-ig-when { margin-left: auto; color: rgba(255,255,255,0.45) !important; }
.wk-ig-icon { width: 11px; height: 11px; fill: none; stroke: rgba(255,255,255,0.85); stroke-width: 1.6; flex-shrink: 0; }
.wk-ig-cat { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--forest); opacity: 0.6; margin-bottom: 0.4rem; }
.wk-ig-item h5 { font-family: 'Spectral', serif; font-size: 1.2em; font-weight: 500; line-height: 1.38; color: var(--dark); margin-bottom: 0.5rem; }
.wk-ig-text { font-size: 0.9em; color: var(--forest); line-height: 1.6; margin-bottom: 0.9rem; font-weight: 400;}

/* ── CLOSING QUOTE ─────────────────────────────────── */
.wk-closing-quote {
  text-align: center;
  padding: 3rem 0 2rem;
  border-top: 1px solid var(--border);
  position: relative;
}
.wk-closing-mark {
  font-family: 'Spectral', serif;
  font-size: 6rem;
  color: var(--gold2);
  line-height: 0.5;
  opacity: 0.2;
  display: block;
  margin-bottom: 1rem;
  user-select: none;
}
.wk-closing-quote blockquote {
  font-family: 'Spectral', serif;
  font-style: italic;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.55;
  color: var(--dark);
  max-width: 680px;
  margin: 0 auto 1.2rem;
  letter-spacing: -0.01em;
}
.wk-closing-quote cite {
  font-style: normal;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--forest);
  opacity: 0.65;
}
/* ── RESPONSIVE ────────────────────────────────────── */

/* TABLET LANDSCAPE: 1024px */
@media (max-width: 1100px) {
  .wk-inner { padding: 0 2.5rem; }
  .wk-hero-content { padding: 3rem 3rem 4rem; }
  .wk-duo { grid-template-columns: 1fr 1fr; }
  .wk-duo .wk-tile { height: 320px; }
  .wk-press-lead { grid-template-columns: 1.2fr 1fr; }
  .wk-trio { gap: 0 2rem; }
  .wk-ig-grid { gap: 0 2rem; }
  .wk-editorial { grid-template-columns: 1fr 1fr; }
  .wk-horizontal { grid-template-columns: 1fr 1.2fr; }
}

/* TABLET PORTRAIT: 768–900px */
@media (max-width: 900px) {
  .wk-main { padding: 4.5rem 0 5.5rem; }
  .wk-inner { padding: 0 2rem; }

  /* Hero */
  .wk-hero { min-height: 480px; }
  .wk-hero-content { flex-direction: column; align-items: flex-start; gap: 2rem; padding: 3rem 2rem 3.5rem; }
  .wk-hero-nav { flex-direction: row; flex-wrap: wrap; align-items: flex-start; gap: 0.5rem; }
  .wk-hero h1 { font-size: clamp(2.2rem, 5vw, 3rem); }

  /* Editorial */
  .wk-editorial { grid-template-columns: 1fr; min-height: auto; }
  .wk-editorial-img { height: 320px; position: relative; }
  .wk-editorial-img img { position: absolute; inset: 0; }
  .wk-editorial-body { padding: 2.5rem 2rem 2rem; }
  .wk-editorial-body h3 { font-size: clamp(1.4rem, 3vw, 1.8rem); }

  /* Duo */
  .wk-duo { display: flex !important; flex-direction: column !important; gap: 1rem; margin-bottom: 3.5rem; }
  .wk-duo .wk-tile { height: 320px !important; width: 100% !important; flex-shrink: 0; }

  /* Press Lead */
  .wk-press-lead { grid-template-columns: 1fr; gap: 0; }
  .wk-tile--press-hero { height: 320px; min-height: unset; margin-bottom: 0; }

  /* Horizontal */
  .wk-horizontal { grid-template-columns: 1fr; min-height: auto; }
  .wk-horizontal-img { height: 260px; position: relative; }
  .wk-horizontal-img img { position: absolute; inset: 0; }
  .wk-horizontal-body { padding: 2rem 1.8rem; gap: 0.8rem; }

  /* Trio */
  .wk-trio { grid-template-columns: 1fr 1fr; gap: 0 2.5rem; }

  /* Instagram */
  .wk-ig-grid { grid-template-columns: 1fr 1fr; gap: 0 2.5rem; }
  .wk-ig-item:nth-child(3) { display: none; }

  /* Misc */
  .wk-break { margin: 4rem 0; }
  .wk-banner { height: 260px; }
  .wk-pullquote { padding: 3rem 0 4rem; }
  .wk-sec-head h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); }
}

/* MOBIL: bis 600px */
@media (max-width: 600px) {
  .wk-main { padding: 3.5rem 0 4.5rem; }
  .wk-inner { padding: 0 1.25rem; }

  /* Hero */
  .wk-hero { min-height: 420px; }
  .wk-hero-content { padding: 2rem 1.25rem 3rem; gap: 1.5rem; }
  .wk-hero h1 { font-size: clamp(2rem, 8vw, 2.6rem); margin: 0.6rem 0 1rem; }
  .wk-hero-sub { font-size: 0.9rem; }
  .wk-hero-nav { gap: 0.4rem; }
  .wk-hero-btn { font-size: 0.6rem; padding: 0.5rem 1rem; }

  /* Editorial */
  .wk-editorial-img { height: 240px; }
  .wk-editorial-body { padding: 1.8rem 1.25rem 1.5rem; }
  .wk-editorial-body h3 { font-size: 1.3rem; margin-bottom: 0.8rem; }
  .wk-editorial-text { font-size: 0.85rem; margin-bottom: 1.5rem; }

  /* Duo */
  .wk-duo { display: flex !important; flex-direction: column !important; gap: 0.8rem; margin-bottom: 3rem; }
  .wk-duo .wk-tile { height: 340px !important; width: 100% !important; flex-shrink: 0; }
  .wk-duo .wk-tile-body { padding: 1.8rem 1.4rem 2.4rem; }

  /* Press Lead */
  .wk-tile--press-hero { height: 280px; min-height: unset; margin-bottom: 0; }

  /* Horizontal */
  .wk-horizontal-img { height: 220px; }
  .wk-horizontal-body { padding: 1.5rem 1.25rem; }
  .wk-horizontal-body h3 { font-size: 1.2rem; }
  .wk-horizontal { margin: 2rem 0; }

  /* Trio → single column */
  .wk-trio { grid-template-columns: 1fr; gap: 0; }

  /* Instagram → single column, alle 3 zeigen */
  .wk-ig-grid { grid-template-columns: 1fr; gap: 0; }
  .wk-ig-item:nth-child(3) { display: flex; }

  /* Section heads */
  .wk-sec-head { margin-bottom: 2.5rem; }
  .wk-sec-head h2 { font-size: clamp(1.7rem, 7vw, 2.2rem); }

  /* Breaks & spacing */
  .wk-break { margin: 3rem 0; }
  .wk-banner { height: 200px; border-radius: 0; border-radius: var(--r);}
  .wk-banner-overlay { padding: 0 1.25rem; border-radius: var(--r);}
  .wk-banner-overlay p { font-size: clamp(1rem, 4vw, 1.3rem); }
  .wk-pullquote { padding: 2.5rem 0 3rem; }
  .wk-pullquote p { font-size: clamp(1.2rem, 5vw, 1.6rem); }
  .wk-closing-quote { padding: 2.5rem 0 1.5rem; }
  .wk-closing-quote blockquote { font-size: 1.2em; }
  .wk-closing-mark { font-size: 4rem; }

  /* Press items kompakter */
  .wk-press-item { padding: 1.1rem 0; }
  .wk-press-item h5 { font-size: 0.95rem; }
  .wk-ig-item { padding: 1.2rem 0; }
}/* End custom CSS */