@charset "UTF-8";

/* Fonts */
:root {
  --default-font: "Inter", sans-serif;
  --heading-font: "Inter", sans serif;
  --nav-font: "Inter", sans-serif;
}

:root { 
  --background-color: #ffffff;
  --default-color: #666666;
  --heading-color: #000000;
  --accent-color: #313131;
  --contrast-color: #ffffff;
}

:root {
  --nav-color: #999999;
  --nav-hover-color: #000000;
  --nav-mobile-background-color: #ffffff;
  --nav-dropdown-background-color: #ffffff;
  --nav-dropdown-color: #666666;
  --nav-dropdown-hover-color: #313131;
}

.light-background {
  --background-color: #f9f9f9;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #e3e3e3;
  --heading-color: #ffffff;
  --accent-color: #bdb5b5;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

/*--------------------------------------------------------------
# Smooth Scroll
--------------------------------------------------------------*/

html {
  scroll-behavior: auto !important;
}

body {
  overflow-x: hidden;
}

body.smooth-scroll-active {
  overscroll-behavior: none;
}


/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: rgba(255, 255, 255, 0);
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 22px 0;
  transition: transform 0.45s ease, background-color 0.35s ease, padding 0.35s ease, box-shadow 0.35s ease;
  z-index: 997;
  border-bottom: 1px solid #ffffff1c;
}

.header.header-hidden {
  transform: translateY(-120%);
}

.header .logo {
  line-height: 1;
  position: relative;
  z-index: 10003;
  flex-shrink: 0;
}

.header .logo img {
  max-height: none;
  margin-right: 0;
  height: 100px;
  width: auto;
  display: block;
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease;
}

.header .logo .logo-default {
  opacity: 1;
  visibility: visible;
}

.header .logo .logo-scrolled {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 400;
  color: var(--heading-color);
}

.header-btn,
.header-btn:focus {
  position: relative;
  min-width: auto;
  height: auto;
  padding: 0 0 6px 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  transition: transform 0.3s ease, opacity 0.3s ease, color 0.3s ease;
  overflow: visible;
  z-index: 10003;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.header-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 18px);
  height: 1px;
  background: currentColor;
  opacity: 0.95;
  transition: width 0.35s ease, transform 0.35s ease, opacity 0.35s ease;
  pointer-events: none;
}

.header-btn .header-btn-text {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.08em;
  color: currentColor;
  line-height: 1;
  text-transform: uppercase;
}

.header-btn .header-btn-icon {
  width: auto;
  height: auto;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: transform 0.35s ease, opacity 0.35s ease;
  flex-shrink: 0;
}

.header-btn .header-btn-icon i {
  font-size: 14px;
  line-height: 1;
  color: currentColor;
}

.header-btn:hover,
.header-btn:focus:hover {
  color: #ffffff;
  border-color: transparent;
  background: transparent;
  transform: translateY(-2px);
}

.header-btn:hover::before,
.header-btn:focus:hover::before {
  width: 100%;
  transform: translateY(1px);
}

.header-btn:hover .header-btn-icon,
.header-btn:focus:hover .header-btn-icon {
  transform: translate(4px, -4px);
}

.scrolled .header {
  isolation: isolate;
  padding: 14px 0;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.05);
}

.scrolled .header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(255, 255, 255);
  -webkit-backdrop-filter: blur(14px);
  pointer-events: none;
  z-index: -1;
}

.scrolled .header::after {
  background: rgba(17, 17, 17, 0.1);
}

.scrolled .header .logo .logo-default {
  opacity: 0;
  visibility: hidden;
}

.scrolled .header .logo .logo-scrolled {
  opacity: 1;
  visibility: visible;
}

.scrolled .header .header-btn,
.scrolled .header .header-btn:focus {
  color: #111111;
  border-color: transparent;
  background: transparent;
}

.scrolled .header .header-btn::before {
  background: currentColor;
}

.scrolled .header .header-btn .header-btn-icon {
  border-color: transparent;
  background: transparent;
}

.scrolled .header .header-btn:hover,
.scrolled .header .header-btn:focus:hover {
  color: #111111;
  border-color: transparent;
  background: transparent;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    gap: 4px;
    transition: opacity 0.3s ease;
  }

  .navmenu li {
    position: relative;
    transition: opacity 0.35s ease, transform 0.35s ease;
  }

  .navmenu:hover li {
    opacity: 0.34;
  }

  .navmenu:hover li:hover {
    opacity: 1;
    transform: translateY(-2px);
  }

  .navmenu a,
  .navmenu a:focus {
    color: #ffffff;
    padding: 18px 18px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: space-between;
    white-space: nowrap;
    transition: color 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
    position: relative;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 6px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 16px;
  }

  .navmenu li:hover > a,
  .navmenu .active,
  .navmenu .active:focus {
    color: rgba(255, 255, 255, 0.95);
  }

  .scrolled .navmenu a,
  .scrolled .navmenu a:focus {
    color: #111111;
  }

  .scrolled .navmenu li:hover > a,
  .scrolled .navmenu .active,
  .scrolled .navmenu .active:focus {
    color: rgba(17, 17, 17, 0.92);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 14px 0;
    background: rgba(255, 255, 255, 0.98);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 0;
    top: 130%;
    opacity: 0;
    transition: all 0.3s ease;
    border-radius: 18px;
    z-index: 99;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(17, 17, 17, 0.06);
    min-width: 220px;
  }

  .navmenu .dropdown ul li {
    min-width: 220px;
    opacity: 1 !important;
    transform: none !important;
  }

  .navmenu .dropdown ul a {
    padding: 12px 20px;
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0.02em;
    color: #111111;
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover > a {
    color: rgba(17, 17, 17, 0.55);
  }

  .navmenu .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: calc(100% + 10px);
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: calc(100% + 10px);
    visibility: visible;
  }

  .navmenu .mobile-menu-cta,
  .navmenu .mobile-nav-toggle,
  .navmenu .header-btn.d-xl-none {
    display: none !important;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .header {
    padding: 18px 0;
  }

  .header::after {
    width: calc(100% - 24px);
  }

  .header .container-fluid {
    min-height: 58px;
  }

  .header .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10003;
  }

  .header .logo img {
    height: 68px;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
    position: static;
  }

  .mobile-nav-toggle {
    color: transparent;
    font-size: 0;
    line-height: 0;
    margin-right: 0;
    cursor: pointer;
    transition: color 0.3s, transform 0.35s ease;
    position: relative;
    z-index: 10004;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-nav-toggle::before,
  .mobile-nav-toggle::after {
    content: "";
    position: absolute;
    left: 0;
    height: 1.8px;
    background-color: #ffffff;
    border-radius: 999px;
    transition: transform 0.35s ease, width 0.35s ease, top 0.35s ease, background-color 0.35s ease, opacity 0.35s ease;
  }

  .mobile-nav-toggle::before {
    top: 11px;
    width: 28px;
  }

  .mobile-nav-toggle::after {
    top: 21px;
    width: 16px;
  }

  .scrolled .mobile-nav-toggle::before,
  .scrolled .mobile-nav-toggle::after {
    background-color: #111111;
  }

  .navmenu::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.98);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-24px);
    transition: opacity 0.45s ease, visibility 0.45s ease, transform 0.45s ease;
    z-index: 9998;
  }

  .navmenu > ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none;
    position: fixed;
    top: 110px;
    left: 36px;
    right: 36px;
    bottom: 40px;
    padding: 0 0 24px 0;
    margin: 0;
    overflow-y: auto;
    background: transparent;
    transition: opacity 0.45s ease, visibility 0.45s ease, transform 0.45s ease;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-24px);
    gap: 0;
  }

  .navmenu > ul > li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  }

  .navmenu > ul > li:first-child {
    border-top: 1px solid rgba(17, 17, 17, 0.08);
  }

  .navmenu ul li > a:not(.header-btn),
  .navmenu ul li > a:not(.header-btn):focus {
    color: #111111;
    padding: 18px 0;
    font-family: var(--nav-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: color 0.3s ease;
    width: 100%;
    text-decoration: none;
  }

  .navmenu ul li > a:not(.header-btn) i,
  .navmenu ul li > a:not(.header-btn):focus i {
    font-size: 11px;
    line-height: 0;
    margin-left: 12px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: transform 0.3s ease, background-color 0.3s ease;
    background-color: rgba(17, 17, 17, 0.05);
    color: #111111;
    flex-shrink: 0;
  }

  .navmenu ul li > a:not(.header-btn):hover,
  .navmenu ul li > .active,
  .navmenu ul li > .active:focus {
    color: rgba(17, 17, 17, 0.62);
  }

  .navmenu .dropdown {
    width: 100%;
  }

  .navmenu .dropdown-open > a i {
    transform: rotate(180deg);
    background-color: rgba(17, 17, 17, 0.08);
  }

  .navmenu .dropdown > ul {
    position: static;
    display: none;
    width: 100%;
    z-index: 1;
    padding: 2px 0 8px 0;
    margin: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    transition: all 0.35s ease;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    overflow: visible;
  }

  .navmenu .dropdown > ul > li {
    border-bottom: 1px solid rgba(17, 17, 17, 0.05);
  }

  .navmenu .dropdown > ul > li:last-child {
    border-bottom: none;
  }

  .navmenu .dropdown > ul > li > a {
    font-size: 15px;
    padding: 12px 0 12px 14px;
    color: rgba(17, 17, 17, 0.74);
  }

  .navmenu .dropdown ul ul {
    position: static;
    display: none;
    width: 100%;
    padding: 2px 0 0 0;
    margin: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    transition: all 0.35s ease;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    overflow: visible;
  }

  .navmenu .dropdown ul ul li a {
    font-size: 14px;
    padding: 10px 0 10px 28px;
    color: rgba(17, 17, 17, 0.62);
  }

  .navmenu .dropdown > .dropdown-active {
    display: block;
    background-color: transparent;
  }

  .mobile-menu-cta {
    width: 100%;
    margin-top: 18px;
    padding-top: 0;
    border: none !important;
    display: flex;
    justify-content: flex-start;
  }

  .mobile-menu-cta .header-btn.d-xl-none,
  .mobile-menu-cta .header-btn.d-xl-none:focus {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    min-width: auto;
    height: auto;
    padding: 0 0 6px 0;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #111111;
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    text-decoration: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    z-index: auto;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .mobile-menu-cta .header-btn.d-xl-none::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 18px);
    height: 1px;
    background: currentColor;
    opacity: 0.95;
    transition: width 0.35s ease, transform 0.35s ease, opacity 0.35s ease;
    pointer-events: none;
  }

  .mobile-menu-cta .header-btn.d-xl-none .header-btn-text {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1;
    color: currentColor;
    flex: unset;
    min-width: 0;
    text-transform: uppercase;
  }

  .mobile-menu-cta .header-btn.d-xl-none .header-btn-icon {
    width: auto;
    height: auto;
    min-width: auto;
    border-radius: 0;
    border: none;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.35s ease, opacity 0.35s ease;
  }

  .mobile-menu-cta .header-btn.d-xl-none .header-btn-icon i {
    font-size: 14px;
    line-height: 1;
    color: currentColor;
    margin-left: 0;
    width: auto;
    height: auto;
    background: none;
  }

  .mobile-menu-cta .header-btn.d-xl-none:hover,
  .mobile-menu-cta .header-btn.d-xl-none:focus:hover {
    color: #111111;
    transform: translateY(-2px);
  }

  .mobile-menu-cta .header-btn.d-xl-none:hover::before,
  .mobile-menu-cta .header-btn.d-xl-none:focus:hover::before {
    width: 100%;
    transform: translateY(1px);
  }

  .mobile-menu-cta .header-btn.d-xl-none:hover .header-btn-icon,
  .mobile-menu-cta .header-btn.d-xl-none:focus:hover .header-btn-icon {
    transform: translate(4px, -4px);
  }

  .header > .container-fluid > .header-btn.d-none.d-xl-inline-flex {
    display: none !important;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle::before,
  .mobile-nav-active .mobile-nav-toggle::after {
    top: 16px;
    width: 26px;
    background-color: #111111;
  }

  .mobile-nav-active .mobile-nav-toggle::before {
    transform: rotate(45deg);
  }

  .mobile-nav-active .mobile-nav-toggle::after {
    transform: rotate(-45deg);
  }

  .mobile-nav-active .navmenu::before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-nav-active .navmenu > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-nav-active .back-to-top,
  .mobile-nav-active .scroll-top,
  .mobile-nav-active .scroll-top.active {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}


/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: rgba(255, 255, 255, 0.78);
  background: #070707;
  font-size: 14px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(255,255,255,0.42) 8.02% 8.06%, transparent 8.1%),
    linear-gradient(90deg, transparent 0 33%, rgba(255,255,255,0.18) 33.02% 33.06%, transparent 33.1%),
    linear-gradient(90deg, transparent 0 58%, rgba(255,255,255,0.20) 58.02% 58.06%, transparent 58.1%),
    linear-gradient(180deg, transparent 0 22%, rgba(255,255,255,0.30) 22.02% 22.06%, transparent 22.1%),
    linear-gradient(180deg, transparent 0 70%, rgba(255,255,255,0.16) 70.02% 70.06%, transparent 70.1%),
    linear-gradient(135deg, transparent 0 55%, rgba(255,255,255,0.28) 55.03% 55.08%, transparent 55.13%);
}

.footer::after {
  content: "";
  position: absolute;
  right: -160px;
  top: -190px;
  width: 760px;
  height: 760px;
  pointer-events: none;
  opacity: 0.14;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 95px rgba(255, 255, 255, 0.04),
    inset 0 0 0 218px rgba(255, 255, 255, 0.03);
}

.footer .footer-top {
  position: relative;
  z-index: 1;
  padding-top: 92px;
  padding-bottom: 112px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer .footer-top::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 8%;
  top: 48px;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,0.22), transparent 38%, rgba(255,255,255,0.12), transparent);
}

.footer .footer-top::after {
  content: "03.40   B2   07.60   11.80";
  position: absolute;
  left: 7%;
  top: 42%;
  color: rgba(255, 255, 255, 0.077);
  font-family: var(--default-font);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.16em;
  pointer-events: none;
  white-space: nowrap;
}

.footer .footer-top .row {
  position: relative;
}

.footer .footer-top .row::before {
  content: "";
  position: absolute;
  left: 24%;
  top: -22px;
  width: 1px;
  height: 245px;
  pointer-events: none;
  background: rgba(255,255,255,0.10);
}

.footer .footer-top .row::after {
  content: "";
  position: absolute;
  left: 24%;
  top: 148px;
  width: 210px;
  height: 1px;
  pointer-events: none;
  background: rgba(255,255,255,0.10);
}

.footer .footer-about {
  position: relative;
  min-height: 172px;
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 0;
}

.footer .footer-about .logo img {
  max-height: 128px;
  width: auto;
  max-width: 100%;
  margin-right: 0;
  display: block;
  opacity: 0.54;
  filter: saturate(0.85);
  transition: opacity 0.35s ease, transform 0.35s ease, filter 0.35s ease;
}

.footer .footer-about .logo:hover img {
  opacity: 0.86;
  filter: saturate(1);
  transform: translateY(-3px);
}

.footer .footer-about .logo span {
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: var(--heading-font);
}

.footer .footer-about p {
  display: none;
}

.footer h4 {
  color: rgba(255, 255, 255, 0.94);
  font-size: 12px;
  font-weight: 700;
  font-family: var(--default-font);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 22px;
  margin: 0;
}

.footer h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 11px;
  width: 30px;
  height: 1px;
  background: rgba(255, 255, 255, 0.34);
}

.footer .footer-links,
.footer .footer-contact {
  position: relative;
  min-height: 172px;
}

.footer .footer-links {
  margin-bottom: 0;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul li {
  padding: 0 0 17px;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:last-child {
  padding-bottom: 0;
}

.footer .footer-links ul a {
  position: relative;
  color: rgba(255, 255, 255, 0.62);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  line-height: 1.2;
  font-size: 15px;
  font-family: var(--default-font);
  padding-bottom: 5px;
}

.footer .footer-links ul a::after,
.footer .credits .designer-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 18px);
  height: 1px;
  background: rgba(255, 255, 255, 0.78);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.34s ease;
}

.footer .footer-links ul a:hover {
  color: #ffffff;
}

.footer .footer-links ul a:hover::after,
.footer .credits .designer-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.footer .footer-links ul i {
  padding-right: 0;
  font-size: 13px;
  line-height: 1;
  transform: translateY(-1px);
  transition: transform 0.3s ease;
}

.footer .footer-links ul a:hover i {
  transform: translate(4px, -4px);
}

.footer .footer-contact {
  max-width: 100%;
  margin-left: 0;
}

.footer .footer-contact p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.58;
  font-family: var(--default-font);
}

.footer .footer-contact strong {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
}

.footer .footer-contact span {
  color: rgba(255, 255, 255, 0.62);
}

.footer .copyright {
  position: relative;
  z-index: 1;
  min-height: 78px;
  padding-top: 0;
  padding-bottom: 34px;
  background: transparent;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.footer .copyright::before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: -24px;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.footer .copyright p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.50);
  font-size: 13px;
  font-family: var(--default-font);
}

.footer .copyright strong {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
}

.footer .credits {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  font-family: var(--default-font);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.footer .credits > span {
  color: rgba(255, 255, 255, 0.46);
}

.footer .credits .designer-link {
  position: relative;
  color: rgba(255, 255, 255, 0.78);
  display: inline-flex;
  align-items: center;
  padding-bottom: 5px;
}

.footer .credits .designer-link::after {
  width: 100%;
}

.footer .credits .designer-link:hover {
  color: #ffffff;
}

@media (min-width: 992px) {
  .footer .footer-links,
  .footer .footer-contact {
    padding-left: 22px;
  }
}

@media (max-width: 1199px) {
  .footer .footer-top {
    padding-top: 78px;
    padding-bottom: 88px;
  }

  .footer .footer-about .logo img {
    max-height: 108px;
  }

  .footer .footer-links ul a,
  .footer .footer-contact p {
    font-size: 14px;
  }

  .footer .footer-top .row::before {
    left: 22%;
  }

  .footer .footer-top .row::after {
    left: 22%;
  }
}

@media (max-width: 991px) {
  .footer::after {
    right: -240px;
    top: -260px;
    opacity: 0.10;
  }

  .footer .footer-top {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .footer .footer-top::after,
  .footer .footer-top .row::before,
  .footer .footer-top .row::after {
    display: none;
  }

  .footer .footer-about,
  .footer .footer-links,
  .footer .footer-contact {
    min-height: auto;
  }

  .footer .footer-about {
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  }

  .footer .footer-about .logo img {
    max-height: 96px;
  }

  .footer .copyright {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .footer::after,
  .footer .footer-top::before {
    display: none;
  }

  .footer .footer-top {
    padding-top: 50px;
    padding-bottom: 48px;
  }

  .footer .footer-about .logo img {
    max-height: 129px;
  }

  .footer h4 {
    padding-bottom: 18px;
  }

  .footer .footer-links ul li {
    padding-bottom: 13px;
  }

  .footer .footer-links ul a,
  .footer .footer-contact p {
    font-size: 15px;
  }

  .footer .footer-contact {
    text-align: left !important;
  }

  .footer .copyright {
    min-height: auto;
    padding-bottom: 26px;
  }

  .footer .copyright p,
  .footer .credits {
    font-size: 12px;
    line-height: 1.5;
  }
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
html {
  overflow-y: scroll;
  scrollbar-gutter: stable;
}

html.preloader-active {
  overflow-y: scroll;
}

html.preloader-active body {
  overflow: hidden;
}

#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: transparent;
  pointer-events: all;

  --logo-in-time: 2100ms;
  --logo-out-time: 1050ms;
  --curtain-time: 1450ms;
}

.preloader-panels {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.preloader-panel {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background: #ffffff;
  will-change: transform;
}

.preloader-panel-top {
  top: 0;
}

.preloader-panel-bottom {
  bottom: 0;
}

.preloader-logo-wrap {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.preloader-logo {
  width: min(360px, 56vw);
  height: auto;
  opacity: 0;
  transform: none;
  filter: blur(3px);
  will-change: opacity, filter;
}

/* Logo silinerek/soft sekilde var olur */
#preloader.logo-in .preloader-logo {
  animation: preloaderLogoIn var(--logo-in-time) linear forwards;
}

/* Logo silinerek/soft sekilde yok olur */
#preloader.logo-out .preloader-logo {
  animation: preloaderLogoOut var(--logo-out-time) linear forwards;
}

/* Acilis ekrani acilir */
#preloader.opening .preloader-panel-top {
  transform: translateY(-100%);
  transition: transform var(--curtain-time) cubic-bezier(0.19, 1, 0.22, 1);
}

#preloader.opening .preloader-panel-bottom {
  transform: translateY(100%);
  transition: transform var(--curtain-time) cubic-bezier(0.19, 1, 0.22, 1);
}

@keyframes preloaderLogoIn {
  0% {
    opacity: 0;
    filter: blur(3px);
  }

  35% {
    opacity: 0.22;
    filter: blur(2.4px);
  }

  70% {
    opacity: 0.62;
    filter: blur(1.2px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes preloaderLogoOut {
  0% {
    opacity: 1;
    filter: blur(0);
  }

  100% {
    opacity: 0;
    filter: blur(3px);
  }
}

@media (max-width: 575px) {
  .preloader-logo {
    width: min(300px, 72vw);
  }
}

@media (prefers-reduced-motion: reduce) {
  #preloader {
    --logo-in-time: 0.01ms !important;
    --logo-out-time: 0.01ms !important;
    --curtain-time: 0.01ms !important;
  }
}


/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 99999;
  width: 48px;
  height: 48px;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  background: rgba(6, 6, 6, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  color: #ffffff;
  backdrop-filter: blur(12px);
  transform: translateY(14px);
  transition:
    opacity 0.45s ease,
    visibility 0.45s ease,
    transform 0.65s cubic-bezier(0.19, 1, 0.22, 1),
    border-color 0.45s ease,
    background 0.45s ease;
}

.scroll-top::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  pointer-events: none;
  transition:
    inset 0.55s cubic-bezier(0.19, 1, 0.22, 1),
    border-color 0.45s ease;
}

.scroll-top::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.55s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 0;
}

.scroll-top i {
  position: relative;
  z-index: 2;
  font-size: 23px;
  line-height: 1;
  color: #ffffff;
  transition:
    color 0.45s ease,
    transform 0.55s cubic-bezier(0.19, 1, 0.22, 1);
}

.scroll-top:hover {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(6, 6, 6, 0.98);
  color: #111111;
}

.scroll-top:hover::before {
  inset: 9px;
  border-color: rgba(17, 17, 17, 0.18);
}

.scroll-top:hover::after {
  transform: scaleY(1);
}

.scroll-top:hover i {
  color: #111111;
  transform: translateY(-2px);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 575.98px) {
  .scroll-top {
    right: 16px;
    bottom: 16px;
    width: 44px;
    height: 44px;
  }

  .scroll-top i {
    font-size: 22px;
  }
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  padding: 0;
  color: #ffffff;
  background: #080808;
}

.page-title .page-title-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.01);
  filter: saturate(0.96) contrast(1.02) brightness(0.94);
}

.page-title .page-title-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 52% 40%, rgba(255, 255, 255, 0.04) 0%, rgba(0, 0, 0, 0.04) 58%, rgba(0, 0, 0, 0.24) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.14) 46%, rgba(0, 0, 0, 0.34) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.02) 48%, rgba(0, 0, 0, 0.36) 100%);
}

.page-title::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.08) 28%, transparent 56%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.016) 0 1px, transparent 1px 108px),
    linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.038) 6.3%, rgba(255, 255, 255, 0.038) 6.36%, transparent 6.42%);
  opacity: 0.34;
  z-index: 2;
  pointer-events: none;
}

.page-title .page-title-cad-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0.26;
}

.page-title .page-title-cad-overlay svg {
  width: 100%;
  height: 100%;
  display: block;
}

.page-title .cad-grid path,
.page-title .cad-lines path,
.page-title .cad-plan path,
.page-title .cad-lines circle {
  fill: none;
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.page-title .cad-grid path {
  stroke: rgba(255, 255, 255, 0.04);
}

.page-title .cad-lines path,
.page-title .cad-lines circle,
.page-title .cad-plan path {
  stroke: rgba(255, 255, 255, 0.14);
}

.page-title .cad-labels text {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.28em;
  fill: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
}

.page-title .container {
  position: relative;
  z-index: 4;
}

.page-title .page-title-inner {
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 170px 0 18px 0;
}

.page-title .title-wrapper {
  position: relative;
  max-width: 760px;
  margin: 0;
  padding: 0 0 0 30px;
  text-align: left;
}

.page-title .title-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: -28px;
  width: 1px;
  height: 128px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.18));
}

.page-title .title-wrapper h1 {
  margin: 0 0 0.68rem 0;
  font-size: clamp(2.05rem, 3.8vw, 3.75rem);
  font-weight: 100;
  line-height: 0.94;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.94);
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.page-title .title-wrapper p {
  margin: 0;
  font-size: clamp(0.82rem, 1.02vw, 1.05rem);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.034em;
  color: rgba(255, 255, 255, 0.72);
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.page-title .page-title-number {
  position: relative;
  flex: 0 0 auto;
  min-width: 150px;
  margin-right: 42px;
  padding-bottom: 1.35rem;
  font-size: clamp(3.25rem, 5.3vw, 5.2rem);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 100;
  line-height: 0.74;
  letter-spacing: -0.065em;
  text-align: right;
  color: rgba(255, 255, 255, 0);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.45px rgba(255, 255, 255, 0.6);
  text-shadow: none;
  paint-order: stroke fill;
}

.page-title .page-title-number::before {
  content: "";
  position: absolute;
  right: 26px;
  bottom: 0.68rem;
  width: 116px;
  height: 1px;
  background: rgba(255, 255, 255, 0.68);
}

.page-title .page-title-number::after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 0;
  width: 184px;
  height: 1px;
  background: rgba(255, 255, 255, 0.56);
}

@media (max-width: 991px) {
  .page-title {
    min-height: 320px;
  }

  .page-title .page-title-inner {
    min-height: 320px;
    padding: 166px 0 16px 0;
  }

  .page-title .title-wrapper {
    max-width: 600px;
    padding-left: 26px;
  }

  .page-title .title-wrapper::before {
    top: -24px;
    height: 112px;
  }

  .page-title .title-wrapper h1 {
    font-size: 2.45rem;
    letter-spacing: 0.14em;
  }

  .page-title .title-wrapper p {
    font-size: 0.86rem;
    letter-spacing: 0.02em;
  }

  .page-title .page-title-number {
    min-width: 118px;
    margin-right: 12px;
    font-size: 3.75rem;
  }

  .page-title .page-title-number::before {
    right: 20px;
    width: 92px;
  }

  .page-title .page-title-number::after {
    right: -4px;
    width: 142px;
  }
}

@media (max-width: 768px) {
  .page-title {
    min-height: 360px;
  }

  .page-title .page-title-inner {
    min-height: 360px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 0.85rem;
    padding: 154px 0 34px 0;
  }

  .page-title .title-wrapper {
    order: 2;
    padding-left: 22px;
  }

  .page-title .title-wrapper::before {
    top: -20px;
    height: 104px;
  }

  .page-title .title-wrapper h1 {
    font-size: 1.9rem;
    letter-spacing: 0.1em;
  }

  .page-title .title-wrapper p {
    max-width: 520px;
    font-size: 0.82rem;
    line-height: 1.48;
  }

  .page-title .page-title-number {
    order: 1;
    min-width: 96px;
    margin-right: 18px;
    margin-left: auto;
    padding-bottom: 0.92rem;
    font-size: 2.95rem;
    align-self: flex-end;
  }

  .page-title .page-title-number::before {
    right: 16px;
    bottom: 0.48rem;
    width: 74px;
  }

  .page-title .page-title-number::after {
    right: -2px;
    width: 116px;
  }
}

@media (max-width: 576px) {
  .page-title {
    min-height: 345px;
  }

  .page-title .page-title-inner {
    min-height: 345px;
    padding-top: 148px;
    padding-bottom: 24px;
  }

  .page-title .title-wrapper h1 {
    font-size: 1.58rem;
    letter-spacing: 0.085em;
  }

  .page-title .title-wrapper p {
    font-size: 0.78rem;
  }

  .page-title .page-title-cad-overlay {
    opacity: 0.2;
  }
}


/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 87px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 66px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.2;
  color: var(--heading-color);
  margin-bottom: 1.5rem;
  letter-spacing: -1px;
}

@media (max-width: 768px) {
  .section-title h2 {
    font-size: 2.5rem;
  }
}

.section-title .subtitle {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--accent-color);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
  position: relative;
}

.section-title .subtitle::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background: var(--accent-color);
}

.section-title p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  max-width: 900px;
  margin: 0 auto;
  text-wrap: balance;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  padding: 0;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: #111111;
}

.hero .hero-slider {
  position: relative;
  min-height: 100vh;
  width: 100%;
}

.hero .hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 1.8s ease, visibility 1.8s ease;
}

.hero .hero-slide.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}

.hero .hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.01);
  will-change: transform;
  filter: none;
  image-rendering: auto;
}

.hero .hero-slide.active.hero-zoom-start .hero-bg img {
  animation: heroSlowZoom 19s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes heroSlowZoom {
  from {
    transform: scale(1.01);
  }
  to {
    transform: scale(1.09);
  }
}

.hero .hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 6, 6, 0.12) 0%, rgba(6, 6, 6, 0.05) 34%, rgba(6, 6, 6, 0.14) 70%, rgba(6, 6, 6, 0.38) 100%),
    linear-gradient(90deg, rgba(6, 6, 6, 0.36) 0%, rgba(6, 6, 6, 0.20) 24%, rgba(6, 6, 6, 0.05) 52%, rgba(6, 6, 6, 0) 78%);
  z-index: 1;
}

.hero .hero-cad-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0.22;
}

.hero .hero-cad-overlay svg {
  width: 100%;
  height: 100%;
  display: block;
}

.hero .hero-cad-overlay .cad-line path,
.hero .hero-cad-overlay .cad-guides line,
.hero .hero-cad-overlay .cad-dots circle {
  fill: none;
  stroke: rgba(255, 255, 255, 0.4);
  stroke-width: 1.35;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero .hero-cad-overlay .cad-line-main path {
  stroke-width: 1.7;
  stroke-dasharray: 5200;
  stroke-dashoffset: 5200;
  animation: cadDrawMain 4.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero .hero-cad-overlay .cad-line-secondary path:nth-child(1) {
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  animation: cadDrawSecondary 1.8s ease forwards 0.9s;
}

.hero .hero-cad-overlay .cad-line-secondary path:nth-child(2) {
  stroke-dasharray: 340;
  stroke-dashoffset: 340;
  animation: cadDrawSecondary 1.3s ease forwards 1.2s;
}

.hero .hero-cad-overlay .cad-line-secondary path:nth-child(3) {
  stroke-dasharray: 420;
  stroke-dashoffset: 420;
  animation: cadDrawSecondary 1.4s ease forwards 1.45s;
}

.hero .hero-cad-overlay .cad-line-secondary path:nth-child(4) {
  stroke-dasharray: 520;
  stroke-dashoffset: 520;
  animation: cadDrawSecondary 1.55s ease forwards 1.7s;
}

.hero .hero-cad-overlay .cad-line-secondary path:nth-child(5) {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  animation: cadDrawSecondary 1.2s ease forwards 1.9s;
}

.hero .hero-cad-overlay .cad-line-secondary path:nth-child(6) {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: cadDrawSecondary 1.35s ease forwards 2.1s;
}

.hero .hero-cad-overlay .cad-line-secondary path:nth-child(7) {
  stroke-dasharray: 340;
  stroke-dashoffset: 340;
  animation: cadDrawSecondary 1.2s ease forwards 2.25s;
}

.hero .hero-cad-overlay .cad-line-secondary path:nth-child(8) {
  stroke-dasharray: 380;
  stroke-dashoffset: 380;
  animation: cadDrawSecondary 1.25s ease forwards 2.45s;
}

.hero .hero-cad-overlay .cad-guides line {
  stroke: rgba(255, 255, 255, 0.26);
  stroke-dasharray: 2 7;
  opacity: 0;
  animation: cadFadeIn 1.2s ease forwards 3s;
}

.hero .hero-cad-overlay .cad-dots circle {
  stroke: rgba(255, 255, 255, 0.42);
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
}

.hero .hero-cad-overlay .cad-dots circle:nth-child(1) { animation: cadCircle 0.9s ease forwards 2.4s; }
.hero .hero-cad-overlay .cad-dots circle:nth-child(2) { animation: cadCircle 0.9s ease forwards 2.6s; }
.hero .hero-cad-overlay .cad-dots circle:nth-child(3) { animation: cadCircle 0.9s ease forwards 2.8s; }
.hero .hero-cad-overlay .cad-dots circle:nth-child(4) { animation: cadCircle 0.9s ease forwards 3s; }
.hero .hero-cad-overlay .cad-dots circle:nth-child(5) { animation: cadCircle 0.9s ease forwards 3.15s; }
.hero .hero-cad-overlay .cad-dots circle:nth-child(6) { animation: cadCircle 0.9s ease forwards 3.3s; }
.hero .hero-cad-overlay .cad-dots circle:nth-child(7) { animation: cadCircle 0.9s ease forwards 3.45s; }

.hero .hero-cad-overlay .cad-labels text {
  fill: rgba(255, 255, 255, 0.48);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  opacity: 0;
  animation: cadLabelIn 1.1s ease forwards 3.4s;
}

@keyframes cadDrawMain {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes cadDrawSecondary {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes cadCircle {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes cadFadeIn {
  to {
    opacity: 1;
  }
}

@keyframes cadLabelIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero .hero-container {
  position: relative;
  z-index: 4;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding-top: 140px;
  padding-bottom: 110px;
}

.hero .hero-content {
  width: min(1080px, calc(100vw - 112px));
  max-width: none;
}

.hero .hero-eyebrow-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.hero .hero-eyebrow-main,
.hero .hero-eyebrow-sub {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.48);
}

.hero .hero-eyebrow-sub {
  color: rgba(255, 255, 255, 0.58);
}

.hero .hero-eyebrow-line {
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.24);
}

.hero .hero-content h1 {
  font-size: clamp(38px, 4vw, 52px);
  font-weight: 240;
  line-height: 1.02;
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #ffffff;
  text-transform: uppercase;
  max-width: none;
  white-space: nowrap;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.58), 0 14px 34px rgba(0, 0, 0, 0.30);
}

.hero .hero-title {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 0.18em;
  row-gap: 0.02em;
}

.hero .hero-title span {
  display: inline-block;
}

.hero .hero-title-light {
  font-weight: 220;
  color: rgba(255, 255, 255, 0.88);
}

.hero .hero-title-accent {
  font-weight: 360;
  color: #ffffff;
}

.hero .hero-content p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.88);
  max-width: 780px;
  min-height: 54px;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.62), 0 10px 26px rgba(0, 0, 0, 0.28);
}

.hero .hero-typed .type-char {
  display: inline-block;
  opacity: 0;
  filter: blur(5px);
  transform: translateY(6px);
  animation: heroSoftType 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes heroSoftType {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(6px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

.hero .hero-cta {
  display: flex;
  gap: 1.5rem;
  margin-top: 34px;
  margin-bottom: 0;
  align-items: center;
}

.hero .hero-cta .btn-primary.hero-outline-btn {
  position: relative;
  width: 246px;
  height: 68px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  transition: transform 0.85s ease, color 0.85s ease;
  border: none;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero .hero-cta .btn-primary.hero-outline-btn:hover {
  background: transparent;
  color: #111111;
  transform: translateY(-2px);
}

.hero .hero-cta .btn-primary.hero-outline-btn .btn-outline-static {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.52);
  pointer-events: none;
  z-index: 1;
}

.hero .hero-cta .btn-primary.hero-outline-btn .btn-outline-snake {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background:
    linear-gradient(90deg, #ffffff 0 0) bottom left / 0 1px no-repeat,
    linear-gradient(180deg, #ffffff 0 0) bottom right / 1px 0 no-repeat,
    linear-gradient(270deg, #ffffff 0 0) top right / 0 1px no-repeat,
    linear-gradient(0deg, #ffffff 0 0) top left / 1px 0 no-repeat;
  opacity: 0;
}

.hero .hero-cta .btn-primary.hero-outline-btn.hero-outline-animate .btn-outline-snake {
  opacity: 1;
  animation: heroSnakeBorderOnce 1.55s linear forwards;
}

.hero .hero-cta .btn-primary.hero-outline-btn .btn-fill-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(255, 255, 255, 0.96);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.05s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero .hero-cta .btn-primary.hero-outline-btn:hover .btn-fill-bg {
  transform: scaleX(1);
}

.hero .hero-cta .btn-primary.hero-outline-btn .btn-text {
  position: relative;
  z-index: 3;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: color 0.85s ease;
}

@keyframes heroSnakeBorderOnce {
  0% {
    background:
      linear-gradient(90deg, #ffffff 0 0) bottom left / 0 1px no-repeat,
      linear-gradient(180deg, #ffffff 0 0) bottom right / 1px 0 no-repeat,
      linear-gradient(270deg, #ffffff 0 0) top right / 0 1px no-repeat,
      linear-gradient(0deg, #ffffff 0 0) top left / 1px 0 no-repeat;
  }
  25% {
    background:
      linear-gradient(90deg, #ffffff 0 0) bottom left / 100% 1px no-repeat,
      linear-gradient(180deg, #ffffff 0 0) bottom right / 1px 0 no-repeat,
      linear-gradient(270deg, #ffffff 0 0) top right / 0 1px no-repeat,
      linear-gradient(0deg, #ffffff 0 0) top left / 1px 0 no-repeat;
  }
  50% {
    background:
      linear-gradient(90deg, #ffffff 0 0) bottom left / 100% 1px no-repeat,
      linear-gradient(180deg, #ffffff 0 0) bottom right / 1px 100% no-repeat,
      linear-gradient(270deg, #ffffff 0 0) top right / 0 1px no-repeat,
      linear-gradient(0deg, #ffffff 0 0) top left / 1px 0 no-repeat;
  }
  75% {
    background:
      linear-gradient(90deg, #ffffff 0 0) bottom left / 100% 1px no-repeat,
      linear-gradient(180deg, #ffffff 0 0) bottom right / 1px 100% no-repeat,
      linear-gradient(270deg, #ffffff 0 0) top right / 100% 1px no-repeat,
      linear-gradient(0deg, #ffffff 0 0) top left / 1px 0 no-repeat;
  }
  100% {
    background:
      linear-gradient(90deg, #ffffff 0 0) bottom left / 100% 1px no-repeat,
      linear-gradient(180deg, #ffffff 0 0) bottom right / 1px 100% no-repeat,
      linear-gradient(270deg, #ffffff 0 0) top right / 100% 1px no-repeat,
      linear-gradient(0deg, #ffffff 0 0) top left / 1px 100% no-repeat;
  }
}

.hero .hero-edge-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 11%;
  min-width: 72px;
  border: none;
  background: transparent;
  z-index: 6;
  opacity: 0;
  transition: opacity 0.45s ease, background-color 0.45s ease;
  cursor: pointer;
}

.hero .hero-edge-nav span {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  border-top: 1.5px solid rgba(255, 255, 255, 0.96);
  border-right: 1.5px solid rgba(255, 255, 255, 0.96);
  opacity: 0;
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.hero .hero-edge-prev {
  left: 0;
}

.hero .hero-edge-prev span {
  left: 28px;
  transform: translateY(-50%) rotate(-135deg);
}

.hero .hero-edge-next {
  right: 0;
}

.hero .hero-edge-next span {
  right: 28px;
  transform: translateY(-50%) rotate(45deg);
}

.hero .hero-edge-prev:hover,
.hero .hero-edge-next:hover {
  opacity: 1;
}

.hero .hero-edge-prev:hover span,
.hero .hero-edge-next:hover span {
  opacity: 1;
}

.hero .hero-edge-prev:hover {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0) 100%);
}

.hero .hero-edge-next:hover {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0) 100%);
}

.hero .hero-scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 8;
  width: 42px;
  height: 42px;
  display: none;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0.92;
  -webkit-tap-highlight-color: transparent;
}

.hero .hero-scroll-arrow {
  position: relative;
  display: block;
  width: 18px;
  height: 32px;
  animation: heroScrollSlowFloat 3.2s ease-in-out infinite;
}

.hero .hero-scroll-arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  border-top: 1.3px solid rgba(255, 255, 255, 0.92);
  border-right: 1.3px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  transform: translate(-50%, -50%) rotate(135deg);
  transform-origin: center;
}

@keyframes heroScrollSlowFloat {
  0% {
    transform: translateY(-5px);
    opacity: 0.72;
  }
  50% {
    transform: translateY(9px);
    opacity: 1;
  }
  100% {
    transform: translateY(-5px);
    opacity: 0.72;
  }
}

.hero .hero-bottom-ui {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 7;
}

.hero .hero-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.hero .hero-progress .hero-progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  background: rgba(255, 255, 255, 0.96);
}

.hero .hero-progress .hero-progress-bar.is-animating {
  animation: heroProgressFill var(--hero-progress-duration, 14000ms) linear forwards;
}

@keyframes heroProgressFill {
  from { width: 0%; }
  to { width: 100%; }
}

@media (max-width: 992px) {
  .hero .hero-container {
    padding-top: 130px;
    padding-bottom: 90px;
  }

  .hero .hero-content,
  .hero .hero-content p {
    max-width: 100%;
  }

  .hero .hero-content {
    width: min(100%, calc(100vw - 72px));
  }

  .hero .hero-content h1 {
    font-size: clamp(34px, 4.55vw, 42px);
    max-width: none;
  }

  .hero .hero-edge-nav {
    width: 14%;
  }
}

@media (max-width: 768px) {
  .hero .hero-container {
    padding-top: 120px;
    padding-bottom: 96px;
  }

  .hero .hero-eyebrow-wrap {
    gap: 12px;
    margin-bottom: 14px;
  }

  .hero .hero-eyebrow-main,
  .hero .hero-eyebrow-sub {
    font-size: 10px;
  }

  .hero .hero-content h1 {
    font-size: clamp(27px, 5vw, 34px);
    line-height: 1;
    margin-bottom: 18px;
  }

  .hero .hero-content p {
    font-size: 15px;
    line-height: 1.7;
    min-height: 72px;
    max-width: 100%;
  }

  .hero .hero-cta .btn-primary.hero-outline-btn {
    width: 210px;
    height: 60px;
  }

  .hero .hero-edge-nav {
    display: block;
    width: 16%;
    min-width: 56px;
    opacity: 1;
  }

  .hero .hero-edge-nav span {
    opacity: 0.55;
    width: 18px;
    height: 18px;
  }

  .hero .hero-edge-prev span {
    left: 14px;
  }

  .hero .hero-edge-next span {
    right: 14px;
  }

  .hero .hero-scroll-indicator {
    display: flex;
  }

  .hero .hero-cad-overlay {
    opacity: 0.22;
  }

  .hero .hero-cad-overlay .cad-labels text {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .hero .hero-eyebrow-wrap {
    gap: 10px;
  }

  .hero .hero-content h1 {
    font-size: clamp(22px, 6vw, 29px);
  }

  .hero .hero-content p {
    min-height: 88px;
  }

  .hero .hero-cta .btn-primary.hero-outline-btn {
    width: min(100%, 224px);
  }
}


/*--------------------------------------------------------------
# About Showcase Section / Updated Variant 1
--------------------------------------------------------------*/
.about-showcase-alt-a {
  padding: 116px 0 96px;
  background: #ffffff;
  overflow: hidden;
}

.about-showcase-alt-a .about-showcase-content {
  padding-top: 40px;
  padding-right: 8px;
}

.about-showcase-alt-a .about-showcase-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
}

.about-showcase-alt-a .about-showcase-kicker .label {
  font-family: var(--nav-font);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #111111;
}

.about-showcase-alt-a .about-showcase-kicker .line {
  width: 82px;
  height: 1px;
  background: rgba(17, 17, 17, 0.16);
  transform-origin: left center;
}

.about-showcase-alt-a .about-showcase-title {
  margin: 0 0 22px;
  text-align: left;
  letter-spacing: -0.055em;
}

.about-showcase-alt-a .about-showcase-title strong,
.about-showcase-alt-a .about-showcase-title span {
  display: block;
  width: 100%;
  text-align: left;
}

.about-showcase-alt-a .about-showcase-title strong {
  color: #111111;
  font-size: clamp(54px, 5vw, 72px);
  line-height: 0.94;
  font-weight: 800;
}

.about-showcase-alt-a .about-showcase-title span {
  color: rgba(17, 17, 17, 0.7);
  font-size: clamp(30px, 3.3vw, 42px);
  line-height: 1.04;
  font-weight: 300;
}

.about-showcase-alt-a .about-showcase-copy {
  max-width: 470px;
  margin: 0 0 26px;
  color: rgba(17, 17, 17, 0.76);
  font-size: 18px;
  line-height: 1.72;
  font-weight: 300;
}

.about-showcase-alt-a .about-showcase-divider {
  width: 100%;
  max-width: 460px;
  height: 1px;
  margin: 32px 0 26px;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.15) 0%, rgba(17, 17, 17, 0.04) 100%);
  transform-origin: left center;
}

.about-showcase-alt-a .about-showcase-notes {
  display: grid;
  gap: 18px;
  max-width: 470px;
}

.about-showcase-alt-a .note-item {
  position: relative;
  padding-left: 18px;
}

.about-showcase-alt-a .note-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 1px;
  height: calc(100% - 8px);
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.18) 0%, rgba(17, 17, 17, 0.05) 100%);
}

.about-showcase-alt-a .note-item small {
  display: block;
  margin-bottom: 8px;
  color: rgba(17, 17, 17, 0.42);
  font-family: var(--nav-font);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-showcase-alt-a .note-item p {
  margin: 0;
  color: rgba(17, 17, 17, 0.72);
  font-size: 15px;
  line-height: 1.62;
  font-weight: 300;
}

.about-showcase-alt-a .about-showcase-cta {
  margin-top: 34px;
}

.about-showcase-alt-a .about-hero-btn {
  position: relative;
  width: 246px;
  height: 68px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #111111;
  text-decoration: none;
  transition: transform 0.85s ease, color 0.85s ease;
  border: none;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.about-showcase-alt-a .about-hero-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.about-showcase-alt-a .about-hero-btn .btn-outline-static {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(17, 17, 17, 0.28);
  z-index: 1;
}

.about-showcase-alt-a .about-hero-btn .btn-outline-snake {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, #111111 0 0) bottom left / 0 1px no-repeat,
    linear-gradient(180deg, #111111 0 0) bottom right / 1px 0 no-repeat,
    linear-gradient(270deg, #111111 0 0) top right / 0 1px no-repeat,
    linear-gradient(0deg, #111111 0 0) top left / 1px 0 no-repeat;
  opacity: 0;
}

.about-showcase-alt-a.is-visible .about-hero-btn .btn-outline-snake {
  opacity: 1;
  animation: aboutAltSnake 1.6s linear forwards 1.4s;
}

.about-showcase-alt-a .about-hero-btn .btn-fill-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #111111;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.05s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-showcase-alt-a .about-hero-btn:hover .btn-fill-bg {
  transform: scaleX(1);
}

.about-showcase-alt-a .about-hero-btn .btn-text {
  position: relative;
  z-index: 3;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-showcase-alt-a .about-showcase-media {
  position: relative;
  padding: 30px 0 30px 30px;
}

.about-showcase-alt-a .media-frame-one,
.about-showcase-alt-a .media-frame-two {
  position: absolute;
  pointer-events: none;
}

.about-showcase-alt-a .media-frame-one {
  top: 0;
  left: 0;
  right: 36px;
  bottom: 36px;
  border: 1px solid rgba(17, 17, 17, 0.14);
}

.about-showcase-alt-a .media-frame-two {
  top: 18px;
  left: 18px;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(17, 17, 17, 0.08);
}

.about-showcase-alt-a .about-showcase-image-wrap {
  position: relative;
  overflow: hidden;
  background: #f4f4f4;
}

.about-showcase-alt-a .about-showcase-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  z-index: 3;
  transform: scaleX(1);
  transform-origin: right center;
}

.about-showcase-alt-a.is-visible .about-showcase-image-wrap::after {
  animation: aboutAltCurtain 1.3s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.2s;
}

.about-showcase-alt-a .about-showcase-image {
  display: block;
  width: 100%;
  height: 700px;
  object-fit: cover;
  filter: grayscale(1) contrast(1.03);
  transform: scale(1.03);
  transition: transform 1.8s ease, filter 1s ease;
}

.about-showcase-alt-a.is-visible .about-showcase-image {
  transform: scale(1);
}

.about-showcase-alt-a .about-showcase-image-wrap:hover .about-showcase-image {
  filter: grayscale(0.18);
  transform: scale(1.05);
}

/* reveal */
.about-showcase-alt-a .reveal-up,
.about-showcase-alt-a .reveal-media,
.about-showcase-alt-a .reveal-divider {
  opacity: 0;
  will-change: transform, opacity;
}

.about-showcase-alt-a .reveal-up {
  transform: translateY(34px);
}

.about-showcase-alt-a .reveal-media {
  transform: translateY(40px);
}

.about-showcase-alt-a .reveal-divider {
  transform: scaleX(0);
}

.about-showcase-alt-a.is-visible .reveal-up {
  animation: aboutAltUp 1.12s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.about-showcase-alt-a.is-visible .reveal-media {
  animation: aboutAltUp 1.32s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.14s;
}

.about-showcase-alt-a.is-visible .reveal-line {
  animation: aboutAltLine 1.15s ease forwards 0.24s;
}

.about-showcase-alt-a.is-visible .reveal-divider {
  animation: aboutAltDivider 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.02s;
}

.about-showcase-alt-a .delay-1 { animation-delay: 0.14s !important; }
.about-showcase-alt-a .delay-2 { animation-delay: 0.34s !important; }
.about-showcase-alt-a .delay-3 { animation-delay: 0.56s !important; }
.about-showcase-alt-a .delay-4 { animation-delay: 0.78s !important; }
.about-showcase-alt-a .delay-5 { animation-delay: 0.98s !important; }
.about-showcase-alt-a .delay-6 { animation-delay: 1.14s !important; }
.about-showcase-alt-a .delay-7 { animation-delay: 1.3s !important; }
.about-showcase-alt-a .delay-8 { animation-delay: 1.48s !important; }

@keyframes aboutAltUp {
  from { opacity: 0; transform: translateY(34px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes aboutAltLine {
  from { width: 0; opacity: 0.4; }
  to { width: 92px; opacity: 1; }
}

@keyframes aboutAltDivider {
  from { opacity: 0; transform: scaleX(0); }
  to { opacity: 1; transform: scaleX(1); }
}

@keyframes aboutAltCurtain {
  to { transform: scaleX(0); }
}

@keyframes aboutAltSnake {
  0% {
    background:
      linear-gradient(90deg, #111111 0 0) bottom left / 0 1px no-repeat,
      linear-gradient(180deg, #111111 0 0) bottom right / 1px 0 no-repeat,
      linear-gradient(270deg, #111111 0 0) top right / 0 1px no-repeat,
      linear-gradient(0deg, #111111 0 0) top left / 1px 0 no-repeat;
  }
  25% {
    background:
      linear-gradient(90deg, #111111 0 0) bottom left / 100% 1px no-repeat,
      linear-gradient(180deg, #111111 0 0) bottom right / 1px 0 no-repeat,
      linear-gradient(270deg, #111111 0 0) top right / 0 1px no-repeat,
      linear-gradient(0deg, #111111 0 0) top left / 1px 0 no-repeat;
  }
  50% {
    background:
      linear-gradient(90deg, #111111 0 0) bottom left / 100% 1px no-repeat,
      linear-gradient(180deg, #111111 0 0) bottom right / 1px 100% no-repeat,
      linear-gradient(270deg, #111111 0 0) top right / 0 1px no-repeat,
      linear-gradient(0deg, #111111 0 0) top left / 1px 0 no-repeat;
  }
  75% {
    background:
      linear-gradient(90deg, #111111 0 0) bottom left / 100% 1px no-repeat,
      linear-gradient(180deg, #111111 0 0) bottom right / 1px 100% no-repeat,
      linear-gradient(270deg, #111111 0 0) top right / 100% 1px no-repeat,
      linear-gradient(0deg, #111111 0 0) top left / 1px 0 no-repeat;
  }
  100% {
    background:
      linear-gradient(90deg, #111111 0 0) bottom left / 100% 1px no-repeat,
      linear-gradient(180deg, #111111 0 0) bottom right / 1px 100% no-repeat,
      linear-gradient(270deg, #111111 0 0) top right / 100% 1px no-repeat,
      linear-gradient(0deg, #111111 0 0) top left / 1px 100% no-repeat;
  }
}

@media (max-width: 991.98px) {
  .about-showcase-alt-a .about-showcase-content {
    padding-top: 0;
    margin-bottom: 40px;
  }

  .about-showcase-alt-a .about-showcase-image {
    height: 560px;
  }
}

@media (max-width: 767.98px) {
  .about-showcase-alt-a .about-showcase-title strong {
    font-size: 38px;
  }

  .about-showcase-alt-a .about-showcase-title span {
    font-size: 26px;
  }

  .about-showcase-alt-a .about-showcase-copy {
    font-size: 16px;
  }

  .about-showcase-alt-a .about-hero-btn {
    width: 188px;
    height: 56px;
  }

  .about-showcase-alt-a .about-showcase-image {
    height: 460px;
  }
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services {
  padding: 96px 0 92px;
  background-color: #ffffff;
  overflow: hidden;
}

.services .services-grid {
  --bs-gutter-y: 70px;
}

.services .services-item {
  position: relative;
}

.services .services-item-head {
  display: grid;
  grid-template-columns: auto 1px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

.services .services-item-number {
  display: block;
  font-size: clamp(54px, 5vw, 70px);
  line-height: 0.86;
  font-weight: 700;
  letter-spacing: -0.055em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(17, 17, 17, 0.24);
  transition:
    color 0.75s ease,
    -webkit-text-stroke-color 0.75s ease;
}

.services .services-item-line {
  display: block;
  width: 1px;
  height: 72px;
  background-color: rgba(17, 17, 17, 0.16);
  transition: background-color 0.75s ease;
}

.services .services-item-copy {
  min-width: 0;
}

.services .services-item-copy h3 {
  margin: 0 0 8px;
  font-size: clamp(28px, 2.8vw, 36px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #111111;
}

.services .services-item-copy p {
  max-width: 360px;
  margin: 0;
  font-size: 16px;
  line-height: 1.28;
  font-weight: 400;
  color: rgba(17, 17, 17, 0.82);
}

.services .services-item-frame {
  position: relative;
  display: block;
  padding: 10px;
  border: 1px solid rgba(17, 17, 17, 0.16);
  background-color: #ffffff;
  text-decoration: none;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  isolation: isolate;
  outline: none;
}

.services .services-item-media {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 340px;
  background-color: #111111;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  isolation: isolate;
}

.services .services-item-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.88;
  transform: translate3d(0, 0, 0) scale(1.018);
  transform-origin: center center;
  backface-visibility: hidden;
  will-change: transform;
  transition:
    opacity 0.9s ease,
    transform 2.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.services .services-item-tone {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(17, 17, 17, 0.24), rgba(17, 17, 17, 0.04) 52%, rgba(17, 17, 17, 0.18)),
    rgba(17, 17, 17, 0.14);
  opacity: 1;
  transition: opacity 0.9s ease;
}

.services .services-item-inner-frame {
  position: absolute;
  inset: 28px;
  z-index: 4;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.30);
  opacity: 0;
  transition: opacity 0.75s ease;
}

.services .services-item-icon {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 5;
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: rgba(17, 17, 17, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.20);
  opacity: 0;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 0.75s ease,
    background-color 0.75s ease;
}

.services .services-item-icon i {
  font-size: 27px;
  line-height: 1;
}

.services .services-item:hover .services-item-number,
.services .services-item:focus-within .services-item-number {
  color: #111111;
  -webkit-text-stroke-color: #111111;
}

.services .services-item:hover .services-item-line,
.services .services-item:focus-within .services-item-line {
  background-color: rgba(17, 17, 17, 0.54);
}

.services .services-item:hover .services-item-media img,
.services .services-item:focus-within .services-item-media img {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1.055);
}

.services .services-item:hover .services-item-tone,
.services .services-item:focus-within .services-item-tone {
  opacity: 0.82;
}

.services .services-item:hover .services-item-icon,
.services .services-item:focus-within .services-item-icon,
.services .services-item:hover .services-item-inner-frame,
.services .services-item:focus-within .services-item-inner-frame {
  opacity: 1;
}

/*--------------------------------------------------------------
# Services Responsive
--------------------------------------------------------------*/
@media (max-width: 991.98px) {
  .services {
    padding: 78px 0 76px;
  }

  .services .services-grid {
    --bs-gutter-y: 52px;
  }

  .services .services-item-media {
    height: 320px;
  }

  .services .services-item-icon,
  .services .services-item-inner-frame {
    opacity: 1;
  }
}

@media (max-width: 575.98px) {
  .services .services-item-head {
    grid-template-columns: auto 1px minmax(0, 1fr);
    gap: 12px;
    margin-bottom: 16px;
  }

  .services .services-item-number {
    font-size: 50px;
  }

  .services .services-item-line {
    height: 58px;
  }

  .services .services-item-copy h3 {
    font-size: 28px;
  }

  .services .services-item-copy p {
    font-size: 14px;
  }

  .services .services-item-frame {
    padding: 8px;
  }

  .services .services-item-media {
    height: 270px;
  }

  .services .services-item-inner-frame {
    inset: 18px;
  }

  .services .services-item-icon {
    top: 14px;
    right: 14px;
    width: 54px;
    height: 54px;
  }

  .services .services-item-icon i {
    font-size: 23px;
  }
}


/* Design Process Section */
.design-process {
  --dp-line-x: 50%;
  --dp-mobile-axis: 14px;
  position: relative;
  padding: 110px 0;
  background: #ffffff;
  overflow: hidden;
}

.design-process-timeline {
  position: relative;
}

.design-process-line {
  position: absolute;
  top: 8px;
  bottom: 0;
  left: var(--dp-line-x);
  z-index: 1;
  width: 1px;
  background: #d9d9d9;
  transform: translateX(-50%);
}

.design-process-line-progress {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(17, 17, 17, 0.96) 0%,
    rgba(17, 17, 17, 0.86) 72%,
    rgba(17, 17, 17, 0.22) 100%
  );
  border-radius: 999px;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top center;
  will-change: transform;
}

.design-process-item {
  position: relative;
  min-height: 540px;
  margin-bottom: 54px;
}

.design-process-item:last-child {
  margin-bottom: 0;
}

.design-process-item::before {
  content: none;
}

.design-process-item::after {
  content: none;
}

.design-process-node {
  position: absolute;
  top: -11px;
  left: var(--dp-line-x);
  z-index: 5;
  width: 38px;
  height: 38px;
  transform: translateX(-50%);
  pointer-events: none;
}

.design-process-node-pulse,
.design-process-node-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.design-process-node-pulse {
  border-radius: 50%;
  animation: designProcessNodePulse 2.8s ease-in-out infinite;
}

.design-process-node-pulse--outer {
  width: 38px;
  height: 38px;
  background: rgba(186, 186, 186, 0.58);
  animation-delay: 0s;
}

.design-process-node-pulse--inner {
  width: 26px;
  height: 26px;
  background: rgba(124, 124, 124, 0.52);
  animation-delay: 0.14s;
}

.design-process-node-core {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #111111;
}

.design-process-image-frame {
  position: relative;
  padding: 14px;
  background: #ffffff;
}

.design-process-image-static-border,
.design-process-image-snake-border {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.design-process-image-static-border {
  border: 1px solid rgba(17, 17, 17, 0.18);
}

.design-process-image-snake-border {
  background:
    linear-gradient(90deg, #111111 0 0) bottom left / 0 1px no-repeat,
    linear-gradient(180deg, #111111 0 0) bottom right / 1px 0 no-repeat,
    linear-gradient(270deg, #111111 0 0) top right / 0 1px no-repeat,
    linear-gradient(0deg, #111111 0 0) top left / 1px 0 no-repeat;
  opacity: 0;
}

.design-process-image-inner {
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
}

.design-process-image-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  z-index: 2;
  transform: scaleX(0);
  transform-origin: right center;
  opacity: 0;
}

.design-process-image {
  display: block;
  width: 100%;
  aspect-ratio: 0.78;
  object-fit: cover;
  filter: grayscale(1) contrast(0.96) brightness(0.94) saturate(0.82);
  transform: scale(0.985);
  transform-origin: center center;
  transition: filter 1.85s cubic-bezier(0.22, 1, 0.36, 1), transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.design-process-item:hover .design-process-image-snake-border,
.design-process-item.is-active .design-process-image-snake-border,
.design-process-item.is-revealed .design-process-image-snake-border {
  opacity: 1;
  animation: designProcessSnakeBorderOnce 1.8s linear forwards;
}

.design-process-item.is-revealed .design-process-image {
  filter: grayscale(0) contrast(1) brightness(1) saturate(1);
  transform: scale(1.006);
}

.design-process-item.is-active .design-process-image {
  filter: grayscale(0) contrast(1.02) brightness(1.01) saturate(1.02);
  transform: scale(1.018);
}

.design-process-content {
  position: relative;
  max-width: none;
  padding-top: 12px;
}

.design-process-number {
  display: block;
  margin-bottom: 18px;
  color: transparent;
  font-family: var(--heading-font);
  font-size: clamp(48px, 5vw, 68px);
  font-weight: 600;
  line-height: 0.82;
  letter-spacing: 0;
  -webkit-text-stroke: 1px #000000;
}

.design-process-content-line {
  display: block;
  width: 126px;
  height: 1px;
  margin-bottom: 22px;
  background: #767676;
}

.design-process-content h3 {
  margin: 0 0 20px;
  color: #000000;
  font-family: var(--heading-font);
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.design-process-content p {
  max-width: 100%;
  min-height: 84px;
  margin: 0;
  color: #8b8b8b;
  font-size: clamp(16px, 1.15vw, 18px);
  font-weight: 300;
  line-height: 1.52;
  letter-spacing: 0;
}

.design-process-content .type-char {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
  transform: translateY(5px);
  animation: designProcessSoftType 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.design-process-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 30px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.design-process-details span {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 0 16px;
  border-right: 1px solid #dfdfdf;
  color: #5f5f5f;
  font-family: var(--nav-font);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.design-process-details span:first-child {
  padding-left: 0;
}

.design-process-details span:last-child {
  padding-right: 0;
  border-right: 0;
}

.design-process-item.is-active .design-process-node-pulse--outer {
  background: rgba(186, 186, 186, 0.68);
}

.design-process-item.is-active .design-process-node-pulse--inner {
  background: rgba(124, 124, 124, 0.62);
}

@keyframes designProcessSoftType {
  0% {
    opacity: 0;
    filter: blur(4px);
    transform: translateY(5px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes designProcessNodePulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(0.96);
    opacity: 0.9;
  }

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

@keyframes designProcessSnakeBorderOnce {
  0% {
    background-size: 0 1px, 1px 0, 0 1px, 1px 0;
  }

  25% {
    background-size: 100% 1px, 1px 0, 0 1px, 1px 0;
  }

  50% {
    background-size: 100% 1px, 1px 100%, 0 1px, 1px 0;
  }

  75% {
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 0;
  }

  100% {
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  }
}

@media (max-width: 1199px) {
  .design-process {
    padding: 92px 0;
  }

  .design-process-item {
    min-height: 500px;
  }

  .design-process-content h3 {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .design-process {
    --dp-line-x: var(--dp-mobile-axis);
    padding: 78px 0;
  }

  .design-process-line {
    left: var(--dp-mobile-axis);
  }

  .design-process-item {
    --bs-gutter-x: 0;
    min-height: auto;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 72px;
    padding-left: 42px;
  }

  .design-process-item::before {
    content: none;
  }

  .design-process-item::after {
    content: none;
  }

  .design-process-node {
    left: var(--dp-mobile-axis);
    top: -10px;
  }

  .design-process-item > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  .design-process-item > .col-md-6:first-child {
    order: 2;
  }

  .design-process-item > .col-md-6:last-child {
    order: 1;
  }

  .design-process-content {
    padding-top: 0;
    padding-bottom: 24px;
  }

  .design-process-image {
    aspect-ratio: 0.92;
  }

  .design-process-content h3 {
    font-size: 34px;
    margin-bottom: 16px;
  }

  .design-process-content p {
    min-height: auto;
    font-size: 15px;
    line-height: 1.65;
  }

  .design-process-details {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .design-process-details span {
    min-height: 44px;
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid #dfdfdf;
  }

  .design-process-details span:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .design-process {
    --dp-mobile-axis: 12px;
    padding: 68px 0;
  }

  .design-process-item {
    margin-bottom: 62px;
    padding-left: 34px;
  }

  .design-process-node {
    width: 30px;
    height: 30px;
    top: -6px;
  }

  .design-process-node-pulse--outer {
    width: 30px;
    height: 30px;
  }

  .design-process-node-pulse--inner {
    width: 20px;
    height: 20px;
  }

  .design-process-node-core {
    width: 10px;
    height: 10px;
  }

  .design-process-image-frame {
    padding: 10px;
  }

  .design-process-image {
    aspect-ratio: 0.88;
  }

  .design-process-number {
    margin-bottom: 14px;
    font-size: 44px;
  }

  .design-process-content-line {
    width: 96px;
    margin-bottom: 18px;
  }

  .design-process-content h3 {
    font-size: 30px;
  }

  .design-process-details span {
    font-size: 9px;
    letter-spacing: 0.12em;
  }
}

@media (max-width: 575px) {
  .design-process {
    --dp-mobile-axis: 11px;
  }

  .design-process-content {
    padding-top: 18px;
  }

  .design-process-content h3 {
    font-size: 28px;
  }

  .design-process-content p {
    font-size: 14px;
    line-height: 1.7;
  }
}


/*--------------------------------------------------------------
# Project Showcase Section
--------------------------------------------------------------*/
.project-showcase {
  padding: 22px 0 30px;
  overflow: hidden;
}

.project-showcase .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.project-showcase-holder {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

/*--------------------------------------------------------------
# Project Showcase Slider Area
--------------------------------------------------------------*/
.project-showcase-slider {
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
}

.project-showcase-track {
  display: flex;
  align-items: stretch;
  gap: 18px;
  padding-right: 18px;
  transition: transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  will-change: transform;
}

.project-showcase-item {
  flex: 0 0 calc((100% - 36px) / 2.75);
  max-width: calc((100% - 36px) / 2.75);
}

/*--------------------------------------------------------------
# Project Showcase Card
--------------------------------------------------------------*/
.project-showcase-card {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 0.86 / 1;
  padding: 8px;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.24);
  overflow: hidden;
}

.project-showcase-card::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
  z-index: 2;
}

.project-showcase-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.76) 0%,
    rgba(0, 0, 0, 0.52) 38%,
    rgba(0, 0, 0, 0.2) 68%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 1;
}

.project-showcase-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #cfcfcf;
  filter: grayscale(100%);
  transform: scale(1);
  transform-origin: center center;
  transition:
    transform 3.4s cubic-bezier(0.16, 1, 0.3, 1),
    filter 1s ease;
  will-change: transform, filter;
}

/*--------------------------------------------------------------
# Project Showcase Content
--------------------------------------------------------------*/
.project-showcase-content {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 22px;
  z-index: 3;
  opacity: 0;
  transform: translateY(18px);
  padding-left: 16px;
  transition:
    opacity 0.65s ease,
    transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.project-showcase-content::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 1px;
  background: rgba(244, 239, 232, 0.7);
}

.project-showcase-content .project-showcase-title {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 300;
  letter-spacing: -0.02em;
  color: #f4efe8;
}

.project-showcase-content p {
  margin: 0;
  max-width: 88%;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.74);
}

/*--------------------------------------------------------------
# Project Showcase Hover
--------------------------------------------------------------*/
@media (hover: hover) and (pointer: fine) {
  .project-showcase-card:hover::after {
    opacity: 1;
  }

  .project-showcase-card:hover img {
    filter: grayscale(0%);
    transform: scale(1.018);
  }

  .project-showcase-card:hover .project-showcase-content {
    opacity: 1;
    transform: translateY(0);
  }
}

/*--------------------------------------------------------------
# Project Showcase Navigation
--------------------------------------------------------------*/
.project-showcase-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}

.project-showcase-btn {
  width: 58px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: transparent;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition:
    color 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s ease;
}

.project-showcase-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 0;
}

.project-showcase-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.9);
  clip-path: inset(0 100% 100% 0);
  transition: clip-path 0.65s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}

.project-showcase-btn svg {
  position: relative;
  z-index: 2;
}

.project-showcase-btn:hover {
  color: #000;
  border-color: rgba(255, 255, 255, 0.95);
}

.project-showcase-btn:hover::before {
  transform: scaleX(1);
}

.project-showcase-btn:hover::after {
  clip-path: inset(0 0 0 0);
}

.project-showcase-btn:disabled {
  opacity: 0.35;
  pointer-events: none;
  cursor: default;
}

/*--------------------------------------------------------------
# Large Desktop
--------------------------------------------------------------*/
@media (min-width: 1400px) {
  .project-showcase-holder {
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-showcase-track {
    gap: 18px;
    padding-right: 18px;
  }

  .project-showcase-item {
    flex: 0 0 calc((100% - 36px) / 2.75);
    max-width: calc((100% - 36px) / 2.75);
  }

  .project-showcase-card {
    aspect-ratio: 0.88 / 1;
  }
}

/*--------------------------------------------------------------
# Laptop
--------------------------------------------------------------*/
@media (max-width: 1399.98px) and (min-width: 1200px) {
  .project-showcase-holder {
    padding-left: 24px;
    padding-right: 24px;
  }

  .project-showcase-track {
    gap: 18px;
    padding-right: 18px;
  }

  .project-showcase-item {
    flex: 0 0 calc((100% - 36px) / 2.7);
    max-width: calc((100% - 36px) / 2.7);
  }

  .project-showcase-card {
    aspect-ratio: 0.86 / 1;
  }
}

/*--------------------------------------------------------------
# Tablet Horizontal
--------------------------------------------------------------*/
@media (max-width: 1199.98px) {
  .project-showcase-holder {
    padding-left: 22px;
    padding-right: 22px;
  }

  .project-showcase-track {
    gap: 16px;
    padding-right: 16px;
  }

  .project-showcase-item {
    flex: 0 0 calc((100% - 16px) / 2.25);
    max-width: calc((100% - 16px) / 2.25);
  }

  .project-showcase-card {
    aspect-ratio: 0.84 / 1;
  }
}

/*--------------------------------------------------------------
# Tablet
--------------------------------------------------------------*/
@media (max-width: 991.98px) {
  .project-showcase {
    padding: 18px 0 24px;
  }

  .project-showcase-holder {
    padding-left: 16px;
    padding-right: 16px;
  }

  .project-showcase-track {
    gap: 14px;
    padding-right: 14px;
  }

  .project-showcase-item {
    flex: 0 0 calc((100% - 14px) / 1.42);
    max-width: calc((100% - 14px) / 1.42);
  }

  .project-showcase-card {
    aspect-ratio: 0.82 / 1;
  }

  .project-showcase-card::after {
    opacity: 1;
  }

  .project-showcase-card img {
    filter: none !important;
    transform: none !important;
    transition: none !important;
  }

  .project-showcase-content {
    opacity: 1;
    transform: translateY(0);
    left: 20px;
    right: 20px;
    bottom: 18px;
    padding-left: 14px;
  }

  .project-showcase-content .project-showcase-title {
    font-size: 16px;
  }

  .project-showcase-content p {
    max-width: 100%;
    font-size: 12.5px;
    line-height: 1.5;
  }
}

/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/
@media (max-width: 767.98px) {
  .project-showcase-holder {
    padding-left: 14px;
    padding-right: 14px;
  }

  .project-showcase-track {
    padding-right: 14px;
  }

  .project-showcase-item {
    flex: 0 0 82%;
    max-width: 82%;
  }

  .project-showcase-card {
    aspect-ratio: 0.8 / 1;
  }

  .project-showcase-nav {
    margin-top: 18px;
    gap: 10px;
  }

  .project-showcase-btn {
    width: 54px;
    height: 32px;
  }

  .project-showcase-content {
    left: 18px;
    right: 18px;
    bottom: 16px;
    padding-left: 13px;
  }

  .project-showcase-content .project-showcase-title {
    font-size: 15px;
  }

  .project-showcase-content p {
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
# Service Showcase Section
--------------------------------------------------------------*/
.service-showcase {
  padding: 96px 0 92px;
  background-color: #ffffff;
  overflow: hidden;
}

.service-showcase .service-showcase-heading {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 18px;
}

.service-showcase .service-showcase-heading-text {
  font-size: 21px;
  line-height: 1.05;
  font-weight: 400;
  color: #111111;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
}

.service-showcase.is-visible .service-showcase-heading-text {
  animation: serviceShowcaseTextWipe 1.05s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.service-showcase .service-showcase-heading-line {
  width: 0;
  height: 1px;
  background-color: rgba(17, 17, 17, 0.16);
}

.service-showcase.is-visible .service-showcase-heading-line {
  animation: serviceShowcaseHeadingLineReveal 1.1s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.28s;
}

.service-showcase .service-showcase-row {
  --bs-gutter-x: 4.2rem;
}

.service-showcase .service-showcase-media {
  width: 100%;
}

.service-showcase .service-showcase-media-frame {
  position: relative;
  border: 1px solid rgba(17, 17, 17, 0.14);
  padding: 20px 12px 16px;
  background-color: #ffffff;
  opacity: 0;
}

.service-showcase.is-visible .service-showcase-media-frame {
  animation: serviceShowcaseMediaAppear 1s ease forwards 0.12s;
}

.service-showcase .service-showcase-media-frame::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 4;
  pointer-events: none;
  background:
    linear-gradient(90deg, #111111 0 0) bottom left / 0 1px no-repeat,
    linear-gradient(180deg, #111111 0 0) bottom right / 1px 0 no-repeat,
    linear-gradient(270deg, #111111 0 0) top right / 0 1px no-repeat,
    linear-gradient(0deg, #111111 0 0) top left / 1px 0 no-repeat;
  opacity: 0;
}

.service-showcase.is-visible .service-showcase-media-frame::before {
  opacity: 1;
  animation: serviceShowcaseSnakeBorderOnce 2.15s linear forwards 0.48s;
}

.service-showcase .service-showcase-image-stage {
  position: relative;
  overflow: hidden;
  background-color: #f4f1ec;
  aspect-ratio: 0.88 / 1.32;
}

.service-showcase .service-showcase-image-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  background: #ffffff;
  transform: scaleX(1);
  transform-origin: right center;
  pointer-events: none;
}

.service-showcase.is-visible .service-showcase-image-stage::after {
  animation: serviceShowcaseImageCurtain 1.45s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.28s;
}

.service-showcase .service-showcase-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: grayscale(100%) contrast(1.02) brightness(0.965) saturate(0.86);
  transform: scale(1);
  transition:
    opacity 1.15s cubic-bezier(0.22, 1, 0.36, 1),
    filter 2.2s cubic-bezier(0.16, 1, 0.3, 1),
    transform 3.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-showcase .service-showcase-image.is-active {
  opacity: 1;
  z-index: 2;
}

.service-showcase .service-showcase-media:hover .service-showcase-image.is-active {
  filter: grayscale(0%) contrast(1.06) brightness(1.01) saturate(1.08);
  transform: scale(1.065);
}

.service-showcase .service-showcase-image-sheen {
  position: absolute;
  inset: -12%;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(
    115deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.045) 42%,
    rgba(255, 255, 255, 0.14) 50%,
    rgba(255, 255, 255, 0.045) 58%,
    rgba(255, 255, 255, 0) 72%
  );
  opacity: 0;
  transform: translateX(-34%);
  transition:
    opacity 1.5s ease,
    transform 3s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-showcase .service-showcase-media:hover .service-showcase-image-sheen,
.service-showcase .service-showcase-image-stage.is-changing .service-showcase-image-sheen {
  opacity: 1;
  transform: translateX(24%);
}

.service-showcase .service-showcase-image-fade {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.16);
  opacity: 0;
}

.service-showcase .service-showcase-image-stage.is-changing .service-showcase-image-fade {
  animation: serviceShowcaseSoftFlash 0.95s ease forwards;
}

.service-showcase .service-showcase-content {
  padding-left: 22px;
  min-height: 100%;
  display: flex;
  align-items: stretch;
}

.service-showcase .service-showcase-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: clamp(560px, 58vw, 700px);
}

.service-showcase .service-showcase-item {
  position: relative;
  width: 100%;
  display: block;
  text-align: left;
  border: 0;
  padding: 0 0 20px;
  margin: 0;
  background: transparent;
  cursor: pointer;
  opacity: 1;
  -webkit-tap-highlight-color: transparent;
}

.service-showcase .service-showcase-item-number,
.service-showcase .service-showcase-item-title,
.service-showcase .service-showcase-item-text {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
}

.service-showcase.is-visible .service-showcase-item-number,
.service-showcase.is-visible .service-showcase-item-title,
.service-showcase.is-visible .service-showcase-item-text {
  animation: serviceShowcaseTextWipe 1.05s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.service-showcase.is-visible .service-showcase-item:nth-child(1) .service-showcase-item-number {
  animation-delay: 0.46s;
}

.service-showcase.is-visible .service-showcase-item:nth-child(1) .service-showcase-item-title {
  animation-delay: 0.58s;
}

.service-showcase.is-visible .service-showcase-item:nth-child(1) .service-showcase-item-text {
  animation-delay: 0.70s;
}

.service-showcase.is-visible .service-showcase-item:nth-child(2) .service-showcase-item-number {
  animation-delay: 0.66s;
}

.service-showcase.is-visible .service-showcase-item:nth-child(2) .service-showcase-item-title {
  animation-delay: 0.78s;
}

.service-showcase.is-visible .service-showcase-item:nth-child(2) .service-showcase-item-text {
  animation-delay: 0.90s;
}

.service-showcase.is-visible .service-showcase-item:nth-child(3) .service-showcase-item-number {
  animation-delay: 0.86s;
}

.service-showcase.is-visible .service-showcase-item:nth-child(3) .service-showcase-item-title {
  animation-delay: 0.98s;
}

.service-showcase.is-visible .service-showcase-item:nth-child(3) .service-showcase-item-text {
  animation-delay: 1.10s;
}

.service-showcase.is-visible .service-showcase-item:nth-child(4) .service-showcase-item-number {
  animation-delay: 1.06s;
}

.service-showcase.is-visible .service-showcase-item:nth-child(4) .service-showcase-item-title {
  animation-delay: 1.18s;
}

.service-showcase.is-visible .service-showcase-item:nth-child(4) .service-showcase-item-text {
  animation-delay: 1.30s;
}

.service-showcase .service-showcase-item-number {
  display: block;
  width: fit-content;
  margin-bottom: 14px;
  font-size: clamp(64px, 5vw, 78px);
  line-height: 0.86;
  font-weight: 700;
  letter-spacing: -0.055em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(17, 17, 17, 0.18);
  transition:
    color 0.8s ease,
    opacity 0.8s ease,
    -webkit-text-stroke-color 0.8s ease;
}

.service-showcase .service-showcase-item.is-active .service-showcase-item-number {
  color: #111111;
  -webkit-text-stroke-color: #111111;
  opacity: 1;
}

.service-showcase .service-showcase-item:not(.is-active) .service-showcase-item-number {
  opacity: 0.44;
}

.service-showcase .service-showcase-item:hover .service-showcase-item-number {
  opacity: 0.9;
  -webkit-text-stroke-color: rgba(17, 17, 17, 0.5);
}

.service-showcase .service-showcase-item-line {
  display: block;
  width: 0;
  height: 1px;
  margin-bottom: 14px;
  background-color: rgba(17, 17, 17, 0.15);
  transform-origin: left center;
  transition:
    background-color 0.8s ease,
    transform 0.8s ease;
}

.service-showcase.is-visible .service-showcase-item-line {
  animation: serviceShowcaseItemLineReveal 1.08s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.service-showcase.is-visible .service-showcase-item:nth-child(1) .service-showcase-item-line {
  animation-delay: 0.56s;
}

.service-showcase.is-visible .service-showcase-item:nth-child(2) .service-showcase-item-line {
  animation-delay: 0.76s;
}

.service-showcase.is-visible .service-showcase-item:nth-child(3) .service-showcase-item-line {
  animation-delay: 0.96s;
}

.service-showcase.is-visible .service-showcase-item:nth-child(4) .service-showcase-item-line {
  animation-delay: 1.16s;
}

.service-showcase .service-showcase-item.is-active .service-showcase-item-line {
  background-color: rgba(17, 17, 17, 0.72);
  transform: scaleX(1.12);
}

.service-showcase .service-showcase-item-title {
  display: block;
  width: fit-content;
  margin-bottom: 9px;
  font-size: clamp(28px, 2.3vw, 34px);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: rgba(17, 17, 17, 0.34);
  transition:
    color 0.8s ease,
    opacity 0.8s ease;
}

.service-showcase .service-showcase-item.is-active .service-showcase-item-title {
  color: #111111;
  opacity: 1;
}

.service-showcase .service-showcase-item:not(.is-active) .service-showcase-item-title {
  opacity: 0.56;
}

.service-showcase .service-showcase-item:hover .service-showcase-item-title {
  color: rgba(17, 17, 17, 0.78);
  opacity: 1;
}

.service-showcase .service-showcase-item-text {
  display: block;
  max-width: 440px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: rgba(17, 17, 17, 0.38);
  transition:
    color 0.8s ease,
    opacity 0.8s ease;
}

.service-showcase .service-showcase-item.is-active .service-showcase-item-text {
  color: rgba(17, 17, 17, 0.92);
  opacity: 1;
}

.service-showcase .service-showcase-item:not(.is-active) .service-showcase-item-text {
  opacity: 0.54;
}

.service-showcase .service-showcase-item:hover .service-showcase-item-text {
  color: rgba(17, 17, 17, 0.74);
  opacity: 1;
}

.service-showcase .service-showcase-item::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  margin-top: 15px;
  background-color: rgba(17, 17, 17, 0.12);
}

.service-showcase.is-visible .service-showcase-item::after {
  animation: serviceShowcaseDividerReveal 1.08s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.service-showcase .service-showcase-item.is-active::after {
  background-color: rgba(17, 17, 17, 0.26);
}

/*--------------------------------------------------------------
# Service Showcase Animations
--------------------------------------------------------------*/
@keyframes serviceShowcaseMediaAppear {
  to {
    opacity: 1;
  }
}

@keyframes serviceShowcaseTextWipe {
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

@keyframes serviceShowcaseHeadingLineReveal {
  to {
    width: 72px;
  }
}

@keyframes serviceShowcaseItemLineReveal {
  to {
    width: 118px;
  }
}

@keyframes serviceShowcaseDividerReveal {
  to {
    width: 100%;
  }
}

@keyframes serviceShowcaseImageCurtain {
  to {
    transform: scaleX(0);
  }
}

@keyframes serviceShowcaseSoftFlash {
  0% {
    opacity: 0;
  }

  32% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes serviceShowcaseSnakeBorderOnce {
  0% {
    background:
      linear-gradient(90deg, #111111 0 0) bottom left / 0 1px no-repeat,
      linear-gradient(180deg, #111111 0 0) bottom right / 1px 0 no-repeat,
      linear-gradient(270deg, #111111 0 0) top right / 0 1px no-repeat,
      linear-gradient(0deg, #111111 0 0) top left / 1px 0 no-repeat;
  }

  25% {
    background:
      linear-gradient(90deg, #111111 0 0) bottom left / 100% 1px no-repeat,
      linear-gradient(180deg, #111111 0 0) bottom right / 1px 0 no-repeat,
      linear-gradient(270deg, #111111 0 0) top right / 0 1px no-repeat,
      linear-gradient(0deg, #111111 0 0) top left / 1px 0 no-repeat;
  }

  50% {
    background:
      linear-gradient(90deg, #111111 0 0) bottom left / 100% 1px no-repeat,
      linear-gradient(180deg, #111111 0 0) bottom right / 1px 100% no-repeat,
      linear-gradient(270deg, #111111 0 0) top right / 0 1px no-repeat,
      linear-gradient(0deg, #111111 0 0) top left / 1px 0 no-repeat;
  }

  75% {
    background:
      linear-gradient(90deg, #111111 0 0) bottom left / 100% 1px no-repeat,
      linear-gradient(180deg, #111111 0 0) bottom right / 1px 100% no-repeat,
      linear-gradient(270deg, #111111 0 0) top right / 100% 1px no-repeat,
      linear-gradient(0deg, #111111 0 0) top left / 1px 0 no-repeat;
  }

  100% {
    background:
      linear-gradient(90deg, #111111 0 0) bottom left / 100% 1px no-repeat,
      linear-gradient(180deg, #111111 0 0) bottom right / 1px 100% no-repeat,
      linear-gradient(270deg, #111111 0 0) top right / 100% 1px no-repeat,
      linear-gradient(0deg, #111111 0 0) top left / 1px 100% no-repeat;
  }
}

/*--------------------------------------------------------------
# Service Showcase Responsive
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .service-showcase .col-lg-6:first-child {
    width: 48.5%;
  }

  .service-showcase .col-lg-6:last-child {
    width: 51.5%;
  }
}

@media (max-width: 991.98px) {
  .service-showcase {
    padding: 74px 0 72px;
  }

  .service-showcase .service-showcase-row {
    --bs-gutter-x: 1.8rem;
  }

  .service-showcase .service-showcase-content {
    padding-left: 0;
  }

  .service-showcase .service-showcase-list {
    min-height: auto;
    gap: 22px;
  }

  .service-showcase .service-showcase-image-stage {
    aspect-ratio: 0.96 / 1.08;
  }
}

@media (max-width: 767.98px) {
  .service-showcase .service-showcase-heading-text {
    font-size: 19px;
  }

  .service-showcase .service-showcase-item-number {
    font-size: 56px;
    margin-bottom: 12px;
  }

  .service-showcase .service-showcase-item-line {
    margin-bottom: 12px;
  }

  .service-showcase.is-visible .service-showcase-item-line {
    animation-name: serviceShowcaseItemLineRevealMobile;
  }

  .service-showcase .service-showcase-item-title {
    font-size: 24px;
  }

  .service-showcase .service-showcase-item-text {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.42;
  }
}

@keyframes serviceShowcaseItemLineRevealMobile {
  to {
    width: 102px;
  }
}


/*--------------------------------------------------------------
# CTA Section
--------------------------------------------------------------*/
.cta-section {
  position: relative;
  min-height: 540px;
  padding: 0;
  overflow: hidden;
  background: #000000;
}

.cta-section .cta-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.cta-section .cta-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.50) 28%, rgba(0, 0, 0, 0.20) 62%, rgba(0, 0, 0, 0.34) 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.18) 50%, rgba(0, 0, 0, 0.18) 100%);
}

.cta-section .cta-cad-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.36;
  mix-blend-mode: screen;
}

.cta-section .cta-cad-overlay svg {
  width: 100%;
  height: 100%;
  display: block;
}

.cta-section .cta-cad-overlay .cad-line path,
.cta-section .cta-cad-overlay .cad-guides line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.30);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.cta-section .cta-cad-overlay .cad-line-main path {
  stroke: rgba(255, 255, 255, 0.36);
  stroke-dasharray: 820;
  stroke-dashoffset: 820;
  animation: ctaCadDraw 2.6s ease forwards;
}

.cta-section .cta-cad-overlay .cad-line-secondary path {
  stroke: rgba(255, 255, 255, 0.20);
  stroke-dasharray: 420;
  stroke-dashoffset: 420;
  animation: ctaCadDraw 2.2s ease forwards;
  animation-delay: 0.18s;
}

.cta-section .cta-cad-overlay .cad-guides line {
  stroke: rgba(255, 255, 255, 0.18);
  stroke-dasharray: 8 10;
}

.cta-section .cta-cad-overlay .cad-dots circle {
  fill: rgba(255, 255, 255, 0.30);
  stroke: rgba(255, 255, 255, 0.50);
  stroke-width: 1;
  transform-box: fill-box;
  transform-origin: center;
  animation: ctaCadPulse 2.8s ease-in-out infinite;
}

.cta-section .cta-cad-overlay .cad-labels text {
  fill: rgba(255, 255, 255, 0.30);
  font-family: var(--nav-font);
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.12em;
}

.cta-section .container {
  position: relative;
  z-index: 3;
}

.cta-section .cta-row {
  min-height: 540px;
  padding: 144px 0 104px;
  text-align: center;
}

.cta-section .cta-copy {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  padding: 36px 0 0;
}

.cta-section .cta-copy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 172px;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0));
}

.cta-section .cta-copy::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 6px;
  height: 6px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 50%;
  transform: translateX(-50%);
}

.cta-section .cta-eyebrow-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
  opacity: 0;
}

.cta-section.is-visible .cta-eyebrow-wrap {
  animation: ctaFadeIn 0.7s ease forwards;
}

.cta-section .cta-kicker {
  display: inline-flex;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--nav-font);
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cta-section .cta-eyebrow-line {
  display: block;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.42);
}

.cta-section.is-visible .cta-eyebrow-line {
  animation: ctaLineReveal 0.8s ease forwards;
  animation-delay: 0.25s;
}

.cta-section .cta-copy h2 {
  margin: 0 0 20px;
  color: #ffffff;
  font-family: var(--heading-font);
  font-size: clamp(46px, 4.1vw, 62px);
  font-weight: 250;
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
}

.cta-section.is-visible .cta-copy h2 {
  animation: ctaTitleReveal 0.95s ease forwards;
  animation-delay: 0.18s;
}

.cta-section .cta-typed {
  min-height: 27px;
  max-width: 650px;
  margin: 0 auto 34px;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--default-font);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.01em;
}

.cta-section .cta-btn,
.cta-section .cta-btn:focus {
  position: relative;
  width: 210px;
  height: 62px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: none;
  outline: none;
  opacity: 0;
  transition: color 0.42s ease, transform 0.42s ease;
}

.cta-section.is-visible .cta-btn {
  animation: ctaFadeIn 0.7s ease forwards;
  animation-delay: 1.05s;
}

.cta-section .cta-btn:hover,
.cta-section .cta-btn:focus:hover {
  color: #111111;
  background: transparent;
  border: 0;
  transform: translateY(-2px);
}

.cta-section .cta-btn .btn-outline-static {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.66);
  pointer-events: none;
}

.cta-section .cta-btn .btn-outline-snake {
  position: absolute;
  inset: 0;
  border: 1px solid #ffffff;
  clip-path: inset(0 100% 0 0);
  pointer-events: none;
}

.cta-section.is-visible .cta-btn.cta-outline-animate .btn-outline-snake {
  animation: ctaOutlineTrace 1.15s ease forwards;
  animation-delay: 1.05s;
}

.cta-section .cta-btn .btn-fill-bg {
  position: absolute;
  inset: 0;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.cta-section .cta-btn:hover .btn-fill-bg,
.cta-section .cta-btn:focus:hover .btn-fill-bg {
  transform: scaleX(1);
}

.cta-section .cta-btn .btn-text {
  position: relative;
  z-index: 2;
  color: currentColor;
  font-family: var(--nav-font);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.14em;
}

.cta-section .cta-bottom-row {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  z-index: 4;
}

.cta-section .cta-bottom-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--nav-font);
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0;
}

.cta-section.is-visible .cta-bottom-mark {
  animation: ctaFadeIn 0.7s ease forwards;
  animation-delay: 1.15s;
}

.cta-section .cta-bottom-mark i {
  display: block;
  width: 78px;
  height: 1px;
  background: rgba(255, 255, 255, 0.32);
}

@keyframes ctaCadDraw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes ctaCadPulse {
  0%,
  100% {
    opacity: 0.36;
    transform: scale(1);
  }

  50% {
    opacity: 0.86;
    transform: scale(1.22);
  }
}

@keyframes ctaFadeIn {
  to {
    opacity: 1;
  }
}

@keyframes ctaLineReveal {
  to {
    width: 86px;
  }
}

@keyframes ctaTitleReveal {
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

@keyframes ctaOutlineTrace {
  0% {
    clip-path: inset(0 100% 0 0);
  }

  45%,
  100% {
    clip-path: inset(0 0 0 0);
  }
}

@media (max-width: 991px) {
  .cta-section,
  .cta-section .cta-row {
    min-height: 500px;
  }

  .cta-section .cta-row {
    padding: 118px 0 88px;
  }

  .cta-section .cta-copy h2 {
    font-size: 44px;
  }

  .cta-section .cta-cad-overlay {
    opacity: 0.22;
  }
}

@media (max-width: 767px) {
  .cta-section,
  .cta-section .cta-row {
    min-height: 440px;
  }

  .cta-section .cta-row {
    padding: 92px 0 78px;
  }

  .cta-section .cta-cad-overlay {
    opacity: 0.22;
  }

  .cta-section .cta-cad-overlay .cad-labels {
    display: none;
  }

  .cta-section .cta-eyebrow-wrap {
    justify-content: center;
    gap: 12px;
    margin-bottom: 18px;
  }

  .cta-section .cta-copy {
    padding-top: 30px;
  }

  .cta-section .cta-copy::before {
    width: 132px;
  }

  .cta-section .cta-kicker {
    font-size: 10px;
  }

  .cta-section .cta-copy h2 {
    margin-bottom: 14px;
    font-size: 34px;
  }

  .cta-section .cta-typed {
    margin-bottom: 24px;
    font-size: 15px;
  }

  .cta-section .cta-btn,
  .cta-section .cta-btn:focus {
    width: 184px;
    height: 54px;
  }

  .cta-section .cta-bottom-row {
    bottom: 22px;
  }
}

@media (max-width: 480px) {
  .cta-section .cta-copy h2 {
    font-size: 30px;
  }

  .cta-section .cta-typed {
    font-size: 14px;
  }

  .cta-section .cta-btn,
  .cta-section .cta-btn:focus {
    width: 168px;
    height: 50px;
  }

  .cta-section .cta-bottom-mark i {
    width: 52px;
  }
}


/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq .faq-wrapper {
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.faq .faq-item,
.faq .faq-item * {
  -webkit-user-select: none;
  user-select: none;
}

.faq .faq-item {
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.faq .faq-header {
  display: grid;
  grid-template-columns: 64px 1fr 22px;
  align-items: center;
  min-height: 90px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.faq .faq-number {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 44px;
  height: 36px;
  color: transparent;
  -webkit-text-stroke: 0.25px color-mix(in srgb, var(--default-color), transparent 62%);
  font-family: var(--default-font);
  font-size: 35px;
  font-weight: 600;
  line-height: 1;
  opacity: 0.96;
  transition:
    -webkit-text-stroke-color 0.45s ease,
    opacity 0.45s ease,
    transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq .faq-number::after {
  content: "";
  position: absolute;
  left: 1px;
  bottom: -9px;
  width: 31px;
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 86%);
  transform-origin: left;
  transition:
    width 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    background-color 0.45s ease;
}

.faq .faq-header h4 {
  margin: 0;
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-size: clamp(21px, 1.9vw, 30px);
  font-weight: 300;
  line-height: 1.18;
  letter-spacing: 0;
  padding-right: 24px;
  transition:
    color 0.45s ease,
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq .faq-toggle {
  position: relative;
  width: 20px;
  height: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 54%);
  transition:
    color 0.45s ease,
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq .faq-toggle::before,
.faq .faq-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition:
    opacity 0.45s ease,
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq .faq-toggle::before {
  width: 16px;
  height: 1px;
}

.faq .faq-toggle::after {
  width: 1px;
  height: 16px;
}

.faq .faq-item:hover .faq-number,
.faq .faq-item.faq-active .faq-number {
  -webkit-text-stroke-color: #292929;
  opacity: 1;
  transform: translateX(2px);
}

.faq .faq-item:hover .faq-number::after,
.faq .faq-item.faq-active .faq-number::after {
  width: 39px;
  background: color-mix(in srgb, var(--accent-color), transparent 54%);
}

.faq .faq-item:hover .faq-header h4,
.faq .faq-item:hover .faq-toggle,
.faq .faq-item.faq-active .faq-header h4,
.faq .faq-item.faq-active .faq-toggle {
  color: var(--accent-color);
}

.faq .faq-item:hover .faq-header h4 {
  transform: translateX(3px);
}

.faq .faq-item.faq-active .faq-toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleY(0.35);
}

.faq .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    grid-template-rows 0.68s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.44s ease,
    transform 0.64s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0.44s ease;
}

.faq .faq-item.faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.faq .faq-content .content-inner {
  overflow: hidden;
  padding: 0 44px 30px 64px;
}

.faq .faq-content .content-inner p {
  max-width: 680px;
  min-height: 27px;
  margin: 0;
  color: color-mix(in srgb, var(--default-color), transparent 32%);
  font-family: var(--default-font);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: 0.01em;
}

.faq .faq-typed .type-char {
  display: inline-block;
  opacity: 0;
  filter: blur(5px);
  transform: translateY(6px);
  animation: faqSoftType 0.62s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes faqSoftType {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(6px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .faq .faq-header {
    grid-template-columns: 54px 1fr 22px;
    min-height: 84px;
  }

  .faq .faq-number {
    width: 38px;
    height: 32px;
    font-size: 24px;
  }

  .faq .faq-number::after {
    width: 28px;
  }

  .faq .faq-item:hover .faq-number::after,
  .faq .faq-item.faq-active .faq-number::after {
    width: 34px;
  }

  .faq .faq-header h4 {
    font-size: 21px;
    padding-right: 18px;
  }

  .faq .faq-content .content-inner {
    padding: 0 34px 28px 54px;
  }

  .faq .faq-content .content-inner p {
    font-size: 15px;
    line-height: 1.65;
  }
}

@media (max-width: 576px) {
  .faq .faq-header {
    grid-template-columns: 44px 1fr 20px;
    min-height: 76px;
  }

  .faq .faq-number {
    width: 32px;
    height: 28px;
    font-size: 20px;
  }

  .faq .faq-number::after {
    width: 24px;
    bottom: -7px;
  }

  .faq .faq-header h4 {
    font-size: 18px;
    padding-right: 12px;
  }

  .faq .faq-content .content-inner {
    padding: 0 0 24px 44px;
  }

  .faq .faq-content .content-inner p {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# PROJECT PAGE / PROJELERIMIZ
--------------------------------------------------------------*/
.projects-gallery-equal {
  position: relative;
  padding: 120px 0;
  background: #050505;
  overflow: hidden;
}

.projects-gallery-equal::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.20;
  pointer-events: none;
}

.pge-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 36px;
  align-items: start;
}

.pge-item {
  min-width: 0;
}

.pge-card {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 8px;
  transition:
    transform 0.9s cubic-bezier(0.19, 1, 0.22, 1),
    border-color 0.65s ease,
    box-shadow 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}

.pge-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  z-index: 2;
  pointer-events: none;
  transition:
    inset 0.75s cubic-bezier(0.19, 1, 0.22, 1),
    border-color 0.5s ease,
    opacity 0.5s ease;
}

.pge-media {
  position: relative;
  overflow: hidden;
  background: #0b0b0b;
}

.pge-media img {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  transform: scale(1);
  filter: brightness(0.94) saturate(0.96);
  transition:
    transform 1.35s cubic-bezier(0.19, 1, 0.22, 1),
    filter 0.8s ease;
}

.pge-overlay {
  position: absolute;
  inset: 8px;
  z-index: 1;
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.30) 38%, rgba(0, 0, 0, 0.08) 62%, rgba(0, 0, 0, 0.02) 100%);
  pointer-events: none;
  opacity: 0.58;
  transition: opacity 0.6s ease;
}

.pge-content {
  position: absolute;
  inset: 8px;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  padding: 40px 32px 32px;
}

.pge-content-inner {
  display: grid;
  grid-template-columns: 1px minmax(0, 1fr);
  align-items: end;
  column-gap: 18px;
  width: 100%;
  max-width: 360px;
  opacity: 0;
  transform: translateY(42px);
  transition:
    opacity 0.75s ease,
    transform 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.pge-line {
  width: 1px;
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: end;
  height: 78px;
  margin-bottom: 2px;
  background: rgba(255, 255, 255, 0.58);
  transform: scaleY(0.68);
  transform-origin: bottom;
  transition:
    opacity 0.8s ease,
    transform 1.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.pge-category {
  display: block;
  grid-column: 2;
  grid-row: 2;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.72s ease 0.16s,
    transform 1.3s cubic-bezier(0.19, 1, 0.22, 1) 0.16s;
}

.pge-title {
  margin: 0;
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.02rem, 1.1vw, 1.45rem);
  line-height: 1.08;
  letter-spacing: -0.022em;
  font-weight: 400;
  max-width: 100%;
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.72s ease 0.08s,
    transform 1.3s cubic-bezier(0.19, 1, 0.22, 1) 0.08s;
}

.pge-hover-content {
  display: none;
}

.pge-desc {
  display: none;
}

.pge-btn {
  display: none;
}

.pge-btn .btn-outline-static {
  display: none;
}

.pge-btn .btn-outline-snake {
  display: none;
}

.pge-btn .btn-fill-bg {
  display: none;
}

.pge-btn .btn-text {
  display: none;
}

.pge-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.pge-card:hover::before {
  inset: 14px;
  border-color: rgba(255, 255, 255, 0.18);
}

.pge-card:hover .pge-media img {
  transform: scale(1.02);
  filter: brightness(1) saturate(1);
}

.pge-card:hover .pge-overlay {
  opacity: 0.96;
}

.pge-card:hover .pge-content-inner {
  opacity: 1;
  transform: translateY(0);
}

.pge-card:hover .pge-line {
  transform: scaleY(1);
}

.pge-card:hover .pge-title,
.pge-card:hover .pge-category {
  opacity: 1;
  transform: translateY(0);
}

.pge-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 42px 92px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.45s ease,
    visibility 0.45s ease;
}

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

.pge-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.93);
  backdrop-filter: blur(4px);
}

.pge-lightbox-dialog {
  position: relative;
  z-index: 3;
  width: min(1180px, 100%);
  transform: translateY(18px) scale(0.988);
  opacity: 0;
  transition:
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.45s ease;
}

.pge-lightbox.active .pge-lightbox-dialog {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.pge-lightbox-media {
  overflow: hidden;
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.pge-lightbox-media img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  display: block;
}

.pge-lightbox-info {
  padding-top: 18px;
}

.pge-lightbox-category {
  display: inline-block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.pge-lightbox-title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 2.2rem);
  font-weight: 300;
  letter-spacing: -0.03em;
}

.pge-lightbox-close {
  position: absolute;
  top: 22px;
  right: 26px;
  z-index: 4;
  width: 52px;
  height: 52px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.pge-lightbox-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 1.5px;
  background: #fff;
}

.pge-lightbox-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.pge-lightbox-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.pge-lightbox-nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 56px;
  height: 56px;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.pge-lightbox-nav.is-disabled {
  opacity: 0.18;
  pointer-events: none;
}

.pge-lightbox-prev {
  left: 20px;
}

.pge-lightbox-next {
  right: 20px;
}

.pge-lightbox-nav span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
}

.pge-lightbox-prev span {
  transform: translate(-30%, -50%) rotate(-135deg);
}

.pge-lightbox-next span {
  transform: translate(-70%, -50%) rotate(45deg);
}

@media (max-width: 1199.98px) {
  .projects-gallery-equal {
    padding: 110px 0;
  }

  .pge-grid {
    gap: 20px;
  }

  .pge-content {
    padding: 26px 22px 22px;
  }

  .pge-content-inner,
  .pge-title,
  .pge-category {
    opacity: 1;
    transform: translateY(0);
  }

  .pge-line {
    height: 70px;
    transform: scaleY(1);
  }

  .pge-overlay {
    opacity: 0.86;
  }
}

@media (max-width: 767.98px) {
  .projects-gallery-equal {
    padding: 90px 0;
  }

  .projects-gallery-equal::before {
    background-size: 44px 44px;
    opacity: 0.16;
  }

  .pge-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(78%, 78%);
    grid-template-columns: unset;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .pge-grid::-webkit-scrollbar {
    display: none;
  }

  .pge-item {
    scroll-snap-align: start;
  }

  .pge-card {
    padding: 6px;
    border-color: rgba(255, 255, 255, 0.12);
  }

  .pge-card::before {
    inset: 12px;
  }

  .pge-media img {
    aspect-ratio: 4 / 5.15;
  }

  .pge-content {
    inset: 6px;
    padding: 20px 18px 18px;
  }

  .pge-content-inner {
    column-gap: 14px;
    max-width: 100%;
    opacity: 1;
    transform: translateY(0);
  }

  .pge-overlay {
    inset: 6px;
    opacity: 0.92;
  }

  .pge-line {
    height: 60px;
    margin-bottom: 2px;
    transform: scaleY(1);
  }

  .pge-title {
    font-size: 1.38rem;
    max-width: 100%;
    opacity: 1;
    transform: translateY(0);
  }

  .pge-category {
    opacity: 1;
    transform: translateY(0);
    font-size: 10px;
    letter-spacing: 0.08em;
  }

  .pge-card:hover {
    transform: none;
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: none;
  }

  .pge-card:hover::before {
    inset: 12px;
  }

  .pge-card:hover .pge-media img {
    transform: none;
    filter: brightness(0.94) saturate(0.96);
  }

  .pge-lightbox-prev,
  .pge-lightbox-next {
    display: none;
  }

  .pge-lightbox {
    padding: 70px 20px 20px;
  }

  .pge-lightbox-media {
    touch-action: pan-y;
    cursor: grab;
  }

  .pge-lightbox-media:active {
    cursor: grabbing;
  }

  .pge-lightbox-close {
    top: 12px;
    right: 12px;
    width: 46px;
    height: 46px;
  }
}


/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 80px;
  padding: 0;
  list-style: none;
}

@media (max-width: 768px) {
  .portfolio .portfolio-filters {
    margin-bottom: 60px;
    gap: 8px;
  }
}

.portfolio .portfolio-filters li {
  padding: 20px 0;
  margin: 0 40px;
  font-size: 0.95rem;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.4s ease;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  position: relative;
}

@media (max-width: 768px) {
  .portfolio .portfolio-filters li {
    margin: 0 20px;
    padding: 16px 0;
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .portfolio .portfolio-filters li {
    margin: 0 12px;
    padding: 14px 0;
    font-size: 0.85rem;
  }
}

.portfolio .portfolio-filters li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: var(--accent-color);
  transition: all 0.4s ease;
  transform: translateX(-50%);
}

.portfolio .portfolio-filters li:hover {
  color: var(--default-color);
}

.portfolio .portfolio-filters li:hover::after {
  width: 100%;
}

.portfolio .portfolio-filters li.filter-active {
  color: var(--default-color);
  font-weight: 400;
}

.portfolio .portfolio-filters li.filter-active::after {
  width: 100%;
}

.portfolio .portfolio-card {
  height: 100%;
}

.portfolio .portfolio-card .project-visual {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.portfolio .portfolio-card .project-visual img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

@media (max-width: 768px) {
  .portfolio .portfolio-card .project-visual img {
    height: 250px;
  }
}

.portfolio .portfolio-card .project-visual .project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(54, 144, 231, 0.85), rgba(54, 144, 231, 0.75));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.portfolio .portfolio-card .project-visual .project-overlay .overlay-content {
  display: flex;
  gap: 20px;
}

.portfolio .portfolio-card .project-visual .project-overlay .overlay-content a {
  width: 48px;
  height: 48px;
  background-color: var(--contrast-color);
  color: var(--accent-color);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.portfolio .portfolio-card .project-visual .project-overlay .overlay-content a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.portfolio .portfolio-card .project-visual:hover img {
  transform: scale(1.05);
}

.portfolio .portfolio-card .project-visual:hover .project-overlay {
  opacity: 1;
  visibility: visible;
}

.portfolio .portfolio-card .project-details {
  padding: 20px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.portfolio .portfolio-card .project-details .project-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.portfolio .portfolio-card .project-details .project-header .project-category {
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--accent-color);
}

.portfolio .portfolio-card .project-details .project-header .project-year {
  font-size: 0.85rem;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-weight: 300;
}

.portfolio .portfolio-card .project-details .project-title {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 20px;
  color: var(--heading-color);
  line-height: 1.3;
}

@media (max-width: 768px) {
  .portfolio .portfolio-card .project-details .project-title {
    font-size: 1.35rem;
  }
}

.portfolio .portfolio-card .project-details .project-description {
  font-size: 0.95rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-bottom: 30px;
  line-height: 1.7;
  flex-grow: 1;
}

.portfolio .portfolio-card .project-details .project-meta {
  margin-top: auto;
}

.portfolio .portfolio-card .project-details .project-meta .client-name {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--default-color);
  margin-bottom: 16px;
}

.portfolio .portfolio-card .project-details .project-meta .project-scope {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.portfolio .portfolio-card .project-details .project-meta .project-scope .scope-item {
  font-size: 0.8rem;
  font-weight: 400;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 6px 0;
  position: relative;
}

.portfolio .portfolio-card .project-details .project-meta .project-scope .scope-item:not(:last-child)::after {
  content: "·";
  position: absolute;
  right: -8px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.portfolio .portfolio-conclusion {
  margin-top: 120px;
  text-align: center;
}

@media (max-width: 768px) {
  .portfolio .portfolio-conclusion {
    margin-top: 80px;
  }
}

.portfolio .portfolio-conclusion .conclusion-content {
  max-width: 600px;
  margin: 0 auto;
}

.portfolio .portfolio-conclusion .conclusion-content h4 {
  font-size: 1.75rem;
  font-weight: 300;
  margin-bottom: 20px;
  color: var(--heading-color);
}

@media (max-width: 768px) {
  .portfolio .portfolio-conclusion .conclusion-content h4 {
    font-size: 1.5rem;
  }
}

.portfolio .portfolio-conclusion .conclusion-content p {
  font-size: 1rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-bottom: 40px;
  line-height: 1.7;
}

.portfolio .portfolio-conclusion .conclusion-content .conclusion-actions {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
}

@media (max-width: 576px) {
  .portfolio .portfolio-conclusion .conclusion-content .conclusion-actions {
    flex-direction: column;
    gap: 20px;
  }
}

.portfolio .portfolio-conclusion .conclusion-content .conclusion-actions .primary-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
}

.portfolio .portfolio-conclusion .conclusion-content .conclusion-actions .primary-action i {
  font-size: 0.9rem;
  transition: transform 0.3s ease;
}

.portfolio .portfolio-conclusion .conclusion-content .conclusion-actions .primary-action:hover {
  background-color: color-mix(in srgb, var(--accent-color), black 10%);
  transform: translateY(-1px);
}

.portfolio .portfolio-conclusion .conclusion-content .conclusion-actions .primary-action:hover i {
  transform: translateX(2px);
}

.portfolio .portfolio-conclusion .conclusion-content .conclusion-actions .secondary-action {
  color: var(--default-color);
  font-size: 0.95rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.portfolio .portfolio-conclusion .conclusion-content .conclusion-actions .secondary-action::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--default-color);
  transition: width 0.3s ease;
}

.portfolio .portfolio-conclusion .conclusion-content .conclusion-actions .secondary-action:hover {
  color: var(--default-color);
}

.portfolio .portfolio-conclusion .conclusion-content .conclusion-actions .secondary-action:hover::after {
  width: 100%;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact {
  padding: 112px 0 108px;
  background: #ffffff;
  overflow: hidden;
}

.contact .contact-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(420px, 1.08fr);
  gap: 44px;
  align-items: stretch;
}

.contact .contact-content {
  position: relative;
  padding: 8px 0 0 30px;
}

.contact .contact-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.24) 0%, rgba(17, 17, 17, 0.04) 100%);
}

.contact .contact-topline {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.contact .contact-kicker,
.contact .contact-kicker-sub {
  color: rgba(17, 17, 17, 0.48);
  font-family: var(--nav-font);
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact .contact-kicker-line {
  width: 78px;
  height: 1px;
  background: rgba(17, 17, 17, 0.22);
}

.contact .contact-title {
  margin: 0 0 18px;
  color: #111111;
  font-size: clamp(40px, 4.6vw, 68px);
  font-weight: 200;
  line-height: 0.95;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.contact .contact-title span {
  display: block;
  color: rgba(17, 17, 17, 0.72);
}

.contact .contact-description {
  max-width: 560px;
  margin: 0 0 40px;
  color: rgba(17, 17, 17, 0.64);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.72;
}

.contact .contact-rows {
  border-top: 1px solid rgba(17, 17, 17, 0.08);
}

.contact .contact-row {
  display: grid;
  grid-template-columns: 34px 48px 1fr;
  gap: 18px;
  align-items: start;
  padding: 24px 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.contact .contact-row-index {
  color: rgba(17, 17, 17, 0.24);
  font-family: var(--nav-font);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact .contact-row-line {
  width: 48px;
  height: 1px;
  margin-top: 8px;
  background: rgba(17, 17, 17, 0.16);
}

.contact .contact-row-copy small {
  display: block;
  margin-bottom: 8px;
  color: rgba(17, 17, 17, 0.42);
  font-family: var(--nav-font);
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact .contact-row-copy strong,
.contact .contact-row-copy strong a {
  display: block;
  margin-bottom: 6px;
  color: #111111;
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.035em;
  text-decoration: none;
}

.contact .contact-row-copy p {
  margin: 0;
  color: rgba(17, 17, 17, 0.62);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.58;
}

.contact .contact-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  padding-bottom: 6px;
  color: #111111;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact .contact-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 18px);
  height: 1px;
  background: currentColor;
  transition: width 0.35s ease;
}

.contact .contact-link:hover {
  color: #111111;
  transform: translateY(-2px);
}

.contact .contact-link:hover::after {
  width: 100%;
}

.contact .contact-visual {
  position: relative;
}

.contact .contact-map-shell {
  position: relative;
  min-height: 660px;
  padding: 14px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: #ffffff;
  overflow: hidden;
}

.contact .contact-map-shell::before {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: 2;
  border: 1px solid rgba(17, 17, 17, 0.08);
  pointer-events: none;
}

.contact .contact-map-meta {
  position: absolute;
  top: 28px;
  left: 32px;
  right: 32px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(17, 17, 17, 0.48);
  font-family: var(--nav-font);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact .contact-map-shell iframe {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 632px;
  border: 0;
  filter: grayscale(1) contrast(1.03) brightness(0.92);
}

.contact .contact-map-cad {
  position: absolute;
  inset: 14px;
  z-index: 3;
  pointer-events: none;
  opacity: 0.42;
  mix-blend-mode: multiply;
}

.contact .contact-map-cad svg {
  width: 100%;
  height: 100%;
  display: block;
}

.contact .contact-map-cad .cad-grid path,
.contact .contact-map-cad .cad-drawing rect,
.contact .contact-map-cad .cad-drawing path,
.contact .contact-map-cad .cad-points circle {
  fill: none;
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.contact .contact-map-cad .cad-grid path {
  stroke: rgba(17, 17, 17, 0.07);
}

.contact .contact-map-cad .cad-drawing rect,
.contact .contact-map-cad .cad-drawing path {
  stroke: rgba(17, 17, 17, 0.18);
}

.contact .contact-map-cad .cad-points circle {
  fill: rgba(17, 17, 17, 0.08);
  stroke: rgba(17, 17, 17, 0.2);
}

@media (max-width: 991.98px) {
  .contact {
    padding: 92px 0;
  }

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

  .contact .contact-map-shell {
    min-height: 540px;
  }

  .contact .contact-map-shell iframe {
    height: 512px;
  }
}

@media (max-width: 767.98px) {
  .contact {
    padding: 80px 0;
  }

  .contact .contact-content {
    padding-left: 20px;
  }

  .contact .contact-title {
    font-size: 32px;
    line-height: 1;
  }

  .contact .contact-description {
    font-size: 14px;
  }

  .contact .contact-row {
    grid-template-columns: 24px 36px 1fr;
    gap: 12px;
  }

  .contact .contact-row-copy strong,
  .contact .contact-row-copy strong a {
    font-size: 18px;
  }

  .contact .contact-map-shell {
    min-height: 430px;
    padding: 10px;
  }

  .contact .contact-map-shell::before,
  .contact .contact-map-cad {
    inset: 10px;
  }

  .contact .contact-map-shell iframe {
    height: 410px;
  }

  .contact .contact-map-meta {
    top: 20px;
    left: 22px;
    right: 22px;
  }
}

/*--------------------------------------------------------------
# Service Detail Section
--------------------------------------------------------------*/
.service-detail {
  padding: 112px 0 96px;
  background: #ffffff;
  overflow: hidden;
}

.service-detail .service-detail-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(420px, 1.08fr);
  gap: 56px;
  align-items: start;
}

.service-detail .service-detail-copy {
  padding-top: 10px;
}

.service-detail .service-detail-kicker {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.service-detail .service-detail-kicker .label,
.service-detail .service-detail-kicker .sub {
  color: rgba(17, 17, 17, 0.48);
  font-family: var(--nav-font);
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.service-detail .service-detail-kicker .label {
  color: #111111;
}

.service-detail .service-detail-kicker .line {
  width: 82px;
  height: 1px;
  background: rgba(17, 17, 17, 0.16);
}

.service-detail .service-detail-lead {
  max-width: 520px;
  margin: 0;
  color: #111111;
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1.16;
  font-weight: 300;
  letter-spacing: -0.03em;
}

.service-detail .service-detail-divider {
  width: 100%;
  max-width: 520px;
  height: 1px;
  margin: 30px 0 28px;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.14) 0%, rgba(17, 17, 17, 0.04) 100%);
}

.service-detail .service-detail-text {
  max-width: 560px;
}

.service-detail .service-detail-text p {
  margin: 0 0 18px;
  color: rgba(17, 17, 17, 0.78);
  font-size: 17px;
  line-height: 1.9;
  font-weight: 300;
}

.service-detail .service-detail-text p:last-child {
  margin-bottom: 0;
}

.service-detail .service-detail-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 560px;
  margin-top: 32px;
}

.service-detail .meta-item {
  padding-top: 14px;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
}

.service-detail .meta-item small {
  display: block;
  margin-bottom: 8px;
  color: rgba(17, 17, 17, 0.42);
  font-family: var(--nav-font);
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.service-detail .meta-item span {
  display: block;
  color: rgba(17, 17, 17, 0.72);
  font-size: 15px;
  line-height: 1.58;
}

.service-detail .service-detail-cta {
  margin-top: 38px;
}

.service-detail .service-detail-btn {
  position: relative;
  width: 246px;
  height: 68px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #111111;
  text-decoration: none;
  transition: transform 0.85s ease, color 0.85s ease;
  border: none;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.service-detail .service-detail-btn:hover {
  color: #ffffff;
  transform: translateY(-2px);
}

.service-detail .service-detail-btn .btn-outline-static {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(17, 17, 17, 0.28);
  z-index: 1;
}

.service-detail .service-detail-btn .btn-outline-snake {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, #111111 0 0) bottom left / 100% 1px no-repeat,
    linear-gradient(180deg, #111111 0 0) bottom right / 1px 100% no-repeat,
    linear-gradient(270deg, #111111 0 0) top right / 100% 1px no-repeat,
    linear-gradient(0deg, #111111 0 0) top left / 1px 100% no-repeat;
  opacity: 1;
}

.service-detail .service-detail-btn .btn-fill-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #111111;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.05s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-detail .service-detail-btn:hover .btn-fill-bg {
  transform: scaleX(1);
}

.service-detail .service-detail-btn .btn-text {
  position: relative;
  z-index: 3;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.service-detail .service-detail-visual {
  position: relative;
}

.service-detail .service-detail-media {
  position: relative;
  padding: 18px;
}

.service-detail .media-frame {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(17, 17, 17, 0.14);
  pointer-events: none;
}

.service-detail .service-detail-image-wrap {
  position: relative;
  overflow: hidden;
  background: #f4f4f4;
}

.service-detail .service-detail-image-wrap::before {
  content: "";
  position: absolute;
  inset: 20px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.14);
  pointer-events: none;
}

.service-detail .service-detail-image {
  display: block;
  width: 100%;
  height: 720px;
  object-fit: cover;
  filter: grayscale(1) contrast(1.03);
  transform: scale(1.02);
  transition: transform 1.8s cubic-bezier(0.22, 1, 0.36, 1), filter 1s ease;
}

.service-detail .service-detail-image-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0.04) 0%, rgba(17, 17, 17, 0.2) 100%),
    linear-gradient(90deg, rgba(17, 17, 17, 0.12) 0%, rgba(17, 17, 17, 0.03) 50%, rgba(17, 17, 17, 0.12) 100%);
  transition: opacity 0.8s ease;
}

.service-detail .service-detail-media:hover .service-detail-image {
  transform: scale(1.05);
  filter: grayscale(0.16);
}

.service-detail .service-detail-media:hover .service-detail-image-overlay {
  opacity: 0.78;
}

@media (max-width: 991.98px) {
  .service-detail {
    padding: 88px 0 80px;
  }

  .service-detail .service-detail-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .service-detail .service-detail-image {
    height: 520px;
  }
}

@media (max-width: 767.98px) {
  .service-detail {
    padding: 74px 0 68px;
  }

  .service-detail .service-detail-lead {
    font-size: 24px;
    line-height: 1.2;
  }

  .service-detail .service-detail-text p {
    font-size: 16px;
    line-height: 1.84;
  }

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

  .service-detail .service-detail-image {
    height: 400px;
  }

  .service-detail .service-detail-btn {
    width: 188px;
    height: 56px;
  }
}

/*--------------------------------------------------------------
# Team Variation 2 / Premium Line Heading
--------------------------------------------------------------*/
.team-founder-section {
  position: relative;
  padding: 124px 0 102px;
  background: #ffffff;
  overflow: hidden;
}

.team-founder-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(17, 17, 17, 0.028) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(17, 17, 17, 0.028) 1px, transparent 1px);
  background-size: 74px 74px;
  opacity: 0.42;
  pointer-events: none;
}

.team-founder-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 74px;
  align-items: center;
}

.team-founder-media {
  position: relative;
  padding: 30px;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.12);
}

.team-founder-frame-one {
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(17, 17, 17, 0.08);
  pointer-events: none;
  z-index: 2;
}

.team-founder-frame-two {
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 42%;
  height: 42%;
  border-right: 1px solid rgba(17, 17, 17, 0.22);
  border-bottom: 1px solid rgba(17, 17, 17, 0.22);
  pointer-events: none;
}

.team-founder-image-wrap {
  position: relative;
  overflow: hidden;
  background: #f1f1f1;
}

.team-founder-image {
  display: block;
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(1) contrast(1.04) brightness(0.98);
  transform: scale(1);
  transition:
    transform 1.6s cubic-bezier(0.19, 1, 0.22, 1),
    filter 0.9s ease;
}

.team-founder-image-wrap:hover .team-founder-image {
  transform: scale(1.035);
  filter: grayscale(0.12) contrast(1) brightness(1);
}

.team-founder-content {
  max-width: 760px;
  padding: 34px 0;
}

.team-section-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 32px;
}

.team-section-kicker span {
  font-family: var(--nav-font);
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #111111;
}

.team-section-kicker i {
  display: block;
  width: 86px;
  height: 1px;
  background: rgba(17, 17, 17, 0.18);
}

.team-founder-copy {
  display: grid;
  gap: 30px;
  padding-left: 24px;
  border-left: 1px solid rgba(17, 17, 17, 0.12);
}

.team-founder-copy p {
  margin: 0;
  color: rgba(17, 17, 17, 0.76);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.62;
}

.team-founder-copy strong {
  color: #111111;
  font-weight: 700;
}

.team-founder-sign {
  margin-top: 76px;
  padding-left: 24px;
}

.team-founder-sign h3 {
  margin: 0 0 10px;
  color: #111111;
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.team-founder-sign span {
  display: block;
  color: rgba(17, 17, 17, 0.6);
  font-family: var(--nav-font);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}


/*--------------------------------------------------------------
# Team Members
--------------------------------------------------------------*/
.team-members-section {
  position: relative;
  padding: 104px 0 128px;
  background: #050505;
  overflow: hidden;
}

.team-members-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.22;
  pointer-events: none;
}

.team-members-heading,
.team-members-grid {
  position: relative;
  z-index: 1;
}

.team-members-heading {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 52px;
  align-items: center;
  margin-bottom: 68px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.team-members-heading::before {
  content: "";
  position: absolute;
  left: 34%;
  bottom: -1px;
  width: 18%;
  height: 1px;
  background: rgba(255, 255, 255, 0.48);
}

.team-members-section .team-section-kicker {
  margin-bottom: 0;
}

.team-members-section .team-section-kicker span {
  color: rgba(255, 255, 255, 0.86);
}

.team-members-section .team-section-kicker i {
  background: rgba(255, 255, 255, 0.22);
}

.team-members-title-design {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.team-members-title-design::before {
  content: "";
  display: block;
  width: 1px;
  height: 118px;
  margin-top: 8px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.62),
    rgba(255, 255, 255, 0.08)
  );
}

.team-members-title-design h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 5.2vw, 76px);
  font-weight: 650;
  line-height: 0.96;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
}

.team-members-title-design h2 span {
  display: block;
}

.team-members-title-design h2 .thin {
  color: rgba(255, 255, 255, 0.46);
  font-weight: 250;
}

.team-members-title-note {
  grid-column: 2;
  max-width: 430px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
}

.team-members-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.team-member-card {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 8px;
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.16);
  transition:
    transform 0.9s cubic-bezier(0.19, 1, 0.22, 1),
    border-color 0.65s ease,
    box-shadow 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}

.team-member-card::before {
  content: "";
  position: absolute;
  inset: 16px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.10);
  pointer-events: none;
  transition:
    inset 0.75s cubic-bezier(0.19, 1, 0.22, 1),
    border-color 0.5s ease;
}

.team-member-media {
  position: relative;
  overflow: hidden;
  background: #111111;
}

.team-member-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 4.8;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(100%) brightness(0.94) contrast(1.03);
  transform: scale(1);
  transition:
    transform 1.35s cubic-bezier(0.19, 1, 0.22, 1),
    filter 0.8s ease;
}

.team-member-overlay {
  position: absolute;
  inset: 8px;
  z-index: 1;
  background:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.86) 0%,
      rgba(0, 0, 0, 0.36) 42%,
      rgba(0, 0, 0, 0.06) 72%,
      rgba(0, 0, 0, 0) 100%
    );
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

.team-member-content {
  position: absolute;
  inset: 8px;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  padding: 34px 30px;
}

.team-member-content-inner {
  display: grid;
  grid-template-columns: 1px minmax(0, 1fr);
  column-gap: 17px;
  align-items: end;
  width: 100%;
  opacity: 0;
  transform: translateY(38px);
  transition:
    opacity 0.75s ease,
    transform 1.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.team-member-line {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 1px;
  height: 70px;
  align-self: end;
  background: rgba(255, 255, 255, 0.6);
  transform: scaleY(0.64);
  transform-origin: bottom;
  transition: transform 1.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.team-member-content h3 {
  grid-column: 2;
  margin: 0 0 9px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: uppercase;
}

.team-member-content span {
  grid-column: 2;
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--nav-font);
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.team-member-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.26);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
}

.team-member-card:hover::before {
  inset: 14px;
  border-color: rgba(255, 255, 255, 0.2);
}

.team-member-card:hover .team-member-media img {
  transform: scale(1.025);
  filter: grayscale(0%) brightness(1) contrast(1);
}

.team-member-card:hover .team-member-overlay {
  opacity: 1;
}

.team-member-card:hover .team-member-content-inner {
  opacity: 1;
  transform: translateY(0);
}

.team-member-card:hover .team-member-line {
  transform: scaleY(1);
}


/*--------------------------------------------------------------
# Team Responsive
--------------------------------------------------------------*/
@media (max-width: 991.98px) {
  .team-founder-section {
    padding: 90px 0 74px;
  }

  .team-founder-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .team-founder-media {
    padding: 18px;
  }

  .team-founder-image {
    height: 580px;
  }

  .team-founder-copy,
  .team-founder-sign {
    padding-left: 18px;
  }

  .team-members-heading {
    display: block;
    margin-bottom: 46px;
    padding-bottom: 28px;
  }

  .team-members-heading::before {
    left: 0;
    width: 42%;
  }

  .team-members-section .team-section-kicker {
    margin-bottom: 28px;
  }

  .team-members-title-design {
    display: grid;
    grid-template-columns: 1px minmax(0, 1fr);
    gap: 18px;
  }

  .team-members-title-design::before {
    height: 96px;
  }

  .team-members-title-design h2 {
    font-size: clamp(40px, 11vw, 64px);
  }

  .team-members-title-note {
    max-width: 100%;
  }

  .team-members-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .team-member-overlay,
  .team-member-content-inner {
    opacity: 1;
  }

  .team-member-content-inner {
    transform: translateY(0);
  }
}

@media (max-width: 575.98px) {
  .team-founder-section {
    padding: 78px 0 64px;
  }

  .team-founder-image {
    height: 500px;
  }

  .team-founder-copy p {
    font-size: 15px;
    line-height: 1.62;
  }

  .team-founder-sign {
    margin-top: 54px;
  }

  .team-members-section {
    padding: 78px 0 94px;
  }

  .team-members-title-design h2 {
    font-size: 38px;
  }

  .team-members-title-note {
    font-size: 14px;
    line-height: 1.58;
  }

  .team-member-content {
    padding: 26px 22px;
  }
}

/*--------------------------------------------------------------
# Team Page Responsive Refinement
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  .team-founder-section > .container,
  .team-members-section > .container {
    max-width: 1320px;
  }

  .team-founder-grid {
    grid-template-columns: minmax(420px, 0.88fr) minmax(0, 1.12fr);
    gap: clamp(64px, 6vw, 96px);
  }

  .team-founder-media {
    max-width: 560px;
  }

  .team-founder-image-wrap {
    aspect-ratio: 4 / 5.35;
  }

  .team-founder-image {
    height: 100%;
  }

  .team-members-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    gap: 34px;
  }
}

@media (max-width: 1199.98px) {
  .team-founder-section {
    padding: 104px 0 86px;
  }

  .team-founder-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 46px;
  }

  .team-founder-media {
    padding: 22px;
  }

  .team-founder-image {
    height: 620px;
  }

  .team-founder-content {
    padding: 18px 0;
  }

  .team-founder-copy {
    gap: 22px;
  }

  .team-founder-copy p {
    font-size: 16px;
    line-height: 1.58;
  }

  .team-founder-sign {
    margin-top: 52px;
  }

  .team-members-section {
    padding: 92px 0 110px;
  }

  .team-members-heading {
    grid-template-columns: minmax(0, 0.58fr) minmax(0, 1.42fr);
    gap: 38px;
    margin-bottom: 54px;
  }

  .team-members-title-design h2 {
    font-size: clamp(40px, 5.8vw, 62px);
  }

  .team-members-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (max-width: 991.98px) {
  .team-founder-section {
    padding: 88px 0 74px;
  }

  .team-founder-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .team-founder-media {
    width: min(100%, 620px);
    margin: 0 auto;
  }

  .team-founder-image-wrap {
    aspect-ratio: 4 / 4.9;
  }

  .team-founder-image {
    height: 100%;
  }

  .team-founder-content {
    max-width: 680px;
    margin: 0 auto;
  }

  .team-founder-copy,
  .team-founder-sign {
    padding-left: 20px;
  }

  .team-members-section {
    padding: 82px 0 96px;
  }

  .team-members-heading {
    display: block;
    max-width: 720px;
    margin: 0 auto 44px;
    padding-bottom: 28px;
  }

  .team-members-title-design {
    grid-template-columns: 1px minmax(0, 1fr);
    gap: 18px;
  }

  .team-members-title-design::before {
    height: 86px;
  }

  .team-members-title-design h2 {
    font-size: clamp(38px, 8vw, 58px);
    line-height: 0.98;
  }

  .team-members-title-note {
    max-width: 560px;
    font-size: 14.5px;
    line-height: 1.62;
  }

  .team-members-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .team-member-media img {
    aspect-ratio: 4 / 5.05;
  }

  .team-member-content {
    padding: 28px 24px;
  }

  .team-member-content h3 {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .team-founder-section {
    padding: 74px 0 62px;
  }

  .team-founder-media {
    padding: 14px;
  }

  .team-founder-frame-one {
    inset: 10px;
  }

  .team-founder-frame-two {
    right: -10px;
    bottom: -10px;
  }

  .team-founder-image-wrap {
    aspect-ratio: 4 / 4.75;
  }

  .team-section-kicker {
    margin-bottom: 24px;
  }

  .team-founder-copy {
    gap: 18px;
    padding-left: 16px;
  }

  .team-founder-copy p {
    font-size: 15px;
    line-height: 1.64;
  }

  .team-founder-sign {
    margin-top: 40px;
    padding-left: 16px;
  }

  .team-founder-sign h3 {
    font-size: 20px;
  }

  .team-members-section {
    padding: 72px 0 84px;
  }

  .team-members-heading {
    margin-bottom: 34px;
  }

  .team-members-title-design h2 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .team-members-title-note {
    margin-top: 14px;
    font-size: 14px;
  }

  .team-members-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    max-width: 520px;
    margin: 0 auto;
  }

  .team-member-media img {
    aspect-ratio: 4 / 4.8;
  }

  .team-member-overlay {
    opacity: 0.84;
  }
}

@media (max-width: 575.98px) {
  .team-founder-section > .container,
  .team-members-section > .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .team-founder-image-wrap {
    aspect-ratio: 4 / 4.95;
  }

  .team-members-title-design {
    gap: 14px;
  }

  .team-members-title-design::before {
    height: 76px;
  }

  .team-members-title-design h2 {
    font-size: clamp(30px, 10.4vw, 38px);
  }

  .team-member-card {
    padding: 6px;
  }

  .team-member-card::before {
    inset: 12px;
  }

  .team-member-content {
    inset: 6px;
    padding: 24px 20px;
  }

  .team-member-line {
    height: 56px;
  }
}

/*--------------------------------------------------------------
# Team Page Composition Polish
--------------------------------------------------------------*/
.team-member-overlay {
  inset: 0;
}

.team-member-content {
  inset: 0;
}

.team-members-heading {
  grid-template-columns: minmax(170px, 0.42fr) minmax(0, 1.58fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: end;
}

.team-members-title-design {
  max-width: 880px;
}

.team-members-title-design::before {
  height: 92px;
  margin-top: 6px;
  opacity: 0.72;
}

.team-members-title-design h2 {
  max-width: 820px;
  font-size: clamp(42px, 4.6vw, 68px);
  line-height: 0.98;
}

.team-members-title-design h2 .thin {
  font-size: 0.82em;
  line-height: 1;
}

.team-members-title-note {
  max-width: 520px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.64);
}

@media (min-width: 1200px) {
  .team-members-heading {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1199.98px) {
  .team-members-heading {
    grid-template-columns: minmax(140px, 0.36fr) minmax(0, 1.64fr);
  }

  .team-members-title-design h2 {
    font-size: clamp(38px, 5vw, 58px);
  }
}

@media (max-width: 991.98px) {
  .team-members-heading {
    max-width: 680px;
  }

  .team-members-title-design::before {
    height: 74px;
  }

  .team-members-title-design h2 {
    font-size: clamp(34px, 7.8vw, 52px);
  }
}

@media (max-width: 767.98px) {
  .team-members-title-design {
    gap: 16px;
  }

  .team-members-title-design::before {
    height: 66px;
  }

  .team-members-title-design h2 {
    font-size: clamp(30px, 9.2vw, 40px);
  }

  .team-members-title-note {
    max-width: 430px;
    margin-top: 12px;
  }
}
