:root {
  --brand: #f20d65;
  --brand-deep: #b70053;
  --ink: #170b10;
  --ink-soft: #221017;
  --paper: #fffafa;
  --muted: #6b6267;
  --line: rgba(242, 13, 101, 0.14);
  --shadow-soft: 0 18px 60px rgba(23, 11, 16, 0.10);
  --shadow-brand: 0 18px 44px rgba(242, 13, 101, 0.24);
}

html {
  scroll-behavior: smooth;
}

body {
  color: #20171b;
  background:
    radial-gradient(circle at top left, rgba(242, 13, 101, 0.08), transparent 32rem),
    linear-gradient(180deg, #fff 0%, #fff8fb 48%, #fff 100%);
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::selection {
  color: #fff;
  background: var(--brand);
}

nav.sticky {
  top: 0;
  width: 100%;
  margin-inline: auto;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.94) !important;
  border: 1px solid transparent !important;
  border-bottom-color: rgba(242, 13, 101, 0.10) !important;
  box-shadow: 0 14px 34px rgba(23, 11, 16, 0.06);
  backdrop-filter: blur(22px) saturate(1.25);
  -webkit-backdrop-filter: blur(22px) saturate(1.25);
  transition:
    top 240ms ease,
    width 240ms ease,
    border-radius 240ms ease,
    background-color 240ms ease,
    box-shadow 240ms ease,
    border-color 240ms ease;
}

@supports (animation-timeline: scroll()) {
  nav.sticky {
    animation: nav-float linear both;
    animation-timeline: scroll(root block);
    animation-range: 0 140px;
  }
}

@keyframes nav-float {
  0% {
    top: 0;
    width: 100%;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.94);
    border-color: transparent;
    box-shadow: 0 14px 34px rgba(23, 11, 16, 0.06);
  }

  100% {
    top: 0.85rem;
    width: min(calc(100% - 2rem), 1360px);
    border-radius: 1.45rem;
    background-color: rgba(255, 255, 255, 0.78);
    border-color: rgba(255, 255, 255, 0.70);
    box-shadow: 0 24px 70px rgba(23, 11, 16, 0.12);
  }
}

body.nav-scrolled nav.sticky {
  top: 0.85rem;
  width: min(calc(100% - 2rem), 1360px);
  border-radius: 1.45rem;
  background: rgba(255, 255, 255, 0.78) !important;
  border-color: rgba(255, 255, 255, 0.70) !important;
  box-shadow: 0 24px 70px rgba(23, 11, 16, 0.12);
}

nav.sticky > div {
  max-width: 1320px;
  height: 7rem !important;
  padding-inline: 2rem !important;
}

nav img[src="/assets/logo-3interier.png"] {
  width: 6.75rem !important;
  height: 6.75rem !important;
  transform: scale(1.08);
  transform-origin: left center;
  filter: drop-shadow(0 16px 22px rgba(242, 13, 101, 0.24));
}

nav a {
  letter-spacing: 0;
}

nav .hidden.md\:flex a {
  position: relative;
  border-bottom: 0 !important;
  padding: 0.72rem 0.95rem;
  border-radius: 999px;
  font-weight: 800;
  color: #2b2026;
}

nav .hidden.md\:flex a::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.42rem;
  height: 2px;
  border-radius: 999px;
  background: var(--brand);
  opacity: 0;
  transform: scaleX(0.6);
  transition: opacity 180ms ease, transform 180ms ease;
}

nav .hidden.md\:flex a:hover::after,
nav .hidden.md\:flex a.text-\[\#f20d65\]::after,
nav .hidden.md\:flex a.text-primary::after {
  opacity: 1;
  transform: scaleX(1);
}

nav .hidden.md\:flex a:hover,
nav .hidden.md\:flex a.text-\[\#f20d65\],
nav .hidden.md\:flex a.text-primary {
  background: rgba(242, 13, 101, 0.08);
}

nav a[href="/kontakt/"].hidden {
  min-height: 3.95rem;
  padding-inline: 1.85rem !important;
  border-radius: 1.05rem !important;
  background: linear-gradient(135deg, var(--brand) 0%, #ff4d93 100%) !important;
  box-shadow: var(--shadow-brand);
  font-size: 1rem;
}

@media (max-width: 1120px) {
  nav.sticky > div {
    padding-inline: 1.35rem !important;
    gap: 1rem !important;
  }

  nav img[src="/assets/logo-3interier.png"] {
    width: 5.8rem !important;
    height: 5.8rem !important;
  }

  nav .hidden.md\:flex {
    gap: 0.75rem !important;
  }

  nav .hidden.md\:flex a {
    padding-inline: 0.62rem;
    font-size: 0.94rem;
  }

  nav a[href="/kontakt/"].hidden {
    min-height: 3.5rem;
    padding-inline: 1.15rem !important;
    font-size: 0.94rem;
  }
}

.sticky-cta,
a[style*="writing-mode:vertical-rl"] {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(180deg, #ff0b68 0%, #cb004f 100%) !important;
  box-shadow: 0 20px 48px rgba(242, 13, 101, 0.32);
}

.hero-landing,
header.relative {
  isolation: isolate;
  margin-top: 0;
}

.hero-landing.h-\[85vh\],
header.relative.h-\[85vh\] {
  min-height: 900px;
}

.hero-landing .hero-video-overlay,
.hero-video-overlay,
.hero-overlay {
  background:
    linear-gradient(90deg, rgba(10, 7, 9, 0.88) 0%, rgba(18, 9, 13, 0.58) 42%, rgba(18, 9, 13, 0.38) 68%, rgba(10, 7, 9, 0.62) 100%),
    radial-gradient(circle at 28% 48%, rgba(242, 13, 101, 0.28), transparent 30rem),
    linear-gradient(180deg, rgba(23, 11, 16, 0.16), rgba(23, 11, 16, 0.70)) !important;
}

.hero-landing::before {
  content: "";
  position: absolute;
  inset: 1.2rem;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.8rem;
  pointer-events: none;
}

.hero-landing::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 8rem;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.88));
  pointer-events: none;
}

.hero-landing-content {
  display: flex;
  align-items: center;
  min-height: inherit;
  padding-top: 11rem;
  padding-bottom: 5.5rem;
}

.hero-copy-panel {
  width: min(100%, 760px);
  transform: translateY(-3.75rem);
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.35rem;
  padding: 0.58rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #fff;
  background: rgba(242, 13, 101, 0.30);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.20), 0 18px 44px rgba(242, 13, 101, 0.20);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.hero-kicker::before {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 0 0.35rem rgba(255, 255, 255, 0.12);
}

.hero-copy-panel h1 {
  max-width: 12ch;
  color: #fff;
  font-size: clamp(3.5rem, 7vw, 7.25rem);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.hero-copy-panel p {
  max-width: 42rem;
  margin-top: 1.45rem;
  color: rgba(255, 255, 255, 0.80);
  font-size: clamp(1.04rem, 1.4vw, 1.22rem);
  line-height: 1.72;
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.35rem;
}

.hero-primary-cta,
.hero-secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.15rem;
  padding: 0 1.55rem;
  border-radius: 1rem;
  font-size: 1rem;
  font-weight: 900;
  transition: transform 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
}

.hero-primary-cta {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), #ff4d93);
  box-shadow: 0 20px 50px rgba(242, 13, 101, 0.36);
}

.hero-secondary-cta {
  gap: 0.6rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(16px);
}

.hero-primary-cta:hover,
.hero-secondary-cta:hover {
  transform: translateY(-2px);
}

.hero-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.25rem;
}

.hero-proof-row span {
  display: inline-flex;
  gap: 0.42rem;
  padding: 0.72rem 0.88rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  font-size: 0.9rem;
}

.hero-proof-row strong {
  color: #fff;
}

.hero-scroll-cue {
  position: absolute;
  right: clamp(2rem, 5vw, 5rem);
  bottom: 8.4rem;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-scroll-cue span {
  width: 2.3rem;
  height: 3.7rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  position: relative;
}

.hero-scroll-cue span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0.75rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 999px;
  background: #fff;
  transform: translateX(-50%);
  animation: hero-scroll-dot 1.6s ease-in-out infinite;
}

@keyframes hero-scroll-dot {
  0%, 100% {
    transform: translate(-50%, 0);
    opacity: 0.45;
  }

  50% {
    transform: translate(-50%, 1rem);
    opacity: 1;
  }
}

header h1 {
  letter-spacing: 0;
  text-wrap: balance;
}

header p {
  text-wrap: pretty;
}

header:not(.hero-landing) .inline-block,
header:not(.hero-landing) .inline-flex {
  border-color: rgba(242, 13, 101, 0.38) !important;
  background: rgba(242, 13, 101, 0.16) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 14px 40px rgba(242, 13, 101, 0.18);
}

button,
a.bg-primary,
a[class*="bg-[#f20d65]"] {
  border-radius: 0.9rem !important;
}

button.bg-primary,
a.bg-primary,
a[class*="bg-[#f20d65]"] {
  background: linear-gradient(135deg, var(--brand) 0%, #ff4d93 100%) !important;
  box-shadow: var(--shadow-brand);
}

button.bg-primary:hover,
a.bg-primary:hover,
a[class*="bg-[#f20d65]"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 24px 58px rgba(242, 13, 101, 0.32);
}

section {
  position: relative;
}

section.py-24,
section.py-20,
section.py-16 {
  overflow: clip;
}

.glass-card,
.calculator-card,
section article,
.rounded-2xl.bg-white,
.rounded-3xl.bg-white,
.bg-white\/50 {
  box-shadow: var(--shadow-soft);
}

.glass-card,
.calculator-card,
.rounded-2xl,
.rounded-3xl,
.rounded-xl {
  border-radius: 1.15rem !important;
}

.glass-card {
  background: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid rgba(255, 255, 255, 0.68) !important;
  box-shadow: var(--shadow-soft);
}

.service-card-hover {
  border: 1px solid rgba(242, 13, 101, 0.08) !important;
}

.service-card-hover:hover,
article.group:hover,
.calculator-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(23, 11, 16, 0.15);
}

img {
  backface-visibility: hidden;
}

section img.object-cover,
article img.object-cover {
  filter: saturate(1.04) contrast(1.03);
}

section img.rounded-xl,
section img.rounded-2xl,
article img {
  box-shadow: 0 24px 80px rgba(23, 11, 16, 0.17);
}

.max-w-7xl {
  max-width: 1320px;
}

h1,
h2,
h3,
h4 {
  color: inherit;
}

h2.text-primary,
.text-primary {
  color: var(--brand) !important;
}

.bg-background-light,
.bg-soft {
  background:
    radial-gradient(circle at top right, rgba(242, 13, 101, 0.08), transparent 30rem),
    #fff7fb !important;
}

.bg-background-dark,
.bg-\[\#221017\],
footer {
  background:
    radial-gradient(circle at 18% 0%, rgba(242, 13, 101, 0.22), transparent 26rem),
    linear-gradient(135deg, #170b10 0%, #261018 52%, #0e090b 100%) !important;
}

footer {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

footer img[src="/assets/logo-3interier.png"] {
  filter: drop-shadow(0 16px 22px rgba(242, 13, 101, 0.28));
}

footer a {
  text-underline-offset: 0.2rem;
}

input,
select,
textarea {
  border-radius: 0.85rem !important;
  border: 1px solid rgba(23, 11, 16, 0.10) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--brand) !important;
  box-shadow: 0 0 0 4px rgba(242, 13, 101, 0.12) !important;
}

table {
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.services-showcase {
  background:
    radial-gradient(circle at 12% 18%, rgba(242, 13, 101, 0.10), transparent 28rem),
    linear-gradient(180deg, #fff 0%, #fff7fb 100%) !important;
}

.service-feature-card {
  position: relative;
  min-height: 22rem;
  display: flex;
  flex-direction: column;
  padding: 1.75rem;
  overflow: hidden;
  border: 1px solid rgba(242, 13, 101, 0.12);
  border-radius: 1.35rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 247, 251, 0.88)),
    #fff;
  box-shadow: 0 22px 60px rgba(23, 11, 16, 0.09);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 84% 10%, rgba(242, 13, 101, 0.16), transparent 10rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.55), transparent 44%);
}

.service-feature-card::after {
  content: "";
  position: absolute;
  right: 1.35rem;
  bottom: 1.35rem;
  width: 4.25rem;
  height: 4.25rem;
  border: 1px solid rgba(242, 13, 101, 0.13);
  border-radius: 999px;
  opacity: 0.5;
}

.service-feature-card:hover {
  transform: translateY(-8px);
  border-color: rgba(242, 13, 101, 0.28);
  box-shadow: 0 34px 80px rgba(23, 11, 16, 0.15);
}

.service-feature-card.is-primary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 255, 255, 0.24), transparent 10rem),
    linear-gradient(135deg, #f20d65 0%, #b70053 100%);
  box-shadow: 0 32px 80px rgba(242, 13, 101, 0.25);
}

.service-feature-card.is-primary::before {
  background:
    radial-gradient(circle at 20% 12%, rgba(255, 255, 255, 0.24), transparent 11rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 52%);
}

.service-icon {
  position: relative;
  z-index: 1;
  width: 4rem;
  height: 4rem;
  display: grid;
  place-items: center;
  margin-bottom: 1.35rem;
  border-radius: 1.1rem;
  color: var(--brand);
  background: rgba(242, 13, 101, 0.10);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.64);
}

.service-feature-card.is-primary .service-icon {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
}

.service-icon .material-symbols-outlined {
  font-size: 2rem;
  font-variation-settings: 'FILL' 0, 'wght' 350, 'GRAD' 0, 'opsz' 32;
}

.service-kicker {
  position: relative;
  z-index: 1;
  margin-bottom: 0.7rem;
  color: var(--brand);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.service-feature-card.is-primary .service-kicker {
  color: rgba(255, 255, 255, 0.76);
}

.service-feature-card h4 {
  position: relative;
  z-index: 1;
  margin-bottom: 0.8rem;
  font-size: 1.42rem;
  line-height: 1.15;
  font-weight: 800;
  color: #18131a;
}

.service-feature-card.is-primary h4 {
  color: #fff;
}

.service-feature-card p:not(.service-kicker) {
  position: relative;
  z-index: 1;
  margin-bottom: 1.35rem;
  color: #6b6267;
  line-height: 1.7;
}

.service-feature-card.is-primary p:not(.service-kicker) {
  color: rgba(255, 255, 255, 0.80);
}

.service-result {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(242, 13, 101, 0.12);
  color: #31252b;
  font-size: 0.92rem;
  font-weight: 800;
}

.service-result::before {
  content: "check_circle";
  font-family: "Material Icons";
  color: var(--brand);
  font-size: 1.15rem;
}

.service-feature-card.is-primary .service-result {
  border-top-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.service-feature-card.is-primary .service-result::before {
  color: #fff;
}

.service-addons {
  margin-top: 2rem;
  padding: 1.25rem;
  border: 1px solid rgba(242, 13, 101, 0.12);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 50px rgba(23, 11, 16, 0.07);
}

.service-addons-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: #18131a;
}

.service-addons-title .material-symbols-outlined {
  color: var(--brand);
}

.service-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.service-chip-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 2.6rem;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(242, 13, 101, 0.12);
  border-radius: 999px;
  background: #fff7fb;
  color: #4b3d44;
  font-size: 0.92rem;
  font-weight: 700;
}

.services-hero {
  position: relative;
  min-height: 820px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 11rem 1.5rem 7rem;
  isolation: isolate;
}

.services-hero-video,
.services-hero-video video,
.services-hero-overlay {
  position: absolute;
  inset: 0;
}

.services-hero-video {
  z-index: 0;
  background: #170b10;
}

.services-hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.06);
}

.services-hero-overlay {
  background:
    linear-gradient(90deg, rgba(12, 7, 10, 0.88), rgba(18, 9, 13, 0.56) 48%, rgba(18, 9, 13, 0.68)),
    radial-gradient(circle at 28% 55%, rgba(242, 13, 101, 0.32), transparent 30rem),
    linear-gradient(180deg, rgba(23, 11, 16, 0.10), rgba(23, 11, 16, 0.82));
}

.services-hero::before {
  content: "";
  position: absolute;
  inset: 1.25rem;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 1.8rem;
  pointer-events: none;
}

.services-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 9rem;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.94));
  pointer-events: none;
}

.services-hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, 1320px);
  margin-inline: auto;
  color: #fff;
}

.services-hero-content h1 {
  max-width: 10ch;
  margin-top: 1.1rem;
  color: #fff;
  font-size: clamp(4rem, 8vw, 8rem);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.services-hero-content p {
  max-width: 48rem;
  margin-top: 1.55rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.06rem, 1.45vw, 1.28rem);
  line-height: 1.72;
}

.service-detail-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 8%, rgba(242, 13, 101, 0.10), transparent 30rem),
    linear-gradient(180deg, #fff 0%, #fff7fb 100%);
}

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.service-detail-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 1rem;
  min-height: 26rem;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  overflow: hidden;
  border: 1px solid rgba(242, 13, 101, 0.12);
  border-radius: 1.45rem;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 24px 70px rgba(23, 11, 16, 0.10);
}

.service-detail-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 90% 5%, rgba(242, 13, 101, 0.16), transparent 14rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), transparent 55%);
  pointer-events: none;
}

.service-detail-card > * {
  position: relative;
  z-index: 1;
}

.service-detail-card.is-wide {
  grid-row: span 2;
  color: #fff;
  background:
    radial-gradient(circle at 85% 10%, rgba(255, 255, 255, 0.20), transparent 14rem),
    linear-gradient(135deg, #f20d65, #9f003f);
  box-shadow: 0 34px 95px rgba(242, 13, 101, 0.22);
}

.service-detail-card > span {
  width: 3.75rem;
  height: 3.75rem;
  display: grid;
  place-items: center;
  border-radius: 1rem;
  color: var(--brand);
  background: rgba(242, 13, 101, 0.10);
}

.service-detail-card.is-wide > span {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
}

.service-detail-card h4 {
  color: #20171b;
  font-size: clamp(1.65rem, 2.5vw, 2.35rem);
  line-height: 1.05;
  font-weight: 900;
}

.service-detail-card p {
  color: #665a60;
  line-height: 1.75;
}

.service-detail-card strong {
  display: block;
  margin-top: 0.4rem;
  color: #20171b;
  font-weight: 900;
  line-height: 1.55;
}

.service-detail-card.is-wide h4,
.service-detail-card.is-wide p,
.service-detail-card.is-wide strong {
  color: #fff;
}

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

.service-process-section .process-icon {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid rgba(242, 13, 101, 0.10);
  border-radius: 999px;
  color: var(--brand);
  background: #fff;
  box-shadow: 0 20px 58px rgba(23, 11, 16, 0.10);
  transition: transform 200ms ease, border-color 200ms ease;
}

.service-process-section {
  scroll-margin-top: 9rem;
}

.service-process-section .timeline-connector {
  position: absolute;
  left: 0;
  right: 0;
  top: 2.5rem;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(242, 13, 101, 0.45), transparent);
  opacity: 0.6;
  z-index: 0;
  pointer-events: none;
}

.service-process-section .group:hover .process-icon {
  transform: translateY(-0.35rem);
  border-color: rgba(242, 13, 101, 0.34);
}

.portfolio-gateway {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 12%, rgba(242, 13, 101, 0.14), transparent 26rem),
    radial-gradient(circle at 88% 24%, rgba(34, 16, 23, 0.12), transparent 30rem),
    linear-gradient(180deg, #fff 0%, #fff6fa 52%, #fff 100%) !important;
}

.portfolio-gateway::before {
  content: "";
  position: absolute;
  inset: 6rem -4rem auto auto;
  width: min(42vw, 42rem);
  height: 46rem;
  background:
    linear-gradient(135deg, rgba(242, 13, 101, 0.16), rgba(242, 13, 101, 0)),
    repeating-linear-gradient(90deg, rgba(242, 13, 101, 0.10) 0 1px, transparent 1px 4.4rem);
  transform: skewX(-12deg);
  opacity: 0.85;
  pointer-events: none;
}

.portfolio-gateway::after {
  content: "3I";
  position: absolute;
  left: clamp(1rem, 5vw, 5rem);
  bottom: -5.5rem;
  color: rgba(242, 13, 101, 0.035);
  font-size: clamp(12rem, 28vw, 28rem);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.08em;
  pointer-events: none;
}

.portfolio-gateway > div {
  position: relative;
  z-index: 1;
}

.portfolio-gateway-intro {
  display: grid;
  gap: 1.4rem;
  justify-items: start;
}

.portfolio-gateway-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.portfolio-gateway-stats span {
  display: inline-flex;
  align-items: baseline;
  gap: 0.42rem;
  min-height: 2.85rem;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(242, 13, 101, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #5a4d53;
  box-shadow: 0 14px 34px rgba(23, 11, 16, 0.07);
  backdrop-filter: blur(14px);
}

.portfolio-gateway-stats strong {
  color: var(--brand);
  font-size: 1.2rem;
  font-weight: 900;
}

.portfolio-gateway-frame {
  position: relative;
  padding: clamp(0.45rem, 1vw, 0.9rem);
  border: 1px solid rgba(242, 13, 101, 0.10);
  border-radius: 2rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.25)),
    rgba(255, 255, 255, 0.42);
  box-shadow: 0 34px 100px rgba(23, 11, 16, 0.10);
}

.portfolio-gateway-frame::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(242, 13, 101, 0.42), transparent 32%, rgba(255, 255, 255, 0.72) 52%, transparent 72%);
  opacity: 0.38;
  pointer-events: none;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  padding: 1px;
}

.portfolio-gateway-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.16fr 0.95fr;
  gap: 1rem;
  align-items: stretch;
}

.portfolio-gateway-card {
  position: relative;
  display: block;
  min-height: 455px;
  overflow: hidden;
  border-radius: 1.45rem;
  background: #161018;
  box-shadow: 0 28px 80px rgba(31, 18, 24, 0.17);
  isolation: isolate;
  transform: translateZ(0);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.portfolio-gateway-card.is-featured {
  min-height: 535px;
  margin-top: -2.15rem;
  margin-bottom: -1rem;
}

.portfolio-gateway-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 850ms cubic-bezier(.2, .7, .2, 1), filter 850ms ease;
}

.portfolio-gateway-card::before {
  content: "";
  position: absolute;
  inset: -40% auto auto -30%;
  z-index: 2;
  width: 72%;
  height: 180%;
  background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, 0.22) 48%, transparent 100%);
  transform: translateX(-130%) rotate(14deg);
  transition: transform 850ms ease;
  pointer-events: none;
}

.portfolio-gateway-card::after {
  content: "";
  position: absolute;
  inset: 1rem;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1.05rem;
  opacity: 0;
  transform: scale(0.985);
  transition: opacity 260ms ease, transform 260ms ease;
  pointer-events: none;
}

.portfolio-gateway-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(13, 8, 12, 0.02) 0%, rgba(13, 8, 12, 0.28) 40%, rgba(13, 8, 12, 0.92) 100%),
    radial-gradient(circle at 18% 18%, rgba(242, 13, 101, 0.34), transparent 18rem),
    linear-gradient(120deg, rgba(242, 13, 101, 0.32), transparent 42%);
}

.portfolio-gateway-content {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  display: grid;
  gap: 0.7rem;
  padding: 2.15rem;
  color: #fff;
  transform: translateY(0.8rem);
  transition: transform 260ms ease;
}

.portfolio-gateway-content span {
  width: 3.5rem;
  height: 3.5rem;
  display: grid;
  place-items: center;
  margin-bottom: 2.1rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 1rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.20);
  transition: transform 260ms ease, background-color 260ms ease;
}

.portfolio-gateway-content p {
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.portfolio-gateway-content h4 {
  color: #fff;
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1;
  font-weight: 900;
}

.portfolio-gateway-content strong {
  max-width: 20rem;
  color: rgba(255, 255, 255, 0.80);
  font-size: 1rem;
  line-height: 1.55;
}

.portfolio-gateway-content em {
  width: fit-content;
  margin-top: 1.25rem;
  padding: 0.68rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 900;
  opacity: 0;
  transform: translateY(0.55rem);
  transition: opacity 260ms ease, transform 260ms ease, background-color 260ms ease;
}

.portfolio-gateway-card:hover img {
  transform: scale(1.09);
  filter: saturate(1.12) contrast(1.05);
}

.portfolio-gateway-card:hover {
  transform: translateY(-0.65rem);
  box-shadow: 0 40px 110px rgba(242, 13, 101, 0.22);
}

.portfolio-gateway-card:hover::before {
  transform: translateX(260%) rotate(14deg);
}

.portfolio-gateway-card:hover::after {
  opacity: 1;
  transform: scale(1);
}

.portfolio-gateway-card:hover .portfolio-gateway-content {
  transform: translateY(0);
}

.portfolio-gateway-card:hover .portfolio-gateway-content span {
  transform: rotate(-6deg) scale(1.08);
  background: rgba(242, 13, 101, 0.72);
}

.portfolio-gateway-card:hover .portfolio-gateway-content em {
  opacity: 1;
  transform: translateY(0);
}

.portfolio-image-fallback,
.missing-project-image {
  position: relative;
  background:
    linear-gradient(135deg, rgba(242, 13, 101, 0.24), transparent 34%),
    linear-gradient(145deg, #1a1c1c, #5c3f45);
}

.missing-project-image::after {
  content: "Obrázok čaká na nahratie";
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 3;
  max-width: calc(100% - 2rem);
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.42);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  backdrop-filter: blur(10px);
}

.before-after-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 4% 18%, rgba(242, 13, 101, 0.10), transparent 28rem),
    radial-gradient(circle at 92% 82%, rgba(34, 16, 23, 0.08), transparent 26rem),
    #fff !important;
}

.before-after-section::before {
  content: "";
  position: absolute;
  inset: 10% auto 8% -5rem;
  width: 18rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(242, 13, 101, 0.12), rgba(242, 13, 101, 0));
  transform: rotate(18deg);
  pointer-events: none;
}

.before-after-copy h3 {
  text-wrap: balance;
}

.before-after-points {
  display: grid;
  gap: 0.85rem;
}

.before-after-points span {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: fit-content;
  min-height: 3.1rem;
  padding: 0.78rem 1.05rem;
  border: 1px solid rgba(242, 13, 101, 0.13);
  border-radius: 999px;
  background: rgba(255, 247, 251, 0.78);
  color: #3a2e34;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(23, 11, 16, 0.07);
}

.before-after-points i {
  color: var(--brand);
  font-style: normal;
}

.before-after-stack {
  position: relative;
}

.before-after-stack::before {
  content: "";
  position: absolute;
  inset: -1.6rem -1.6rem 3rem 6rem;
  border-radius: 2rem;
  background:
    linear-gradient(135deg, rgba(242, 13, 101, 0.10), transparent 42%),
    rgba(255, 247, 251, 0.62);
  transform: rotate(2deg);
  pointer-events: none;
}

.before-after-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(242, 13, 101, 0.14);
  border-radius: 1.65rem;
  background: #170b10;
  box-shadow: 0 38px 110px rgba(23, 11, 16, 0.18);
  isolation: isolate;
}

.before-after-media {
  position: relative;
  aspect-ratio: 16 / 10;
  min-height: 480px;
  overflow: hidden;
}

.before-after-img,
.before-after-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.before-img {
  width: 100%;
  clip-path: polygon(0 0, var(--position) 0, var(--position) 100%, 0 100%);
  filter: saturate(0.72) contrast(1.08) brightness(0.82);
}

.after-img {
  filter: saturate(1.08) contrast(1.04);
}

.before-after-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(23, 11, 16, 0.05), rgba(23, 11, 16, 0.32)),
    radial-gradient(circle at 20% 18%, rgba(242, 13, 101, 0.20), transparent 20rem);
  pointer-events: none;
}

.before-after-labels {
  position: absolute;
  inset: 1.3rem 1.3rem auto;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.before-after-labels span {
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #fff;
  background: rgba(23, 11, 16, 0.48);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.before-after-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--position);
  z-index: 5;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  pointer-events: none;
}

.before-after-divider::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 28px rgba(242, 13, 101, 0.42);
}

.before-after-divider span {
  position: relative;
  z-index: 1;
  width: 3.7rem;
  height: 3.7rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--brand), #ff4d93);
  box-shadow: 0 18px 42px rgba(242, 13, 101, 0.35);
}

.before-after-range {
  position: absolute;
  inset: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
}

.before-after-note {
  position: absolute;
  right: 1.4rem;
  bottom: -2.4rem;
  z-index: 9;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.2rem 0.8rem;
  max-width: 22rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 58px rgba(23, 11, 16, 0.13);
  backdrop-filter: blur(18px);
}

.before-after-note span {
  grid-row: span 2;
  color: var(--brand);
}

.before-after-note strong {
  color: #20171b;
  font-size: 0.98rem;
}

.before-after-note p {
  color: #6b6267;
  font-size: 0.88rem;
  line-height: 1.45;
}

.blog-section {
  background:
    radial-gradient(circle at 12% 0%, rgba(242, 13, 101, 0.08), transparent 26rem),
    linear-gradient(180deg, #fff 0%, #fff8fb 100%) !important;
}

.blog-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(242, 13, 101, 0.10);
  border-radius: 1.45rem;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 24px 70px rgba(23, 11, 16, 0.10);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.blog-card:hover {
  transform: translateY(-0.45rem);
  border-color: rgba(242, 13, 101, 0.22);
  box-shadow: 0 34px 90px rgba(23, 11, 16, 0.15);
}

.blog-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #fff7fb;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.blog-card:hover .blog-image img {
  transform: scale(1.04);
}

.blog-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.52rem 0.76rem;
  border-radius: 999px;
  color: #fff;
  background: var(--brand);
  box-shadow: 0 12px 32px rgba(242, 13, 101, 0.28);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.blog-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.55rem;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.95rem;
  color: #8a7b82;
  font-size: 0.82rem;
  font-weight: 800;
}

.blog-card h4 {
  margin-bottom: 0.8rem;
  color: #20171b;
  font-size: 1.35rem;
  line-height: 1.18;
  font-weight: 900;
}

.blog-card-body > p {
  color: #6b6267;
  line-height: 1.65;
}

.blog-details {
  margin-top: auto;
  padding-top: 1.25rem;
}

.blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: fit-content;
  margin-top: auto;
  padding-top: 1.25rem;
  color: var(--brand);
  font-size: 0.92rem;
  font-weight: 900;
  transition: gap 180ms ease, transform 180ms ease;
}

.blog-read-more:hover {
  gap: 0.65rem;
}

.blog-details summary {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--brand);
  font-size: 0.92rem;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.blog-details summary::-webkit-details-marker {
  display: none;
}

.blog-details[open] summary {
  margin-bottom: 1rem;
}

.blog-details[open] summary .material-icons {
  transform: rotate(180deg);
}

.blog-fulltext {
  display: grid;
  gap: 0.85rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(242, 13, 101, 0.10);
  color: #5c5056;
  font-size: 0.95rem;
  line-height: 1.65;
}

.blog-fulltext h5 {
  margin-top: 0.45rem;
  color: #20171b;
  font-size: 1rem;
  font-weight: 900;
}

.blog-fulltext ul {
  display: grid;
  gap: 0.35rem;
  padding-left: 1.15rem;
  list-style: disc;
}

.blog-page-hero {
  background:
    radial-gradient(circle at 14% 4%, rgba(242, 13, 101, 0.10), transparent 28rem),
    linear-gradient(180deg, #fff 0%, #fff7fb 100%) !important;
}

.article-page {
  background:
    radial-gradient(circle at 12% 0%, rgba(242, 13, 101, 0.09), transparent 28rem),
    #fff7fb;
}

.article-hero {
  overflow: hidden;
  border-radius: 1.6rem;
  background: #fff;
  box-shadow: 0 32px 90px rgba(23, 11, 16, 0.13);
}

.article-hero img {
  width: 100%;
  height: auto;
  display: block;
}

.article-content {
  max-width: 820px;
  margin: -4rem auto 0;
  position: relative;
  z-index: 2;
  padding: clamp(1.5rem, 4vw, 3.2rem);
  border: 1px solid rgba(242, 13, 101, 0.10);
  border-radius: 1.45rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 70px rgba(23, 11, 16, 0.10);
}

.article-kicker {
  margin-bottom: 1rem;
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-content h1 {
  margin-bottom: 1.2rem;
  color: #20171b;
  font-size: clamp(2.35rem, 5vw, 4.7rem);
  line-height: 0.98;
  font-weight: 900;
  text-wrap: balance;
}

.article-lead {
  color: #3d3036;
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 700;
}

.article-content h2 {
  margin-top: 2.1rem;
  margin-bottom: 0.75rem;
  color: #20171b;
  font-size: 1.65rem;
  line-height: 1.2;
  font-weight: 900;
}

.article-content h3 {
  margin-top: 1.4rem;
  margin-bottom: 0.45rem;
  color: #20171b;
  font-size: 1.15rem;
  font-weight: 900;
}

.article-content p,
.article-content li {
  color: #5f5359;
  font-size: 1.05rem;
  line-height: 1.78;
}

.article-content ul {
  display: grid;
  gap: 0.35rem;
  margin-top: 0.75rem;
  padding-left: 1.25rem;
  list-style: disc;
}

@media (max-width: 900px) {
  body.nav-scrolled nav.sticky {
    top: 0.5rem;
    width: min(calc(100% - 1rem), 1360px);
    border-radius: 1.15rem;
  }

  nav.sticky > div {
    height: 5.8rem !important;
    gap: 1rem;
    padding-inline: 1rem !important;
  }

  nav img[src="/assets/logo-3interier.png"] {
    width: 5rem !important;
    height: 5rem !important;
  }

  header.relative.h-\[85vh\] {
    min-height: 760px;
  }

  .hero-landing-content {
    padding-top: 9rem;
    padding-bottom: 6.5rem;
  }

  .hero-copy-panel h1 {
    max-width: 11ch;
  }

  .hero-copy-panel {
    transform: translateY(-1.5rem);
  }

  .hero-scroll-cue {
    display: none;
  }

  header h1 {
    font-size: clamp(2.45rem, 10vw, 4rem) !important;
    line-height: 1.05 !important;
  }

  a[style*="writing-mode:vertical-rl"] {
    display: none !important;
  }

  .portfolio-gateway-card,
  .portfolio-gateway-card.is-featured {
    min-height: 390px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .portfolio-gateway-grid {
    grid-template-columns: 1fr;
  }

  .before-after-media {
    min-height: 390px;
  }

  .before-after-note {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 1rem auto 0;
  }

  .article-content {
    margin-top: -1.5rem;
  }

  .services-hero {
    min-height: 720px;
    padding-top: 9rem;
    padding-bottom: 5rem;
  }

  .services-hero-content h1 {
    max-width: 11ch;
  }

  .service-detail-grid {
    grid-template-columns: 1fr;
  }

  .service-detail-card,
  .service-detail-card.is-wide {
    min-height: auto;
    grid-row: auto;
  }
}

@media (max-width: 767px) {
  nav.sticky {
    overflow: hidden;
  }

  nav.sticky > div {
    height: auto !important;
    min-height: 5.8rem;
    flex-wrap: wrap;
    row-gap: 0.25rem !important;
    padding-top: 0.3rem !important;
    padding-bottom: 0.7rem !important;
  }

  nav .hidden.md\:flex {
    order: 3;
    display: flex !important;
    width: 100%;
    gap: 0.35rem !important;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0.15rem 0 0.25rem;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  nav .hidden.md\:flex::-webkit-scrollbar {
    display: none;
  }

  nav .hidden.md\:flex a {
    flex: 0 0 auto;
    padding: 0.56rem 0.82rem;
    font-size: 0.88rem;
    white-space: nowrap;
    background: rgba(242, 13, 101, 0.06);
  }

  nav .hidden.md\:flex a.text-\[\#f20d65\],
  nav .hidden.md\:flex a.text-primary {
    color: var(--brand);
    background: rgba(242, 13, 101, 0.12);
  }

  nav .hidden.md\:flex a::after {
    display: none;
  }

  nav a[href="/kontakt/"].hidden {
    order: 2;
  }
}

@media (max-width: 640px) {
  nav.sticky > div {
    padding-inline: 1rem !important;
  }

  nav a[href="/kontakt/"].hidden {
    min-height: 3.35rem;
    padding-inline: 1.1rem !important;
  }

  header.relative.h-\[85vh\] {
    min-height: 740px;
  }

  .hero-landing::before {
    inset: 0.7rem;
    border-radius: 1.2rem;
  }

  .hero-landing-content {
    padding-top: 8rem;
    padding-bottom: 5.5rem;
  }

  .hero-copy-panel h1 {
    max-width: 12ch;
    font-size: clamp(2.7rem, 13vw, 4.6rem) !important;
    line-height: 0.95 !important;
  }

  .hero-copy-panel {
    transform: none;
  }

  .hero-copy-panel p {
    font-size: 1rem !important;
    line-height: 1.62;
  }

  .hero-primary-cta,
  .hero-secondary-cta {
    width: 100%;
  }

  .hero-proof-row span {
    font-size: 0.82rem;
  }

  header p {
    font-size: 1rem !important;
  }

  section.py-24,
  section.py-20 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .portfolio-gateway-content {
    padding: 1.45rem;
  }

  .portfolio-gateway-content span {
    margin-bottom: 0.8rem;
  }

  .before-after-media {
    min-height: 330px;
    aspect-ratio: 4 / 5;
  }

  .before-after-points span {
    width: 100%;
  }

  .before-after-divider span {
    width: 3.15rem;
    height: 3.15rem;
  }

  .services-hero {
    min-height: 680px;
    padding: 8rem 1rem 4.5rem;
  }

  .services-hero::before {
    inset: 0.7rem;
    border-radius: 1.2rem;
  }

  .services-hero-content h1 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }

  .services-hero-content p {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  body {
    background: #fff8fb !important;
  }

  nav.sticky {
    box-shadow: 0 10px 28px rgba(23, 11, 16, 0.08);
  }

  body.nav-scrolled nav.sticky {
    top: 0;
    width: 100%;
    border-radius: 0;
  }

  nav.sticky > div {
    min-height: 5.85rem;
    padding-inline: 0.95rem !important;
  }

  nav img[src="/assets/logo-3interier.png"] {
    width: 5rem !important;
    height: 5rem !important;
    transform: scale(1.08);
    transform-origin: left center;
  }

  nav a[href="/kontakt/"].hidden {
    display: none !important;
  }

  nav .hidden.md\:flex {
    margin-inline: -0.15rem;
    padding-bottom: 0.45rem;
  }

  nav .hidden.md\:flex a {
    min-height: 2.65rem;
    padding: 0.58rem 0.9rem;
    font-size: 0.86rem;
  }

  main[class*="pt-32"] {
    padding-top: 2.25rem !important;
  }

  main[class*="px-8"],
  section[class*="px-6"],
  footer[class*="px-6"] {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  section.py-24,
  section.py-20,
  section.py-16,
  .blog-page-hero {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  footer {
    padding-top: 3.5rem !important;
    padding-bottom: 2rem !important;
  }

  h1,
  .text-7xl,
  .text-6xl,
  .text-5xl {
    font-size: clamp(2.15rem, 10vw, 3.1rem) !important;
    line-height: 1.05 !important;
  }

  h2,
  h3,
  .text-4xl {
    font-size: clamp(1.85rem, 8vw, 2.45rem) !important;
    line-height: 1.12 !important;
  }

  p,
  li,
  .text-lg,
  .text-xl {
    font-size: 1rem !important;
    line-height: 1.65 !important;
  }

  .hero-landing.h-\[85vh\],
  header.relative.h-\[85vh\] {
    min-height: min(680px, 100svh) !important;
    height: auto !important;
  }

  header.relative:not(.hero-landing) {
    min-height: 360px !important;
    height: auto !important;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .hero-landing-content {
    padding: 5.5rem 1rem 4rem !important;
  }

  .hero-copy-panel {
    max-width: 100%;
    padding: 0;
    transform: none !important;
  }

  .hero-copy-panel h1,
  .services-hero-content h1 {
    max-width: 12ch;
  }

  .hero-actions,
  .hero-proof-row {
    width: 100%;
  }

  .hero-actions {
    display: grid;
    gap: 0.75rem;
  }

  .hero-proof-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-primary-cta,
  .hero-secondary-cta,
  a.inline-flex[class*="px-8"],
  button[class*="px-8"],
  button[class*="px-6"] {
    width: 100%;
    min-height: 3.25rem;
    justify-content: center;
    text-align: center;
    white-space: normal !important;
  }

  .glass-card,
  .calculator-card,
  .rounded-2xl,
  .rounded-3xl,
  .rounded-xl {
    border-radius: 1rem !important;
  }

  .glass-card,
  .calculator-card,
  .rounded-2xl.bg-white,
  .rounded-3xl.bg-white {
    box-shadow: 0 14px 36px rgba(23, 11, 16, 0.10);
  }

  .grid[class*="md:grid-cols"],
  .grid[class*="lg:grid-cols"],
  .grid[class*="xl:grid-cols"],
  .service-detail-grid,
  .portfolio-gateway-grid {
    grid-template-columns: 1fr !important;
  }

  [data-portfolio-filters] {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    flex-wrap: initial !important;
    gap: 0.65rem !important;
    width: 100%;
    margin: 0;
    padding: 0.7rem;
    overflow: visible;
    border: 1px solid rgba(242, 13, 101, 0.10);
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 14px 36px rgba(23, 11, 16, 0.08);
  }

  [data-portfolio-filters] button {
    width: 100%;
    min-height: 3.15rem;
    padding-inline: 1rem !important;
    border-radius: 0.9rem !important;
    border: 1px solid rgba(242, 13, 101, 0.12);
    background: #fff !important;
    color: #2b2026 !important;
    font-size: 0.9rem;
    font-weight: 850;
    line-height: 1.15;
    white-space: normal;
    box-shadow: none !important;
  }

  [data-portfolio-filters] button[aria-pressed="true"] {
    border-color: rgba(242, 13, 101, 0.35);
    color: #fff !important;
    background: linear-gradient(135deg, var(--brand), #ff5a98) !important;
    box-shadow: 0 14px 30px rgba(242, 13, 101, 0.22) !important;
  }

  [data-portfolio-grid] {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-auto-rows: 255px !important;
    gap: 1rem !important;
  }

  [data-portfolio-grid] > a {
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: 255px;
  }

  [data-portfolio-grid] .absolute.bottom-0 {
    padding: 1.15rem !important;
    transform: none !important;
  }

  [data-portfolio-grid] h2 {
    font-size: 1.35rem !important;
  }

  .portfolio-gateway-frame {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .portfolio-gateway-frame::before,
  .portfolio-gateway::before,
  .portfolio-gateway::after,
  .before-after-section::before,
  .before-after-stack::before {
    display: none;
  }

  .portfolio-gateway-card,
  .portfolio-gateway-card.is-featured {
    min-height: 330px !important;
    margin: 0 !important;
  }

  .portfolio-gateway-content {
    padding: 1.35rem !important;
    transform: none;
  }

  .portfolio-gateway-content h4 {
    font-size: 1.85rem !important;
  }

  .portfolio-gateway-content strong {
    font-size: 0.94rem;
  }

  .portfolio-gateway-content em {
    opacity: 1;
    transform: none;
  }

  .before-after-media {
    min-height: 300px !important;
    aspect-ratio: 4 / 5;
  }

  .before-after-labels {
    inset: 0.85rem 0.85rem auto;
  }

  .before-after-note {
    max-width: 100%;
    padding: 0.9rem;
  }

  .services-hero {
    min-height: min(620px, 92svh) !important;
    padding: 6.25rem 1rem 4rem !important;
  }

  .services-hero::before {
    inset: 0.65rem;
    border-radius: 1rem;
  }

  .service-detail-card,
  .service-detail-card.is-wide {
    min-height: auto !important;
    padding: 1.25rem !important;
  }

  .service-chip-grid span,
  .before-after-points span,
  .portfolio-gateway-stats span {
    width: 100%;
    min-height: 2.7rem;
    border-radius: 0.9rem;
  }

  section[class*="-mt-16"],
  section[class*="-mt-14"] {
    margin-top: -1rem !important;
  }

  .glassmorphism,
  .glassmorphism[class*="p-8"],
  .rounded-3xl[class*="p-8"],
  .rounded-2xl[class*="p-8"],
  .rounded-2xl[class*="p-7"],
  .calculator-card[class*="p-6"] {
    padding: 1.25rem !important;
  }

  #total-price,
  p.text-5xl,
  div.text-5xl {
    font-size: clamp(2rem, 10vw, 2.75rem) !important;
    line-height: 1.05 !important;
  }

  input[type="range"] {
    min-height: 2.75rem;
  }

  table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  iframe,
  video,
  img {
    max-width: 100%;
  }

  .blog-card-body {
    padding: 1.2rem;
  }

  .blog-badge {
    font-size: 0.68rem;
  }

  .article-page {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .article-hero {
    border-radius: 1rem;
  }

  .article-content {
    margin-top: -1rem !important;
    padding: 1.25rem !important;
    border-radius: 1rem;
  }

  .article-lead {
    font-size: 1.05rem !important;
  }

  footer .grid {
    gap: 2rem !important;
  }
}

@media (max-width: 420px) {
  nav .hidden.md\:flex a {
    padding-inline: 0.78rem;
    font-size: 0.82rem;
  }

  .hero-copy-panel h1,
  .services-hero-content h1 {
    max-width: 11ch;
  }

  [data-portfolio-grid] {
    grid-auto-rows: 235px !important;
  }

  [data-portfolio-grid] > a {
    min-height: 235px;
  }
}

@media (hover: none) and (pointer: coarse) {
  button:hover,
  a:hover,
  .portfolio-gateway-card:hover,
  .blog-card:hover,
  .service-card-hover:hover,
  article.group:hover,
  .calculator-card:hover {
    transform: none !important;
  }
}

.mobile-menu-toggle,
.mobile-menu-panel {
  display: none;
}

@media (max-width: 767px) {
  nav.sticky {
    overflow: visible;
  }

  nav.sticky > div {
    flex-wrap: nowrap;
    min-height: 5.9rem;
    padding-top: 0.42rem !important;
    padding-bottom: 0.42rem !important;
  }

  nav .hidden.md\:flex {
    display: none !important;
  }

  .mobile-menu-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 3.35rem;
    height: 3.35rem;
    margin-left: auto;
    border: 1px solid rgba(242, 13, 101, 0.16);
    border-radius: 1.1rem;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 251, 0.92));
    box-shadow:
      0 14px 32px rgba(23, 11, 16, 0.10),
      inset 0 1px 0 rgba(255, 255, 255, 0.85);
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-menu-toggle span {
    position: absolute;
    left: 50%;
    width: 1.25rem;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--brand), #ff5a98);
    box-shadow: 0 1px 4px rgba(242, 13, 101, 0.20);
    transform: translateX(-50%);
    transition: transform 190ms ease, opacity 190ms ease, width 190ms ease;
  }

  .mobile-menu-toggle span:nth-child(1) {
    top: 1.08rem;
  }

  .mobile-menu-toggle span:nth-child(2) {
    top: 1.63rem;
    width: 1.55rem;
  }

  .mobile-menu-toggle span:nth-child(3) {
    top: 2.18rem;
  }

  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    width: 1.55rem;
    transform: translate(-50%, 0.55rem) rotate(45deg);
  }

  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    width: 1.55rem;
    transform: translate(-50%, -0.55rem) rotate(-45deg);
  }

  .mobile-menu-panel {
    position: absolute;
    top: calc(100% + 0.55rem);
    left: 0.85rem;
    right: 0.85rem;
    z-index: 70;
    display: grid;
    gap: 0.45rem;
    padding: 0.75rem;
    border: 1px solid rgba(242, 13, 101, 0.14);
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 24px 70px rgba(23, 11, 16, 0.18);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .mobile-menu-panel[hidden] {
    display: none !important;
  }

  .mobile-menu-panel a {
    display: flex;
    align-items: center;
    min-height: 3rem;
    padding: 0.75rem 0.9rem;
    border-radius: 0.85rem;
    color: #2b2026;
    font-weight: 850;
    text-decoration: none;
  }

  .mobile-menu-panel a.text-\[\#f20d65\],
  .mobile-menu-panel a.text-primary {
    color: var(--brand);
    background: rgba(242, 13, 101, 0.10);
  }

  .mobile-menu-cta {
    justify-content: center;
    margin-top: 0.25rem;
    color: #fff !important;
    background: linear-gradient(135deg, var(--brand) 0%, #ff4d93 100%) !important;
    box-shadow: 0 14px 32px rgba(242, 13, 101, 0.24);
  }
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1200;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  width: min(100% - 2rem, 980px);
  margin-inline: auto;
  padding: 1rem;
  border: 1px solid rgba(242, 13, 101, 0.16);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 26px 90px rgba(23, 11, 16, 0.20);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.cookie-banner.is-hidden {
  opacity: 0;
  transform: translateY(0.75rem);
  pointer-events: none;
}

.cookie-banner__text {
  display: grid;
  gap: 0.25rem;
}

.cookie-banner__text strong {
  color: #20171b;
  font-size: 1rem;
  font-weight: 900;
}

.cookie-banner__text p {
  margin: 0;
  color: #5f5359;
  font-size: 0.92rem;
  line-height: 1.5;
}

.cookie-banner__actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.cookie-banner__actions a,
.cookie-banner__actions button {
  min-height: 2.75rem;
  padding: 0.72rem 0.95rem;
  border-radius: 0.85rem;
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.cookie-banner__link {
  color: var(--brand);
  text-decoration: none;
}

.cookie-banner__secondary {
  border: 1px solid rgba(23, 11, 16, 0.12);
  color: #2b2026;
  background: #fff;
}

.cookie-banner__primary {
  border: 1px solid transparent;
  color: #fff;
  background: linear-gradient(135deg, var(--brand), #ff5a98);
  box-shadow: 0 12px 28px rgba(242, 13, 101, 0.24);
}

@media (max-width: 767px) {
  .cookie-banner {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    padding: 0.9rem;
    border-radius: 1rem;
  }

  .cookie-banner__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
  }

  .cookie-banner__link {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    min-height: auto !important;
    padding: 0.2rem 0 !important;
  }

  .cookie-banner__actions button {
    width: 100%;
  }
}
