﻿/*
Theme Name: Couse Company Cleaning
Theme URI: https://cousecompany.be/
Author: Couse Company
Description: Thème WordPress personnalisé pour Couse Company Cleaning.
Version: 1.0.2
Requires at least: 6.0
Tested up to: 6.6
Text Domain: couse-company-cleaning
*/
:root {
  --mint: #4fc39f;
  --mint-dark: #2c9a80;
  --blue: #0f4a9a;
  --ink: #102033;
  --muted: #5b6a7b;
  --line: #dce8e5;
  --paper: #fbfefd;
  --soft: #eef8f4;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(16, 32, 51, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.page-top-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 10px clamp(18px, 4vw, 64px);
  background: rgba(251, 254, 253, 0.9);
  border-bottom: 1px solid rgba(220, 232, 229, 0.8);
  backdrop-filter: blur(18px);
  transition: padding 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.site-header.is-compact {
  padding-top: 6px;
  padding-bottom: 6px;
  background: rgba(251, 254, 253, 0.96);
  box-shadow: 0 16px 34px rgba(16, 32, 51, 0.08);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-weight: 800;
  color: var(--blue);
}

.brand span {
  white-space: nowrap;
}

.brand img {
  width: clamp(60px, 6vw, 82px);
  height: clamp(60px, 6vw, 82px);
  object-fit: contain;
  transition: width 180ms ease, height 180ms ease;
}

.site-header.is-compact .brand img {
  width: clamp(54px, 5vw, 68px);
  height: clamp(54px, 5vw, 68px);
}

.nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 46px;
  height: 46px;
  padding: 0;
  color: var(--blue);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(16, 32, 51, 0.08);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle strong {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-header.is-menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.site-header.is-menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.is-menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.nav a:hover,
.footer a:hover {
  color: var(--blue);
}

.header-cta,
.btn,
.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.header-cta,
.btn.primary,
.contact-form button {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 14px 30px rgba(15, 74, 154, 0.24);
}

.btn.secondary {
  color: var(--blue);
  background: var(--white);
  border: 1px solid var(--line);
}

.hero {
  position: relative;
  min-height: clamp(560px, 78vh, 760px);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  padding: clamp(92px, 10vw, 128px) clamp(18px, 4vw, 64px) clamp(56px, 7vw, 86px);
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 28, 49, 0.84), rgba(8, 28, 49, 0.48) 52%, rgba(79, 195, 159, 0.12)),
    var(--hero-image) center/cover;
}

.hero-content,
.hero-panel {
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 780px;
  color: var(--white);
}

.hero h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(3rem, 6vw, 5.8rem);
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--mint);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 7vw, 6.8rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-panel {
  display: none;
}

.hero-panel span,
.hero-panel small {
  display: block;
  color: rgba(255, 255, 255, 0.78);
}

.hero-panel strong {
  display: block;
  margin: 12px 0;
  font-size: 1.45rem;
  line-height: 1.15;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.trust-strip div {
  min-height: 112px;
  padding: 24px clamp(18px, 3vw, 42px);
  border-right: 1px solid var(--line);
}

.trust-strip strong {
  display: block;
  color: var(--blue);
  font-size: 2rem;
  line-height: 1;
}

.trust-strip span {
  color: var(--muted);
  font-weight: 700;
}

.section,
.testimonials,
.cta,
.about {
  padding: clamp(74px, 10vw, 132px) clamp(18px, 4vw, 64px);
}

.reveal-item {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.intro-grid,
.section-heading,
.about {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.65fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
}

.intro p,
.visual-band p,
.about p,
.section-heading p:not(.section-kicker),
.cta p:not(.section-kicker) {
  color: var(--muted);
  font-size: 1.05rem;
}

.services {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #eef8f4 0%, #fbfefd 100%);
}

.services::before {
  content: "";
  position: absolute;
  inset: 120px 0 auto;
  height: 380px;
  background: transparent;
  pointer-events: none;
}

.services .section-heading {
  position: relative;
  z-index: 1;
}

.services .section-heading h2 {
  max-width: 860px;
}

.service-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(380px, auto);
  gap: 20px;
  margin-top: 52px;
}

.service-card {
  display: grid;
  grid-template-rows: 1fr;
  grid-column: span 3;
  min-height: 380px;
  padding: 0;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  color: var(--white);
  background: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(16, 32, 51, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(79, 195, 159, 0.85);
  box-shadow: 0 28px 70px rgba(16, 32, 51, 0.18);
}

.service-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transform: scale(1.01);
  transition: transform 260ms ease, filter 260ms ease;
}

.service-card:hover img {
  transform: scale(1.05);
  filter: brightness(1.18) saturate(1.05);
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(16, 32, 51, 0.04), rgba(16, 32, 51, 0.82)),
    linear-gradient(90deg, rgba(16, 32, 51, 0.48), rgba(16, 32, 51, 0.08));
  transition: background 260ms ease;
}

.service-card:hover::after {
  background:
    linear-gradient(180deg, rgba(16, 32, 51, 0.02), rgba(16, 32, 51, 0.62)),
    linear-gradient(90deg, rgba(16, 32, 51, 0.32), rgba(16, 32, 51, 0.04));
}

.service-card > div {
  align-self: end;
  padding: clamp(24px, 3vw, 30px);
}

.service-card.featured {
  grid-column: span 6;
  grid-row: auto;
  display: grid;
  grid-template-rows: 1fr;
  align-content: space-between;
  min-height: 380px;
}

.service-card.featured img {
  position: absolute;
  height: 100%;
}

.service-card.featured div {
  max-width: 620px;
  padding: clamp(24px, 3vw, 30px);
}

.service-card.featured h3 {
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
}

.service-card span {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 11px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(79, 195, 159, 0.28);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-card.featured p {
  color: rgba(255, 255, 255, 0.82);
}

.service-card p {
  color: rgba(255, 255, 255, 0.8);
}

.service-card h3 {
  color: var(--white);
  text-wrap: balance;
}

.value-grid p,
.steps p,
.testimonial-grid blockquote {
  color: var(--muted);
}

.visual-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  align-items: center;
  gap: clamp(28px, 5vw, 80px);
  padding: clamp(54px, 8vw, 96px) clamp(18px, 4vw, 64px);
  background: var(--ink);
  color: var(--white);
}

.visual-band img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.image-contexts {
  background: var(--paper);
}

.context-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 44px;
}

.context-grid article {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(16, 32, 51, 0.1);
}

.context-grid img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  transition: transform 260ms ease;
}

.context-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(16, 32, 51, 0.74));
}

.context-grid h3 {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 18px;
  z-index: 1;
  margin: 0;
  color: var(--white);
  font-size: 1.35rem;
}

.context-grid article:hover img {
  transform: scale(1.04);
}

.value-grid,
.steps,
.testimonial-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 44px;
}

.value-grid div,
.steps article,
.testimonial-grid blockquote,
.faq-grid details,
.about-card,
.contact-form {
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.service-area {
  background: #f4f7f8;
}

.area-map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: stretch;
  margin-top: 46px;
}

.area-map,
.area-summary {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(16, 32, 51, 0.07);
}

.area-map {
  overflow: hidden;
}

.map-canvas {
  position: relative;
  min-height: clamp(360px, 46vw, 520px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(15, 74, 154, 0.12), transparent 42%),
    linear-gradient(180deg, #f7fcfb, #e9f6f2);
}

.map-canvas::before {
  content: "";
  position: absolute;
  inset: 28px;
  background-image:
    linear-gradient(rgba(15, 74, 154, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 74, 154, 0.07) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 50% 48%, #000 42%, transparent 75%);
}

.map-shape {
  position: absolute;
  inset: 12% 16% 14% 13%;
  background:
    radial-gradient(circle at 38% 34%, rgba(255, 255, 255, 0.8), transparent 17%),
    linear-gradient(145deg, rgba(79, 195, 159, 0.72), rgba(15, 74, 154, 0.64));
  clip-path: polygon(38% 4%, 60% 10%, 79% 24%, 88% 49%, 78% 74%, 55% 92%, 29% 85%, 12% 66%, 10% 38%, 22% 16%);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.42), 0 28px 70px rgba(15, 74, 154, 0.18);
}

.map-route {
  position: absolute;
  left: 17%;
  right: 18%;
  top: 50%;
  height: 3px;
  background: rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.16);
  transform-origin: center;
}

.route-one {
  transform: rotate(-16deg);
}

.route-two {
  transform: rotate(28deg);
}

.map-radius {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.radius-large {
  width: 56%;
  aspect-ratio: 1;
}

.radius-small {
  width: 31%;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.08);
}

.map-pin {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  background: var(--blue);
  border: 5px solid var(--white);
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 18px 40px rgba(15, 74, 154, 0.32);
  transform: translate(-50%, -78%) rotate(-45deg);
}

.map-pin span {
  width: 14px;
  height: 14px;
  background: var(--mint);
  border-radius: 50%;
}

.map-label {
  position: absolute;
  max-width: 210px;
  padding: 8px 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(16, 32, 51, 0.12);
  font-size: 0.82rem;
  font-weight: 900;
}

.map-label-center {
  left: 49%;
  top: 57%;
  transform: translateX(-16%);
}

.map-label-north {
  left: 21%;
  top: 18%;
}

.map-label-south {
  right: 14%;
  bottom: 17%;
}

.map-caption {
  display: grid;
  gap: 4px;
  padding: 20px 24px;
}

.map-caption strong {
  color: var(--blue);
}

.map-caption span,
.area-summary p,
.area-summary li,
.faq-grid p {
  color: var(--muted);
}

.area-summary {
  display: grid;
  align-content: center;
  padding: clamp(26px, 4vw, 40px);
}

.area-summary h3 {
  color: var(--ink);
  font-size: clamp(1.65rem, 3vw, 2.6rem);
  line-height: 1.08;
}

.area-summary ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.area-summary li {
  padding-left: 18px;
  border-left: 4px solid var(--mint);
  font-weight: 800;
}

.value-grid div {
  position: relative;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.value-grid div:hover {
  transform: translateY(-4px);
  border-color: rgba(79, 195, 159, 0.42);
  box-shadow: 0 20px 48px rgba(16, 32, 51, 0.1);
}

.icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  color: var(--white);
  background: var(--mint-dark);
  border-radius: 50%;
  font-weight: 900;
  isolation: isolate;
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.icon::before {
  content: "";
  position: absolute;
  inset: -7px;
  z-index: -1;
  border-radius: inherit;
  background: rgba(79, 195, 159, 0.16);
  transform: scale(0.74);
  opacity: 0;
  transition: transform 220ms ease, opacity 220ms ease;
}

.value-grid div:hover .icon {
  transform: translateY(-3px) rotate(-7deg) scale(1.08);
  background: var(--blue);
  box-shadow: 0 14px 28px rgba(15, 74, 154, 0.22);
}

.value-grid div:hover .icon::before {
  opacity: 1;
  transform: scale(1);
}

.value-grid div.is-visible .icon {
  animation: icon-pop 520ms ease both;
}

@keyframes icon-pop {
  0% {
    transform: scale(0.82);
  }

  58% {
    transform: scale(1.12);
  }

  100% {
    transform: scale(1);
  }
}

.process {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 0%, rgba(79, 195, 159, 0.18), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f3faf7 48%, #eef5fb 100%);
}

.process .section-heading,
.process .steps {
  position: relative;
  z-index: 1;
}

.steps article {
  position: relative;
  min-height: 280px;
  padding: 32px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 254, 252, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 60px rgba(16, 32, 51, 0.09);
}

.steps article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--mint), var(--blue));
}

.steps article::after {
  content: "";
  position: absolute;
  right: -46px;
  bottom: -46px;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(15, 74, 154, 0.12);
  border-radius: 50%;
}

.steps span {
  display: block;
  margin-bottom: 18px;
  color: rgba(15, 74, 154, 0.14);
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 0.9;
}

.steps small {
  display: inline-flex;
  margin-bottom: 26px;
  padding: 7px 11px;
  color: var(--blue);
  background: rgba(79, 195, 159, 0.13);
  border: 1px solid rgba(79, 195, 159, 0.24);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.steps h3 {
  font-size: 1.25rem;
}

.realizations {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #fbfefd 0%, #eef8f4 100%);
}

.realizations::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 74, 154, 0.07), transparent 36%),
    linear-gradient(180deg, rgba(79, 195, 159, 0.1), transparent 42%);
  pointer-events: none;
}

.realizations .section-heading,
.portfolio-tabs,
.realization-grid {
  position: relative;
  z-index: 1;
}

.portfolio-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 38px 0 28px;
}

.portfolio-tabs button {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(79, 195, 159, 0.28);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(16, 32, 51, 0.05);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 900;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}

.portfolio-tabs button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(16, 32, 51, 0.1);
}

.portfolio-tabs button.active {
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue);
}

.realization-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(380px, auto);
  gap: 20px;
}

.realization-card {
  position: relative;
  isolation: isolate;
  grid-column: span 4;
  min-height: 380px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 8px;
  box-shadow: 0 20px 58px rgba(16, 32, 51, 0.12);
  transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.realization-card.is-hidden {
  display: none;
}

.realization-card.is-leaving,
.realization-card.is-entering {
  opacity: 0;
  transform: translateY(12px);
}

.realization-card.large {
  grid-column: span 4;
  grid-row: auto;
  min-height: 380px;
}

.realization-card.wide {
  grid-column: span 4;
}

.realization-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transform: scale(1.01);
  transition: transform 260ms ease, filter 260ms ease;
}

.realization-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(16, 32, 51, 0.02), rgba(16, 32, 51, 0.86)),
    linear-gradient(90deg, rgba(16, 32, 51, 0.54), rgba(16, 32, 51, 0.06));
  transition: background 260ms ease;
}

.realization-card:hover img {
  transform: scale(1.05);
  filter: brightness(1.18) saturate(1.05);
}

.realization-card:hover::after {
  background:
    linear-gradient(180deg, rgba(16, 32, 51, 0.02), rgba(16, 32, 51, 0.62)),
    linear-gradient(90deg, rgba(16, 32, 51, 0.32), rgba(16, 32, 51, 0.04));
}

.realization-card div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: clamp(24px, 3vw, 30px);
}

.realization-card.large div {
  max-width: none;
  padding: clamp(24px, 3vw, 30px);
}

.realization-card span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 11px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(79, 195, 159, 0.28);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.realization-card h3 {
  color: var(--white);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.realization-card.large h3 {
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.realization-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}

.about {
  background:
    linear-gradient(90deg, rgba(16, 32, 51, 0.9), rgba(16, 32, 51, 0.62)),
    var(--culture-image) center/cover;
  color: var(--white);
}

.about p {
  color: rgba(255, 255, 255, 0.78);
}

.about-card {
  color: var(--ink);
  position: relative;
  overflow: hidden;
  padding: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(239, 249, 245, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.about-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--mint), var(--blue));
}

.about-card::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(79, 195, 159, 0.32);
  border-radius: 50%;
}

.about-card-kicker {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 12px;
  color: var(--blue);
  background: rgba(79, 195, 159, 0.14);
  border: 1px solid rgba(79, 195, 159, 0.28);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.about-card h3 {
  max-width: 320px;
  margin-bottom: 24px;
  color: var(--ink);
  font-size: clamp(1.7rem, 2.6vw, 2.55rem);
}

.about-pillars {
  display: grid;
  gap: 0;
}

.about-pillars article {
  position: relative;
  padding: 22px 0 22px 26px;
  border-top: 1px solid rgba(16, 32, 51, 0.12);
}

.about-pillars article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 28px;
  width: 9px;
  height: 9px;
  background: var(--mint);
  border: 4px solid rgba(79, 195, 159, 0.2);
  border-radius: 50%;
}

.about-pillars strong {
  display: block;
  margin-bottom: 6px;
  color: var(--blue);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.about-pillars p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.testimonial-grid {
  grid-template-columns: repeat(3, 1fr);
}

.testimonials {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(79, 195, 159, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent);
}

.testimonials .section-heading,
.testimonial-grid {
  position: relative;
  z-index: 1;
}

.faq {
  background: var(--white);
}

.faq-grid {
  grid-template-columns: repeat(2, 1fr);
}

.faq-grid details {
  min-height: 168px;
}

.faq-grid summary {
  cursor: pointer;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.3;
}

.faq-grid summary::marker {
  color: var(--mint-dark);
}

.faq-grid p {
  margin: 16px 0 0;
}

.testimonials .section-heading p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.72);
}

.testimonial-grid blockquote {
  position: relative;
  margin: 0;
  min-height: 310px;
  padding: 32px;
  overflow: hidden;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: none;
  backdrop-filter: blur(18px);
  font-size: 1.05rem;
}

.testimonial-grid blockquote::after {
  content: "“";
  position: absolute;
  right: 24px;
  top: 4px;
  color: rgba(79, 195, 159, 0.2);
  font-size: 8rem;
  font-weight: 900;
  line-height: 1;
}

.testimonial-grid .highlight {
  transform: translateY(-18px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(237, 249, 245, 0.94));
  color: var(--ink);
  border-color: rgba(79, 195, 159, 0.6);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.3);
}

.testimonial-grid .rating {
  display: block;
  margin-bottom: 24px;
  color: var(--mint);
  font-size: 0.86rem;
  letter-spacing: 0.1em;
}

.testimonial-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.testimonial-grid .highlight p {
  color: var(--muted);
}

.testimonial-grid cite {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  color: var(--white);
  font-style: normal;
  font-weight: 900;
}

.testimonial-grid .highlight cite {
  color: var(--ink);
}

.testimonial-grid cite span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--blue);
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  font-size: 0.8rem;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.testimonial-grid .highlight cite span {
  color: var(--white);
  background: var(--blue);
}

.cta {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.68fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
  background:
    linear-gradient(135deg, rgba(15, 74, 154, 0.08), transparent 34%),
    var(--soft);
}

.contact-intro {
  position: sticky;
  top: 110px;
}

.contact-form {
  display: grid;
  gap: 16px;
  box-shadow: var(--shadow);
}

.form-head h3 {
  margin-bottom: 0;
  color: var(--blue);
  font-size: 1.45rem;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.contact-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
  color: var(--ink);
}

.contact-details article {
  min-height: 118px;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(16, 32, 51, 0.06);
}

.contact-details span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-details a,
.contact-details strong {
  color: var(--blue);
  font-weight: 900;
  line-height: 1.3;
}

.contact-details strong {
  display: block;
  color: var(--ink);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 14px;
  color: var(--ink);
  background: #f9fcfb;
  font: inherit;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 0;
  background: var(--white);
  border-color: rgba(15, 74, 154, 0.48);
  box-shadow: 0 0 0 4px rgba(15, 74, 154, 0.1);
}

.contact-form textarea {
  resize: vertical;
}

.privacy-consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.privacy-consent input {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  accent-color: var(--blue);
}

.form-note {
  margin: -4px 0 4px;
  color: var(--muted);
  font-size: 0.86rem;
}

.form-note a {
  color: var(--blue);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-status {
  display: none;
  margin: 0;
  padding: 13px 15px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 800;
}

.contact-status.success,
.contact-status.error {
  display: block;
}

.contact-status.success {
  color: #0d5f48;
  background: rgba(79, 195, 159, 0.18);
  border: 1px solid rgba(79, 195, 159, 0.35);
}

.contact-status.error {
  color: #8a1f1f;
  background: rgba(220, 66, 66, 0.12);
  border: 1px solid rgba(220, 66, 66, 0.28);
}

.wp-editable-page {
  background: var(--paper);
}

.wp-editable-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: clamp(70px, 9vw, 118px) clamp(18px, 4vw, 64px);
}

.legal-content.wp-editable-content {
  max-width: none;
  margin: 0;
  padding: 0 clamp(18px, 4vw, 64px) clamp(76px, 10vw, 132px);
}

.wp-editable-content > * {
  max-width: 860px;
}

.wp-editable-content > .alignwide {
  max-width: 1100px;
}

.wp-editable-content > .alignfull {
  max-width: none;
  margin-right: calc(clamp(18px, 4vw, 64px) * -1);
  margin-left: calc(clamp(18px, 4vw, 64px) * -1);
}

.wp-editable-content h1,
.wp-editable-content h2,
.wp-editable-content h3 {
  color: var(--ink);
}

.wp-editable-content p,
.wp-editable-content li {
  color: var(--muted);
}

.wp-editable-content a {
  color: var(--blue);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wp-editable-content img {
  height: auto;
  border-radius: 8px;
}

.wp-editable-content .wp-block-image,
.wp-editable-content .wp-block-gallery,
.wp-editable-content .wp-block-columns,
.wp-editable-content .wp-block-buttons {
  margin-top: 28px;
  margin-bottom: 28px;
}

.legal-section {
  padding: clamp(70px, 9vw, 118px) clamp(18px, 4vw, 64px);
  background: var(--white);
  border-top: 1px solid var(--line);
}

.legal-section.compact {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(300px, 0.8fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
  background: var(--paper);
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 42px;
}

.legal-grid article,
.legal-checklist,
.cookie-table {
  padding: 26px;
  background: linear-gradient(180deg, #ffffff, #f7fcfa);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(16, 32, 51, 0.06);
}

.legal-grid h3 {
  color: var(--blue);
  font-size: 1rem;
}

.legal-grid p,
.legal-checklist p,
.cookie-table span {
  color: var(--muted);
  font-size: 0.95rem;
}

.cookie-table {
  display: grid;
  gap: 0;
  overflow: hidden;
  padding: 0;
}

.cookie-table div {
  display: grid;
  grid-template-columns: 0.8fr 1.4fr 0.6fr;
}

.cookie-table div:first-child {
  background: var(--ink);
}

.cookie-table div:first-child span {
  color: var(--white);
  font-weight: 900;
}

.cookie-table span {
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.cookie-page-content {
  gap: 22px;
}

.cookie-preferences-panel {
  display: grid;
  gap: 24px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(15, 74, 154, 0.08), rgba(79, 195, 159, 0.12)),
    rgba(255, 255, 255, 0.96);
}

.cookie-preferences-panel .section-kicker {
  color: var(--blue);
}

.cookie-preferences-panel h2 {
  max-width: 720px;
}

.cookie-preference-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.cookie-preference-options label {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  min-height: 150px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(16, 32, 51, 0.08);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(16, 32, 51, 0.06);
}

.cookie-preference-options input {
  margin-top: 4px;
  accent-color: var(--blue);
}

.cookie-preference-options strong {
  display: block;
  color: var(--ink);
}

.cookie-preference-options span,
.cookie-status {
  color: var(--muted);
}

.cookie-status {
  margin: 0;
  min-height: 1.4em;
  font-size: 0.95rem;
  font-weight: 800;
}

.footer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(170px, 0.7fr));
  align-items: start;
  gap: 34px;
  padding: clamp(42px, 6vw, 72px) clamp(18px, 4vw, 64px) 28px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.72);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(79, 195, 159, 0.14), transparent 36%),
    linear-gradient(180deg, #102033 0%, #0b1725 100%);
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.16));
  pointer-events: none;
}

.footer > * {
  position: relative;
  z-index: 1;
}

.footer-brand {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}

.footer-brand img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.22));
}

.footer-brand strong {
  display: block;
  color: var(--white);
  font-size: 1.08rem;
}

.footer p {
  margin: 0;
}

.footer-brand p {
  max-width: 320px;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.68);
}

.footer-copy {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
}

.footer a {
  color: var(--white);
  font-weight: 900;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 10px;
  font-size: 0.92rem;
}

.footer-column h2 {
  margin: 0 0 8px;
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-column a,
.footer-column span,
.footer-button {
  color: rgba(255, 255, 255, 0.78);
  font: inherit;
  font-weight: 800;
  text-align: left;
  transition: color 160ms ease;
}

.footer-column span {
  font-weight: 700;
}

.footer-column a:hover,
.footer-button:hover {
  color: var(--mint);
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  font-size: 0.82rem;
  letter-spacing: 0;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.footer-social svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-social a[aria-label="Facebook"] svg,
.footer-social a[aria-label="LinkedIn"] svg {
  fill: currentColor;
  stroke: none;
}

.footer-social a:hover {
  transform: translateY(-2px);
  color: var(--white);
  background: var(--mint);
}

.footer-button {
  padding: 0;
  background: transparent;
  border: 0;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.back-top {
  position: absolute;
  right: clamp(18px, 4vw, 64px);
  top: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 48px;
  width: 48px;
  height: 48px;
  margin-left: 0;
  padding: 0;
  color: var(--white);
  background: var(--mint);
  border: 1px solid rgba(79, 195, 159, 0.95);
  border-radius: 50%;
  box-shadow:
    0 0 0 6px rgba(79, 195, 159, 0.16),
    0 22px 46px rgba(0, 0, 0, 0.34);
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background 160ms ease;
}

.back-top:hover {
  transform: translateY(-2px);
}

.cookie-banner {
  position: fixed;
  left: clamp(14px, 3vw, 36px);
  right: clamp(14px, 3vw, 36px);
  bottom: clamp(14px, 3vw, 36px);
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 22px;
  color: var(--white);
  background: rgba(16, 32, 51, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.28);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner h2 {
  margin-bottom: 6px;
  font-size: 1.25rem;
}

.cookie-banner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.94rem;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cookie-dialog {
  width: min(680px, calc(100% - 28px));
  max-height: calc(100vh - 28px);
  padding: 0;
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(241, 250, 246, 0.98)),
    var(--white);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 32px 100px rgba(16, 32, 51, 0.34);
}

.cookie-dialog::backdrop {
  background:
    linear-gradient(135deg, rgba(16, 32, 51, 0.72), rgba(15, 74, 154, 0.5)),
    rgba(16, 32, 51, 0.64);
  backdrop-filter: blur(8px);
}

.cookie-dialog form {
  position: relative;
  max-height: calc(100vh - 28px);
  overflow-y: auto;
  padding: clamp(24px, 4vw, 36px);
}

.cookie-dialog form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--green), var(--blue), #c7a75b);
}

.dialog-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px;
}

.dialog-head h2 {
  max-width: 520px;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 0.98;
}

.dialog-head p:last-child,
.cookie-dialog-copy {
  max-width: 560px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.dialog-head button {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(16, 32, 51, 0.08);
  border-radius: 50%;
  font-size: 1.4rem;
  box-shadow: 0 12px 28px rgba(16, 32, 51, 0.08);
  cursor: pointer;
}

.cookie-dialog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(16, 32, 51, 0.08);
}

.cookie-options {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}

.cookie-options label {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  padding: 17px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(16, 32, 51, 0.08);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(16, 32, 51, 0.06);
}

.cookie-options input {
  margin-top: 4px;
  accent-color: var(--blue);
}

.cookie-options span {
  color: var(--muted);
}

.cookie-options strong {
  display: block;
  color: var(--ink);
}

.legal-page {
  min-height: 100vh;
  background:
    linear-gradient(180deg, #eef8f4 0%, #fbfefd 42%),
    var(--paper);
}

.legal-hero {
  padding: clamp(96px, 12vw, 150px) clamp(18px, 4vw, 64px) clamp(46px, 6vw, 82px);
}

.legal-hero h1 {
  max-width: 920px;
  color: var(--ink);
  font-size: clamp(2.6rem, 6vw, 5.4rem);
}

.legal-hero p {
  max-width: 780px;
  color: var(--muted);
  font-size: 1.08rem;
}

.legal-content {
  display: grid;
  gap: 18px;
  padding: 0 clamp(18px, 4vw, 64px) clamp(76px, 10vw, 132px);
}

.legal-content article {
  padding: 30px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(16, 32, 51, 0.07);
}

.legal-content h2 {
  color: var(--blue);
  font-size: clamp(1.4rem, 2.2vw, 2rem);
}

.legal-content p,
.legal-content li {
  color: var(--muted);
}

.legal-content ul {
  margin: 0;
  padding-left: 20px;
}

.terms-content article {
  scroll-margin-top: 110px;
}

.terms-content article p + p,
.terms-content article ul + p,
.terms-content article p + ul {
  margin-top: 12px;
}

@media (max-width: 1050px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .menu-toggle {
    display: inline-flex;
    flex-direction: column;
  }

  .nav {
    position: absolute;
    left: clamp(18px, 4vw, 64px);
    right: clamp(18px, 4vw, 64px);
    top: calc(100% + 10px);
    z-index: 20;
    display: grid;
    gap: 4px;
    padding: 14px;
    background: rgba(251, 254, 253, 0.98);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(16, 32, 51, 0.16);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-header.is-menu-open .nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav a {
    padding: 12px 14px;
    color: var(--ink);
    border-radius: 8px;
  }

  .nav a:hover {
    color: var(--blue);
    background: var(--soft);
  }

  .hero,
  .intro-grid,
  .section-heading,
  .visual-band,
  .area-map-layout,
  .about,
  .cta,
  .legal-section.compact,
  .cookie-banner {
    grid-template-columns: 1fr;
  }

  .legal-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cookie-preference-options {
    grid-template-columns: 1fr;
  }

  .cookie-actions {
    justify-content: flex-start;
  }

  .hero {
    min-height: auto;
  }

  .service-grid,
  .value-grid,
  .steps,
  .context-grid,
  .faq-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .area-map-layout {
    grid-template-columns: 1fr;
  }

  .service-card {
    grid-column: auto;
    min-height: 360px;
  }

  .service-card.featured {
    grid-row: auto;
    grid-column: span 2;
    min-height: 460px;
  }

  .realization-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .realization-card,
  .realization-card.large,
  .realization-card.wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 390px;
  }

  .testimonial-grid .highlight {
    transform: none;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
  }

  .contact-intro {
    position: static;
  }
}

@media (max-width: 720px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 12px 16px;
  }

  .brand span {
    display: block;
    overflow: hidden;
    font-size: 0.9rem;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: normal;
  }

  .brand img {
    width: 48px;
    height: 48px;
  }

  .header-cta {
    display: none;
  }

  .nav {
    left: 16px;
    right: 16px;
  }

  .hero {
    padding: 74px 16px 28px;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.15rem;
  }

  .trust-strip,
  .service-grid,
  .value-grid,
  .steps,
  .context-grid,
  .realization-grid,
  .testimonial-grid,
  .faq-grid,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .map-canvas {
    min-height: 330px;
  }

  .map-label {
    max-width: 160px;
    font-size: 0.74rem;
  }

  .map-label-center {
    left: 42%;
    top: 59%;
  }

  .cookie-table div {
    grid-template-columns: 1fr;
  }

  .cookie-table div:first-child {
    display: none;
  }

  .cookie-table span {
    padding: 12px 16px;
  }

  .trust-strip div {
    min-height: 92px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-card.featured {
    grid-column: auto;
    min-height: 390px;
  }

  .service-card {
    min-height: 360px;
  }

  .realization-card,
  .realization-card.large,
  .realization-card.wide {
    min-height: 380px;
  }

  .steps article,
  .testimonial-grid blockquote {
    min-height: auto;
  }

  .section,
  .testimonials,
  .cta,
  .about {
    padding: 68px 16px;
  }

  .contact-details {
    grid-template-columns: 1fr;
  }

  .footer {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 26px;
    padding: 32px 16px;
  }

  .footer-brand {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    display: grid;
    justify-content: stretch;
  }

  .back-top {
    position: static;
    margin-top: 0;
  }

  .cookie-banner {
    padding: 18px;
  }

  .cookie-actions .btn,
  .cookie-dialog-actions .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal-item,
  .reveal-item.is-visible,
  .realization-card.is-leaving,
  .realization-card.is-entering,
  .value-grid div:hover,
  .value-grid div:hover .icon,
  .value-grid div.is-visible .icon {
    opacity: 1;
    transform: none;
  }
}


