@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Michroma&family=Montserrat:wght@200;300;400&display=swap");
html {
  background-color: #0e0e0e;
}

#preloader {
  display: none !important;
}

body {
  margin: 0;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 6px;
  background: #0e0e0e;
}

::-webkit-scrollbar-track {
  background: transparent;
  border: none;
  box-shadow: none;
}

::-webkit-scrollbar-thumb {
  background: rgba(124, 106, 85, 0.5);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(124, 106, 85, 0.8);
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.hero {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding: 1.25rem 1.25rem 0;
  box-sizing: border-box;
  --cut: 0px;
  clip-path: inset(0 0 var(--cut) 0);
  --hero-shift: 0px;
  transform: translateY(var(--hero-shift));
  will-change: transform, clip-path;
  --hero-pad-top: clamp(8rem, 20vh, 20rem);
  --hero-gap-desc: clamp(1.5rem, 5vh, 4rem);
  --hero-pad-bottom: clamp(10rem, 14vh, 18rem);
  --hero-side: clamp(2rem, 5vw, 5rem);
}

.hero-wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 1;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: url(#heroClip);
}

.hero::after {
  content: "";
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  bottom: 0;
  left: 1.25rem;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  clip-path: url(#heroClip);
}

.hero-title {
  position: absolute;
  top: var(--hero-pad-top);
  left: var(--hero-side);
  z-index: 3;
  margin: 0;
  color: #E0DBD5;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2rem, 5vw, 4.5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2rem;
}

.hero-description {
  position: absolute;
  top: calc(var(--hero-pad-top) + var(--hero-title-h, 12rem) + var(--hero-gap-desc));
  left: var(--hero-side);
  z-index: 3;
  margin: 0;
  color: #AAA7A4;
  font-size: clamp(1rem, 1.6vw, 1.5rem);
  font-weight: 300;
  line-height: 1.6;
}

.hero-description__accent {
  color: #877359 !important;
  display: block;
}

.hero-stats {
  position: absolute;
  top: auto;
  bottom: var(--hero-pad-bottom);
  left: var(--hero-side);
  z-index: 5;
  display: flex;
  gap: clamp(2rem, 4vw, 4.375rem);
  align-items: center;
  flex-wrap: wrap;
  padding: clamp(1rem, 2vh, 1.75rem) clamp(1.5rem, 2.5vw, 2.25rem);
  border-radius: 1.5rem;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(135, 115, 89, 0.3);
  transform: translateZ(0);
}

.hero-stat {
  display: flex;
  align-items: center;
  gap: 1.125rem;
  position: relative;
}

.hero-stat:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -2.1875rem;
  top: 50%;
  width: 1px;
  height: 2.875rem;
  transform: translateY(-50%);
  background: rgba(135, 115, 89, 0.3);
}

.hero-stat img {
  width: clamp(2.25rem, 3vw, 3rem);
  height: clamp(2.25rem, 3vw, 3rem);
  opacity: 0.85;
  filter: brightness(0) saturate(100%) invert(89%) sepia(10%) saturate(236%) hue-rotate(341deg);
}

.hero-stat span {
  display: block;
  font-size: clamp(1.5rem, 2.4vw, 2.25rem);
  line-height: 1;
  color: #fff;
  font-weight: 500;
}

.hero-stat small {
  display: block;
  margin-top: 0.375rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  font-weight: 300;
}

.marquee-wrapper {
  position: relative;
  z-index: -1;
  overflow: hidden;
  width: 75%;
  margin-top: clamp(-6.875rem, -12vh, -5rem);
  padding: 1.25rem 0;
}

.marquee-track {
  overflow: hidden;
  width: 100%;
}

.marquee-belt {
  display: flex;
  width: max-content;
  gap: 5rem;
  animation: marquee-scroll 60s linear infinite;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.marquee-inner {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 5rem;
}

.marquee-inner img {
  flex: 0 0 auto;
  width: 7.5rem;
  height: 3.125rem;
  object-fit: contain;
}

.side-icons {
  position: absolute;
  top: 85%;
  right: 1.5rem;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  transform: translateY(-50%);
}

@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0turn;
  inherits: false;
}
.side-icon {
  position: relative;
  width: clamp(4rem, 3.7vw, 5.7rem);
  height: clamp(4rem, 3.7vw, 5.7rem);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: 1.5px solid transparent;
  background-image: linear-gradient(#E0DBD5, #E0DBD5), conic-gradient(from var(--gradient-angle), transparent 0%, #452600 8%, transparent 25%, transparent 100%);
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  animation: gradient-angle 5s infinite linear;
  transition: border-color 0.25s ease;
}

.side-icon img {
  width: clamp(1.375rem, 1.4vw, 2rem);
  height: clamp(1.375rem, 1.4vw, 2rem);
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(18%) sepia(50%) saturate(900%) hue-rotate(15deg) brightness(70%);
  transition: transform 0.55s ease;
}

.side-icon:hover {
  border-color: transparent;
  box-shadow: inset 0 0 0 0.5px #452600;
}

.side-icon:hover img {
  transform: scale(1.18);
}

@keyframes gradient-angle {
  to {
    --gradient-angle: 1turn;
  }
}
.services-section {
  background: #0e0e0e;
  color: #E0DBD5;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.floating-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  border: 50px solid rgba(124, 106, 85, 0.18);
  filter: blur(12px);
  z-index: 0;
  will-change: transform;
}

.circle-1 {
  width: 2100px;
  height: 2100px;
  top: -1250px;
  right: -1050px;
}

.circle-2 {
  width: 2100px;
  height: 2100px;
  top: 850px;
  right: 550px;
}

.services-hero {
  padding: 0 48px 64px;
  display: grid;
  grid-template-columns: 1fr 560px;
  row-gap: 8px;
  column-gap: 32px;
  align-items: end;
}

.services-label {
  grid-column: 1/-1;
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #877359;
  margin: 0 0 12px;
}

.services-title {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 3px;
  color: #E0DBD5;
  white-space: nowrap;
}

.services-title span {
  display: block;
  margin-top: 6px;
  color: #877359;
  font-size: 64px;
}

.services-right {
  padding-left: 24px;
  border-left: 1px solid rgba(224, 219, 213, 0.12);
}

.services-desc {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.9;
  max-width: 380px;
  color: #AAA7A4;
}

.services {
  padding: 0 30px 80px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.card {
  position: relative;
  display: grid;
  grid-template-columns: 430px 1px 1fr;
  align-items: center;
  column-gap: 40px;
  min-height: 290px;
  padding: 40px;
  background: rgba(18, 18, 19, 0.05);
  border-radius: 8px;
  overflow: hidden;
  border: none;
  transform: translateZ(0);
  --angle: 135deg;
}

.card::before,
.card::after {
  border-radius: inherit;
}

.card::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(110deg, rgb(124, 106, 85) 0%, rgba(124, 106, 85, 0.1) 15%, rgba(124, 106, 85, 0.1) 48%, rgba(124, 106, 85, 0.1) 86%, rgba(124, 106, 85, 0.5) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: background 0.5s ease;
}

.card:hover::after {
  background: rgba(124, 106, 85, 0.75);
}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(124, 106, 85, 0.15) 0%, rgba(124, 106, 85, 0.02) 40%, rgba(124, 106, 85, 0.02) 60%, rgba(124, 106, 85, 0.15) 100%);
  background-size: 200% 200%;
  background-position: 0% 50%;
  transition: background-position 0.7s ease;
  pointer-events: none;
}

.card:hover::before {
  background-position: 100% 50%;
}

.card::before,
.card::after {
  z-index: 0;
}

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

.card-number {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Space Grotesk", sans-serif;
  font-size: 180px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(135, 115, 89, 0.45);
  opacity: 0.6;
  transition: opacity 0.4s ease, -webkit-text-stroke-color 0.4s ease;
}

.card:hover .card-number {
  opacity: 0.8;
  -webkit-text-stroke: 1px rgba(135, 115, 89, 0.9);
}

.card-left {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  height: 100%;
  padding-top: 52px;
}

.card-icon {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border: none;
}

.card-icon img {
  transition: transform 0.5s ease;
  transform-origin: center;
}

.card:hover .card-icon img {
  transform: rotate(-8deg);
}

.card-icon svg {
  width: 64px;
  height: 64px;
  color: #877359;
}

.card-content {
  display: flex;
  flex-direction: column;
}

.card-divider {
  width: 1px;
  height: 165px;
  background: rgba(135, 115, 89, 0.12);
}

.card-category {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #877359;
}

.card-title {
  margin: 12px 0 0;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
  color: #E0DBD5;
}

.card-desc {
  margin: 16px 0 0;
  max-width: 270px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.8;
  color: #AAA7A4;
}

.card-arrow {
  margin-top: 28px;
  color: #877359;
  display: flex;
  align-items: center;
  width: 60px;
  overflow: visible;
  transition: width 0.3s ease;
}

.card-arrow .arrow-line {
  flex: 1;
  height: 1.5px;
  background: currentColor;
}

.card-arrow .arrow-head {
  flex-shrink: 0;
  display: block;
  margin-left: -10px;
}

.card:hover .card-arrow {
  width: 120px;
}

.card-arrow svg {
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: left center;
}

.card:hover .card-arrow svg {
  transform: scaleX(1.15);
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 0;
  padding-right: 250px;
  align-items: flex-start;
}

.tag {
  height: 44px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(224, 219, 213, 0.12);
  background: rgba(255, 255, 255, 0.01);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #AAA7A4;
  transition: border-color 0.3s ease, color 0.3s ease, background 0.3s ease;
}

.tag:hover {
  border-color: rgba(124, 106, 85, 0.5);
  color: #877359;
  background: rgba(124, 106, 85, 0.04);
}

.tag img {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #877359;
  opacity: 0.75;
  transition: transform 0.4s ease;
  transform-origin: center;
}

.tag:hover img {
  transform: rotate(-8deg);
}

.references-section {
  position: relative;
  z-index: 3;
  margin-top: -120px;
  background: #E0DBD5;
  border-radius: 40px 40px 0 0;
  padding: 120px 30px 140px;
  transform: translateY(140px);
  opacity: 0;
  will-change: transform;
}
.references-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0e0e0e;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
  z-index: 0;
}
.references-section.is-dark::before {
  opacity: 1;
}
.references-section > * {
  position: relative;
  z-index: 1;
}

.references-section.is-dark .references-title {
  color: #E0DBD5;
  transition: color 0.8s ease;
}
.references-section.is-dark .feature h3 {
  color: #E0DBD5;
  transition: color 0.8s ease;
}
.references-section.is-dark .feature p {
  color: #877359;
  transition: color 0.8s ease;
}
.references-section.is-dark .feature-divider {
  background: rgba(224, 219, 213, 0.12);
}
.references-section.is-dark .reference-card {
  filter: brightness(0.75);
  transition: filter 0.8s ease;
}
.references-section.is-dark .more-references {
  border-color: rgba(135, 115, 89, 0.3);
}

.references-header {
  max-width: 1400px;
  margin: 0 auto 80px;
}

.references-title {
  margin: 0 0 70px;
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: 72px;
  font-weight: 700;
  color: #452600;
  transition: color 0.8s ease;
}

.references-features {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 40px;
}

.feature {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 0 20px;
}

.feature-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
}

.feature h3 {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 300;
  color: #452600;
  transition: color 0.8s ease;
}

.feature p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  color: #877359;
  transition: color 0.8s ease;
}

.feature-divider {
  width: 1px;
  height: 160px;
  background: rgba(69, 38, 0, 0.12);
}

.references-grid {
  display: flex;
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
}

.ref-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.reference-card {
  overflow: hidden;
  border-radius: 20px;
  isolation: isolate;
}

.ref-img-wrap {
  overflow: hidden;
}

.reference-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
  cursor: pointer;
  transform: scale(1.04) translateZ(0);
  transition: transform 0.7s ease;
  will-change: transform;
  backface-visibility: hidden;
}

.reference-card:hover img {
  transform: scale(1.1) translateZ(0);
}

.more-references {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 70px;
  padding: 40px;
  min-height: 190px;
  border: 1px solid rgba(69, 38, 0, 0.15);
  border-radius: 20px;
  background: #877359;
  text-decoration: none;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: 3px;
  font-size: 48px;
  font-weight: 400;
  text-align: center;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.more-references .arrow {
  display: flex;
  align-items: center;
  width: 140px;
  overflow: visible;
  transition: width 0.3s ease;
}

.more-references .arrow-line {
  flex: 1;
  height: 2px;
  background: white;
}

.more-references .arrow-head {
  flex-shrink: 0;
  display: block;
  margin-left: -10px;
}

.more-references:hover {
  background: #452600;
  border-color: rgba(69, 38, 0, 0.3);
}

.more-references:hover .arrow {
  width: 420px;
}

.clients-section {
  padding: 120px 48px 140px;
  position: relative;
  z-index: 3;
  background: #E0DBD5;
}
.clients-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0e0e0e;
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
  z-index: 0;
}
.clients-section.is-dark::before {
  opacity: 1;
}
.clients-section > * {
  position: relative;
  z-index: 1;
}

.references-section::before,
.clients-section::before {
  will-change: opacity;
}

.clients-section.is-dark .clients-title {
  color: #E0DBD5;
}
.clients-section.is-dark > .clients-header .services-label {
  color: #877359;
}
.clients-section.is-dark .client-item {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}
.clients-section.is-dark .client-item img {
  opacity: 0.5;
}
.clients-section.is-dark .client-item:hover {
  border-color: rgba(135, 115, 89, 0.4);
  background: rgba(135, 115, 89, 0.06);
}
.clients-section.is-dark .client-item:hover img {
  opacity: 0.85;
}

.client-item--archa,
.client-item--gask,
.client-item--emun {
  position: relative;
  min-height: 220px;
}
.client-item--archa img,
.client-item--gask img,
.client-item--emun img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 64px);
  max-width: 360px;
  height: 200px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0;
  transition: opacity 0.8s ease, filter 0.8s ease;
}
.client-item--archa .logo-light,
.client-item--gask .logo-light,
.client-item--emun .logo-light {
  opacity: 0.55;
}
.client-item--archa .logo-dark,
.client-item--gask .logo-dark,
.client-item--emun .logo-dark {
  opacity: 0;
}

.clients-section.is-dark .client-item--archa .logo-light,
.clients-section.is-dark .client-item--gask .logo-light,
.clients-section.is-dark .client-item--emun .logo-light {
  opacity: 0;
}
.clients-section.is-dark .client-item--archa .logo-dark,
.clients-section.is-dark .client-item--gask .logo-dark,
.clients-section.is-dark .client-item--emun .logo-dark {
  opacity: 0.6;
}

.clients-header {
  text-align: center;
  margin-bottom: 80px;
}

.clients-title {
  margin: 16px 0 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 72px;
  font-weight: 700;
  color: #452600;
  letter-spacing: 3px;
  transition: color 0.8s ease;
}

.clients-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.client-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 32px;
  border: 1px solid rgba(69, 38, 0, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.6);
  transition: border-color 0.8s ease, background 0.8s ease, transform 0.3s ease;
}
.client-item img {
  width: 100%;
  max-width: 360px;
  height: 200px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.55;
  transition: opacity 0.8s ease, filter 0.8s ease, transform 0.3s ease;
}
.client-item:hover {
  border-color: rgba(135, 115, 89, 0.35);
  background: rgba(255, 255, 255, 0.95);
  transform: translateY(-2px);
}
.client-item:hover img {
  opacity: 1;
  filter: grayscale(0.3);
}

.contacts-section {
  position: relative;
  z-index: 4;
  background: #E0DBD5;
  border-radius: 40px 40px 0 0;
  margin-top: -160px;
  padding: 140px 48px 160px;
  overflow: hidden;
  will-change: transform;
}

.contacts-label {
  font-family: "Space Grotesk", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #877359;
  text-align: center;
  margin: 0 0 16px;
}

.contacts-title {
  margin: 0 0 80px;
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #452600;
}

.contacts-grid {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 0 60px;
  max-width: 1200px;
  margin: 0 auto 60px;
  align-items: stretch;
}

.contacts-divider {
  background: rgba(69, 38, 0, 0.12);
  margin: 0;
}

.contact-card {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(69, 38, 0, 0.1);
  border-radius: 12px;
  padding: 52px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.contact-card--person {
  align-items: center;
  text-align: center;
}

.contact-person-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.contact-company-name {
  margin: 16px 0 8px;
  font-size: 30px;
  font-weight: 500;
  color: #452600;
}

.contact-company-former {
  margin: 0 0 36px;
  font-size: 14px;
  color: rgba(69, 38, 0, 0.4);
}

.contact-info-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  width: 100%;
}
.contact-info-row img {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  flex-shrink: 0;
  opacity: 0.5;
  filter: brightness(0) saturate(100%) invert(18%) sepia(50%) saturate(900%) hue-rotate(15deg) brightness(70%);
}
.contact-info-row span, .contact-info-row a {
  font-size: 18px;
  color: #452600;
  line-height: 1.6;
  font-weight: 300;
  text-decoration: none;
  transition: color 0.3s;
}
.contact-info-row a:hover {
  color: #877359;
}

.contact-meta {
  margin-top: auto;
  padding-top: 28px;
  border-top: 1px solid rgba(69, 38, 0, 0.08);
  font-size: 13px;
  color: #877359;
  line-height: 2;
  width: 100%;
}

.contact-avatar {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(135, 115, 89, 0.25);
  margin-bottom: 28px;
  flex-shrink: 0;
}
.contact-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: none;
  opacity: 1;
}

.contact-person-name {
  margin: 0 0 8px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #452600;
  letter-spacing: 2px;
}

.contact-person-role {
  margin: 0 0 36px;
  font-size: 14px;
  color: #877359;
  font-weight: 300;
}

.contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 32px;
  background: #452600;
  border: 1px solid rgba(135, 115, 89, 0.3);
  border-radius: 4px;
  color: #E0DBD5;
  text-decoration: none;
  font-size: 12px;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  transition: background 0.3s, border-color 0.3s;
  margin-bottom: 36px;
}
.contact-btn img {
  width: 16px;
  height: 16px;
  filter: brightness(0) saturate(100%) invert(89%) sepia(10%) saturate(236%) hue-rotate(341deg);
  opacity: 1 !important;
}
.contact-btn:hover {
  background: #877359;
  border-color: rgba(135, 115, 89, 0.6);
}

.contact-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #452600;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  transition: color 0.3s;
  padding: 12px 0;
  border-top: 1px solid rgba(69, 38, 0, 0.08);
}
.contact-link:first-child {
  border-top: 1px solid rgba(69, 38, 0, 0.08);
}
.contact-link img {
  width: 18px;
  height: 18px;
  opacity: 0.5;
  filter: brightness(0) saturate(100%) invert(18%) sepia(50%) saturate(900%) hue-rotate(15deg) brightness(70%);
  flex-shrink: 0;
}
.contact-link:hover {
  color: #877359;
}

.contacts-cta {
  display: flex;
  justify-content: center;
  margin: 0 auto 60px;
}

.contacts-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 18px 40px;
  background: #452600;
  border: 1px solid rgba(135, 115, 89, 0.3);
  border-radius: 6px;
  color: #E0DBD5;
  text-decoration: none;
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.contacts-cta-btn .arrow {
  display: flex;
  align-items: center;
  width: 50px;
  overflow: visible;
  transition: width 0.3s ease;
}
.contacts-cta-btn .arrow-line {
  flex: 1;
  height: 1.5px;
  background: currentColor;
}
.contacts-cta-btn .arrow-head {
  flex-shrink: 0;
  display: block;
  margin-left: -10px;
}
.contacts-cta-btn:hover {
  background: #877359;
  border-color: rgba(135, 115, 89, 0.6);
}
.contacts-cta-btn:hover .arrow {
  width: 90px;
}

.contact-map {
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(69, 38, 0, 0.12);
  height: 480px;
}

@media (max-width: 1399.98px) {
  .side-icons {
    right: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .services-title,
  .services-title span {
    font-size: 52px;
  }
  .services-title,
  .services-title span {
    font-size: 72px;
  }
  .card {
    grid-template-columns: 480px 1px 1fr;
  }
}
@media (max-width: 1199.98px) {
  .hero-title {
    top: 200px;
    left: 48px;
    font-size: 48px;
  }
  .hero-description {
    top: 360px;
    left: 48px;
    font-size: 20px;
  }
  .hero-stats {
    top: auto;
    bottom: var(--hero-pad-bottom);
    left: 48px;
    gap: 50px;
    padding: 24px 28px;
  }
  .hero-stat span {
    font-size: 30px;
  }
  .side-icon {
    width: 48px;
    height: 48px;
  }
  .side-icon img {
    width: 1rem;
    height: 1rem;
  }
  .hero-stat:not(:last-child)::after {
    right: -25px;
  }
  .services-hero {
    grid-template-columns: 1fr 400px;
    padding: 0 48px 64px;
  }
  .services-title,
  .services-title span {
    font-size: 52px;
  }
  .card {
    grid-template-columns: 360px 1px 1fr;
    column-gap: 30px;
  }
  .card-left {
    gap: 32px;
  }
  .tags {
    padding-right: 160px;
  }
  .client-item img {
    height: 150px;
  }
}
@media (max-width: 991.98px) {
  .hero-wrapper {
    position: sticky;
    top: 0;
    height: 100vh;
  }
  .hero {
    height: 100vh;
    transform: translateY(var(--hero-shift));
    clip-path: inset(0 0 var(--cut) 0);
    padding: 120px 24px 60px;
    display: flex;
    flex-direction: column;
  }
  .hero-video {
    position: absolute;
    inset: 0;
    clip-path: none;
  }
  .hero::after {
    inset: 0;
    clip-path: none;
  }
  .hero-title,
  .hero-description {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .hero-title {
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    margin-top: clamp(2rem, 8vh, 5rem);
    margin-bottom: 8px;
    top: auto;
  }
  .hero-description {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 36px;
    top: auto;
  }
  .hero-description br {
    display: none;
  }
  .hero-stats {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 100px;
    top: auto;
    flex-wrap: wrap;
    gap: 24px 50px;
    width: fit-content;
    max-width: 100%;
    margin-top: 0;
  }
  .side-icons {
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 0;
    right: 0;
    transform: none;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    margin-top: 0;
    width: 100%;
    z-index: 4;
  }
  .side-icon {
    width: 60px;
    height: 60px;
    border-radius: 0.5rem;
    background-image: linear-gradient(#452600, #452600), conic-gradient(from var(--gradient-angle), transparent 0%, #877359 8%, transparent 25%, transparent 100%);
  }
  .side-icon img {
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(95%);
  }
  .marquee-wrapper {
    width: 100%;
    margin-top: 40px;
  }
  .marquee-inner {
    gap: 50px;
  }
  .marquee-inner img {
    height: 70px;
  }
  .services-hero {
    grid-template-columns: 1fr;
    padding: 40px 24px 48px;
    gap: 24px;
  }
  .services-right {
    border-left: none;
    border-top: 1px solid rgba(224, 219, 213, 0.12);
    padding-left: 0;
    padding-top: 24px;
    max-width: 420px;
    margin-left: auto;
    text-align: right;
  }
  .services {
    padding: 0 24px 60px;
  }
  .card {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 28px;
    padding: 32px 24px;
    min-height: 0;
  }
  .card-left {
    padding-top: 0;
    gap: 24px;
  }
  .card-divider {
    display: none;
  }
  .tags {
    padding-right: 0;
  }
  .card-desc {
    max-width: 370px;
  }
  .card-number {
    font-size: 180px;
    right: 24px;
    top: 32px;
    transform: none;
  }
  .circle-1,
  .circle-2 {
    width: 1200px;
    height: 1200px;
  }
  .circle-1 {
    top: -100px;
    right: -700px;
  }
  .circle-2 {
    top: 850px;
    right: 550px;
  }
  .references-section {
    padding: 80px 24px 100px;
    margin-top: -80px;
  }
  .references-title {
    font-size: 52px;
    margin-bottom: 50px;
  }
  .references-features {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }
  .feature {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  .feature h3 {
    font-size: 20px;
  }
  .feature p {
    font-size: 14px;
  }
  .feature-divider {
    display: none;
  }
  .references-grid {
    flex-direction: column;
  }
  .more-references {
    font-size: 32px;
    gap: 40px;
    min-height: 150px;
  }
  .more-references:hover .arrow {
    width: 200px;
  }
  .clients-section {
    padding: 80px 24px 100px;
  }
  .clients-title {
    font-size: 48px;
  }
  .clients-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .client-item {
    padding: 8px 12px;
  }
  .client-item img {
    height: 100px;
    opacity: 1;
    filter: grayscale(0);
  }
  .clients-section.is-dark .client-item img {
    opacity: 0.85;
    filter: grayscale(0);
  }
  .contacts-section {
    padding: 100px 24px 100px;
    margin-top: -60px;
  }
  .contacts-title {
    font-size: 48px;
    margin-bottom: 50px;
  }
  .contacts-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .contacts-divider {
    display: none;
  }
  .contact-card {
    padding: 40px 32px;
  }
  .contact-map {
    height: 360px;
  }
  ::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  html {
    scrollbar-width: none;
  }
}
@media (max-width: 991.98px) and (orientation: landscape) {
  .hero {
    min-height: auto;
    padding-top: 90px;
  }
}
@media (max-width: 767.98px) {
  .logo {
    height: 32px;
  }
  .hero {
    padding: 100px 18px 50px;
  }
  .hero-title {
    font-size: 36px;
    letter-spacing: 0.5px;
  }
  .hero-title br {
    display: none;
  }
  .hero-description {
    font-size: 16px;
  }
  .hero-stats {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: auto;
    padding: 24px;
  }
  .hero-stat:not(:last-child)::after {
    display: none;
  }
  .hero-stat span {
    font-size: 28px;
  }
  .side-icon {
    width: 56px;
    height: 56px;
  }
  .side-icon img {
    width: 22px;
    height: 22px;
  }
  .services-section {
    padding: 10px 0;
  }
  .services-hero {
    padding: 40px 18px 48px;
  }
  .services-title,
  .services-title span {
    font-size: 34px;
    letter-spacing: 1.5px;
  }
  .circle-1,
  .circle-2 {
    width: 800px;
    height: 800px;
  }
  .circle-1 {
    top: -100px;
    right: -400px;
  }
  .circle-2 {
    top: 850px;
    right: 400px;
  }
  .card-title {
    font-size: 28px;
  }
  .card-number {
    display: none;
  }
  .tag {
    height: 40px;
    padding: 0 14px;
    font-size: 13px;
  }
  .references-title {
    font-size: 36px;
  }
  .more-references {
    font-size: 26px;
  }
  .clients-title {
    font-size: 36px;
  }
  .clients-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .client-item {
    padding: 8px 10px;
  }
  .client-item img {
    height: 80px;
    opacity: 1;
    filter: grayscale(0);
  }
  .client-item--archa,
  .client-item--gask,
  .client-item--emun {
    min-height: 120px;
  }
  .client-item--archa img,
  .client-item--gask img,
  .client-item--emun img {
    height: 80px;
  }
  .client-item--archa .logo-light,
  .client-item--gask .logo-light,
  .client-item--emun .logo-light {
    opacity: 0.9;
  }
  .contacts-title {
    font-size: 36px;
  }
  .contact-card {
    padding: 32px 24px;
  }
  .contact-company-name {
    font-size: 26px;
  }
  .contact-info-row span,
  .contact-info-row a,
  .contact-link {
    font-size: 16px;
  }
  .contact-avatar {
    width: 110px;
    height: 110px;
  }
  .contact-map {
    height: 300px;
  }
}
@media (max-width: 575.98px) {
  .hero-title {
    font-size: 40px;
  }
  .hero-stat span {
    font-size: 24px;
  }
  .marquee-inner img {
    height: 56px;
  }
  .services-title,
  .services-title span {
    font-size: 28px;
  }
  .services-right {
    max-width: 100%;
    margin-left: 0;
    text-align: left;
  }
  .circle-1,
  .circle-2 {
    width: 800px;
    height: 800px;
  }
  .circle-1 {
    top: -100px;
    right: -400px;
  }
  .circle-2 {
    top: 1200px;
    right: 200px;
  }
  .card-title {
    font-size: 24px;
  }
  .tags {
    gap: 10px;
  }
  .tag {
    width: 100%;
    justify-content: flex-start;
  }
  .references-title,
  .clients-title,
  .contacts-title {
    font-size: 36px;
  }
  .clients-grid {
    grid-template-columns: 1fr;
  }
  .client-item img {
    opacity: 1;
    filter: grayscale(0);
  }
  .more-references {
    font-size: 22px;
    gap: 30px;
  }
  .more-references:hover .arrow {
    width: 140px;
  }
  .contact-btn {
    width: 100%;
    justify-content: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .floating-circle {
    display: none;
  }
  .marquee-belt {
    animation: none;
  }
}
@media (max-height: 740px) {
  .hero {
    padding: 100px 18px 24px;
    justify-content: flex-start;
  }
  .hero-title {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .hero-description {
    font-size: 13px;
    margin-top: 4px;
    margin-bottom: 16px;
  }
  .hero-stats {
    gap: 10px;
    padding: 14px;
    margin-top: 16px;
  }
  .hero-stat span {
    font-size: 20px;
  }
  .hero-stat small {
    font-size: 10px;
  }
  .side-icons {
    margin-top: 18px;
    gap: 12px;
  }
  .side-icon {
    width: 44px;
    height: 44px;
  }
  .side-icon img {
    width: 16px;
    height: 16px;
  }
  .marquee-wrapper {
    margin-top: 16px;
  }
}
.navbar {
  position: fixed;
  top: clamp(0.75rem, 1.4vw, 1rem);
  left: clamp(0.75rem, 1.4vw, 1.25rem);
  right: clamp(0.5rem, 1.4vw, 0.6rem);
  z-index: 100;
  padding: 0;
  transition: background 0.4s ease, padding 0.4s ease;
}
.navbar .nav-link {
  position: relative;
  padding: 0 !important;
  font-size: clamp(0.75rem, 0.45vw + 1.1vh, 1.5rem);
  font-weight: 200;
  color: #0e0e0e;
  text-decoration: none;
  transition: color 0.4s ease, opacity 0.4s ease;
}
.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.navbar .nav-link:hover {
  opacity: 0.7;
}
.navbar .nav-link:hover::after {
  transform: scaleX(1);
}
.navbar--services {
  position: fixed;
}
.navbar--services .navbar-inner {
  display: flex;
  align-items: center;
  width: fit-content;
  background: #1b1b1b;
  border-radius: 24px;
  padding: 14px 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.navbar--services .nav-link {
  color: #E0DBD5;
}
.navbar--services .nav-link:hover {
  color: #fff;
}

.navbar--services .navbar-inner {
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 14px 40px;
  transition: padding 0.4s ease, background 0.4s ease;
  background: rgba(200, 185, 165, 0.3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(224, 219, 213, 0.08);
  border-radius: 24px;
  transform: translateZ(0);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.navbar--light .nav-link {
  color: #0e0e0e !important;
}
.navbar--light .nav-link:hover {
  color: #452600;
}

.navbar.navbar--dark-text .nav-link {
  color: #111 !important;
}

.navbar.navbar--dark-text .nav-link:hover {
  color: #452600;
}

.navbar-inner {
  display: flex;
  align-items: center;
  height: clamp(3.25rem, 4.4vw, 4.375rem);
}

.logo {
  width: auto;
  height: clamp(1.75rem, 2.5vw, 2.5rem);
}

.navbar-collapse {
  margin-left: 50px;
}

.nav-custom {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 0.5rem + 1.5vw, 3rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-item {
  display: flex;
  align-items: center;
}

.navbar .nav-link,
.navbar--light .nav-link,
.navbar--dark-text .nav-link {
  width: 100%;
}

.page-reference .ref-page-nav {
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  z-index: 100;
}
.page-reference .ref-page-nav .logo {
  width: auto;
  height: 40px;
}
.page-reference .ref-page-nav .navbar-inner {
  display: flex;
  align-items: center;
  height: 70px;
  width: fit-content;
  padding: 14px 40px;
  background: rgba(200, 185, 165, 0.3);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(224, 219, 213, 0.08);
  border-radius: 24px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.03);
}
.page-reference .ref-page-nav .navbar-collapse {
  margin-left: 80px;
}
.page-reference .ref-page-nav .navbar-toggler {
  border: 1px solid rgba(135, 115, 89, 0.4);
  padding: 6px 10px;
}
.page-reference .ref-page-nav .nav-custom {
  display: flex;
  align-items: center;
  gap: 48px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-reference .ref-page-nav .nav-item {
  display: flex;
  align-items: center;
}
.page-reference .ref-page-nav .nav-link {
  position: relative;
  padding: 0 !important;
  font-size: 18px;
  font-weight: 200;
  color: #E0DBD5;
  text-decoration: none;
  transition: opacity 0.4s ease;
}
.page-reference .ref-page-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.page-reference .ref-page-nav .nav-link:hover {
  opacity: 0.7;
}
.page-reference .ref-page-nav .nav-link:hover::after {
  transform: scaleX(1);
}
.page-reference .ref-page-nav .nav-link.active {
  color: #E0DBD5 !important;
}
.page-reference .ref-page-nav .nav-link.active::after {
  transform: scaleX(1) !important;
}

.page-service .ref-page-nav {
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  z-index: 100;
}
.page-service .ref-page-nav .navbar-inner {
  display: flex;
  align-items: center;
  height: 70px;
  width: fit-content;
  padding: 14px 40px;
  background: rgba(255, 252, 248, 0.75);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(69, 38, 0, 0.12);
  border-radius: 24px;
  box-shadow: 0 8px 24px rgba(69, 38, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.page-service .ref-page-nav .navbar-toggler {
  border: 1px solid rgba(69, 38, 0, 0.2);
  padding: 6px 10px;
}
.page-service .ref-page-nav .nav-custom {
  display: flex;
  align-items: center;
  gap: 48px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-service .ref-page-nav .nav-item {
  display: flex;
  align-items: center;
}
.page-service .ref-page-nav .nav-link {
  position: relative;
  padding: 0 !important;
  font-size: 18px;
  font-weight: 200;
  color: #452600;
  text-decoration: none;
  transition: opacity 0.4s ease;
}
.page-service .ref-page-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.page-service .ref-page-nav .nav-link:hover {
  opacity: 0.6;
}
.page-service .ref-page-nav .nav-link:hover::after {
  transform: scaleX(1);
}
.page-service .ref-page-nav .nav-link.active {
  color: #877359 !important;
}
.page-service .ref-page-nav .nav-link.active::after {
  transform: scaleX(1) !important;
}

.navbar--contact {
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  z-index: 1000;
}
.navbar--contact .nav-link {
  color: #452600;
}

.navbar--contact-page .nav-link {
  color: #0e0e0e !important;
}
.navbar--contact-page .nav-link:hover {
  color: #0e0e0e;
}
.navbar--contact-page .nav-link.active {
  color: #0e0e0e !important;
}
.navbar--contact-page .nav-link.active::after {
  transform: scaleX(1) !important;
}

.navbar--service-page .nav-link {
  color: #0e0e0e !important;
}
.navbar--service-page .nav-link:hover {
  color: #0e0e0e;
}
.navbar--service-page .nav-link.active {
  color: #0e0e0e !important;
}
.navbar--service-page .nav-link.active::after {
  transform: scaleX(1) !important;
}

.navbar--reference-page .nav-link.active {
  color: #fff !important;
}
.navbar--reference-page .nav-link.active::after {
  transform: scaleX(1) !important;
}

@media (max-width: 1399.98px) {
  .navbar .nav-link {
    font-size: 0.8rem;
  }
  .navbar .nav-link::after {
    bottom: 1px;
  }
}
@media (max-width: 1199.98px) {
  .navbar .nav-link {
    font-size: 0.7rem;
  }
  .navbar-collapse {
    margin-left: clamp(1.5rem, 3.5vw, 3.125rem);
  }
  .nav-custom {
    gap: clamp(1.25rem, 0.5rem + 2vw, 3rem);
  }
}
@media (max-width: 991.98px) {
  .navbar-toggler {
    border: 1px solid rgba(135, 115, 89, 0.25) !important;
    box-shadow: none !important;
    background: rgba(135, 115, 89, 0.06) !important;
    padding: 6px 10px;
    border-radius: 8px !important;
    transition: background 0.25s, border-color 0.25s;
  }
  .navbar-toggler-icon {
    filter: invert(1) !important;
  }
  .navbar--light .navbar-toggler-icon,
  .navbar--dark-text .navbar-toggler-icon {
    filter: invert(0) !important;
  }
  .navbar-inner {
    width: 100%;
    justify-content: space-between;
  }
  .navbar-collapse {
    margin-left: 0;
  }
  .navbar .navbar-collapse {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    background: #111111;
    border: 1px solid rgba(135, 115, 89, 0.15);
    border-radius: 12px;
    padding: 8px 12px 14px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
    overflow: hidden;
  }
  .nav-custom {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(135, 115, 89, 0.1);
    margin-bottom: 10px;
  }
  .navbar .nav-link,
  .navbar--light .nav-link,
  .navbar.navbar--dark-text .nav-link {
    color: rgba(224, 219, 213, 0.5) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 12px !important;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.03em;
    border-bottom: 1px solid rgba(135, 115, 89, 0.07);
    transition: color 0.2s, background 0.2s !important;
    text-align: center;
  }
  .navbar .nav-link:last-child,
  .navbar--light .nav-link:last-child,
  .navbar.navbar--dark-text .nav-link:last-child {
    border-bottom: none;
  }
  .navbar .nav-link::after,
  .navbar--light .nav-link::after,
  .navbar.navbar--dark-text .nav-link::after {
    display: none;
  }
  .navbar .nav-link:hover,
  .navbar--light .nav-link:hover,
  .navbar.navbar--dark-text .nav-link:hover {
    color: #E0DBD5 !important;
    background: rgba(135, 115, 89, 0.08);
  }
  .navbar--light .navbar-toggler-icon,
  .navbar--dark-text .navbar-toggler-icon,
  .navbar--service-page .navbar-toggler-icon,
  .navbar--contact-page .navbar-toggler-icon {
    filter: invert(0) !important;
  }
  .navbar .nav-item:last-child .nav-link {
    margin-top: 4px;
    display: flex;
    justify-content: center;
    width: 100%;
    background: rgb(53.7, 29.5739130435, 0);
    border: 1px solid rgba(135, 115, 89, 0.3);
    border-radius: 6px;
    color: #E0DBD5 !important;
    font-family: "Space Grotesk", sans-serif;
    font-size: 13px !important;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-bottom: none;
    padding: 14px 12px !important;
    transition: background 0.25s !important;
  }
  .navbar .nav-item:last-child .nav-link::after {
    display: none;
  }
  .navbar .nav-item:last-child .nav-link:hover {
    background: rgb(109.8, 60.4695652174, 0) !important;
  }
  .navbar--services .navbar-inner {
    width: 100%;
    padding: 12px 20px;
  }
  .page-service .navbar--service-page .navbar-collapse .nav-link.active {
    color: #fff !important;
    flex-direction: column;
    gap: 4px;
  }
  .page-service .navbar--service-page .navbar-collapse .nav-link.active::after {
    content: "" !important;
    display: block !important;
    position: static !important;
    width: 2.6em !important;
    height: 1px;
    background: currentColor;
    transform: scaleX(1) !important;
  }
}
@media (max-width: 767.98px) {
  .navbar {
    top: 12px;
    left: 12px;
    right: 12px;
  }
  .navbar-toggler {
    border: 1px solid rgba(135, 115, 89, 0.25) !important;
    box-shadow: none !important;
    background: rgba(135, 115, 89, 0.06) !important;
  }
  .navbar-toggler-icon {
    filter: invert(1) !important;
  }
  .navbar--light .navbar-toggler-icon,
  .navbar--dark-text .navbar-toggler-icon,
  .navbar--service-page .navbar-toggler-icon,
  .navbar--contact-page .navbar-toggler-icon {
    filter: invert(0) !important;
  }
  .logo {
    height: 32px;
  }
}
.navbar-toggler {
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
}

.navbar-toggler.is-hidden {
  opacity: 0;
  transform: translateY(-12px);
  visibility: hidden;
  pointer-events: none;
}

@media (min-width: 1920px), (min-height: 1200px) {
  .navbar {
    top: clamp(1.25rem, 1.6vw, 2.5rem);
  }
}
#informacni-systemy,
#vyvoj-webu,
#it-sprava {
  scroll-margin-top: 100px;
}

.page-service {
  background: #E0DBD5;
}

/* ── HERO ── */
.srv-hero {
  padding: 180px 80px 64px;
  border-bottom: 1px solid rgba(69, 38, 0, 0.12);
}

.srv-hero-inner {
  display: grid;
  grid-template-columns: 1fr 520px;
  row-gap: 8px;
  column-gap: 32px;
  align-items: end;
  max-width: 100%;
}

.srv-label {
  grid-column: 1/-1;
  margin: 0 0 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #877359;
}

.srv-title {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 3px;
  color: #452600;
}

.srv-title span {
  display: block;
  margin-top: 6px;
  color: #877359;
}

.srv-subtitle-col {
  padding-left: 24px;
  border-left: 1px solid rgba(69, 38, 0, 0.15);
}

.srv-subtitle {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.9;
  color: #877359;
}

.srv-section {
  padding: 100px 80px;
  width: 100%;
  background: rgba(255, 252, 248, 0.5);
}

.srv-section:nth-child(even) {
  background: rgba(255, 252, 248, 0.5);
}

.srv-section-inner {
  width: 100%;
  margin: 0 auto;
}

.srv-section-head {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 40px;
}

.srv-section-icon {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(69, 38, 0, 0.15);
  border-radius: 12px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.5);
}

.srv-section-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(18%) sepia(50%) saturate(900%) hue-rotate(15deg) brightness(70%);
}

/* Číslo / kategorie */
.srv-section-num {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #877359;
  margin-bottom: 8px;
}

.srv-section-title {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #452600;
}

/* popis sekce */
.srv-section-lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.9;
  color: #877359;
  margin: 0 0 56px;
  max-width: 860px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(69, 38, 0, 0.1);
}

.srv-section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 48px;
}

/* Nadpis bloku */
.srv-block-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #877359;
  margin: 0 0 24px;
}

/* Seznam položek */
.srv-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.srv-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 15px;
  font-weight: 300;
  color: #2a1a0a;
  line-height: 1.6;
}

/* Tečka před položkou */
.srv-list li::before {
  content: "";
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #877359;
  margin-top: 9px;
}

/* Tagy */
.srv-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}

.srv-tag {
  height: 44px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(69, 38, 0, 0.15);
  background: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 400;
  color: #877359;
  letter-spacing: 0.02em;
  transition: border-color 0.3s ease, color 0.3s ease, background 0.3s ease;
}

.srv-tag img {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  opacity: 0.6;
  filter: brightness(0) saturate(100%) invert(18%) sepia(50%) saturate(900%) hue-rotate(15deg) brightness(70%);
  transition: transform 0.4s ease;
}

.srv-tag:hover {
  border-color: rgba(69, 38, 0, 0.4);
  color: #452600;
  background: rgba(255, 255, 255, 0.9);
}

.srv-tag:hover img {
  transform: rotate(-8deg);
  opacity: 1;
}

/* Tlačítko – konzultace */
.srv-btn {
  display: inline-flex;
  align-items: center;
  padding: 16px 40px;
  background: #452600;
  border: 1px solid #452600;
  color: #E0DBD5;
  text-decoration: none;
  font-family: "Space Grotesk", sans-serif;
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.srv-btn:hover {
  background: #877359;
  border-color: #877359;
  color: #E0DBD5;
}

.srv-btn-group {
  display: inline-flex;
  gap: 16px;
  flex-wrap: wrap;
}

.srv-btn--outline {
  background: transparent;
  border: 1px solid #452600;
  color: #452600;
}

.srv-btn--outline:hover {
  background: #452600;
  color: #E0DBD5;
}

.srv-divider {
  height: 1px;
  background: rgba(69, 38, 0, 0.1);
  margin: 0 80px;
}

@media (max-width: 1399.98px) {
  .srv-section-grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
  .srv-section-grid .srv-block:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 1199.98px) {
  .srv-hero {
    padding: 120px 24px 48px;
  }
  .srv-section {
    padding: 80px 48px;
  }
  .srv-divider {
    margin: 0 48px;
  }
  .srv-title {
    font-size: 52px;
  }
  .srv-section-title {
    font-size: 40px;
  }
  .srv-hero-inner {
    grid-template-columns: 1fr 420px;
  }
}
@media (max-width: 991.98px) {
  .srv-hero {
    padding: 140px 24px 60px;
  }
  .srv-section {
    padding: 60px 24px;
  }
  .srv-divider {
    margin: 0 24px;
  }
  .srv-title {
    font-size: 40px;
  }
  .srv-section-title {
    font-size: 32px;
  }
  .srv-section-head {
    gap: 20px;
  }
  .srv-hero-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .srv-label,
  .srv-title {
    text-align: left;
  }
  .srv-label {
    margin: 0 0 -12px;
  }
  .srv-subtitle-col {
    border-left: none;
    border-top: 1px solid rgba(69, 38, 0, 0.12);
    padding-left: 0;
    padding-top: 24px;
    max-width: 520px;
    margin-left: auto;
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  .srv-section-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .srv-section-grid .srv-block:last-child {
    grid-column: auto;
  }
}
@media (max-width: 575.98px) {
  .srv-title {
    font-size: 30px;
  }
  .srv-section-title {
    font-size: 26px;
  }
  .srv-section-icon {
    width: 56px;
    height: 56px;
  }
  .srv-subtitle-col {
    max-width: 100%;
    margin-left: 0;
    text-align: left;
  }
  .srv-tags {
    flex-direction: column;
    gap: 12px;
  }
  .srv-tag {
    width: 100%;
    justify-content: flex-start;
  }
  .srv-btn {
    width: 100%;
    justify-content: center;
  }
  .srv-btn-group {
    flex-direction: column;
    width: 100%;
  }
}
.page-reference {
  margin: 0;
  background: #0e0e0e;
  font-family: "Montserrat", sans-serif;
}

/* ── HERO ── */
.ref-hero-wrap {
  background: #0e0e0e;
  padding: 180px 80px 0;
}

.ref-page-hero {
  display: grid;
  grid-template-columns: 1fr 520px;
  row-gap: 8px;
  column-gap: 32px;
  align-items: end;
  padding-bottom: 64px;
}

.ref-page-label {
  grid-column: 1/-1;
  margin: 0 0 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #877359;
}

.ref-page-title {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 3px;
  color: #E0DBD5;
}

.ref-page-title span {
  display: block;
  margin-top: 6px;
  color: #877359;
}

/* Pravý sloupec s popisem */
.ref-page-right {
  padding-left: 24px;
  border-left: 1px solid rgba(224, 219, 213, 0.12);
  align-self: end;
}

.ref-page-desc {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.9;
  color: #AAA7A4;
}

/* ── Filtry ── */
.ref-filters {
  display: flex;
  gap: 12px;
  padding: 0 80px 60px;
  flex-wrap: wrap;
}

.ref-filter-btn {
  height: 44px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(224, 219, 213, 0.15);
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #AAA7A4;
  cursor: pointer;
  border-radius: 0;
  transition: border-color 0.3s, color 0.3s, background 0.3s;
}

.ref-filter-btn:hover {
  border-color: rgba(124, 106, 85, 0.5);
  color: #E0DBD5;
}

/* Aktivní filtr */
.ref-filter-btn.active {
  border-color: #877359;
  color: #E0DBD5;
  background: rgba(124, 106, 85, 0.08);
}

/*  Mřížka karet  */
.ref-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0 80px 120px;
}

/*  Karta reference – animace filtru  */
.ref-page-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
  transition: opacity 0.35s ease, transform 0.35s ease;
  opacity: 1;
  transform: scale(1);
}

.ref-page-card.is-hiding {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
}

.ref-page-card.is-hidden {
  display: none;
}

.ref-page-card.is-appearing {
  opacity: 0;
  transform: scale(0.95);
}

.ref-page-card .ref-img-wrap {
  width: 100%;
  aspect-ratio: 603/320;
  overflow: hidden;
  display: block;
  transition: transform 0.5s ease;
}

.ref-page-card .ref-img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.5s ease;
}

/* Zoom obrázku */
/* Zvýrazňující rámeček při najetí */
.ref-page-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  border: 1px solid rgba(124, 106, 85, 0);
  transition: border-color 0.4s ease;
  pointer-events: none;
  z-index: 2;
}

/* Tmavý překryv při najetí */
.ref-page-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px 16px 0 0;
  background: rgba(14, 14, 14, 0);
  transition: background 0.4s ease;
  pointer-events: none;
  z-index: 1;
}

.ref-page-card:hover::before {
  background: rgba(14, 14, 14, 0.4);
}

/*  Popisek karty */
.ref-card-info {
  padding: 18px 24px;
  background: #161616;
  border-radius: 0 0 16px 16px;
  border-top: 1px solid rgba(124, 106, 85, 0);
  transition: border-color 0.4s ease, background 0.4s ease;
  position: relative;
  z-index: 3;
}

.ref-page-card:hover .ref-card-info {
  background: #1c1a17;
}

/* Název projektu */
.ref-card-info span {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  color: #E0DBD5;
  margin-bottom: 4px;
  transition: color 0.3s ease;
}

.ref-page-card:hover .ref-card-info span {
  color: #fff;
}

/* Kategorie projektu */
.ref-card-info small {
  font-size: 12px;
  font-weight: 300;
  color: #877359;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

.ref-page-card:hover .ref-card-info small {
  color: #877359;
}

@media (max-width: 1199.98px) {
  .ref-hero-wrap {
    padding: 160px 48px 0;
  }
  .ref-page-hero {
    grid-template-columns: 1fr 400px;
  }
  .ref-page-title,
  .ref-page-title span {
    font-size: 52px;
  }
  .ref-filters {
    padding: 0 48px 50px;
  }
  .ref-page-grid {
    padding: 0 48px 100px;
  }
}
@media (max-width: 991.98px) {
  .ref-hero-wrap {
    padding: 140px 24px 0;
  }
  .ref-page-hero {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .ref-page-label,
  .ref-page-title {
    text-align: left;
  }
  .ref-page-label {
    margin: 0 0 -12px;
  }
  .ref-page-title,
  .ref-page-title span {
    font-size: 44px;
  }
  .ref-page-right {
    border-left: none;
    border-top: 1px solid rgba(224, 219, 213, 0.12);
    padding-left: 0;
    padding-top: 24px;
    max-width: 520px;
    margin-left: auto;
    text-align: right;
  }
  .ref-filters {
    padding: 0 24px 40px;
  }
  .ref-page-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 24px 80px;
  }
}
@media (max-width: 767.98px) {
  .ref-hero-wrap {
    padding: 130px 18px 0;
  }
  .ref-page-title,
  .ref-page-title span {
    font-size: 34px;
    letter-spacing: 1.5px;
  }
  .ref-filters {
    padding: 0 18px 40px;
  }
  .ref-page-grid {
    padding: 0 18px 80px;
  }
}
@media (max-width: 575.98px) {
  .ref-page-grid {
    grid-template-columns: 1fr;
  }
  .ref-page-title,
  .ref-page-title span {
    font-size: 28px;
  }
  .ref-page-right {
    max-width: 100%;
    margin-left: 0;
    text-align: left;
  }
}
body {
  background-color: #E0DBD5;
  color: #452600;
}

/* ── COMPANY BAR ── */
.company-bar {
  padding: 80px 80px 60px;
}

.company-bar__inner {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr auto;
  gap: 48px;
  align-items: start;
  padding: 48px;
  border-radius: 12px;
  background: rgba(255, 252, 248, 0.5);
  border: 1px solid rgba(69, 38, 0, 0.12);
}

.card-category {
  font-family: "Space Grotesk", sans-serif;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #877359;
}

.company-bar__name {
  margin: 14px 0 6px;
  font-size: 30px;
  font-weight: 500;
  color: #452600;
}

.company-bar__former {
  margin: 0;
  font-size: 14px;
  color: rgba(69, 38, 0, 0.4);
}

.company-bar__details {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.company-detail {
  display: flex;
  align-items: center;
  gap: 14px;
}

.company-detail img {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  flex-shrink: 0;
  opacity: 0.5;
  filter: brightness(0) saturate(100%) invert(18%) sepia(50%) saturate(900%) hue-rotate(15deg) brightness(70%);
}

.company-detail span,
.company-detail a {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
  color: #452600;
  text-decoration: none;
  transition: color 0.3s;
}

.company-detail a:hover {
  color: #877359;
}

.company-bar__meta {
  font-size: 13px;
  line-height: 2;
  color: #877359;
  text-align: right;
}

/* ── TEAM ── */
.team-section {
  padding: 40px 80px 120px;
}

.team-group {
  margin: 0 auto 90px;
}

.team-group__head {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(69, 38, 0, 0.12);
}

.team-group__num {
  font-family: "Space Grotesk", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #877359;
}

.team-group__title {
  margin: 12px 0 6px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #452600;
}

.team-group__sub {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  color: #877359;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(440px, 1fr));
  gap: 24px;
}

/* lead group: single centered card, same width as the others */
.team-grid--lead {
  justify-content: center;
}

.team-grid--lead .member-card {
  width: 100%;
  max-width: 676px;
}

/* ── MEMBER CARD (static, no gradient, not clickable) ── */
.member-card {
  display: flex;
  gap: 28px;
  padding: 36px;
  border-radius: 8px;
  background: rgba(255, 252, 248, 0.5);
  border: 1px solid rgba(69, 38, 0, 0.12);
}

/* AVATAR */
.member-card__avatar {
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(135, 115, 89, 0.35);
  background: rgba(135, 115, 89, 0.12);
}

.member-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.member-card__initials {
  font-family: "Space Grotesk", sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #877359;
  letter-spacing: 1px;
}

/* CARD BODY */
.member-card__body {
  display: flex;
  flex-direction: column;
}

.member-card__role {
  font-family: "Space Grotesk", sans-serif;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #877359;
}

.member-card__name {
  margin: 10px 0 0;
  font-size: 28px;
  font-weight: 400;
  color: #452600;
}

.member-card__desc {
  margin: 14px 0 0;
  max-width: 420px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.8;
  color: #877359;
}

/* CONTACTS */
.member-card__contacts {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* only phone and email are interactive */
.member-contact {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 300;
  color: #452600;
  text-decoration: none;
  transition: color 0.3s;
}

.member-contact img {
  width: 16px;
  height: 16px;
  opacity: 0.5;
  filter: brightness(0) saturate(100%) invert(18%) sepia(50%) saturate(900%) hue-rotate(15deg) brightness(70%);
}

a.member-contact:hover {
  color: #877359;
}

/* state when person has no direct contacts */
.member-contact--note {
  font-size: 13px;
  font-style: italic;
  color: rgba(135, 115, 89, 0.7);
  cursor: default;
}

/* ── MAP ── */
.contact-map-section {
  padding: 0 80px 120px;
}

.contact-map-section__title {
  margin: 0 auto 40px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #452600;
}

.contact-map {
  margin: 0 auto;
  height: 460px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(69, 38, 0, 0.12);
}

@media (max-width: 1199.98px) {
  .srv-hero {
    padding: 150px 40px 60px;
  }
  .srv-hero-inner {
    grid-template-columns: 1fr 400px;
  }
  .srv-title {
    font-size: 52px;
  }
  .team-section {
    padding: 40px 40px 100px;
  }
  .contact-map-section {
    padding: 0 40px 100px;
  }
}
@media (max-width: 991.98px) {
  .srv-hero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .srv-subtitle-col {
    border-left: none;
    border-top: 1px solid rgba(69, 38, 0, 0.15);
    padding-left: 0;
    padding-top: 24px;
  }
  .srv-title {
    font-size: 44px;
  }
  .company-bar__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 36px;
    text-align: center;
    justify-items: center;
  }
  .company-bar__meta {
    text-align: center;
  }
  .company-bar__details {
    align-items: center;
  }
  .company-detail {
    justify-content: center;
  }
  .team-grid {
    grid-template-columns: 1fr;
  }
  .team-grid--lead .member-card {
    max-width: 100%;
  }
  .team-group__title {
    font-size: 32px;
  }
  .member-card {
    flex-direction: column;
    gap: 20px;
    padding: 28px;
    text-align: center;
    align-items: center;
  }
  .member-card__body {
    align-items: center;
  }
  .member-card__desc {
    max-width: 100%;
  }
  .member-card__contacts {
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .srv-hero {
    padding: 130px 18px 50px;
  }
  .srv-title {
    font-size: 34px;
    letter-spacing: 1.5px;
  }
  .company-bar,
  .team-section,
  .contact-map-section {
    padding-left: 18px;
    padding-right: 18px;
  }
  .team-group__title {
    font-size: 26px;
  }
  .contact-map {
    height: 320px;
  }
}
#preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #0e0e0e;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transform: translateY(0);
  will-change: transform;
}

/* Prelouder uzd nahoru */
#preloader.slide-up {
  transform: translateY(-100%);
  transition: transform 0.8s cubic-bezier(0.76, 0, 0.24, 1);
}

/* Obal celeho obsahu webu — vyjizdi zespoda */
#siteWrap {
  position: relative;
  z-index: 2;
  background: white;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #siteWrap {
    background: #0e0e0e;
  }
}

.page-reference #siteWrap {
  background: #0e0e0e;
}

.page-service #siteWrap {
  background: #E0DBD5;
}

.page-contact #siteWrap {
  background: #E0DBD5;
}

/* Jemné soustředné kruhy v pozadí */
.pl-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.pl-bg span {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid rgba(135, 115, 89, 0.12);
  transform: translate(-50%, -50%);
  opacity: 0.15;
  animation: pl-glow 2.4s ease-in-out infinite;
}

.pl-bg span:nth-child(1) {
  width: 260px;
  height: 260px;
  border-color: rgba(135, 115, 89, 0.5);
  animation-delay: 0s;
}

.pl-bg span:nth-child(2) {
  width: 440px;
  height: 440px;
  border-color: rgba(135, 115, 89, 0.4);
  animation-delay: 0.4s;
}

.pl-bg span:nth-child(3) {
  width: 620px;
  height: 620px;
  border-color: rgba(135, 115, 89, 0.3);
  animation-delay: 0.8s;
}

@keyframes pl-glow {
  0%, 100% {
    opacity: 0.15;
  }
  40% {
    opacity: 1;
  }
}
.pl-loader {
  position: relative;
  z-index: 2;
  width: min(1100px, 90vw);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 280px;
}

/* Okno terminálu */
.pl-terminal {
  flex: 0 0 380px;
  max-width: 50%;
  border: 1px solid rgba(135, 115, 89, 0.4);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 18px 22px;
  min-height: 90px;
}

.pl-terminal-bar {
  display: flex;
  gap: 6px;
  margin-bottom: 18px;
}

.pl-terminal-bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(135, 115, 89, 0.5);
  display: block;
}

.pl-terminal-log {
  font-family: "Michroma", monospace;
  font-size: 13px;
  line-height: 1.9;
  color: #877359;
  white-space: pre-wrap;
  min-height: 10px;
}

.pl-terminal-log .pl-cursor {
  display: inline-block;
  width: 8px;
  height: 15px;
  background: #E0DBD5;
  margin-left: 2px;
  vertical-align: -2px;
  animation: pl-blink 1s step-end infinite;
}

@keyframes pl-blink {
  50% {
    opacity: 0;
  }
}
/* Procenta vpravo */
.pl-percent {
  font-family: "Michroma", monospace;
  font-weight: 400;
  color: #E0DBD5;
  font-size: clamp(64px, 11vw, 140px);
  line-height: 1;
  letter-spacing: 2px;
  text-align: left;
  white-space: nowrap;
}

.pl-digits {
  display: inline-flex;
}

.pl-digit {
  display: inline-block;
  width: 1ch;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.pl-percent small {
  font-size: 0.45em;
  color: #877359;
  margin-left: 4px;
}

/* Spodní progress lišta */
.pl-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(135, 115, 89, 0.2);
}

.pl-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #452600, #877359, #E0DBD5);
  transition: width 0.15s linear;
}

@media (max-width: 680px) {
  .pl-loader {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }
  .pl-terminal {
    flex: none;
    max-width: 100%;
  }
  .pl-percent {
    text-align: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .pl-bg span {
    animation: none;
    opacity: 0.4;
  }
  .pl-terminal-log .pl-cursor {
    animation: none;
  }
  #preloader.slide-up, #siteWrap {
    transition: none;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body-demo, .preloader-root {
  font-family: "Michroma", "Montserrat", sans-serif;
}

.preloader-root {
  position: relative;
  width: 100%;
  height: 680px;
  background: #0e0e0e;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: none;
  border-radius: 12px;
}

.pre-cursor {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E0DBD5;
  pointer-events: none;
  z-index: 200;
  mix-blend-mode: difference;
  transform: translate(-50%, -50%);
  transition: width 0.5s ease, height 0.5s ease;
}

.pre-bg-circles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.pre-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(135, 115, 89, 0.12);
  animation: pre-pulse 6s ease-in-out infinite;
}

.pre-circle:nth-child(1) {
  width: 600px;
  height: 600px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 0s;
}

.pre-circle:nth-child(2) {
  width: 420px;
  height: 420px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 0.6s;
  border-color: rgba(135, 115, 89, 0.18);
}

.pre-circle:nth-child(3) {
  width: 260px;
  height: 260px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 1.2s;
  border-color: rgba(135, 115, 89, 0.25);
}

@keyframes pre-pulse {
  0%, 100% {
    opacity: 0.4;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.04);
  }
}
.pre-scanlines {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(135, 115, 89, 0.015) 3px, rgba(135, 115, 89, 0.015) 4px);
  pointer-events: none;
}

.pre-center {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.pre-logo-wrap {
  position: relative;
  margin-bottom: 52px;
}

.pre-logo-text {
  font-family: "Michroma", monospace;
  font-size: 72px;
  font-weight: 400;
  letter-spacing: 22px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(135, 115, 89, 0.6);
  user-select: none;
  animation: pre-logo-in 1.2s cubic-bezier(0.22, 1, 0.36, 1) both;
  padding-right: 22px;
}

.pre-logo-solid {
  position: absolute;
  inset: 0;
  font-family: "Michroma", monospace;
  font-size: 72px;
  font-weight: 400;
  letter-spacing: 22px;
  color: #E0DBD5;
  user-select: none;
  clip-path: inset(0 100% 0 0);
  animation: pre-logo-fill 1.8s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
  padding-right: 22px;
}

@keyframes pre-logo-in {
  from {
    opacity: 0;
    letter-spacing: 40px;
  }
  to {
    opacity: 1;
    letter-spacing: 22px;
  }
}
@keyframes pre-logo-fill {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0% 0 0);
  }
}
.pre-tagline {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #877359;
  margin-top: 6px;
  opacity: 0;
  animation: pre-fade-up 0.8s ease 1.4s both;
}

@keyframes pre-fade-up {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.pre-progress-wrap {
  margin-top: 56px;
  width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  opacity: 0;
  animation: pre-fade-up 0.8s ease 1.6s both;
}

.pre-progress-track {
  width: 100%;
  height: 1px;
  background: rgba(135, 115, 89, 0.2);
  position: relative;
  overflow: hidden;
}

.pre-progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, #452600, #877359, #E0DBD5);
  width: 0%;
  transition: width 0.1s linear;
}

.pre-progress-glow {
  position: absolute;
  right: 0;
  top: -2px;
  width: 20px;
  height: 5px;
  background: radial-gradient(ellipse, rgba(224, 219, 213, 0.8) 0%, transparent 100%);
  pointer-events: none;
}

.pre-progress-label {
  font-family: "Michroma", monospace;
  font-size: 11px;
  letter-spacing: 3px;
  color: #877359;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.pre-counter {
  font-family: "Michroma", monospace;
  font-size: 11px;
  letter-spacing: 2px;
  color: rgba(135, 115, 89, 0.6);
}

.pre-dots {
  display: flex;
  gap: 8px;
  margin-top: 4px;
}

.pre-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(135, 115, 89, 0.3);
  animation: pre-dot-pulse 1.4s ease-in-out infinite;
}

.pre-dot:nth-child(2) {
  animation-delay: 0.2s;
}

.pre-dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes pre-dot-pulse {
  0%, 100% {
    background: rgba(135, 115, 89, 0.2);
    transform: scale(1);
  }
  50% {
    background: rgba(135, 115, 89, 0.8);
    transform: scale(1.4);
  }
}
.pre-corner {
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 0.4;
  animation: pre-fade-up 1s ease 2s both;
}

.pre-corner--tl {
  top: 30px;
  left: 30px;
  border-top: 1px solid #877359;
  border-left: 1px solid #877359;
}

.pre-corner--tr {
  top: 30px;
  right: 30px;
  border-top: 1px solid #877359;
  border-right: 1px solid #877359;
}

.pre-corner--bl {
  bottom: 30px;
  left: 30px;
  border-bottom: 1px solid #877359;
  border-left: 1px solid #877359;
}

.pre-corner--br {
  bottom: 30px;
  right: 30px;
  border-bottom: 1px solid #877359;
  border-right: 1px solid #877359;
}

.pre-status {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(135, 115, 89, 0.4);
  opacity: 0;
  animation: pre-fade-up 0.8s ease 1.8s both;
  white-space: nowrap;
}

.pre-reveal {
  position: absolute;
  inset: 0;
  background: #0e0e0e;
  z-index: 50;
  transform-origin: top;
  pointer-events: none;
  opacity: 0;
}

.pre-reveal.active {
  animation: pre-reveal-out 0.9s cubic-bezier(0.76, 0, 0.24, 1) both;
}

@keyframes pre-reveal-out {
  0% {
    opacity: 1;
    transform: scaleY(1);
  }
  100% {
    opacity: 1;
    transform: scaleY(0);
  }
}
.pre-lines-left, .pre-lines-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(135, 115, 89, 0.06);
  opacity: 0;
  animation: pre-fade-up 1s ease 2s both;
}

.pre-lines-left {
  left: 80px;
}

.pre-lines-right {
  right: 80px;
}

.pre-done-overlay {
  position: absolute;
  inset: 0;
  background: #0e0e0e;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

.pre-done-overlay.show {
  opacity: 1;
  pointer-events: all;
}

.pre-restart-btn {
  font-family: "Michroma", monospace;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #877359;
  background: transparent;
  border: 1px solid rgba(135, 115, 89, 0.3);
  padding: 14px 32px;
  cursor: pointer;
  transition: border-color 0.3s, color 0.3s;
}

.pre-restart-btn:hover {
  border-color: #877359;
  color: #E0DBD5;
}

.pre-exit-wrap {
  position: absolute;
  inset: 0;
  z-index: 40;
  pointer-events: none;
  overflow: hidden;
}

.pre-exit-panel {
  position: absolute;
  left: 0;
  right: 0;
  height: 51%;
  background: #0e0e0e;
  transition: transform 1.1s cubic-bezier(0.76, 0, 0.24, 1);
}

.pre-exit-panel--top {
  top: 0;
  transform: translateY(0);
}

.pre-exit-panel--bot {
  bottom: 0;
  transform: translateY(0);
}

.pre-exit-panel--top.exit {
  transform: translateY(-100%);
}

.pre-exit-panel--bot.exit {
  transform: translateY(100%);
}

.pre-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.pre-particle {
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #877359;
  opacity: 0;
}

@media (hover: none), (pointer: coarse) {
  .cursor {
    display: none !important;
  }
}
@media (max-width: 1400px) {
  .pl-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 90vw;
    position: static;
  }
  .pl-percent {
    order: 1;
    position: static;
    text-align: center;
    font-size: clamp(48px, 10vw, 120px);
  }
  .pl-terminal {
    order: 2;
    position: static;
    flex: none;
    width: 100%;
    max-width: 560px;
  }
}
@media (max-width: 767.98px) {
  #preloader {
    justify-content: center;
  }
  .pl-loader {
    gap: 32px;
    width: 90vw;
  }
  .pl-percent {
    font-size: clamp(48px, 18vw, 100px);
  }
  .pl-terminal {
    max-width: 100%;
  }
  .pre-lines-left,
  .pre-lines-right {
    display: none;
  }
  .pre-corner {
    width: 14px;
    height: 14px;
  }
  .pre-corner--tl,
  .pre-corner--tr {
    top: 16px;
  }
  .pre-corner--bl,
  .pre-corner--br {
    bottom: 16px;
  }
  .pre-corner--tl,
  .pre-corner--bl {
    left: 16px;
  }
  .pre-corner--tr,
  .pre-corner--br {
    right: 16px;
  }
  .pre-status {
    font-size: 8px;
    letter-spacing: 2px;
    bottom: 24px;
  }
  .pl-bg span:nth-child(1) {
    width: 180px;
    height: 180px;
  }
  .pl-bg span:nth-child(2) {
    width: 300px;
    height: 300px;
  }
  .pl-bg span:nth-child(3) {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 575.98px) {
  .pl-loader {
    gap: 28px;
  }
  .pl-percent {
    font-size: clamp(40px, 20vw, 80px);
  }
  .pl-terminal {
    padding: 14px 16px;
  }
  .pl-terminal-log {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .pl-bg span {
    animation: none;
    opacity: 0.4;
  }
  .pl-terminal-log .pl-cursor {
    animation: none;
  }
  #preloader.slide-up {
    transition: none;
  }
}
.page-transition {
  position: fixed;
  inset: 0;
  z-index: 999999;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  transform: translateY(-100%);
}

.page-transition__panel {
  flex: 1;
  background: #0e0e0e;
}

.page-transition__panel:first-child {
  position: relative;
}

.page-transition__panel:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, #452600, #877359, #E0DBD5);
  opacity: 0.6;
}

.page-transition__logo {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
}

.page-transition__logo span {
  font-family: "Michroma", monospace;
  font-size: clamp(28px, 6vw, 64px);
  letter-spacing: 14px;
  color: transparent;
  -webkit-text-stroke: 1px rgba(135, 115, 89, 0.7);
  padding-left: 14px;
}

@media (max-width: 575.98px) {
  .page-transition__logo span {
    font-size: 64px;
    letter-spacing: 8px;
    padding-left: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-transition,
  .page-transition__logo {
    display: none !important;
  }
}
.cursor {
  position: fixed;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: gray;
  pointer-events: none;
  z-index: 99999;
  transform: translate(-50%, -50%);
  will-change: transform;
  transition: width 0.6s ease, height 0.6s ease, background 0.6s ease, border 0.6s ease;
}

.cursor.hover {
  width: 42px;
  height: 42px;
  background: transparent;
  border: 1px solid gray;
}

@media (hover: none), (pointer: coarse) {
  .cursor {
    display: none !important;
  }
}
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  padding: 30px 124px 30px 30px;
  box-sizing: border-box;
}

.lightbox.active {
  opacity: 1;
  visibility: visible;
}

.lightbox-frame {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: auto;
  max-height: calc(100vh - 60px);
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.lightbox-scroll-area {
  width: 100%;
  max-height: calc(100vh - 60px);
  height: auto;
  overflow-y: auto;
  background: transparent;
  scrollbar-width: thin;
  scrollbar-color: rgba(124, 106, 85, 0.5) transparent;
}
.lightbox-scroll-area::-webkit-scrollbar {
  width: 6px;
}
.lightbox-scroll-area::-webkit-scrollbar-track {
  background: transparent;
}
.lightbox-scroll-area::-webkit-scrollbar-thumb {
  background: rgba(69, 38, 0, 0.45);
  border-radius: 3px;
}
.lightbox-scroll-area::-webkit-scrollbar-thumb:hover {
  background: rgba(69, 38, 0, 0.7);
}
.lightbox-scroll-area img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.lightbox-controls {
  position: absolute;
  right: 28px;
  top: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 10;
}

.lightbox-close,
.lightbox-link {
  width: 70px;
  height: 70px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #E0DBD5;
  border: 1px solid #452600;
  transition: background 0.2s ease, border-color 0.2s ease;
  text-decoration: none;
  flex-shrink: 0;
  position: relative;
}

.lightbox-close img {
  width: 26px;
  height: 26px;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(46%) sepia(10%) saturate(600%) hue-rotate(355deg) brightness(95%) contrast(85%);
  transition: filter 0.2s ease;
}

.lightbox-link img {
  width: 36px;
  height: 36px;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(46%) sepia(10%) saturate(600%) hue-rotate(355deg) brightness(95%) contrast(85%);
  transition: filter 0.2s ease;
}

.lightbox-close:hover img,
.lightbox-link:hover img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(50%) saturate(900%) hue-rotate(15deg) brightness(70%) contrast(100%);
}

.lightbox-scroll-hint {
  position: absolute;
  bottom: 58px;
  left: 50%;
  transform: translateX(-50%) translateY(14px);
  width: 56px;
  height: 94px;
  border-radius: 24px;
  background: rgba(14, 14, 14, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(224, 219, 213, 0.25);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 12px;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.lightbox-scroll-hint.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.lightbox-scroll-hint::before {
  content: "";
  width: 2px;
  height: 25px;
  border-radius: 4px;
  background: #E0DBD5;
  animation: lb-scroll-wheel 1.6s ease-in-out infinite;
}

.lightbox-scroll-hint::after {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-right: 1.5px solid rgba(224, 219, 213, 0.7);
  border-bottom: 1.5px solid rgba(224, 219, 213, 0.7);
  transform: translateX(-50%) rotate(45deg);
  animation: lb-scroll-arrow 1.6s ease-in-out infinite;
}

@keyframes lb-scroll-wheel {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  60% {
    transform: translateY(14px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes lb-scroll-arrow {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.9;
  }
}
.lightbox-scroll-hint.hidden {
  opacity: 0 !important;
  transform: translateX(-50%) translateY(14px) !important;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
  .lightbox-scroll-hint::before,
  .lightbox-scroll-hint::after {
    animation: none;
  }
}
@media (max-width: 767.98px) {
  .lightbox {
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    justify-content: flex-start;
    gap: 12px;
  }
  .lightbox-controls {
    order: -1;
    position: static;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-self: flex-end;
    gap: 10px;
    z-index: 20;
    flex-shrink: 0;
  }
  .lightbox-frame {
    order: 0;
    max-height: calc(100vh - 16px - 48px - 12px - 16px);
  }
  .lightbox-close,
  .lightbox-link {
    width: 48px;
    height: 48px;
    background: rgba(244, 240, 234, 0.92);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
  .lightbox-close img {
    width: 18px;
    height: 18px;
  }
  .lightbox-link img {
    width: 24px;
    height: 24px;
  }
}
.footer {
  background: #0e0e0e;
  overflow: hidden;
  position: sticky;
  bottom: 0;
  z-index: 0;
}

.footer-bg-text {
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Space Grotesk", sans-serif;
  font-size: 260px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(135, 115, 89, 0.15);
  pointer-events: none;
  white-space: nowrap;
  line-height: 1;
  user-select: none;
}

.footer-inner {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 48px 60px;
}

.footer-top {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 10px;
  align-items: start;
  margin-bottom: 80px;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: flex-start;
}

.footer-logo {
  height: 44px;
  width: auto;
  display: block;
}

.footer-tagline {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(224, 219, 213, 0.35);
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.footer-nav-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-nav-label {
  margin: 0 0 8px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #877359;
}

.footer-nav-col a {
  font-size: 18px;
  font-weight: 300;
  color: rgba(236, 233, 226, 0.5);
  text-decoration: none;
  transition: color 0.3s ease;
  line-height: 1.4;
  position: relative;
  width: fit-content;
}
.footer-nav-col a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.footer-nav-col a:hover {
  color: #E0DBD5;
}
.footer-nav-col a:hover::after {
  transform: scaleX(1);
}

.footer-nav-col--contact a::after {
  display: none;
}

.footer-line {
  width: 100%;
  height: 1px;
  background: rgba(224, 219, 213, 0.07);
  margin-bottom: 40px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-meta-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.footer-meta-row span {
  font-size: 13px;
  font-weight: 300;
  color: rgba(224, 219, 213, 0.25);
}

.footer-dot {
  color: rgba(135, 115, 89, 0.4) !important;
}

.footer-copy {
  margin: 0;
  font-size: 13px;
  font-weight: 300;
  color: rgba(224, 219, 213, 0.2);
  white-space: nowrap;
}

.footer-icons {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-icons img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  filter: brightness(0) invert(0.5);
}

@media (max-width: 991.98px) {
  .footer-inner {
    padding: 60px 24px 50px;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 52px;
    margin-bottom: 60px;
  }
  .footer-nav {
    grid-template-columns: 1fr 1fr;
    gap: 42px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .footer-meta-row {
    gap: 8px;
  }
  .footer-bg-text {
    font-size: 300px;
    bottom: -80px;
  }
}
@media (max-width: 575.98px) {
  .footer-inner {
    padding: 40px 20px 32px;
  }
  .footer-top {
    gap: 36px;
    margin-bottom: 36px;
  }
  .footer-nav {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer-nav-col {
    gap: 10px;
    align-items: center;
    text-align: center;
  }
  .footer-nav-label {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .footer-nav-col a {
    font-size: 15px;
    width: auto;
  }
  .footer-brand {
    display: none;
  }
  .footer-line {
    margin-bottom: 24px;
  }
  .footer-bottom {
    gap: 10px;
    align-items: center;
    text-align: center;
  }
  .footer-meta-row {
    gap: 4px 8px;
    justify-content: center;
  }
  .footer-meta-row span {
    font-size: 11px;
  }
  .footer-copy {
    font-size: 11px;
  }
  .footer-bg-text {
    font-size: 210px;
    bottom: -50px;
  }
  .footer-nav-col--contact .footer-icons img {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
