/*
Theme Name: Walter Unternehmenskonzepte
Theme URI: https://walter-unternehmenskonzepte.de/
Author: Walter Unternehmenskonzepte
Description: Maßgeschneidertes WordPress Block-Theme für Walter Unternehmenskonzepte. Seriöses Unternehmensdesign in Dunkelblau und Gold für Existenzgründung, Businesspläne, Finanzplanung und Logo-Design.
Version: 1.4.0
Requires at least: 6.6
Requires PHP: 7.4
Text Domain: walter-konzepte
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: block-patterns, full-site-editing, custom-colors, custom-logo, featured-images, wide-blocks
*/

:root {
  --wuk-navy: #081a33;
  --wuk-navy-2: #12365e;
  --wuk-gold: #b9944a;
  --wuk-gold-light: #d6b86f;
  --wuk-ink: #172538;
  --wuk-muted: #647386;
  --wuk-pale-blue: #eef4f9;
  --wuk-pale-gold: #faf6ec;
  --wuk-white: #ffffff;
  --wuk-line: #d7e0e8;
  --wuk-shadow: 0 20px 55px rgba(8, 26, 51, 0.12);
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

a {
  text-underline-offset: 0.18em;
}

.wp-site-blocks {
  padding: 0;
}

.wuk-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(8, 26, 51, 0.09);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 28px rgba(8, 26, 51, 0.06);
  backdrop-filter: blur(14px);
}

.admin-bar .wuk-header {
  top: 32px;
}

.wuk-header-inner {
  min-height: 84px;
}

.wuk-logo {
  margin: 0;
  overflow: visible;
  line-height: 0;
}

.wuk-logo img {
  display: block;
  width: clamp(230px, 27vw, 350px) !important;
  height: auto !important;
  object-fit: contain;
  object-position: left center;
}

.wuk-nav a {
  color: var(--wuk-navy) !important;
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.wuk-nav a:hover,
.wuk-nav a:focus {
  color: var(--wuk-gold) !important;
}

.wuk-hero {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 14%, rgba(214, 184, 111, 0.28), transparent 29%),
    radial-gradient(circle at 8% 92%, rgba(44, 94, 148, 0.22), transparent 34%),
    linear-gradient(135deg, #041225 0%, #09223f 52%, #143d68 100%);
  color: var(--wuk-white);
}

.wuk-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.wuk-hero::after {
  position: absolute;
  z-index: -1;
  right: -210px;
  bottom: -240px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(214, 184, 111, 0.25);
  border-radius: 50%;
  box-shadow:
    0 0 0 52px rgba(214, 184, 111, 0.04),
    0 0 0 104px rgba(214, 184, 111, 0.03);
  content: "";
}

.wuk-hero-inner {
  padding-top: clamp(4.5rem, 7.5vw, 7rem);
  padding-bottom: clamp(4.5rem, 7.5vw, 6.8rem);
}

.wuk-eyebrow {
  margin-bottom: 1.15rem;
  color: var(--wuk-gold-light);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wuk-hero-title {
  max-width: 790px;
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: var(--wuk-white);
  font-size: clamp(2.75rem, 5.2vw, 4.85rem);
  line-height: 1.01;
  letter-spacing: -0.045em;
}

.wuk-hero-title strong {
  color: var(--wuk-gold-light);
  font-weight: inherit;
}

.wuk-hero-copy {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.04rem, 1.55vw, 1.22rem);
  line-height: 1.68;
}

.wuk-hero-audience {
  width: fit-content;
  max-width: 720px;
  margin: 0 0 1.5rem;
  padding: 0.8rem 1rem 0.86rem 1.1rem;
  border: 1px solid rgba(214, 184, 111, 0.42);
  border-left: 4px solid var(--wuk-gold-light);
  border-radius: 0 12px 12px 0;
  background: rgba(214, 184, 111, 0.1);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.12);
}

.wuk-hero-audience-label,
.wuk-hero-audience-copy {
  margin: 0;
}

.wuk-hero-audience-label {
  color: var(--wuk-gold-light);
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.wuk-hero-audience-copy {
  margin-top: 0.22rem;
  color: var(--wuk-white);
  font-size: clamp(0.94rem, 1.4vw, 1.08rem);
  line-height: 1.45;
}

.wuk-hero-micro {
  margin: 0.95rem 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.wuk-hero .wp-block-button__link {
  min-width: 205px;
  text-align: center;
}

.wuk-button-outline .wp-block-button__link {
  border: 1px solid rgba(255, 255, 255, 0.46);
  background: transparent !important;
  color: var(--wuk-white) !important;
}

.wuk-button-outline .wp-block-button__link:hover {
  border-color: var(--wuk-gold-light);
  background: rgba(255, 255, 255, 0.07) !important;
}

.wuk-button-dark-outline .wp-block-button__link {
  border: 1px solid rgba(8, 26, 51, 0.35);
  background: transparent !important;
  color: var(--wuk-navy) !important;
}

.wuk-button-dark-outline .wp-block-button__link:hover {
  border-color: var(--wuk-gold);
  background: var(--wuk-pale-gold) !important;
}

.wuk-strategy-panel {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
}

.wuk-strategy-panel::before {
  position: absolute;
  top: 0;
  left: 2rem;
  width: 90px;
  height: 3px;
  background: var(--wuk-gold-light);
  content: "";
}

.wuk-panel-title {
  max-width: 360px;
  margin: 0 0 1.1rem;
  color: var(--wuk-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.wuk-strategy-step {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.05rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.wuk-strategy-step:last-child {
  border-bottom: 0;
}

.wuk-strategy-number {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(214, 184, 111, 0.64);
  border-radius: 50%;
  color: var(--wuk-gold-light);
  font-size: 0.76rem;
  font-weight: 800;
}

.wuk-strategy-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.91rem;
  line-height: 1.55;
}

.wuk-strategy-step strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--wuk-white);
  font-size: 1rem;
}

.wuk-panel-note {
  margin: 1.15rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(214, 184, 111, 0.28);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  line-height: 1.55;
}

.wuk-trust-row {
  gap: 0.7rem !important;
  margin-top: 1.4rem;
}

.wuk-trust-chip {
  margin: 0 !important;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.83);
  font-size: 0.8rem;
  font-weight: 650;
}

.wuk-section {
  padding-top: clamp(4.5rem, 8vw, 7rem);
  padding-bottom: clamp(4.5rem, 8vw, 7rem);
}

.wuk-section-pale {
  background: var(--wuk-pale-blue);
}

.wuk-section-gold {
  background: var(--wuk-pale-gold);
}

.wuk-grant-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid rgba(185, 148, 74, 0.18);
  background:
    radial-gradient(circle at 7% 12%, rgba(185, 148, 74, 0.13), transparent 29%),
    linear-gradient(135deg, #fffdfa 0%, #f8f2e4 100%);
}

.wuk-grant-section::after {
  position: absolute;
  z-index: -1;
  right: -150px;
  bottom: -190px;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(185, 148, 74, 0.2);
  border-radius: 50%;
  box-shadow: 0 0 0 52px rgba(185, 148, 74, 0.035);
  content: "";
}

.wuk-grant-paths {
  gap: 0.8rem !important;
  margin-top: 1.7rem;
}

.wuk-grant-path {
  min-width: 142px;
  margin: 0 !important;
  padding: 0.78rem 0.95rem;
  border: 1px solid rgba(8, 26, 51, 0.13);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 24px rgba(8, 26, 51, 0.055);
}

.wuk-grant-path strong,
.wuk-grant-path span {
  display: block;
}

.wuk-grant-path strong {
  color: var(--wuk-navy);
  font-size: 0.84rem;
}

.wuk-grant-path span {
  margin-top: 0.08rem;
  color: var(--wuk-gold);
  font-size: 0.76rem;
  font-weight: 750;
}

.wuk-grant-note {
  max-width: 760px;
  margin: 1.35rem 0 0;
  padding-left: 1rem;
  border-left: 3px solid var(--wuk-gold);
  color: var(--wuk-muted);
  font-size: 0.78rem;
  line-height: 1.58;
}

.wuk-grant-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(214, 184, 111, 0.32);
  border-radius: 22px;
  background:
    radial-gradient(circle at 94% 5%, rgba(214, 184, 111, 0.22), transparent 31%),
    linear-gradient(145deg, #06162c, #0c2c50);
  color: var(--wuk-white);
  box-shadow: 0 26px 65px rgba(8, 26, 51, 0.19);
}

.wuk-grant-panel::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--wuk-gold-light), var(--wuk-gold), transparent 80%);
  content: "";
}

.wuk-grant-panel h3 {
  margin-top: 0;
  color: var(--wuk-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.7vw, 2.25rem);
  line-height: 1.12;
}

.wuk-grant-checks {
  margin: 1.6rem 0 0;
  padding: 0;
  list-style: none;
}

.wuk-grant-checks li {
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 1.8rem;
  color: rgba(255, 255, 255, 0.79);
  font-size: 0.92rem;
  line-height: 1.5;
}

.wuk-grant-checks li::before {
  position: absolute;
  top: 0.05rem;
  left: 0;
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border: 1px solid rgba(214, 184, 111, 0.56);
  border-radius: 50%;
  color: var(--wuk-gold-light);
  content: "✓";
  font-size: 0.68rem;
  font-weight: 900;
}

.wuk-grant-panel-note {
  margin: 1.45rem 0 0;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  line-height: 1.55;
}

.wuk-section-intro {
  max-width: 790px;
  margin-bottom: clamp(2.4rem, 5vw, 4rem);
}

.wuk-section-title {
  margin-top: 0.4rem;
  margin-bottom: 1rem;
  color: var(--wuk-navy);
  font-size: clamp(2rem, 4vw, 3.5rem);
  hyphens: auto;
  line-height: 1.08;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
}

.wuk-section-copy {
  color: var(--wuk-muted);
  font-size: 1.07rem;
  line-height: 1.72;
}

.wuk-card-grid,
.wuk-process-grid,
.wuk-use-grid {
  display: grid !important;
  gap: 1.5rem !important;
}

.wuk-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wuk-card-grid > .wp-block-column,
.wuk-process-grid > .wp-block-column,
.wuk-use-grid > .wp-block-column {
  min-width: 0;
}

.wuk-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--wuk-line);
  border-radius: 18px;
  background: var(--wuk-white);
  box-shadow: 0 12px 34px rgba(8, 26, 51, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.wuk-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--wuk-gold), transparent 78%);
  content: "";
}

.wuk-card:hover {
  transform: translateY(-5px);
  border-color: rgba(185, 148, 74, 0.55);
  box-shadow: var(--wuk-shadow);
}

.wuk-card-number {
  margin-bottom: 1.35rem;
  color: var(--wuk-gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.wuk-card h3 {
  margin-top: 0;
  color: var(--wuk-navy);
  font-size: 1.3rem;
}

.wuk-card p:last-child {
  margin-bottom: 0;
  color: var(--wuk-muted);
  line-height: 1.65;
}

.wuk-card-featured {
  border-color: rgba(185, 148, 74, 0.48);
  background:
    radial-gradient(circle at 95% 5%, rgba(214, 184, 111, 0.18), transparent 38%),
    var(--wuk-pale-gold);
}

.wuk-card-featured::after {
  position: absolute;
  right: 1.4rem;
  bottom: 1.1rem;
  color: rgba(185, 148, 74, 0.13);
  content: "01";
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
}

.wuk-card-featured > * {
  position: relative;
  z-index: 1;
}

.wuk-logo-service-column {
  grid-column: 1 / -1;
}

.wuk-logo-service-card {
  isolation: isolate;
  border-color: rgba(214, 184, 111, 0.36);
  background:
    radial-gradient(circle at 90% 20%, rgba(214, 184, 111, 0.22), transparent 30%),
    linear-gradient(135deg, #06162c 0%, #0b294e 100%);
  color: var(--wuk-white);
}

.wuk-logo-service-card::before {
  z-index: -1;
  height: 4px;
  background: linear-gradient(90deg, var(--wuk-gold-light), var(--wuk-gold), transparent 82%);
}

.wuk-logo-service-card h3 {
  color: var(--wuk-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  line-height: 1.1;
}

.wuk-logo-service-card .wuk-logo-service-copy {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.04rem;
}

.wuk-logo-service-card .wuk-button-outline .wp-block-button__link {
  border-color: rgba(255, 255, 255, 0.48);
}

.wuk-logo-service-visual {
  position: relative;
  display: grid;
  min-height: 220px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
}

.wuk-logo-service-visual::before,
.wuk-logo-service-visual::after {
  position: absolute;
  border: 1px solid rgba(214, 184, 111, 0.32);
  border-radius: 50%;
  content: "";
}

.wuk-logo-service-visual::before {
  width: 270px;
  height: 270px;
}

.wuk-logo-service-visual::after {
  width: 185px;
  height: 185px;
}

.wuk-logo-service-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(310px, 84%) !important;
  height: auto !important;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.wuk-use-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wuk-use-item {
  height: 100%;
  border-left: 3px solid var(--wuk-gold);
  background: rgba(255, 255, 255, 0.62);
}

.wuk-use-item-primary {
  border-left-width: 5px;
  background: var(--wuk-white);
  box-shadow: 0 12px 34px rgba(8, 26, 51, 0.075);
}

.wuk-use-item h3 {
  margin-top: 0;
  color: var(--wuk-navy);
  font-size: 1.12rem;
}

.wuk-use-item p {
  margin-bottom: 0;
  color: var(--wuk-muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

.wuk-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  counter-reset: wuk-process;
}

.wuk-process-step {
  position: relative;
  height: 100%;
  border-top: 1px solid var(--wuk-line);
}

.wuk-process-step::after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 48px;
  height: 3px;
  background: var(--wuk-gold);
  content: "";
}

.wuk-process-step h3 {
  margin-top: 0.7rem;
  color: var(--wuk-navy);
  font-size: 1.2rem;
}

.wuk-process-step p {
  color: var(--wuk-muted);
  font-size: 0.96rem;
  line-height: 1.65;
}

.wuk-process-label {
  color: var(--wuk-gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wuk-proof-panel {
  border: 1px solid var(--wuk-line);
  border-radius: 20px;
  background: var(--wuk-white);
  box-shadow: var(--wuk-shadow);
}

.wuk-proof-item {
  position: relative;
  margin: 0;
  padding: 1rem 0 1rem 2rem;
  border-bottom: 1px solid var(--wuk-line);
  color: var(--wuk-ink);
  font-weight: 650;
}

.wuk-proof-item:last-child {
  border-bottom: 0;
}

.wuk-proof-item::before {
  position: absolute;
  top: 1.12rem;
  left: 0;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--wuk-gold);
  color: var(--wuk-white);
  content: "✓";
  font-size: 0.72rem;
  font-weight: 900;
}

.wuk-faq-list {
  max-width: 900px;
}

.wuk-faq-list details {
  margin-bottom: 0.8rem;
  padding: 1.2rem 1.35rem;
  border: 1px solid var(--wuk-line);
  border-radius: 12px;
  background: var(--wuk-white);
}

.wuk-faq-list summary {
  cursor: pointer;
  color: var(--wuk-navy);
  font-weight: 750;
}

.wuk-faq-list details p {
  margin-bottom: 0;
  color: var(--wuk-muted);
  line-height: 1.65;
}

.wuk-contact {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--wuk-navy), var(--wuk-navy-2));
  color: var(--wuk-white);
}

.wuk-contact::after {
  position: absolute;
  right: -80px;
  bottom: -130px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(214, 184, 111, 0.27);
  border-radius: 50%;
  content: "";
}

.wuk-contact h2 {
  color: var(--wuk-white);
}

.wuk-contact p {
  color: rgba(255, 255, 255, 0.78);
}

.wuk-contact-note {
  max-width: 780px;
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 0.82rem;
}

.wuk-contact-note a {
  color: var(--wuk-gold-light) !important;
  font-weight: 700;
}

.wuk-contact-cards {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem !important;
}

.wuk-contact-cards > .wp-block-column {
  min-width: 0;
}

.wuk-contact-card {
  height: 100%;
}

.wuk-contact-card a,
.wuk-footer-contact a {
  overflow-wrap: anywhere;
}

.wuk-contact-detail {
  margin-bottom: 0;
  color: var(--wuk-muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.wuk-logo-page-intro {
  background: var(--wuk-white);
}

.wuk-brand-preview {
  position: relative;
  isolation: isolate;
  min-height: 390px;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 80% 18%, rgba(214, 184, 111, 0.24), transparent 34%),
    linear-gradient(145deg, #06162c, #12365e);
  box-shadow: var(--wuk-shadow);
}

.wuk-brand-preview::after {
  position: absolute;
  z-index: -1;
  right: -90px;
  bottom: -130px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(214, 184, 111, 0.28);
  border-radius: 50%;
  box-shadow: 0 0 0 46px rgba(214, 184, 111, 0.035);
  content: "";
}

.wuk-brand-preview-logo {
  margin: 0 0 2.2rem;
}

.wuk-brand-preview-logo img {
  width: min(390px, 92%) !important;
  height: auto !important;
  filter: brightness(0) invert(1);
}

.wuk-brand-preview-label {
  margin-bottom: 1rem;
  color: var(--wuk-gold-light);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wuk-brand-attributes {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.wuk-brand-attributes span {
  padding: 0.45rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.76rem;
}

.wuk-logo-principles,
.wuk-logo-process-grid,
.wuk-logo-scope-grid {
  display: grid !important;
  gap: 1.5rem !important;
}

.wuk-logo-principles {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wuk-logo-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wuk-logo-scope-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wuk-logo-principle {
  height: 100%;
  border-top: 3px solid var(--wuk-gold);
  border-radius: 0 0 16px 16px;
  background: var(--wuk-white);
  box-shadow: 0 12px 34px rgba(8, 26, 51, 0.06);
}

.wuk-logo-principle h3,
.wuk-logo-scope-card h3 {
  margin-top: 0;
}

.wuk-logo-principle p,
.wuk-logo-scope-card p,
.wuk-logo-scope-card li {
  color: var(--wuk-muted);
}

.wuk-logo-scope-card {
  height: 100%;
  border: 1px solid var(--wuk-line);
  border-radius: 18px;
  background: var(--wuk-white);
}

.wuk-logo-scope-card li {
  margin-bottom: 0.55rem;
}

.wuk-logo-delivery {
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--wuk-navy), var(--wuk-navy-2));
  color: var(--wuk-white);
  box-shadow: var(--wuk-shadow);
}

.wuk-logo-delivery h2,
.wuk-logo-delivery h3 {
  color: var(--wuk-white);
}

.wuk-logo-delivery p,
.wuk-logo-delivery li {
  color: rgba(255, 255, 255, 0.77);
}

.wuk-logo-delivery li::marker {
  color: var(--wuk-gold-light);
}

.wuk-logo-note {
  padding: 1.15rem 1.25rem;
  border-left: 3px solid var(--wuk-gold);
  background: var(--wuk-pale-gold);
  color: var(--wuk-muted);
  font-size: 0.88rem;
  line-height: 1.65;
}

.wuk-legal-page {
  max-width: 900px;
}

.wuk-legal-page h2 {
  margin-top: 2.8rem;
  margin-bottom: 0.8rem;
  color: var(--wuk-navy);
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.wuk-legal-page h2:first-child {
  margin-top: 0;
}

.wuk-legal-page p {
  line-height: 1.75;
}

.wuk-legal-company-note {
  padding: 1.1rem 1.25rem;
  border-left: 3px solid var(--wuk-gold);
  background: var(--wuk-pale-gold);
  color: var(--wuk-navy);
  font-weight: 650;
}

.wuk-privacy-toc {
  margin: 2.5rem 0 3.5rem;
  padding: 1.5rem 1.75rem;
  border: 1px solid var(--wuk-line);
  border-radius: 16px;
  background: var(--wuk-pale-blue);
}

.wuk-privacy-toc h2 {
  margin-top: 0;
  font-size: 1.2rem;
}

.wuk-privacy-toc ol {
  columns: 2;
  column-gap: 3rem;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

.wuk-privacy-toc li {
  break-inside: avoid;
  margin-bottom: 0.45rem;
}

.wuk-privacy-page h2,
.wuk-privacy-page h3 {
  scroll-margin-top: 110px;
}

.wuk-privacy-page h3 {
  margin-top: 1.8rem;
  color: var(--wuk-navy);
  font-size: 1.08rem;
}

.wuk-privacy-page li {
  margin-bottom: 0.45rem;
}

.wuk-privacy-status {
  padding: 1.15rem 1.25rem;
  border-left: 3px solid var(--wuk-gold);
  background: var(--wuk-pale-gold);
  color: var(--wuk-ink);
  line-height: 1.65;
}

.wuk-legal-note {
  border-left: 3px solid var(--wuk-gold);
  color: var(--wuk-muted);
  font-size: 0.84rem;
  line-height: 1.6;
}

.wuk-footer {
  background: #051225;
  color: rgba(255, 255, 255, 0.7);
}

.wuk-footer-logo img {
  display: block;
  width: min(310px, 100%) !important;
  height: auto !important;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

.wuk-footer-logo {
  margin: 0;
  overflow: visible;
}

.wuk-footer a {
  color: rgba(255, 255, 255, 0.82) !important;
  text-decoration: none;
}

.wuk-footer a:hover {
  color: var(--wuk-gold-light) !important;
}

.wuk-footer-contact {
  font-style: normal;
  line-height: 1.85;
}

.wuk-footer-meta {
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.8rem;
}

.wuk-page-hero {
  background: var(--wuk-pale-blue);
}

.wuk-content-shell {
  min-height: 52vh;
}

.wp-block-post-content > :where(h2, h3) {
  color: var(--wuk-navy);
}

.wp-block-post-content p,
.wp-block-post-content li {
  line-height: 1.75;
}

.wp-element-button,
.wp-block-button__link {
  transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.wp-element-button:hover,
.wp-block-button__link:hover {
  transform: translateY(-2px);
}

:where(a, button, summary, input, textarea, select):focus-visible {
  outline: 3px solid var(--wuk-gold-light);
  outline-offset: 3px;
}

@media (max-width: 1050px) {
  .wuk-hero-title {
    font-size: clamp(2.7rem, 5.3vw, 4.1rem);
  }

  .wuk-all-in-one-panel {
    padding: 1.6rem !important;
  }

  .wuk-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wuk-use-grid,
  .wuk-process-grid,
  .wuk-logo-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 782px) {
  .admin-bar .wuk-header {
    top: 46px;
  }

  .wuk-header-inner {
    min-height: 72px;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .wuk-logo img {
    width: min(245px, 68vw) !important;
  }

  .wuk-hero {
    min-height: auto;
  }

  .wuk-hero-inner {
    padding-top: 3.7rem;
    padding-bottom: 4rem;
  }

  .wuk-hero-title {
    font-size: clamp(2.5rem, 13vw, 4.4rem);
  }

  .wuk-hero-audience {
    width: 100%;
  }

  .wuk-hero .wp-block-columns {
    gap: 2.8rem;
  }

  .wuk-hero .wp-block-buttons {
    align-items: stretch;
    flex-direction: column;
  }

  .wuk-hero .wp-block-button,
  .wuk-hero .wp-block-button__link {
    width: 100%;
  }

  .wuk-card-grid,
  .wuk-use-grid,
  .wuk-process-grid,
  .wuk-contact-cards,
  .wuk-logo-principles,
  .wuk-logo-process-grid,
  .wuk-logo-scope-grid {
    grid-template-columns: 1fr;
  }

  .wuk-logo-service-card {
    padding: 1.6rem !important;
  }

  .wuk-grant-panel {
    padding: 1.65rem !important;
  }

  .wuk-grant-paths {
    align-items: stretch !important;
    flex-direction: column;
  }

  .wuk-grant-path {
    width: 100%;
  }

  .wuk-grant-section .wp-block-buttons {
    align-items: stretch;
    flex-direction: column;
  }

  .wuk-grant-section .wp-block-button,
  .wuk-grant-section .wp-block-button__link {
    width: 100%;
  }

  .wuk-logo-service-visual {
    min-height: 180px;
  }

  .wuk-brand-preview {
    min-height: 320px;
    padding: 1.6rem !important;
  }

  .wuk-logo-page-intro .wuk-section-title {
    font-size: clamp(1.75rem, 8vw, 2.25rem);
  }

  .wuk-logo-page-intro .wp-block-buttons {
    align-items: stretch;
    flex-direction: column;
  }

  .wuk-logo-page-intro .wp-block-button,
  .wuk-logo-page-intro .wp-block-button__link {
    width: 100%;
  }

  .wuk-logo-delivery {
    padding: 1.6rem !important;
  }

  .wuk-trust-row {
    align-items: flex-start !important;
    flex-direction: column;
  }

  .wuk-contact .wp-block-buttons {
    align-items: stretch;
    flex-direction: column;
  }

  .wuk-contact .wp-block-button,
  .wuk-contact .wp-block-button__link {
    width: 100%;
  }

  .wuk-privacy-toc ol {
    columns: 1;
  }

  .wuk-privacy-title {
    font-size: clamp(1.35rem, 7vw, 1.7rem) !important;
    letter-spacing: -0.025em;
    overflow-wrap: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
