.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  transition:
    background-color 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

/* Solid dark header over white page sections (scroll past hero). */
.site-header--on-light {
  background: #161a2d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.18);
}

/* Hero sections start at viewport top; header overlays them. */
.site-main > .hero,
.site-main > .page-hero {
  margin-top: 0;
  padding-top: var(--header-height);
  box-sizing: border-box;
}

/* Inner pages without a hero band. */
.site-main.section {
  padding-top: var(--header-height);
}

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

body.admin-bar .site-main > .hero,
body.admin-bar .site-main > .page-hero,
body.admin-bar .site-main.section {
  padding-top: calc(var(--header-height) + 32px);
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  body.admin-bar .site-main > .hero,
  body.admin-bar .site-main > .page-hero,
  body.admin-bar .site-main.section {
    padding-top: calc(var(--header-height) + 46px);
  }
}

.site-header-inner {
  width: min(100%, 1920px);
  min-height: var(--header-height);
  margin-inline: auto;
  padding-inline: var(--header-padding-x);
  display: grid;
  grid-template-columns: 264px 1fr auto;
  align-items: center;
  gap: var(--space-24);
}

.site-header-brand {
  justify-self: start;
}

.custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.custom-logo-link img {
  max-height: 81px;
  width: auto;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  color: #fff;
}

.brand-link-image img {
  display: block;
  width: auto;
  max-width: 264px;
  height: auto;
  max-height: 81px;
}

.footer-brand {
  display: flex;
  justify-content: center;
}

.footer-brand-link img {
  max-height: 81px;
}

.main-navigation {
  justify-self: center;
}

.main-navigation ul,
.main-navigation .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2.4vw, 2.5rem);
}

.main-navigation a {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
  color: #fff;
  font-family: var(--font-family-nav);
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  white-space: nowrap;
}

.main-navigation a:hover,
.main-navigation a:focus-visible {
  color: #fff;
}

.main-navigation .current-menu-item > a::after,
.main-navigation .current_page_item > a::after,
.main-navigation .current-menu-ancestor > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--color-nav-underline);
}

.site-header-social {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-social-link {
  width: 37px;
  height: 37px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  color: #fff;
}

.header-social-link svg {
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.header-social-link:hover,
.header-social-link:focus-visible {
  color: #fff;
  transform: translateY(-1px);
}

.header-social-linkedin {
  background: #008ee5;
}

.header-social-instagram {
  background: linear-gradient(180deg, #fc01d1 0%, #fd5f6d 48.08%, #ffc401 100%);
}

.header-social-facebook {
  background: #0061ff;
}

.menu-toggle {
  display: none;
  position: relative;
  z-index: 130;
  border: 0;
  color: #fff;
  background: transparent;
  border-radius: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  justify-self: end;
  grid-column: 3;
  align-items: center;
  justify-content: center;
}

.menu-toggle-icon,
.menu-toggle-icon::before,
.menu-toggle-icon::after {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle-icon {
  position: relative;
}

.menu-toggle-icon::before,
.menu-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.menu-toggle-icon::before {
  top: -7px;
}

.menu-toggle-icon::after {
  top: 7px;
}

.hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(rgba(22, 26, 45, 0.55), rgba(22, 26, 45, 0.55)),
    radial-gradient(circle at top right, rgba(226, 9, 14, 0.28), transparent 38%),
    #0f172a;
  background-size: cover;
  background-position: center;
}

.hero--home {
  min-height: min(100vh, 1080px);
  align-items: center;
  justify-content: center;
  background-color: #161a2d;
}

.hero--home::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(22, 26, 45, 0.6);
  pointer-events: none;
}

.hero--home .hero-content {
  position: relative;
  z-index: 1;
  width: min(100%, 750px);
}

.hero--home .hero-title {
  font-size: clamp(2.5rem, 5.5vw, 4.56rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  display: flex;
  gap: 16px;
  z-index: 1;
}

.hero-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}

.hero-content {
  width: min(100%, 760px);
  margin-inline: auto;
  text-align: center;
}

.hero-title {
  font-size: clamp(2.25rem, 5vw, 4.5rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: var(--space-20);
  color: #fff;
}

.hero-text {
  font-size: var(--font-size-18);
  color: rgba(255, 255, 255, 0.88);
  margin-inline: auto;
  margin-bottom: var(--space-32);
  max-width: 720px;
}

.button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 var(--space-24);
  border-radius: var(--radius-md);
  font-weight: 700;
  color: #fff;
  background: var(--color-primary);
  transition: background 0.25s ease, transform 0.25s ease;
}

.button-primary:hover {
  background: var(--color-primary-strong);
  transform: translateY(-1px);
}

.section-title {
  margin-bottom: var(--space-12);
  font-size: clamp(1.75rem, 3.2vw, 3rem);
  text-align: center;
}

.section-kicker {
  text-align: center;
  font-weight: 600;
  margin-bottom: var(--space-12);
  color: var(--color-primary);
}

.section-kicker--left {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-align: left;
  color: #000;
}

.section-kicker--center {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
}

.section-kicker-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cc2026;
  flex-shrink: 0;
}

.section-kicker-dot--light {
  background: #fff;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 560px);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.about-content .about-heading {
  margin: 0 0 var(--space-24);
  font-family: var(--font-family-heading);
  font-size: clamp(1.75rem, 3.2vw, 3rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #000;
  text-align: left;
}

.about-lead {
  margin: 0 0 var(--space-32);
  font-size: var(--font-size-18);
  line-height: 1.83;
  color: #737681;
  max-width: 731px;
}

.about-points {
  list-style: none;
  display: grid;
  gap: var(--space-24);
}

.about-points li {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: var(--space-16);
}

.about-icon {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: #e2090e center / 28px no-repeat;
}

.about-icon--service {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M57.49 47.74l368.43 368.43a37.28 37.28 0 010 52.72h0a37.29 37.29 0 01-52.72 0l-90-91.55a32 32 0 01-9.2-22.43v-5.53a32 32 0 00-9.52-22.78l-11.62-10.73a32 32 0 00-29.8-7.44h0a48.53 48.53 0 01-46.56-12.63l-85.43-85.44C40.39 159.68 21.74 83.15 57.49 47.74z' fill='none' stroke='white' stroke-linejoin='round' stroke-width='32'/%3E%3Cpath d='M400 32l-77.25 77.25A64 64 0 00304 154.51v14.86a16 16 0 01-4.69 11.32L288 192M320 224l11.31-11.31a16 16 0 0111.32-4.69h14.86a64 64 0 0045.26-18.75L480 112M440 72l-80 80M200 368l-99.72 100.28a40 40 0 01-56.56 0h0a40 40 0 010-56.56L128 328' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'/%3E%3C/svg%3E");
}

.about-icon--training {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-3 7h3m-3 4h3m-6-4h.01M9 16h.01'/%3E%3C/svg%3E");
}

.about-icon--growth {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 9a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1v10a1 1 0 0 1 -1 1h-6a1 1 0 0 1 -1 -1v-10z'/%3E%3Cpath d='M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9'/%3E%3Cpath d='M16 9h2'/%3E%3C/svg%3E");
}

.about-media-stack {
  position: relative;
  width: 100%;
  max-width: 600px;
  min-height: 675px;
  margin-inline: auto;
  margin-left: clamp(1rem, 2.5vw, 2.5rem);
  overflow: visible;
}

.about-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 22.226px;
  background-color: #cbd5e1;
  filter: drop-shadow(7px 8px 15.1px rgba(0, 0, 0, 0.43));
}

.about-media--back {
  z-index: 1;
  width: 90.18%;
  max-width: 505px;
  height: 448.91px;
  margin-right: auto;
  margin-left: -5%;
}

.about-media--front {
  position: absolute;
  z-index: 2;
  top: 226px;
  right: -8%;
  width: 89.46%;
  max-width: 501px;
  height: 445.14px;
}

.about-media__fill {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  pointer-events: none;
}

.about-media__fill--back {
  background-position: center 35%;
}

.about-media__fill--front {
  background-position: center center;
}

.about-media-preview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}

.about-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  width: 75.49px;
  height: 75.49px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #e2090e;
  box-shadow: 9.59151px 9.59151px 9.59151px rgba(0, 0, 0, 0.28);
  cursor: pointer;
}

.about-play-btn::before,
.about-play-btn::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.about-play-btn::before {
  width: 110.67px;
  height: 110.67px;
  background: rgba(243, 243, 243, 0.4);
}

.about-play-btn::after {
  width: 142.91px;
  height: 142.91px;
  background: rgba(249, 249, 249, 0.3);
}

.about-play-btn:hover {
  background: #c1080c;
}

@media (min-width: 901px) {
  .about-layout {
    gap: clamp(3.5rem, 7vw, 6.5rem);
  }

  .about-media-stack {
    justify-self: end;
    margin-left: clamp(2.5rem, 5.5vw, 6rem);
    margin-right: 0;
  }

  .about-media--back {
    margin-left: -6%;
  }

  .about-media--front {
    top: 226px;
    right: -10%;
  }
}

.about-video-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.85);
}

.about-video-modal[hidden] {
  display: none;
}

.about-video-modal__dialog {
  position: relative;
  width: min(100%, 960px);
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 12px;
  /* transform creates a new compositing layer, fixing black-screen-with-audio in Chrome/Edge */
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  isolation: isolate;
}

.about-video-modal__dialog iframe,
.about-video-modal__dialog video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #000;
  border-radius: 12px;
}

.about-video-modal__close {
  position: absolute;
  top: -2.75rem;
  right: 0;
  border: 0;
  padding: 0;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  background: transparent;
  cursor: pointer;
}

.about-video-fallback {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  margin: 0;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.65);
  z-index: 2;
}

.about-video-fallback a {
  margin-left: 0.35rem;
  color: #fff;
  text-decoration: underline;
}

.form-success-modal {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(27, 28, 29, 0.32);
}

.form-success-modal[hidden] {
  display: none;
}

.form-success-modal__drawer {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 480px);
  padding: 4rem 2.5rem 3rem;
  gap: 2.25rem;
  background: #ffffff;
  border-radius: 24px;
}

.form-success-modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 420px);
  gap: 1.75rem;
}

.form-success-modal__icon-wrap {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  padding: 18px;
  background: linear-gradient(
    180deg,
    rgba(228, 229, 231, 0.48) 0%,
    rgba(247, 248, 248, 0) 100%,
    rgba(228, 229, 231, 0) 100%
  );
  border-radius: 96px;
}

.form-success-modal__icon {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  padding: 16px;
  background: #85d28c;
  border: 1px solid #e2e4e9;
  border-radius: 96px;
  box-shadow: 0 2px 4px rgba(27, 28, 29, 0.04);
}

.form-success-modal__check {
  display: block;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}

.form-success-modal__title {
  width: 100%;
  margin: 0;
  font-family: "Poppins", var(--font-family-heading, "Onest", sans-serif);
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
  color: #46525b;
}

body.form-success-modal-open {
  overflow: hidden;
}

.services-band {
  color: #fff;
  background: #161a2d;
}

.section-title--light {
  color: #fff;
}

/* Anasayfa geniş bölümler (Figma 1920px) */
.home-section-head {
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: clamp(1.5rem, 4.5vw, 5.3125rem);
  text-align: center;
}

.home-section-title {
  margin: 0 auto var(--space-32);
  max-width: 848px;
  font-family: var(--font-family-heading);
  font-size: clamp(1.75rem, 3.2vw, 3rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #000;
}

.home-section-title--light {
  color: #fff;
  max-width: 920px;
}

/* —— Hizmetler —— */
.home-services-section {
  position: relative;
  min-height: 990px;
  padding: 77px 0 72px;
  box-sizing: border-box;
  color: #fff;
  background: #161a2d;
  overflow: hidden;
}

.home-services-section .section-kicker {
  margin-bottom: var(--space-16);
  font-size: 16px;
}

.home-services-section .home-section-title {
  margin-bottom: 0;
}

.home-services-stage {
  position: relative;
  max-width: 1920px;
  margin: 56px auto 0;
  padding-inline: clamp(1rem, 4.5vw, 85px);
}

.home-services-viewport {
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-inline: clamp(1rem, 8vw, 78px);
}

.home-services-viewport::-webkit-scrollbar {
  display: none;
}

.home-services-track {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  width: max-content;
  min-height: 460px;
  padding-block: 4px;
}

.home-service-card {
  flex: 0 0 348px;
  width: 348px;
  scroll-snap-align: start;
}

.home-service-media {
  width: 348px;
  height: 367px;
  border-radius: 20px;
  background-color: #263040;
  background-size: cover;
  background-position: center;
}

.home-service-media--servis {
  background-image: linear-gradient(145deg, #3d4f63 0%, #1a2332 100%);
}

.home-service-media--barmen {
  background-image: linear-gradient(145deg, #4a3d35 0%, #1f1814 100%);
}

.home-service-media--vip {
  background-image: linear-gradient(145deg, #4a4048 0%, #221c24 100%);
}

.home-service-media--asci {
  background-image: linear-gradient(145deg, #3d4a42 0%, #1a221c 100%);
}

.home-service-media--host {
  background-image: linear-gradient(145deg, #3d4555 0%, #1a1f28 100%);
}

.home-service-media--ik {
  background-image: linear-gradient(145deg, #3d3d55 0%, #1a1a28 100%);
}

.home-service-body {
  padding-top: 27px;
  display: flex;
  flex-direction: column;
  min-height: 180px;
}

.home-service-title {
  margin: 0 0 17px;
  font-family: var(--font-family-heading);
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
}

.home-service-text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
}

.home-service-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-top: 18px;
  color: #fff;
  text-decoration: none;
  font-size: 28px;
  line-height: 1;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.home-service-link:hover {
  transform: translateX(3px);
  opacity: 0.9;
}

.home-services-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
  padding: 0;
  border: 0;
}

.home-services-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.home-services-dot:hover {
  background: rgba(255, 255, 255, 0.75);
}

.home-services-dot.is-active {
  background: #fff;
  transform: scale(1.15);
}

.home-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: var(--space-24);
}

.home-carousel-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
}

.home-carousel-dots--light span {
  background: #fff;
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--space-16);
}

.service-card {
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

.service-media {
  aspect-ratio: 348 / 367;
  background-color: #263040;
  background-size: cover;
  background-position: center;
}

.service-body {
  padding: var(--space-16);
}

.service-title {
  color: #fff;
  font-size: var(--font-size-20);
}

.service-text {
  color: rgba(255, 255, 255, 0.86);
  font-size: var(--font-size-14);
  line-height: 1.7;
}

.logos-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--space-16);
}

.logo-box {
  display: grid;
  place-items: center;
  min-height: 120px;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  color: #111827;
  font-weight: 600;
  border-radius: var(--radius-md);
  background: #fff;
}

/* —— Referanslar —— */
.home-references-section {
  padding-block: clamp(4rem, 6vw, 5.5rem);
  background: #fff;
}

.home-references-section .section-kicker {
  font-size: 18px;
  color: #000;
}

.home-references-section .home-section-title {
  max-width: 868px;
  margin-bottom: 0;
}

.home-ref-stage {
  position: relative;
  max-width: 1750px;
  margin: 48px auto 0;
  padding-inline: clamp(2.5rem, 4vw, 4.5rem);
  overflow: hidden;
}

.home-ref-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.home-ref-viewport::-webkit-scrollbar {
  display: none;
}

.home-ref-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
  width: max-content;
  min-width: 100%;
  margin: 0;
  padding: 0;
}

.home-ref-logo {
  flex: 0 0 290px;
  width: 290px;
  height: 290px;
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 0;
  background: transparent;
  box-shadow: none;
  scroll-snap-align: start;
}

.home-ref-logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

.home-ref-fallback {
  font-family: var(--font-family-heading);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  color: #101828;
}

.home-ref-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-ref-nav:hover {
  opacity: 0.6;
}

.home-ref-prev {
  left: 0;
}

.home-ref-next {
  right: 0;
}

.testimonial-wrap {
  color: #fff;
  text-align: center;
  background-color: #1f2937;
  background-size: cover;
  background-position: center;
}

.home-testimonial-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  pointer-events: none;
}

.home-testimonial-section {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
}

.home-testimonial-section .container {
  position: relative;
  z-index: 1;
}

.testimonial-quote {
  font-size: clamp(1.125rem, 2vw, 1.56rem);
  line-height: 1.55;
  max-width: 920px;
  margin-inline: auto;
  color: #fff;
}

.home-testimonial-stage {
  position: relative;
  margin-top: 12px;
}

.home-testimonial-viewport {
  overflow-x: hidden;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.home-testimonial-viewport::-webkit-scrollbar {
  display: none;
}

.home-testimonial-track {
  display: flex;
  width: 100%;
  gap: 0;
}

.home-testimonial-slide {
  flex: 0 0 100%;
  width: 100%;
  scroll-snap-align: start;
}

.home-testimonial-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: var(--space-24);
}

.home-testimonial-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.home-testimonial-dot:hover {
  background: rgba(255, 255, 255, 0.75);
}

.home-testimonial-dot.is-active {
  background: #fff;
  transform: scale(1.15);
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-32);
}

.contact-visual {
  min-height: 560px;
  border-radius: 0;
  background-color: #111827;
  background-size: cover;
  background-position: center;
  position: relative;
}

.home-contact-section {
  padding-block: var(--space-48);
}

.home-contact-section .container {
  width: min(100% - 32px, 1594px);
}

.home-contact-layout {
  gap: 0;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  width: 100%;
}

.home-contact-layout {
  grid-template-columns: minmax(0, 797fr) minmax(0, 797fr);
}

.home-contact-visual {
  min-height: 696.68px;
  background-color: #f0f0f0;
  overflow: hidden;
}

.home-contact-visual__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.home-contact-overlay {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  padding: var(--space-20) var(--space-32);
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.95;
  backdrop-filter: blur(20px);
}

.home-contact-overlay p {
  margin: 0 0 0.35rem;
  color: #fff;
  font-family: var(--font-family-heading, "Onest", sans-serif);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.home-contact-overlay p:last-child {
  margin-bottom: 0;
}

.home-contact-overlay a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.home-contact-overlay a:hover {
  color: #fca5a5;
}

.home-contact-form {
  display: flex;
  flex-direction: column;
  min-height: 696.68px;
  padding: 71px 72px 60px;
  background: #f0f0f0;
  border: 0;
  border-radius: 0;
}

.contact-page .home-contact-form {
  border-radius: 0 18px 18px 0;
}

.contact-page .contact-form.home-contact-form {
  border: 0 !important;
  border-radius: 0 18px 18px 0 !important;
  box-shadow: none !important;
  overflow: hidden;
}

@media (min-width: 901px) {
  .contact-page .contact-form.home-contact-form {
    border-left: 0 !important;
    border-radius: 0 18px 18px 0 !important;
  }
}

.home-contact-kicker {
  margin-bottom: 1.5rem;
  font-family: var(--font-family-heading, "Onest", sans-serif);
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.home-contact-form-fields {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.home-contact-form-fields .contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 1rem;
  margin-bottom: 1.25rem;
}

.home-contact-form-fields .form-field span {
  font-family: var(--font-family-heading, "Onest", sans-serif);
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #000;
}

.home-contact-form-fields .form-field input {
  box-sizing: border-box;
  width: 100%;
  height: 61.66px;
  min-height: 61.66px;
  padding: 0 0.75rem;
  border: 0.920323px solid #dbdbdb;
  border-radius: 0;
  background: #fff;
}

.home-contact-form-fields .form-field textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 119.64px;
  height: 119.64px;
  padding: 0.75rem;
  border: 0.920323px solid #dbdbdb;
  border-radius: 0;
  background: #fff;
  resize: vertical;
}

.home-contact-message {
  display: block;
  margin-bottom: 1.25rem;
}

.home-contact-form .contact-form-actions {
  margin-top: auto;
}

.contact-form-actions {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
}

.contact-submit-btn {
  flex-shrink: 0;
  width: min(100%, 380px);
  min-width: min(100%, 280px);
  height: 60.02px;
  min-height: 60.02px;
  padding: 0 2rem;
  border: 0;
  border-radius: 10px;
  outline: none;
  box-shadow: none;
  font-family: var(--font-family-heading, "Onest", sans-serif);
  font-size: 15.3807px;
  font-weight: 700;
  line-height: 15px;
}

.contact-submit-btn:hover,
.contact-submit-btn:focus,
.contact-submit-btn:focus-visible,
.contact-submit-btn:active {
  border: 0;
  outline: none;
  box-shadow: none;
}

.contact-success-box {
  flex: 0 0 auto;
  width: min(100%, 380px);
  height: 60.02px;
  min-height: 60.02px;
  margin: 0;
  padding: 0 1.25rem;
  border-radius: 10px;
  background: #e2090e;
  color: #fff;
  font-family: var(--font-family-heading, "Onest", sans-serif);
  font-size: 17.7323px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.contact-success-box.is-visible {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
}

.contact-success-box[hidden] {
  display: none !important;
}

.contact-overlay {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  padding: var(--space-24);
  background: rgba(0, 0, 0, 0.54);
}

.contact-form {
  padding: var(--space-32);
  border: 1px solid var(--color-border);
  border-radius: 0 18px 18px 0;
  background: #fff;
}

.contact-form.home-contact-form {
  background: #f0f0f0;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-16);
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}

.form-field input,
.form-field textarea {
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  padding: 0 var(--space-12);
  min-height: 52px;
}

.form-field textarea {
  min-height: 120px;
  padding-block: var(--space-12);
}

.site-footer {
  position: relative;
  color: #fff;
  background-color: #101828;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-inner {
  max-width: var(--container-max);
  margin-inline: auto;
  padding: 83px var(--space-32) 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  text-align: center;
}

.footer-brand-row {
  display: flex;
  justify-content: center;
  margin-bottom: 39px;
}

.footer-brand-row img,
.footer-brand-row .brand-link-image img {
  max-height: 81px;
  width: auto;
}

.footer-nav {
  margin-bottom: 70px;
}

.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 clamp(1rem, 3vw, 2.5rem);
}

.footer-nav a {
  color: #fff;
  font-family: var(--font-family-nav);
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}

.footer-nav a:hover {
  color: rgba(255, 255, 255, 0.75);
}

.footer-iskur-text {
  margin-bottom: 52px;
}

.footer-iskur-text p {
  max-width: 852px;
  margin-inline: auto;
  color: #fff;
  font-family: var(--font-family-nav);
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}

.footer-iskur-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 83px;
}

.footer-iskur-img {
  width: 94px;
  height: auto;
  max-height: 146px;
  object-fit: contain;
}

.footer-copy {
  width: 100%;
}

.footer-copy p {
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  font-size: 15.23px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 22px;
}

.footer-copy p:last-child {
  margin-bottom: 0;
}

.site-info {
  text-align: center;
}

.site-info p {
  color: rgba(255, 255, 255, 0.9);
}

.services-page,
.hr-page {
  background: #fff;
}

.page-hero,
.services-hero,
.hr-hero,
.gallery-hero {
  min-height: 605px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #161a2d;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-hero:not(.services-hero):not(.hr-hero):not(.gallery-hero):not(.contact-hero) {
  background-image:
    linear-gradient(rgba(22, 26, 45, 0.6), rgba(22, 26, 45, 0.6)),
    radial-gradient(circle at top right, rgba(226, 9, 14, 0.24), transparent 35%);
}

.services-hero:not([style*="background-image"]),
.hr-hero:not([style*="background-image"]),
.gallery-hero:not([style*="background-image"]),
.contact-hero:not([style*="background-image"]) {
  background-image:
    linear-gradient(rgba(22, 26, 45, 0.6), rgba(22, 26, 45, 0.6)),
    radial-gradient(circle at top right, rgba(226, 9, 14, 0.24), transparent 35%);
}

.page-hero-content {
  padding-top: 0;
}

.page-hero-title,
.services-hero-title {
  margin-bottom: var(--space-12);
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.1;
}

.page-hero-breadcrumb,
.services-hero-breadcrumb {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  font-size: var(--font-size-16);
  line-height: 1.625;
}

.section-title-48 {
  font-family: var(--font-family-heading);
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-align: center;
  color: var(--color-text);
  margin-bottom: var(--space-32);
  margin-top: 0;
}

.hr-apply-section .section-title-48,
.services-cards-section .section-title-48 {
  margin-bottom: var(--space-40);
}

.hr-apply-section {
  background: #fff;
}

.hr-apply-head {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.hr-apply-kicker {
  margin-bottom: var(--space-16);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hr-apply-title {
  max-width: 62rem;
  margin-inline: auto;
  margin-bottom: 0;
}

.hr-application-form {
  max-width: 1257px;
  margin-inline: auto;
  text-align: left;
}

.hr-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 1.5rem;
  margin-bottom: 1.25rem;
}

.hr-application-form .form-field {
  gap: 0.5rem;
}

.hr-application-form .form-field span {
  font-family: var(--font-family-heading, "Onest", sans-serif);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  color: #000;
}

.hr-application-form .form-field input,
.hr-application-form .form-field select,
.hr-application-form .form-field textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  background: #fff;
  color: #000;
}

.hr-application-form .form-field input {
  min-height: 66px;
  height: 66px;
  padding: 0 0.75rem;
}

.hr-application-form .form-field select {
  min-height: 66px;
  height: 66px;
  padding: 0 0.75rem;
}

.hr-application-form .form-field textarea {
  min-height: 127px;
  padding: 0.75rem;
  resize: vertical;
}

.hr-textarea-field {
  display: block;
  margin-bottom: 1.25rem;
}

.hr-neighbourhood-field {
  display: block;
  margin-bottom: 1.25rem;
}

.hr-consent-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2rem;
  margin: 0 0 1.75rem;
}

.hr-consent {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #737681;
  font-size: 0.875rem;
  line-height: 1.35;
}

.hr-consent input {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid #868686;
  accent-color: #e2090e;
}

.hr-consent label {
  cursor: pointer;
}

.hr-consent a {
  color: inherit;
  text-decoration: none;
}

.hr-consent a:hover,
.hr-consent a:focus {
  color: inherit;
  text-decoration: underline;
}

.hr-form-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
  margin-top: 0.25rem;
}

.hr-submit-btn {
  flex-shrink: 0;
  width: min(100%, 320px);
  min-height: 60px;
  margin: 0;
  padding-inline: 2rem;
  border: 0;
  border-radius: 10px;
  font-family: var(--font-family-heading, "Onest", sans-serif);
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.hr-submit-btn[hidden] {
  display: none !important;
}

.hr-form-actions .hr-success-box {
  width: min(100%, 520px);
  min-height: 60px;
  height: auto;
  padding-block: 1rem;
}

.button-wide {
  min-width: min(100%, 445px);
  padding-inline: var(--space-32);
}

.hr-benefits-band {
  padding-block: clamp(3.5rem, 6vw, 5rem);
  color: #fff;
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hr-benefits-layout {
  display: grid;
  grid-template-columns: minmax(200px, 290px) minmax(0, 1fr) minmax(200px, 290px);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: center;
  max-width: 1538px;
  margin-inline: auto;
}

.hr-benefits-media {
  width: 100%;
  max-width: 290px;
  min-height: 406px;
  margin-inline: auto;
  border-radius: 22px;
  background-color: #1f2937;
  background-size: cover;
  background-position: center;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.hr-benefits-content {
  text-align: center;
  padding-inline: clamp(0.5rem, 2vw, 1.5rem);
}

.hr-benefits-content h2 {
  margin: 0 0 clamp(1.25rem, 3vw, 2rem);
  color: #fff;
  font-family: var(--font-family-heading, "Onest", sans-serif);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.hr-benefits-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--font-family-heading, "Onest", sans-serif);
  font-size: clamp(0.9375rem, 1.6vw, 1.125rem);
  font-weight: 400;
  line-height: 2.1;
  color: #fff;
}

.hr-benefits-list li {
  margin: 0;
  padding: 0;
}

.hr-page .home-references-section {
  padding-block: var(--space-80);
}

.hr-page .home-references-section--compact .home-section-head--compact {
  margin-bottom: 0;
}

.hr-page .home-references-section--compact .home-ref-stage {
  margin-top: 2rem;
}

.hr-page .home-ref-logo {
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: none;
}

.hr-experience-section {
  background: #fff;
}

.hr-experience-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.hr-experience-title {
  margin-bottom: var(--space-24);
}

.hr-testimonial-quote {
  max-width: 1244px;
  margin: 0 auto var(--space-24);
  padding: 0;
  border: 0;
  font-size: var(--font-size-18);
  line-height: 1.83;
  color: #737681;
  font-weight: 600;
}

.hr-testimonial-quote p {
  margin: 0;
}

.hr-cta-btn {
  min-width: min(100%, 280px);
  min-height: 75px;
  margin-top: var(--space-8);
  padding-inline: 2.5rem;
  border-radius: 10px;
  font-family: var(--font-family-heading, "Onest", sans-serif);
  font-size: 1.25rem;
  font-weight: 700;
}

.hr-testimonial-author {
  color: #737681;
  font-size: var(--font-size-18);
}

.hr-testimonial-role {
  margin-top: 0.5rem;
  color: #737681;
  font-size: var(--font-size-16);
}

.hr-testimonial-stage {
  width: 100%;
}

.hr-dots {
  display: flex;
  justify-content: center;
  gap: var(--space-16);
  margin-block: var(--space-24);
}

.hr-dots .home-testimonial-dot {
  background: #d1d5db;
}

.hr-dots .home-testimonial-dot:hover {
  background: #9ca3af;
}

.hr-dots .home-testimonial-dot.is-active {
  background: #e2090e;
}

.gallery-page {
  background: #fff;
}

.gallery-section-title {
  margin-bottom: var(--space-32);
}

.gallery-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 42px;
  max-width: 1538px;
  margin-inline: auto;
}

.gallery-photo-item {
  margin: 0;
}

.gallery-photo-item.is-hidden {
  display: none;
}

.gallery-photo-item[role="button"] {
  cursor: zoom-in;
}

.gallery-photo-media {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  background-color: #cbd5e1;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.gallery-photo-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.gallery-load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: var(--space-16);
}

.gallery-load-more-wrap .button-primary {
  border: 0;
}

.gallery-video-title {
  margin-bottom: var(--space-32);
}

.gallery-video-section .container {
  width: min(100% - 52px, 1840px);
}

.gallery-video-carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: var(--space-16);
  max-width: 1760px;
  margin-inline: auto;
}

.gallery-video-track {
  display: flex;
  gap: var(--space-24);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-block: var(--space-8);
}

.gallery-video-track::-webkit-scrollbar {
  display: none;
}

.gallery-video-card {
  flex: 0 0 clamp(260px, 22vw, 340px);
  scroll-snap-align: start;
}

.gallery-video-thumb {
  position: relative;
  aspect-ratio: 353 / 280;
  border-radius: 16px;
  background-color: #334155;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.gallery-video-preview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
}

.gallery-video-thumb.is-ready .gallery-video-preview {
  opacity: 1;
}

.gallery-play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 64px;
  height: 64px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  background: #e2090e;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  z-index: 1;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.gallery-video-thumb:hover .gallery-play-btn,
.gallery-video-thumb:focus-within .gallery-play-btn {
  opacity: 1;
  transform: scale(1);
}

.gallery-play-btn svg {
  display: block;
  margin-left: 2px;
}

.gallery-carousel-btn {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #000;
  cursor: pointer;
}

.gallery-carousel-btn:hover {
  opacity: 0.7;
}

.gallery-carousel-btn svg {
  width: 24px;
  height: 24px;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.5rem 4.5rem 4rem;
  background: rgba(0, 0, 0, 0.92);
  touch-action: pan-y pinch-zoom;
}

.gallery-lightbox[hidden] {
  display: none;
}

.gallery-lightbox__close {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  z-index: 3;
  border: 0;
  padding: 0.25rem 0.5rem;
  font-size: 2.5rem;
  line-height: 1;
  color: #fff;
  background: transparent;
  cursor: pointer;
}

.gallery-lightbox__close:hover {
  opacity: 0.85;
}

.gallery-lightbox__stage {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: min(100%, 1200px);
  max-height: calc(100vh - 7rem);
}

.gallery-lightbox__image {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 7rem);
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  user-select: none;
  -webkit-user-drag: none;
}

.gallery-lightbox__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  transition: background 0.2s ease;
}

.gallery-lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.22);
}

.gallery-lightbox__nav--prev {
  left: 1rem;
}

.gallery-lightbox__nav--next {
  right: 1rem;
}

.gallery-lightbox__nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.gallery-lightbox__counter {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
}

.gallery-lightbox--video .about-video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 6rem), 960px);
  max-height: calc(100vh - 7rem);
  margin-inline: auto;
}

.gallery-lightbox--video .about-video-modal__dialog iframe,
.gallery-lightbox--video .about-video-modal__dialog video {
  opacity: 1;
  visibility: visible;
}

.gallery-video-thumb[data-video-url] {
  cursor: pointer;
}

.contact-page {
  background: #fff;
}

.contact-intro-section {
  padding-bottom: var(--space-32);
}

.contact-map-section {
  padding: 0;
}

.contact-map-wrap {
  width: 100%;
  height: 624px;
  background: #e5e7eb;
}

.contact-map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-overlay-address {
  font-style: normal;
}

.contact-overlay-address a {
  color: #fff;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px var(--space-24);
}

.services-cards-section .services-section-kicker,
.contact-intro-section .services-section-kicker,
.hr-apply-section .services-section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  color: #000;
}

.services-section-kicker-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  flex-shrink: 0;
}

.services-page .services-item {
  display: flex;
  flex-direction: column;
  background: none;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

.services-page .services-item-media {
  aspect-ratio: 348 / 367;
  margin-bottom: var(--space-24);
  border-radius: 20px;
  background-color: #334155;
  background-size: cover;
  background-position: center;
}

.services-page .services-item-media--servis {
  background-image: linear-gradient(145deg, #3d4f63 0%, #1a2332 100%);
}

.services-page .services-item-media--barmen {
  background-image: linear-gradient(145deg, #4a3d35 0%, #1f1814 100%);
}

.services-page .services-item-media--vip {
  background-image: linear-gradient(145deg, #4a4048 0%, #221c24 100%);
}

.services-page .services-item-media--asci {
  background-image: linear-gradient(145deg, #3d4a42 0%, #1a221c 100%);
}

.services-page .services-item-media--host {
  background-image: linear-gradient(145deg, #3d4555 0%, #1a1f28 100%);
}

.services-page .services-item-media--ik {
  background-image: linear-gradient(145deg, #3d3d55 0%, #1a1a28 100%);
}

.services-page .services-item-media--kat {
  background-image: linear-gradient(145deg, #3d4a55 0%, #1a2228 100%);
}

.services-page .services-item-media--bordrolama {
  background-image: linear-gradient(145deg, #45403d 0%, #221e1a 100%);
}

.services-page .services-item-media--saha {
  background-image: linear-gradient(145deg, #3d453d 0%, #1a221a 100%);
}

.services-page .services-item-media[style*="background-image"] {
  background-color: #263040;
}

.services-page .services-item-title {
  margin: 0 0 var(--space-16);
  font-family: var(--font-family-heading);
  font-size: var(--font-size-20);
  font-weight: 700;
  line-height: 22px;
  color: #000;
}

.services-page .services-item-text {
  margin: 0;
  font-size: var(--font-size-16);
  line-height: 26px;
  color: #000;
}

.services-cta-title {
  max-width: 620px;
  margin-inline: auto;
}

.services-contact-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 48px);
  margin-top: var(--space-40);
}

.services-contact-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.services-contact-point__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: var(--space-20);
  border-radius: 12px;
  background: #e2090e;
}

.services-contact-point__icon svg {
  display: block;
}

.services-contact-point__text {
  margin: 0;
  font-family: var(--font-family-heading, "Onest", sans-serif);
  font-size: var(--font-size-16);
  font-weight: 500;
  line-height: 1.75;
  color: #000;
}

.services-contact-point__text a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.services-contact-point__text a:hover {
  color: #e2090e;
}

@media (max-width: 1140px) {
  .service-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .home-ref-logo {
    flex: 0 0 220px;
    width: 220px;
    height: 220px;
  }

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

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

@media (max-width: 1100px) {
  .site-header-inner {
    grid-template-columns: auto 1fr auto;
    padding-inline: var(--space-24);
  }

  .main-navigation ul,
  .main-navigation .menu {
    gap: var(--space-16);
  }

  .main-navigation a {
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  .home-contact-section .container {
    width: min(100% - 24px, 100%);
  }

  .site-header {
    background: rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .about-layout,
  .contact-layout,
  .hr-benefits-layout {
    grid-template-columns: 1fr;
  }

  .about-media-stack {
    max-width: 100%;
    min-height: clamp(420px, 95vw, 675px);
  }

  .about-media--back {
    width: 88%;
    margin-left: -3%;
    height: clamp(280px, 52vw, 448.91px);
  }

  .about-media--front {
    top: clamp(120px, 28vw, 226px);
    right: clamp(-4%, -5vw, -8%);
    width: 86%;
    height: clamp(275px, 50vw, 445.14px);
  }

  .home-services-section {
    min-height: auto;
    padding-block: 3.5rem 2.5rem;
  }

  .home-service-card {
    flex: 0 0 min(280px, 85vw);
    width: min(280px, 85vw);
  }

  .home-service-media {
    width: 100%;
    height: auto;
    aspect-ratio: 348 / 367;
  }

  .home-ref-stage {
    padding-inline: 2.75rem;
  }

  .home-contact-visual {
    min-height: 420px;
  }

  .home-contact-form {
    padding: var(--space-32) var(--space-24);
  }

  .contact-page .home-contact-form {
    border-radius: 18px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .contact-page .contact-form.home-contact-form {
    border-radius: 18px !important;
  }

  .hr-benefits-layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 100%;
  }

  .hr-benefits-media {
    max-width: min(100%, 320px);
    min-height: 320px;
  }

  .hr-benefits-list {
    line-height: 1.85;
  }

  .site-header-inner {
    position: relative;
    grid-template-columns: 1fr;
    grid-template-areas: "brand";
    row-gap: 0;
    min-height: 78px;
    padding-inline: 16px;
    justify-items: center;
  }

  .site-header-brand {
    grid-area: brand;
    position: relative;
    z-index: 121;
    left: auto;
    top: auto;
    transform: none;
    width: max-content;
    justify-self: center;
    pointer-events: auto;
  }

  .menu-toggle {
    display: inline-flex;
    grid-area: brand;
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
  }

  .menu-toggle-icon,
  .menu-toggle-icon::before,
  .menu-toggle-icon::after {
    width: 26px;
    height: 2.5px;
  }

  .menu-toggle-icon::before {
    top: -8px;
  }

  .menu-toggle-icon::after {
    top: 8px;
  }

  .custom-logo-link img,
  .brand-link-image img {
    max-height: 58px;
    max-width: 190px;
  }

  .main-navigation {
    position: fixed;
    inset: 0;
    width: 100vw;
    max-width: none;
    height: 100dvh;
    min-height: 100dvh;
    margin: 0;
    z-index: 120;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    padding: 120px 24px 170px;
    background: rgba(0, 0, 0, 0.98);
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }

  .main-navigation.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .site-header.menu-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 119;
    background: rgba(0, 0, 0, 0.98);
  }

  .main-navigation ul,
  .main-navigation .menu {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(1.2rem, 3.5vw, 2rem);
  }

  .main-navigation a {
    padding: 0;
    font-size: clamp(2rem, 6.2vw, 2.35rem);
    font-weight: 600;
    line-height: 2.1;
    text-align: center;
  }

  .site-header-social {
    position: fixed;
    left: 50%;
    bottom: 72px;
    z-index: 125;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
  }

  .site-header.menu-open .site-header-social {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .site-header.menu-open .menu-toggle-icon {
    background: transparent;
  }

  .site-header.menu-open .menu-toggle-icon::before {
    top: 0;
    transform: rotate(45deg);
  }

  .site-header.menu-open .menu-toggle-icon::after {
    top: 0;
    transform: rotate(-45deg);
  }

}

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

  .site-header,
  .site-main,
  .site-footer {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .service-cards,
  .logos-grid,
  .field-grid,
  .services-grid,
  .hr-form-grid {
    grid-template-columns: 1fr;
  }

  .hr-submit-btn,
  .hr-form-actions .hr-success-box {
    width: 100%;
    max-width: 100%;
  }

  .hr-consent-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-wide {
    width: 100%;
  }

  .gallery-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-16);
  }

  .gallery-video-carousel {
    position: relative;
    display: block;
  }

  .gallery-video-track {
    width: 100%;
  }

  .gallery-carousel-btn {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    justify-self: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #161a2d;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  }

  .gallery-carousel-prev {
    left: 6px;
  }

  .gallery-carousel-next {
    right: 6px;
  }

  .contact-form-grid,
  .contact-form-actions {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  .contact-map-wrap {
    height: 420px;
  }

  .container {
    width: min(100% - 52px, var(--container-max));
  }

  /* Redevents Anasayfa Mobil - Figma 402px frame */
  .site-header {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
  }

  .site-header--on-light:not(.menu-open) {
    background: rgba(22, 26, 45, 0.92);
  }

  .site-header-inner {
    min-height: 83px;
    padding-inline: 21px;
  }

  .custom-logo-link img,
  .brand-link-image img {
    max-width: 174px;
    max-height: 53.4px;
  }

  .menu-toggle {
    right: 0;
    width: 48px;
    height: 48px;
  }

  .menu-toggle-icon,
  .menu-toggle-icon::before,
  .menu-toggle-icon::after {
    width: 24px;
    height: 2px;
  }

  .hero--home {
    min-height: 599px;
    padding-top: 83px;
    background-position: 28% center;
  }

  .hero--home::before {
    background: rgba(22, 26, 45, 0.6);
  }

  .hero--home .hero-content {
    width: min(100% - 52px, 350px);
  }

  .hero--home .hero-title {
    margin: 0;
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -0.68px;
  }

  .hero-dots {
    bottom: 27px;
    gap: 16px;
  }

  .home-about-section {
    padding: 39px 0 0;
  }

  .about-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .about-content {
    display: contents;
  }

  .about-content .section-kicker--left {
    order: 1;
    gap: 9px;
    margin: 0 0 17px;
    font-size: 18px;
    line-height: 18px;
  }

  .about-content .about-heading {
    order: 2;
    margin: 0 0 16px;
    font-size: 30.66px;
    line-height: 1.1;
    letter-spacing: -0.61px;
  }

  .about-lead {
    order: 3;
    max-width: 344px;
    margin: 0 auto 49px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.83;
  }

  .about-media-stack {
    order: 4;
    width: calc(100% + 52px);
    max-width: none;
    min-height: 357px;
    margin: 0 -26px 51px;
    justify-self: stretch;
    transform: none;
    filter: drop-shadow(5.6px 6.4px 12.1px rgba(0, 0, 0, 0.43));
  }

  .about-media--back {
    display: none;
  }

  .about-media--front {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: none;
    height: 357px;
    border-radius: 0;
    filter: none;
  }

  .about-media__fill--front {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: none;
    background-size: cover;
    background-position: center;
  }

  .about-play-btn {
    width: 60.45px;
    height: 60.45px;
    box-shadow: 7.68px 7.68px 7.68px rgba(0, 0, 0, 0.28);
  }

  .about-play-btn::before {
    width: 88.62px;
    height: 88.62px;
  }

  .about-play-btn::after {
    width: 114.45px;
    height: 114.45px;
  }

  .about-points {
    order: 5;
    gap: 38px;
    width: min(100%, 347px);
    margin: 0 auto 44px;
    padding: 0;
  }

  .about-points li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
    text-align: center;
  }

  .about-icon {
    width: 60px;
    height: 60px;
  }

  .about-points h3 {
    justify-content: center;
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
  }

  .about-points p {
    margin: 0;
    font-size: 16px;
    line-height: 1.625;
    text-align: center;
  }

  .home-services-section {
    min-height: 937px;
    padding: 54px 0 33px;
  }

  .home-section-head {
    padding-inline: 26px;
    text-align: left;
  }

  .home-services-section .section-kicker {
    justify-content: flex-start;
    margin-bottom: 21px;
    font-size: 16px;
    line-height: 18px;
  }

  .home-section-title,
  .home-section-title--light {
    max-width: 350px;
    margin: 0;
    font-size: 30.66px;
    line-height: 1.1;
    letter-spacing: -0.61px;
  }

  .home-services-stage {
    margin-top: 65px;
    padding-inline: 0;
  }

  .home-services-viewport {
    padding-inline: 41px;
  }

  .home-services-track {
    gap: 25px;
    min-height: 524px;
  }

  .home-service-card {
    flex: 0 0 320px;
    width: 320px;
  }

  .home-service-media {
    width: 316.36px;
    height: 333.64px;
    border-radius: 18.18px;
    aspect-ratio: auto;
  }

  .home-service-body {
    padding-top: 24px;
  }

  .home-service-title {
    margin-bottom: 15px;
    font-size: 18.18px;
    line-height: 1.1;
  }

  .home-service-text {
    width: 320px;
    font-size: 14.55px;
    line-height: 1.6;
  }

  .home-services-dots {
    margin-top: 47px;
    gap: 16px;
  }

  .home-references-section {
    padding: 54px 0 69px;
  }

  .home-references-section .home-section-head {
    padding-inline: 26px;
  }

  .home-references-section .section-kicker {
    justify-content: flex-start;
    margin-bottom: 17px;
    font-size: 18px;
    line-height: 18px;
  }

  .home-references-section .home-section-title {
    max-width: 349px;
  }

  .home-ref-stage {
    margin-top: 44px;
    padding-inline: 0;
  }

  .home-ref-nav {
    display: none;
  }

  .home-ref-viewport {
    padding-inline: 0;
  }

  .home-ref-track {
    gap: 25px;
    padding-inline: calc((100vw - 209px) / 2);
  }

  .home-ref-logo {
    flex: 0 0 209px;
    width: 209px;
    height: 209px;
    border: 1.22px solid #d9d9d9;
    box-shadow: 0 0 10.98px rgba(125, 125, 125, 0.25);
    background: #fff;
  }

  .home-testimonial-section {
    min-height: 560px;
    padding: 0;
    background-position: center;
  }

  .home-testimonial-section .container {
    width: min(100% - 64px, 338px);
  }

  .home-testimonial-section .section-kicker {
    margin-bottom: 31px;
    font-size: 16px;
    line-height: 18px;
  }

  .testimonial-quote {
    max-width: 338px;
    margin-bottom: 28px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.875;
  }

  .home-testimonial-section .stack-sm {
    margin-top: 0;
  }

  .home-testimonial-section .stack-sm p {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.625;
  }

  .home-testimonial-section .stack-sm p:first-child {
    font-size: 18px;
    font-weight: 600;
  }

  .home-testimonial-dots {
    margin-top: 104px;
  }

  .home-contact-section {
    padding: 0;
    background: #f0f0f0;
  }

  .home-contact-section .container {
    width: 100%;
  }

  .home-contact-layout {
    display: grid;
    grid-template-columns: 1fr;
    box-shadow: none;
  }

  .home-contact-visual {
    display: none;
  }

  .home-contact-form {
    min-height: 844px;
    padding: 52px 20px 69px;
    background: #f0f0f0;
  }

  .home-contact-kicker {
    order: 0;
    margin-bottom: 29px;
    font-size: 16px;
    line-height: 18px;
  }

  .home-contact-form-fields {
    order: 1;
  }

  .home-contact-form-fields .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 29px;
    margin-bottom: 29px;
  }

  .home-contact-form-fields .form-field {
    gap: 11px;
  }

  .home-contact-form-fields .form-field span {
    font-size: 16px;
    line-height: 22px;
  }

  .home-contact-form-fields .form-field input,
  .home-contact-form-fields .form-field textarea {
    height: 62px;
    min-height: 62px;
    border-radius: 0;
  }

  .home-contact-message {
    margin-bottom: 34px;
  }

  .home-contact-form .contact-form-actions {
    margin-top: 0;
  }

  .contact-submit-btn {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 62px;
    min-height: 62px;
    border-radius: 10px;
  }

  .contact-success-box {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .site-footer {
    min-height: 851px;
  }

  .footer-inner {
    min-height: 851px;
    padding: 97px 32px 42px;
  }

  .footer-brand-row {
    margin-bottom: 49px;
  }

  .footer-brand-row img,
  .footer-brand-row .brand-link-image img {
    max-width: 264px;
    max-height: 81px;
  }

  .footer-nav {
    width: 315px;
    max-width: 100%;
    margin-bottom: 58px;
  }

  .footer-nav ul {
    gap: 8px 16px;
  }

  .footer-nav a {
    font-size: 12.8px;
    font-weight: 500;
    line-height: 1.37;
  }

  .footer-iskur-text {
    margin-bottom: 34px;
  }

  .footer-iskur-text p {
    max-width: 320px;
    font-size: 16px;
    line-height: 1.75;
  }

  .footer-iskur-logo {
    margin-bottom: 143px;
  }

  .footer-copy p {
    margin-bottom: 6px;
    font-size: 13.69px;
  }

  /* Ic sayfalar mobil hizalama */
  .page-hero,
  .services-hero,
  .hr-hero,
  .gallery-hero,
  .contact-hero {
    min-height: 430px;
    padding-top: 83px;
    background-position: center;
  }

  .page-hero-content {
    width: min(100% - 52px, 350px);
  }

  .page-hero-title,
  .services-hero-title {
    margin-bottom: 12px;
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -0.68px;
  }

  .page-hero-breadcrumb,
  .services-hero-breadcrumb {
    font-size: 14px;
    line-height: 1.6;
  }

  .services-cards-section,
  .hr-apply-section,
  .hr-experience-section,
  .gallery-photos-section,
  .gallery-video-section,
  .contact-intro-section {
    padding: 54px 0;
  }

  .services-cta-section {
    padding: 54px 0;
  }

  .section-title-48 {
    margin-bottom: 32px;
    font-size: 30.66px;
    line-height: 1.1;
    letter-spacing: -0.61px;
  }

  .services-cards-section .services-section-kicker,
  .contact-intro-section .services-section-kicker,
  .hr-apply-section .services-section-kicker {
    justify-content: flex-start;
    margin-bottom: 17px;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
  }

  .services-cards-section .section-title-48,
  .contact-intro-section .section-title-48,
  .hr-apply-section .section-title-48 {
    text-align: left;
  }

  .services-grid {
    gap: 40px;
  }

  .services-page .services-item {
    text-align: left;
  }

  .services-page .services-item-media {
    width: 100%;
    margin-bottom: 22px;
    border-radius: 18px;
  }

  .services-page .services-item-title {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 1.1;
  }

  .services-page .services-item-text {
    font-size: 16px;
    line-height: 1.625;
  }

  .services-contact-points {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 0;
  }

  .services-contact-point {
    width: min(100%, 347px);
    margin-inline: auto;
  }

  .services-contact-point__icon {
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
    border-radius: 10px;
  }

  .services-contact-point__icon svg {
    width: 24px;
    height: 24px;
  }

  .services-contact-point__text {
    font-size: 16px;
    line-height: 1.625;
  }

  .hr-apply-section {
    background: #f0f0f0;
  }

  .hr-apply-section .container {
    padding-block: 52px 69px;
  }

  .hr-application-form {
    max-width: 337px;
    margin-inline: auto;
    padding: 0 20px;
    background: #f0f0f0;
  }

  .hr-form-grid {
    gap: 29px;
    margin-bottom: 29px;
  }

  .hr-application-form .form-field {
    gap: 11px;
  }

  .hr-application-form .form-field input {
    height: 62px;
    min-height: 62px;
  }

  .hr-application-form .form-field select {
    height: 62px;
    min-height: 62px;
  }

  .hr-application-form .form-field textarea {
    min-height: 120px;
  }

  .hr-textarea-field {
    margin-bottom: 24px;
  }

  .hr-neighbourhood-field {
    margin-bottom: 24px;
  }

  .hr-consent-row {
    width: 337px;
    max-width: 100%;
    margin-inline: auto;
    margin-bottom: 28px;
  }

  .hr-submit-btn {
    width: 337px;
    max-width: 100%;
    min-height: 62px;
  }

  .hr-benefits-band {
    padding: 54px 0;
  }

  .hr-benefits-layout {
    width: min(100% - 52px, var(--container-max));
  }

  .hr-benefits-media {
    width: 100%;
    max-width: 337px;
    min-height: 337px;
  }

  .hr-benefits-content h2 {
    font-size: 30.66px;
    line-height: 1.1;
  }

  .hr-benefits-list {
    font-size: 16px;
    line-height: 1.75;
  }

  .hr-page .home-references-section {
    padding: 54px 0 69px;
  }

  .hr-experience-title {
    margin-bottom: 24px;
  }

  .hr-testimonial-quote {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.75;
  }

  .hr-cta-btn {
    width: 337px;
    max-width: 100%;
    min-height: 62px;
    font-size: 17px;
  }

  .gallery-photo-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .gallery-photo-media {
    border-radius: 18px;
  }

  .gallery-load-more-wrap {
    margin-top: 32px;
  }

  .gallery-load-more-wrap .button-primary {
    width: 337px;
    max-width: 100%;
    min-height: 62px;
    border-radius: 10px;
  }

  .gallery-video-carousel {
    gap: 18px;
  }

  .gallery-video-track {
    gap: 20px;
    width: 100%;
  }

  .gallery-video-card {
    flex: 0 0 100%;
  }

  .gallery-video-thumb {
    border-radius: 18px;
  }

  .gallery-carousel-btn {
    width: 34px;
    height: 34px;
  }

  .gallery-lightbox {
    padding: 3rem 0.75rem 3.5rem;
  }

  .gallery-lightbox__nav {
    width: 40px;
    height: 40px;
  }

  .gallery-lightbox__nav--prev {
    left: 0.35rem;
  }

  .gallery-lightbox__nav--next {
    right: 0.35rem;
  }

  .gallery-lightbox__close {
    top: 0.5rem;
    right: 0.5rem;
    font-size: 2rem;
  }

  .gallery-lightbox__image {
    max-height: calc(100vh - 5.5rem);
  }

  .gallery-lightbox--video .about-video-modal__dialog {
    width: calc(100% - 0.5rem);
    max-height: min(56vw, calc(100vh - 6.5rem));
  }

  .gallery-lightbox--video {
    padding: 2.75rem 0.5rem 3.25rem;
  }

  .gallery-lightbox--video .gallery-lightbox__nav {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.18);
  }

  .contact-intro-section {
    padding-bottom: 36px;
  }

  .contact-map-section {
    overflow: hidden;
  }

  .contact-map-wrap {
    width: 100%;
    height: 430px;
  }

  .contact-page .home-contact-section {
    padding: 0;
    background: #f0f0f0;
  }

  .contact-page .home-contact-form {
    min-height: 844px;
    background: #f0f0f0;
  }

  .site-main.section {
    padding-top: calc(var(--header-height) + 48px);
  }

  .site-main.section .container {
    width: min(100% - 52px, var(--container-max));
  }

  .entry-content img,
  .entry-content iframe,
  .entry-content video {
    max-width: 100%;
    height: auto;
  }
}
