@charset "UTF-8";
/*create scss structure*/
:root {
  --ZZZ-Primary-1: #ee9dd9;
  --ZZZ-Primary-2: #4700ff;
  --ZZZ-Text: #181413;
  --ZZZ-Light: #fff3e8;
  --Theory-Orange: #ef8628;
  --Theory-Yellow: #f9b82f;
  --Theory-Purple: #9a85be;
  --White: #fafafa;
  --Spice-Yellow: #f4c430;
  --Spice-Green: #075256;
  --Spice-White: #fbf9f6;
  --outfit-font: "Outfit", sans-serif;
  --covered-by-your-grace-font: "Covered by Your Grace", cursive;
}

/*basic styles*/
/*create scss structure*/
html {
  padding: env(safe-area-inset);
  scroll-behavior: smooth;
}

.row_clr {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

* {
  padding: 0;
  margin: 0;
}

.no-pad {
  padding: 0;
}

.tac {
  text-align: center;
}

@media (min-width: 768px) {
  .col-sm-20 {
    width: 20%;
    position: relative;
  }
}
.hid {
  opacity: 0;
}

#__bs_notify__ {
  display: none !important;
}

body {
  font-family: var(--outfit-font);
  color: var(--zzz-text);
  --current-color: #181413ff;
  --current-color-rgb: rgb(24, 20, 19);
  background-color: var(--White);
}

.pen {
  pointer-events: none !important;
}

.uppercase {
  text-transform: uppercase;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.container {
  max-width: 100%;
  padding: 0 20px;
}

.transition {
  transition: all 0.65s cubic-bezier(0.175, 0.885, 0.32, 1);
}

@media (min-width: 992px) {
  .container {
    padding: 0 clamp(1.25rem, 4.1666666667vw, 5rem);
  }
  .container.small-container {
    max-width: clamp(720px, 75vw, 1440px);
  }
}
a,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none !important;
  background: none;
  text-decoration: none !important;
  box-shadow: none !important;
}

body {
  background-color: #000;
  overflow-x: hidden;
}

.ovh {
  overflow: hidden;
}

.text-lowercase {
  text-transform: lowercase;
}

.tracking-wide {
  letter-spacing: 0.08em;
}

.list-none {
  list-style: none;
}

.d-inline-block {
  display: inline-block;
}

.align-items-baseline {
  align-items: baseline;
}

.justify-content-between {
  justify-content: space-between;
}

.d-none {
  display: none;
}

@media (min-width: 992px) {
  .d-lg-flex {
    display: flex;
  }
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.gap-40 {
  gap: 40px;
}

.outfit-font {
  font-family: var(--outfit-font);
  font-optical-sizing: auto;
  font-style: normal;
}

.covered-by-your-grace-font {
  font-family: var(--covered-by-your-grace-font);
  font-optical-sizing: auto;
  font-style: normal;
}

.cormorant-garamond-font {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.title-100 {
  font-size: clamp(3.125rem, 5.2083333333vw, 6.25rem);
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: clamp(-0.1875rem, -0.15625vw, -0.09375rem);
}

.title-96 {
  font-size: clamp(2.875rem, 5vw, 6rem);
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: clamp(-0.1875rem, -0.15625vw, -0.09375rem);
}

.title-88 {
  font-size: clamp(2.5rem, 4.5833333333vw, 5.5rem);
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: clamp(-0.125rem, -0.1041666667vw, -0.0625rem);
}

.title-60 {
  font-size: clamp(1.875rem, 3.125vw, 3.75rem);
  line-height: 1.14;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: clamp(-0.1125rem, -0.09375vw, -0.0625rem);
}

.title-44 {
  font-size: clamp(1.5rem, 2.2916666667vw, 2.75rem);
  line-height: 1.14;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: clamp(-0.08125rem, -0.0677083333vw, -0.05rem);
}

.title-24 {
  font-size: clamp(1.125rem, 1.25vw, 1.5rem);
  line-height: 1.5em;
  font-weight: 300;
}

p {
  font-size: clamp(0.9375rem, 0.9375vw, 1.125rem);
  line-height: 1.8em;
  font-family: var(--outfit-font);
  font-weight: 300;
}

.p-50 {
  font-size: clamp(1.75rem, 2.6041666667vw, 3.125rem);
  line-height: 1.28em;
  font-weight: 300;
}

.p-32 {
  font-size: clamp(1.25rem, 1.6666666667vw, 2rem);
  line-height: 1.5em;
  font-weight: 300;
}

.p-24 {
  font-size: clamp(1.125rem, 1.25vw, 1.5rem);
  line-height: 1.5em;
  font-weight: 300;
}

.p-14 {
  font-size: clamp(0.625rem, 0.7291666667vw, 0.875rem);
  line-height: 1.5em;
  font-weight: 300;
}

.fw-900 {
  font-weight: 900;
}

.fw-800 {
  font-weight: 800;
}

.fw-700 {
  font-weight: 700;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.fw-400 {
  font-weight: 400;
}

.fw-300 {
  font-weight: 300;
}

.fw-200 {
  font-weight: 200;
}

.fw-100 {
  font-weight: 100;
}

.mb-10 {
  margin-bottom: clamp(0.3125rem, 0.5208333333vw, 0.625rem);
}

.mb-20 {
  margin-bottom: clamp(0.625rem, 1.0416666667vw, 1.25rem);
}

.mb-30 {
  margin-bottom: clamp(0.9375rem, 1.5625vw, 1.875rem);
}

.mb-40 {
  margin-bottom: clamp(1.25rem, 2.0833333333vw, 2.5rem);
}

.mb-50 {
  margin-bottom: clamp(1.5625rem, 2.6041666667vw, 3.125rem);
}

.mb-80 {
  margin-bottom: clamp(2.5rem, 4.1666666667vw, 5rem);
}

.mt-10 {
  margin-top: clamp(0.3125rem, 0.5208333333vw, 0.625rem);
}

.mt-20 {
  margin-top: clamp(0.625rem, 1.0416666667vw, 1.25rem);
}

.mt-30 {
  margin-top: clamp(0.9375rem, 1.5625vw, 1.875rem);
}

.mt-40 {
  margin-top: clamp(1.25rem, 2.0833333333vw, 2.5rem);
}

.mt-50 {
  margin-top: clamp(1.5625rem, 2.6041666667vw, 3.125rem);
}

.mt-80 {
  margin-top: clamp(2.5rem, 4.1666666667vw, 5rem);
}

.pb-10 {
  padding-bottom: clamp(0.3125rem, 0.5208333333vw, 0.625rem);
}

.pb-20 {
  padding-bottom: clamp(0.625rem, 1.0416666667vw, 1.25rem);
}

.pb-30 {
  padding-bottom: clamp(0.9375rem, 1.5625vw, 1.875rem);
}

.pb-40 {
  padding-bottom: clamp(1.25rem, 2.0833333333vw, 2.5rem);
}

.pb-50 {
  padding-bottom: clamp(1.5625rem, 2.6041666667vw, 3.125rem);
}

.pb-180 {
  padding-bottom: clamp(5rem, 9.375vw, 11.25rem);
}

.pt-10 {
  padding-top: clamp(0.3125rem, 0.5208333333vw, 0.625rem);
}

.pt-20 {
  padding-top: clamp(0.625rem, 1.0416666667vw, 1.25rem);
}

.pt-30 {
  padding-top: clamp(0.9375rem, 1.5625vw, 1.875rem);
}

.pt-40 {
  padding-top: clamp(1.25rem, 2.0833333333vw, 2.5rem);
}

.pt-50 {
  padding-top: clamp(1.5625rem, 2.6041666667vw, 3.125rem);
}

.pt-180 {
  padding-top: clamp(5rem, 9.375vw, 11.25rem);
}

.gap-100 {
  gap: clamp(3.125rem, 5.2083333333vw, 6.25rem);
}

.gap-50 {
  gap: clamp(1.25rem, 2.6041666667vw, 3.125rem);
}

.gap-40 {
  gap: clamp(1.875rem, 2.0833333333vw, 2.5rem);
}

.gap-30 {
  gap: clamp(1.25rem, 1.5625vw, 1.875rem);
}

.gap-20 {
  gap: clamp(0.75rem, 1.0416666667vw, 1.25rem);
}

.black {
  color: var(--zzz-text);
  --current-color: #181413ff;
  --current-color-rgb: rgb(24, 20, 19);
}

.blue {
  color: var(--ZZZ-Primary-2);
  --current-color: #4700ff;
  --current-color-rgb: rgb(71, 0, 255);
}

.text {
  color: var(--ZZZ-Text);
  --current-color: #181413;
  --current-color-rgb: rgb(24, 20, 19);
}

.light {
  color: var(--ZZZ-Light);
  --current-color: #fff3e8;
  --current-color-rgb: rgb(255, 243, 232);
}

.theory-orange {
  color: var(--Theory-Orange);
  --current-color: #ef8628;
  --current-color-rgb: rgb(239, 134, 40);
}

.theory-yellow {
  color: var(--Theory-Yellow);
  --current-color: #f9b82f;
  --current-color-rgb: rgb(249, 184, 47);
}

.theory-purple {
  color: var(--Theory-Purple);
  --current-color: #9a85be;
  --current-color-rgb: rgb(154, 133, 190);
}

.white {
  color: var(--White);
  --current-color: #fafafa;
  --current-color-rgb: rgb(250, 250, 250);
}

.spice-yellow {
  color: var(--Spice-Yellow);
  --current-color: #f4c430;
  --current-color-rgb: rgb(244, 196, 48);
}

.spice-green {
  color: var(--Spice-Green);
  --current-color: #075256;
  --current-color-rgb: rgb(7, 82, 86);
}

.spice-white {
  color: var(--Spice-White);
  --current-color: #fbf9f6;
  --current-color-rgb: rgb(251, 249, 246);
}

.primary-btn {
  background-color: transparent;
  color: var(--White);
  font-family: var(--outfit-font);
  font-weight: 500;
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
  line-height: 1;
  padding: clamp(0.75rem, 0.78125vw, 0.9375rem) clamp(1rem, 1.0416666667vw, 1.25rem);
  border-radius: 3.125rem;
  transition: all 0.65s cubic-bezier(0.175, 0.885, 0.32, 1);
  display: inline-block;
  text-align: center;
  border: 2px solid var(--White);
}
.primary-btn:hover {
  background-color: var(--White);
  color: var(--ZZZ-Primary-2);
}
.primary-btn.black-btn {
  border-color: var(--ZZZ-Text);
  background-color: var(--ZZZ-Text);
  color: var(--White);
}
.primary-btn.black-btn:hover {
  border-color: var(--White);
  background-color: var(--White);
  color: var(--ZZZ-Text);
}

.bdr-16 {
  border-radius: clamp(0.75rem, 0.8333333333vw, 1rem);
}

.img-outer {
  position: relative;
}
.img-outer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--ZZZ-Text);
  z-index: 3;
}
.img-outer .img-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.img-outer .img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

body.zig-zag-zebra-productions-home {
  background-color: var(--ZZZ-Text);
}

/*main styles*/
/*create scss structure*/
.site-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  background: rgba(var(--ZZZ-Text), 0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(var(--White), 0.1);
  padding: clamp(0.5rem, 0.625vw, 0.75rem) 0;
  transition: all 0.65s cubic-bezier(0.175, 0.885, 0.32, 1);
  width: 100%;
}
.site-header .navbar-brand .brand-logo img {
  width: clamp(1.875rem, 3.6458333333vw, 4.375rem);
  transition: all 0.65s cubic-bezier(0.175, 0.885, 0.32, 1);
}
.site-header .navbar-brand .brand-logo img:hover {
  transform: scale(1.1);
}
.site-header .nav-list {
  list-style: none;
}
.site-header .nav-list .nav-link {
  font-size: clamp(0.875rem, 0.9375vw, 1.125rem);
  text-decoration: none;
  position: relative;
  padding-bottom: 0.25rem;
}
.site-header .nav-list .nav-link:hover, .site-header .nav-list .nav-link.active {
  color: var(--ZZZ-Primary-1);
}
.site-header .nav-list .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--ZZZ-Primary-1);
  transition: width 0.3s ease;
}
.site-header .nav-list .nav-link:hover::after, .site-header .nav-list .nav-link.active::after {
  width: 100%;
}
.site-header .navbar-nav.spice-menu .nav-list .nav-link:hover, .site-header .navbar-nav.spice-menu .nav-list .nav-link.active {
  color: var(--Spice-Yellow);
}
.site-header .navbar-nav.spice-menu .nav-list .nav-link::after {
  background: var(--Spice-Yellow);
}
.site-header .hamburger {
  background: none;
  border: none;
  cursor: pointer;
  width: 30px;
  height: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.site-header .hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--White);
  transition: all 0.3s;
}
.site-header .hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}
.site-header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.site-header .hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px);
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  max-width: 320px;
  height: 100%;
  background: var(--ZZZ-Text);
  z-index: 1002;
  transition: right 0.3s ease;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
}
.mobile-menu.active {
  right: 0;
}
.mobile-menu .menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(var(--White), 0.2);
  margin-bottom: 1.5rem;
}
.mobile-menu .menu-header .menu-brand {
  font-size: 1.5rem;
  font-weight: 500;
}
.mobile-menu .menu-header .menu-close {
  background: none;
  border: none;
  font-size: 2rem;
  color: var(--White);
  cursor: pointer;
  line-height: 1;
}
.mobile-menu .menu-header .menu-close:hover {
  color: var(--ZZZ-Primary-2);
}
.mobile-menu .menu-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu .menu-nav-list li {
  margin-bottom: 1.5rem;
}
.mobile-menu .menu-nav-list li a {
  color: var(--White);
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 400;
  transition: all 0.65s cubic-bezier(0.175, 0.885, 0.32, 1);
  display: block;
}
.mobile-menu .menu-nav-list li a:hover {
  color: var(--ZZZ-Primary-2);
  transform: translateX(8px);
}

@media (max-width: 991px) {
  .site-header .navbar-nav {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hamburger,
  .mobile-menu,
  .menu-overlay {
    display: none !important;
  }
}
.site-header.theory-ish-header .nav-list .nav-link {
  color: var(--ZZZ-Text);
}
.site-header.theory-ish-header .nav-list .nav-link::after {
  background: var(--Theory-Orange);
}

.home-hero {
  height: 100vh;
  min-height: 700px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.home-hero .hero-slide {
  height: 100vh;
  min-height: 700px;
  flex: 0 0 auto;
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.home-hero .hero-slide .scroll-down-arrow {
  position: absolute;
  bottom: clamp(1.25rem, 4.1666666667vw, 5rem);
  right: clamp(1.25rem, 4.1666666667vw, 5rem);
  z-index: 2;
  width: clamp(24px, 5vw, 48px);
  height: clamp(24px, 5vw, 48px);
}
.home-hero .hero-slide .hero-video {
  height: 100vh;
  height: 100dvh;
  min-height: 700px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.home-hero .hero-slide .slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.home-hero .hero-slide .slider-content .slider-logo {
  flex: 0 0 auto;
  width: clamp(12.5rem, 26.0416666667vw, 31.25rem);
}
.home-hero .hero-slide .slider-content .slider-logo img {
  width: 100%;
  height: auto;
}
.home-hero .hero-slide .slider-content .slider-txt {
  flex: 0 0 auto;
  width: clamp(30.25rem, 48.6458333333vw, 58.375rem);
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 1.25vw, 1.5rem);
  align-items: center;
  text-align: right;
}
.home-hero .hero-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(1, 1, 1, 0.2) 50%, rgba(1, 1, 1, 0.6) 100%);
  z-index: 1;
}

.home-about {
  padding: clamp(6.25rem, 10.4166666667vw, 12.5rem) 0;
  position: relative;
  overflow: hidden;
}
.home-about .about-img {
  width: clamp(34rem, 72.9166666667vw, 87.5rem);
  position: absolute;
  top: -10%;
  right: -10%;
  z-index: 1;
  rotate: 10deg;
  opacity: 0.05;
}
.home-about .about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-about .about-txt {
  position: relative;
  z-index: 2;
}
.home-about .about-txt-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(0.625rem, 1.0416666667vw, 1.25rem);
}
.home-about .about-txt-inner .p-50 {
  padding-right: clamp(1.25rem, 7.8125vw, 9.375rem);
}
.home-about .about-txt-inner .p-32 {
  padding-right: clamp(1.25rem, 23.4375vw, 28.125rem);
}

.home-story .container .inner {
  flex: 0 0 auto;
  width: 33.3333333333%;
  aspect-ratio: 1/1;
}
.home-story .container .inner.txt {
  display: grid;
  place-items: center;
}
.home-story .container .inner.txt .text-in {
  max-width: clamp(12.5rem, 23.9583333333vw, 28.75rem);
  text-align: center;
}
.home-story .container .inner.txt .text-in .title-44 {
  text-align: left;
}
.home-story .container .inner.txt .text-in .name {
  font-size: clamp(0.875rem, 1.0416666667vw, 1.25rem);
  font-weight: 300;
  margin-top: clamp(0.625rem, 1.0416666667vw, 1.25rem);
  display: block;
  text-align: right;
}
.home-story .container .inner.txt .text-in .plain-link {
  text-decoration: underline !important;
  display: inline-block;
  margin-top: clamp(1.25rem, 1.5625vw, 1.875rem);
}
.home-story .container .inner.txt .text-in .plain-link:hover {
  color: var(--ZZZ-Primary-1);
}

/* ----- MARQUEE CORE COMPONENT ----- */
.marquee {
  /* container with elegant framing */
  width: 100%;
  margin: 0 auto;
  background: var(--ZZZ-Primary-2);
  backdrop-filter: blur(10px);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.marquee:hover {
  box-shadow: 0 30px 55px -12px rgba(0, 0, 0, 0.8);
}

/* overflow hidden ensures only visible track region */
.marquee__container {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: clamp(1.875rem, 3.125vw, 3.75rem) 0;
}

/* Track holds the duplicated groups, animation applied here */
.marquee__track {
  display: flex;
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  animation: marqueeScroll var(--scroll-duration, 40s) linear infinite;
}

/* pause on hover (accessible & user-friendly) */
.marquee:hover .marquee__track {
  animation-play-state: paused;
}

/* each group contains the same set of items */
.marquee__group {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1.75rem;
  padding: 0 0.875rem;
  flex-shrink: 0;
}

/* individual item styling (bold, uppercase, modern) */
.marquee__item {
  font-size: clamp(1.75rem, 2.0833333333vw, 2.5rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  background: linear-gradient(135deg, #f0f2fa 0%, #cdd9ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  transition: all 0.2s ease;
  text-transform: uppercase;
}

/* stylish bullet separator */
.marquee__separator {
  width: clamp(0.625rem, 0.8333333333vw, 1rem);
  height: clamp(0.625rem, 0.8333333333vw, 1rem);
  background-color: var(--ZZZ-Primary-1);
  border-radius: 50%;
}

/* optional subtle glow effect on items */
.marquee__item:hover {
  filter: drop-shadow(0 0 6px rgba(180, 130, 255, 0.6));
  cursor: default;
}

/* keyframes: shifts track to exactly half its width (one full group width) = seamless loop */
@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* responsive adjustments: smaller gap on mobile */
@media (max-width: 700px) {
  .marquee__group {
    gap: 1rem;
  }
}
/* optional decorative corner glow effect */
.marquee {
  position: relative;
}

/* make sure track is above pseudo-elements */
.marquee__container {
  position: relative;
  z-index: 3;
}

.home-meaningful-work {
  height: 100vh;
  min-height: 700px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.home-meaningful-work .work-slide {
  height: 100vh;
  min-height: 700px;
  flex: 0 0 auto;
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.home-meaningful-work .work-slide .work-img {
  height: 100vh;
  height: 100dvh;
  min-height: 700px;
  width: 100%;
}
.home-meaningful-work .work-slide .work-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #181413 0%, rgba(24, 20, 19, 0) 50%, rgba(24, 20, 19, 0) 100%);
  z-index: 1;
}
.home-meaningful-work .work-slide .work-img .img-inner {
  width: 100%;
  height: 100%;
}
.home-meaningful-work .work-slide .work-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.home-meaningful-work .work-slide .slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.home-meaningful-work .work-slide .slider-content .slider-txt {
  flex: 0 0 auto;
  width: clamp(25rem, 39.5833333333vw, 47.5rem);
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 1.25vw, 1.5rem);
  align-items: flex-start;
  text-align: left;
}
.home-meaningful-work .work-slide .slider-content .slider-txt .title {
  font-size: clamp(3rem, 6.25vw, 7.5rem);
  line-height: 1;
}
.home-meaningful-work .work-slide .slider-content .slider-txt .plain-link {
  text-decoration: underline !important;
  display: inline-block;
}
.home-meaningful-work .work-slide .slider-content .slider-txt .plain-link:hover {
  color: var(--ZZZ-Primary-1);
}
.home-meaningful-work .work-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(1, 1, 1, 0.2) 50%, rgba(1, 1, 1, 0.6) 100%);
  z-index: 1;
}

.site-footer {
  background-color: var(--ZZZ-Primary-2);
  padding: clamp(3.75rem, 6.25vw, 7.5rem) 0 clamp(1.875rem, 3.125vw, 3.75rem);
}
.site-footer .footer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.site-footer .footer-left {
  flex: 0 0 clamp(18.75rem, 30.2083333333vw, 36.25rem);
  display: flex;
  gap: clamp(1.25rem, 4.1666666667vw, 5rem);
}
.site-footer .footer-right {
  flex: 0 0 clamp(18.75rem, 37.5vw, 45rem);
}
.site-footer .brand .footer-logo {
  width: clamp(9.375rem, 15.625vw, 18.75rem);
}
.site-footer .nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .nav-list li {
  margin-bottom: clamp(1.25rem, 1.5625vw, 1.875rem);
}
.site-footer .nav-list .nav-link {
  text-decoration: none;
  transition: all 0.65s cubic-bezier(0.175, 0.885, 0.32, 1);
  display: inline-block;
  color: var(--White);
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
  line-height: 1.6;
  font-weight: 300;
}
.site-footer .nav-list .nav-link:hover {
  color: var(--ZZZ-Primary-1);
  transform: translateX(4px);
}
.site-footer .footer-paragraph {
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: clamp(1rem, 1.25vw, 1.5rem);
}
.site-footer .footer-paragraph.secondary {
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
  opacity: 0.8;
  margin-bottom: 0;
}
.site-footer .footer-contact {
  margin-top: clamp(1.25rem, 1.5625vw, 1.875rem);
}
.site-footer .footer-contact .contact-line {
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
  font-weight: 300;
  margin-bottom: clamp(0.375rem, 0.5208333333vw, 0.625rem);
}
.site-footer .footer-contact .contact-line:last-child {
  margin-bottom: 0;
}
.site-footer .footer-name {
  margin-top: clamp(1.25rem, 1.5625vw, 1.875rem);
}
.site-footer .footer-name img {
  width: 100%;
}
@media (max-width: 768px) {
  .site-footer .footer-grid {
    flex-direction: column;
    gap: 1.25rem;
  }
  .site-footer .footer-left {
    text-align: center;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
  }
  .site-footer .footer-left .nav-list li {
    display: inline-block;
    margin: 0.3125rem 0.9375rem;
  }
  .site-footer .footer-left .nav-link:hover {
    transform: translateX(0);
  }
  .site-footer .footer-right {
    text-align: center;
    flex: 1 1 auto;
  }
  .site-footer .footer-right .footer-paragraph {
    margin-left: auto;
    margin-right: auto;
  }
}

/*theoryish*/
.theoryish-home {
  background: var(--White);
}

.theoryish-hero {
  padding-top: 120px;
}
.theoryish-hero .hero-top .theoryish-text {
  width: 100%;
  padding: clamp(1.875rem, 3.125vw, 3.75rem) 0;
}
.theoryish-hero .marquee {
  margin-bottom: -2px;
}
.theoryish-hero .marquee .marquee__container {
  background: var(--ZZZ-Text);
  padding: clamp(0.625rem, 1.0416666667vw, 1.25rem) 0;
}
.theoryish-hero .marquee .marquee__container .marquee__separator {
  background-color: transparent;
  height: clamp(1.25rem, 1.5625vw, 1.875rem);
  width: clamp(1.25rem, 1.5625vw, 1.875rem);
  background-image: url("../images/theoryish/star.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.theoryish-hero .hero-slide {
  width: 100%;
  height: 800px;
  background: linear-gradient(-90deg, #9a85be 0%, #ee9dd9 25%, #f9b82f 50%, #ef8628 100%);
  position: relative;
}
.theoryish-hero .hero-slide .hero-img {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.theoryish-hero .hero-slide .hero-txt {
  position: absolute;
  bottom: clamp(2.5rem, 4.1666666667vw, 5rem);
  left: clamp(1.25rem, 4.1666666667vw, 5rem);
  color: var(--White);
  width: clamp(18.75rem, 25vw, 30rem);
}

.home-about-us {
  padding: clamp(5rem, 8.3333333333vw, 10rem) 0;
  background-color: var(--White);
}
.home-about-us .about-us-head {
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 1.25vw, 1.5rem);
  margin-bottom: clamp(3.125rem, 5.2083333333vw, 6.25rem);
}
.home-about-us .about-us-head .about-us-label {
  font-size: clamp(1.875rem, 2.5vw, 3rem);
  background: linear-gradient(-90deg, #ef8628 0%, #e0a528 50%, #db66bd 75%, #7458a6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
}
.home-about-us .about-us-head .title-88 {
  line-height: 1em;
}
.home-about-us .about-us-body {
  display: flex;
  align-items: flex-start;
  gap: clamp(2.5rem, 4.1666666667vw, 5rem);
  flex-wrap: wrap;
}
.home-about-us .about-us-txt {
  flex: 1 1 clamp(17.5rem, 25vw, 30rem);
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 1.25vw, 1.5rem);
}
.home-about-us .about-us-actions {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.75rem, 0.8333333333vw, 1rem);
  margin-top: clamp(0.625rem, 1.0416666667vw, 1.25rem);
}
.home-about-us .about-us-actions .primary-btn:not(.black-btn) {
  border-color: var(--Theory-Orange);
  color: var(--Theory-Orange);
}
.home-about-us .about-us-actions .primary-btn:not(.black-btn):hover {
  background-color: var(--Theory-Orange);
  color: var(--White);
}
.home-about-us .about-us-actions .primary-btn.black-btn {
  border-color: var(--ZZZ-Text);
  background-color: var(--ZZZ-Text);
  color: var(--White);
}
.home-about-us .about-us-actions .primary-btn.black-btn:hover {
  background-color: transparent;
  color: var(--ZZZ-Text);
}
.home-about-us .about-us-img {
  flex: 1 1 clamp(17.5rem, 28.125vw, 33.75rem);
  aspect-ratio: 4/4.8;
  position: relative;
}
.home-about-us .about-us-img::before {
  background-color: var(--White);
}
@media (max-width: 991px) {
  .home-about-us .about-us-body {
    flex-direction: column;
  }
  .home-about-us .about-us-img {
    width: 100%;
    aspect-ratio: 4/3;
  }
}
@media (max-width: 575px) {
  .home-about-us .about-us-actions {
    flex-direction: column;
  }
  .home-about-us .about-us-actions .primary-btn {
    width: 100%;
    text-align: center;
  }
}

.programs {
  padding-bottom: clamp(2.5rem, 6.25vw, 7.5rem);
}
.programs .programs-text {
  width: 100%;
}
.programs .programs-label {
  font-size: clamp(1.375rem, 2.5vw, 3rem);
  line-height: 1.2;
  background: linear-gradient(-90deg, #ef8628 0%, #e0a528 50%, #db66bd 75%, #7458a6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
  margin: clamp(1.875rem, 3.125vw, 3.75rem) 0 clamp(1.25rem, 4.1666666667vw, 5rem);
}
.programs .programs-bottom .accordion {
  border: 0;
}
.programs .programs-bottom .accordion .accordion-item {
  border: 0;
}
.programs .programs-bottom .accordion .accordion-item .accordion-header {
  border-top: 2px solid var(--ZZZ-Text);
}
.programs .programs-bottom .accordion .accordion-item .accordion-header .accordion-button {
  padding: clamp(1.25rem, 2.0833333333vw, 2.5rem) 0;
  font-family: var(--covered-by-your-grace-font);
  font-size: clamp(3.125rem, 6.25vw, 7.5rem);
  line-height: 1;
  background-color: var(--White);
}
.programs .programs-bottom .accordion .accordion-item .accordion-header .accordion-button span {
  margin-right: clamp(1.25rem, 3.125vw, 3.75rem);
}
.programs .programs-bottom .accordion .accordion-item .accordion-header .accordion-button::after {
  width: clamp(1.875rem, 3.125vw, 3.75rem);
  height: clamp(1.875rem, 3.125vw, 3.75rem);
  background-image: url("../images/theoryish/arrow.svg");
  background-size: clamp(1.875rem, 3.125vw, 3.75rem);
}
.programs .programs-bottom .accordion .accordion-item .accordion-header .accordion-button:hover,
.programs .programs-bottom .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: var(--Theory-Orange);
}
.programs .programs-bottom .accordion .accordion-item .accordion-body {
  background-color: var(--White);
  padding: 0 0 clamp(1.25rem, 2.0833333333vw, 2.5rem);
}
.programs .programs-bottom .accordion .accordion-item .accordion-body .ac-title {
  padding: 5px 20px;
  background: linear-gradient(-90deg, #ef8628 0%, #e0a528 50%, #db66bd 75%, #7458a6 100%);
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 0.8333333333vw, 1rem);
  margin-bottom: clamp(1.25rem, 2.0833333333vw, 2.5rem);
}
.programs .programs-bottom .accordion .accordion-item .accordion-body .ac-title img {
  width: clamp(2.5rem, 4.1666666667vw, 5rem);
}
.programs .programs-bottom .accordion .accordion-item .accordion-body .ac-title span {
  font-size: clamp(1rem, 1.5625vw, 1.875rem);
  font-weight: 500;
  text-transform: uppercase;
}

.home-our-approach {
  background-color: var(--ZZZ-Text);
  padding: clamp(5rem, 7.2916666667vw, 8.75rem) 0;
  overflow: hidden;
}
.home-our-approach .approach-stage {
  position: relative;
}
.home-our-approach .approach-img {
  width: clamp(18.75rem, 41.6666666667vw, 50rem);
  aspect-ratio: 4/4;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  filter: grayscale(1);
  transition: 1s filter linear;
}
.home-our-approach .approach-img:hover {
  filter: grayscale(0);
}
.home-our-approach .approach-our {
  display: block;
  font-size: clamp(3rem, 8.3333333333vw, 10rem);
  margin-bottom: 20px;
}
.home-our-approach .approach-heading {
  font-size: clamp(5rem, 15.625vw, 18.75rem);
  line-height: 0.8;
  white-space: nowrap;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 100%;
  pointer-events: none;
}
.home-our-approach .approach-heading.visible {
  transform: translateY(-50%);
}
.home-our-approach .approach-caption {
  position: absolute;
  font-size: clamp(0.875rem, 1.1458333333vw, 1.375rem);
  line-height: 1.7;
  max-width: clamp(13.75rem, 20.8333333333vw, 25rem);
  z-index: 4;
  margin-bottom: 0;
  background: linear-gradient(-90deg, #9a85be 0%, #fafafa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
}
.home-our-approach .approach-caption--tr {
  top: 0;
  right: 0;
  text-align: right;
}
.home-our-approach .approach-caption--bl {
  bottom: 0;
  left: 0;
  text-align: left;
}
@media (max-width: 1199px) {
  .home-our-approach .approach-caption {
    max-width: clamp(11.25rem, 12.5vw, 15rem);
    font-size: clamp(0.75rem, 0.7291666667vw, 0.875rem);
  }
}
@media (max-width: 767px) {
  .home-our-approach .approach-stage {
    padding-bottom: 0;
  }
  .home-our-approach .approach-img {
    width: 80%;
    aspect-ratio: 3/4;
  }
  .home-our-approach .approach-our {
    left: 50%;
    transform: translateX(-50%);
    top: clamp(2.5rem, 4.1666666667vw, 5rem);
    font-size: clamp(2.25rem, 3.125vw, 3.75rem);
  }
  .home-our-approach .approach-heading {
    font-size: clamp(3.5rem, 5.2083333333vw, 6.25rem);
    margin-top: clamp(-1.875rem, -3.125vw, -3.75rem);
  }
  .home-our-approach .approach-caption {
    position: static;
    display: block;
    max-width: 100%;
    text-align: left !important;
    margin-top: clamp(1.5rem, 2.0833333333vw, 2.5rem);
  }
  .home-our-approach .approach-caption--tr {
    order: -1;
  }
  .home-our-approach .approach-stage {
    display: flex;
    flex-direction: column;
  }
  .home-our-approach .approach-caption--tr {
    order: 0;
  }
  .home-our-approach .approach-our {
    order: 1;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    text-align: center;
  }
  .home-our-approach .approach-img {
    order: 2;
    margin: 0 auto;
  }
  .home-our-approach .approach-heading {
    order: 3;
  }
  .home-our-approach .approach-caption--bl {
    order: 4;
  }
}

.home-methodology {
  background-color: var(--White);
  padding: clamp(5rem, 7.2916666667vw, 8.75rem) 0;
}
.home-methodology .methodology-intro,
.home-methodology .methodology-outro {
  max-width: clamp(35rem, 62.5vw, 75rem);
  line-height: 1.4;
}
.home-methodology .methodology-intro {
  margin-bottom: clamp(2.5rem, 3.125vw, 3.75rem);
}
.home-methodology .methodology-outro {
  margin-top: clamp(2.5rem, 3.125vw, 3.75rem);
}
.home-methodology .methodology-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.75rem, 1.0416666667vw, 1.25rem);
}
.home-methodology .method-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: clamp(1.5rem, 1.875vw, 2.25rem);
  min-height: clamp(8.75rem, 8.5416666667vw, 10.25rem);
  position: relative;
  overflow: hidden;
}
.home-methodology .method-card .card-text {
  flex: 1;
}
.home-methodology .method-card .card-text p {
  margin: 0;
  color: var(--White);
  line-height: 1.2;
}
.home-methodology .method-card .card-icon {
  flex-shrink: 0;
  margin-left: clamp(1rem, 1.25vw, 1.5rem);
  width: clamp(3.75rem, 4.1666666667vw, 5rem);
  height: clamp(3.75rem, 4.1666666667vw, 5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
}
.home-methodology .method-card .card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.home-methodology .method-card--1 {
  background: linear-gradient(90deg, #9a85be 0%, #ef8628 100%);
}
.home-methodology .method-card--2 {
  background: var(--Theory-Orange);
}
.home-methodology .method-card--3 {
  background: linear-gradient(90deg, #ef8628 0%, #9a85be 100%);
}
.home-methodology .method-card--4 {
  background: linear-gradient(90deg, #9a85be 0%, #ef8628 100%);
}
.home-methodology .method-card--5 {
  background: var(--Theory-Orange);
}
.home-methodology .method-card--6 {
  background: linear-gradient(90deg, #ef8628 0%, #9a85be 100%);
}
@media (max-width: 991px) {
  .home-methodology .methodology-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .home-methodology .methodology-grid {
    grid-template-columns: 1fr;
  }
  .home-methodology .method-card {
    min-height: clamp(6.875rem, 7.2916666667vw, 8.75rem);
  }
}

.home-what-we-do {
  background-color: var(--White);
  padding: 0 0 clamp(5rem, 7.2916666667vw, 8.75rem);
}
.home-what-we-do .wwd-block {
  display: flex;
  align-items: flex-start;
  gap: clamp(2.5rem, 4.1666666667vw, 5rem);
}
.home-what-we-do .wwd-block--what {
  flex-direction: row;
  margin-bottom: clamp(5rem, 7.2916666667vw, 8.75rem);
}
.home-what-we-do .wwd-block--strategic {
  flex-direction: row;
  align-items: flex-start;
}
.home-what-we-do .wwd-img {
  flex: 0 0 auto;
  width: clamp(18.75rem, 31.25vw, 37.5rem);
  aspect-ratio: 3/4;
}
.home-what-we-do .wwd-img .img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}
.home-what-we-do .wwd-txt {
  flex: 1;
}
.home-what-we-do .wwd-txt h2 {
  margin-bottom: clamp(1rem, 1.25vw, 1.5rem);
  line-height: 1.05;
}
.home-what-we-do .wwd-txt p {
  color: var(--ZZZ-Text);
  line-height: 1.4;
  margin-bottom: clamp(1.25rem, 1.4583333333vw, 1.75rem);
}
.home-what-we-do .wwd-strategic-heading {
  font-size: clamp(2.25rem, 3.75vw, 4.5rem);
  letter-spacing: -0.01em;
  line-height: 1;
  margin-bottom: clamp(1.25rem, 1.6666666667vw, 2rem);
  color: var(--ZZZ-Text);
}
.home-what-we-do .wwd-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 0.625vw, 0.75rem);
}
.home-what-we-do .wwd-list li {
  font-weight: 300;
  color: var(--ZZZ-Text);
  line-height: 1.6;
  padding-left: clamp(1.125rem, 1.1458333333vw, 1.375rem);
  position: relative;
}
.home-what-we-do .wwd-list li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .home-what-we-do .wwd-block--what {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .home-what-we-do .wwd-block--strategic {
    flex-direction: column-reverse;
  }
  .home-what-we-do .wwd-img {
    width: 100%;
    flex: none;
    aspect-ratio: 4/3;
  }
  .home-what-we-do .wwd-block--strategic .wwd-img {
    order: 2;
  }
}

.home-policies .top img,
.home-policies .bottom img {
  width: 100%;
}
.home-policies .middle {
  padding: clamp(1.875rem, 5.2083333333vw, 6.25rem) 0;
  text-align: center;
  max-width: clamp(50rem, 77.0833333333vw, 92.5rem);
  margin: 0 auto;
}

.home-partners {
  background-color: var(--White);
  padding: clamp(5rem, 7.2916666667vw, 8.75rem) 0;
}
.home-partners .partners-head {
  margin-bottom: clamp(2.5rem, 3.3333333333vw, 4rem);
}
.home-partners .partners-head h2 {
  margin-bottom: clamp(0.75rem, 1.0416666667vw, 1.25rem);
  color: var(--ZZZ-Text);
}
.home-partners .partners-head p {
  color: var(--ZZZ-Text);
  max-width: 32.5rem;
  margin: 0 auto;
  line-height: 1.65;
}
.home-partners .partners-outro {
  margin-top: clamp(2.5rem, 3.3333333333vw, 4rem);
  color: var(--ZZZ-Text);
  line-height: 1.65;
}
.home-partners .partners-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.75rem, 1.0416666667vw, 1.25rem);
}
.home-partners .partner-card {
  position: relative;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.home-partners .partner-card .card-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.home-partners .partner-card .card-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
  transition: transform 0.6s ease;
}
.home-partners .partner-card .card-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.45);
  transition: background-color 0.4s ease;
}
.home-partners .partner-card .card-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 clamp(1.25rem, 2.0833333333vw, 2.5rem);
  text-align: center;
}
.home-partners .partner-card .card-title {
  margin: 0 0 clamp(0.5rem, 0.625vw, 0.75rem);
  line-height: 1.3;
  color: var(--White);
  transition: transform 0.4s ease;
}
.home-partners .partner-card .card-desc {
  margin: 0;
  color: var(--White);
  line-height: 1.6;
  opacity: 0;
  transform: translateY(0.625rem);
  transition: opacity 0.4s ease 0.05s, transform 0.4s ease 0.05s;
}
.home-partners .partner-card:hover .card-bg img {
  transform: scale(1.05);
}
.home-partners .partner-card:hover .card-overlay {
  background-color: rgba(0, 0, 0, 0.65);
}
.home-partners .partner-card:hover .card-desc {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 991px) {
  .home-partners .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .home-partners .partners-grid {
    grid-template-columns: 1fr;
  }
  .home-partners .partner-card {
    aspect-ratio: 4/3;
  }
  .home-partners .partner-card .card-desc {
    opacity: 1;
    transform: translateY(0);
  }
}

.site-footer.theoryish-footer {
  background-color: var(--ZZZ-Text);
}
.site-footer.theoryish-footer .footer-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(1.25rem, 2.0833333333vw, 2.5rem);
}
.site-footer.theoryish-footer .footer-top .footer-logo {
  width: clamp(3.75rem, 5.9375vw, 7.125rem);
}
.site-footer.theoryish-footer .footer-top .lft .ftp {
  font-size: clamp(1rem, 1.4583333333vw, 1.75rem);
  margin-bottom: 0;
}
.site-footer.theoryish-footer .footer-top .lft .fbt {
  font-size: clamp(2.5rem, 6.25vw, 7.5rem);
  font-weight: 700;
  color: var(--Theory-Orange);
  line-height: 1;
}

.theory-ish-footer {
  background-color: var(--ZZZ-Text);
  border-top: 1px solid var(--White);
  padding: clamp(3rem, 4.1666666667vw, 5rem) 0 0;
}
.theory-ish-footer .footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(2.5rem, 4.1666666667vw, 5rem);
}
.theory-ish-footer .footer-left {
  flex: 0 1 clamp(17.5rem, 39.0625vw, 46.875rem);
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 1.0416666667vw, 1.25rem);
}
.theory-ish-footer .footer-desc {
  margin: 0;
  color: var(--White);
  line-height: 1.75;
  opacity: 0.85;
}
.theory-ish-footer .footer-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 0.7291666667vw, 0.875rem);
}
.theory-ish-footer .footer-meta li {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  font-weight: 300;
  color: var(--White);
  line-height: 1.5;
  text-align: left;
}
.theory-ish-footer .footer-meta .meta-icon {
  flex-shrink: 0;
  margin-top: 0.125rem;
  display: flex;
  align-items: center;
  color: var(--White);
  opacity: 0.7;
  width: 24px;
  height: 24px;
}
.theory-ish-footer .footer-copy {
  margin: 0;
  color: var(--White);
  opacity: 0.6;
}
.theory-ish-footer .footer-right {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: clamp(1.25rem, 1.4583333333vw, 1.75rem);
}
.theory-ish-footer .footer-nav-label {
  margin: 0;
  color: var(--White);
  letter-spacing: 0.08em;
  font-size: clamp(0.8125rem, 0.78125vw, 0.9375rem);
  flex: 0 0 auto;
  text-align: left;
  width: 100%;
}
.theory-ish-footer .footer-nav-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: clamp(2rem, 2.9166666667vw, 3.5rem);
  column-gap: clamp(2rem, 2.9166666667vw, 3.5rem);
  row-gap: clamp(0.75rem, 0.9375vw, 1.125rem);
  text-align: left;
}
.theory-ish-footer .footer-nav-link {
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  font-weight: 300;
  color: var(--White);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.8;
}
.theory-ish-footer .footer-nav-link:hover {
  opacity: 1;
  color: var(--White);
}
.theory-ish-footer .footer-socials {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 1.1458333333vw, 1.375rem);
}
.theory-ish-footer .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--White);
  opacity: 0.7;
  text-decoration: none;
}
.theory-ish-footer .social-link:hover {
  opacity: 1;
  color: var(--White);
}
.theory-ish-footer .social-link svg {
  display: block;
}
@media (max-width: 767px) {
  .theory-ish-footer .footer-inner {
    flex-direction: column;
  }
  .theory-ish-footer .footer-left {
    flex: none;
    width: 100%;
  }
  .theory-ish-footer .footer-right {
    align-items: flex-start;
    width: 100%;
  }
  .theory-ish-footer .footer-nav-grid {
    text-align: left;
  }
}

.sc-hero {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 35rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.sc-hero .grd-line {
  width: 240px;
  height: 1px;
  background: linear-gradient(90deg, #f4c430 0%, #f4c430 50%, rgba(244, 196, 48, 0) 100%);
  margin: clamp(0.625rem, 1.7708333333vw, 2.125rem) 0;
}
.sc-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.sc-hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  display: block;
}
.sc-hero__bg img.desktop-img {
  display: block;
}
.sc-hero__bg img.mobile-img {
  display: none;
}
.sc-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to right, rgba(10, 8, 4, 0.88) 0%, rgba(10, 8, 4, 0.6) 45%, rgba(10, 8, 4, 0.15) 100%), linear-gradient(to top, rgba(10, 8, 4, 0.6) 0%, transparent 50%);
}
.sc-hero__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  padding-top: clamp(6.25rem, 7.2916666667vw, 8.75rem);
  padding-bottom: clamp(3rem, 4.1666666667vw, 5rem);
  height: auto;
  padding-left: clamp(3.125rem, 10.4166666667vw, 12.5rem);
}
.sc-hero__label {
  display: block;
  color: var(--Spice-Yellow);
  letter-spacing: 0.12em;
  margin-bottom: clamp(0.5rem, 0.625vw, 0.75rem);
}
.sc-hero__heading {
  font-size: clamp(3.5rem, 9.375vw, 11.25rem);
  font-weight: 500;
  line-height: 0.8;
  color: var(--White);
  margin: 0 0 clamp(1.875rem, 2.6041666667vw, 3.125rem);
}
.sc-hero__heading em {
  font-style: italic;
  font-weight: 300;
}
.sc-hero__bottom {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 1.875vw, 2.25rem);
  max-width: clamp(25rem, 28.125vw, 33.75rem);
}
.sc-hero__desc {
  margin: 0;
  color: var(--White);
  opacity: 0.85;
  line-height: 1.75;
}
.sc-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(1rem, 1.25vw, 1.5rem);
}
.sc-hero__btn-primary {
  display: inline-flex;
  align-items: center;
  padding: clamp(0.625rem, 0.7291666667vw, 0.875rem) clamp(1.375rem, 1.5625vw, 1.875rem);
  background-color: var(--Spice-Yellow);
  color: #1a1208;
  font-size: clamp(0.6875rem, 0.6770833333vw, 0.8125rem);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  border-radius: 0.375rem;
  border: 2px solid #c9a84c;
}
.sc-hero__btn-primary:hover {
  background-color: transparent;
  color: #c9a84c;
}
.sc-hero__btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--White);
  font-size: clamp(0.8125rem, 0.78125vw, 0.9375rem);
  text-decoration: none;
  opacity: 0.85;
}
.sc-hero__btn-ghost svg {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.sc-hero__btn-ghost:hover {
  opacity: 1;
  color: var(--White);
}
.sc-hero__btn-ghost:hover svg {
  transform: translateX(0.25rem);
}
.sc-hero__scroll-label {
  position: absolute;
  left: clamp(0.75rem, 1.25vw, 1.5rem);
  bottom: clamp(3rem, 4.1666666667vw, 5rem);
  z-index: 4;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
}
.sc-hero__scroll-label span {
  font-size: 0.6875rem;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--White);
  opacity: 0.5;
}
@media (max-width: 767px) {
  .sc-hero__heading {
    font-size: clamp(3.75rem, 3.75vw, 4.5rem);
    margin-bottom: 20px;
  }
  .sc-hero__bottom {
    max-width: 100%;
  }
  .sc-hero__scroll-label {
    display: none;
  }
  .sc-hero__overlay {
    background: linear-gradient(to right, rgba(10, 8, 4, 0.85) 0%, rgba(10, 8, 4, 0.7) 100%), linear-gradient(to top, rgba(10, 8, 4, 0.7) 0%, transparent 50%);
  }
}

.sc-story {
  display: flex;
  align-items: stretch;
}
.sc-story__txt {
  flex: 0 0 clamp(20rem, 41.6666666667vw, 50rem);
  display: flex;
  align-items: center;
  padding: clamp(3.75rem, 8.3333333333vw, 10rem) clamp(1.875rem, 4.1666666667vw, 5rem);
}
.sc-story__txt-inner {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 1.4583333333vw, 1.75rem);
}
.sc-story__label {
  display: block;
  letter-spacing: 0.14em;
}
.sc-story__heading {
  font-size: clamp(2.5rem, 3.75vw, 4.5rem);
  line-height: 1.15;
  margin: 0;
}
.sc-story__heading em {
  font-style: italic;
  font-weight: 300;
}
.sc-story__rule {
  width: clamp(2.5rem, 2.9166666667vw, 3.5rem);
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin: 0;
}
.sc-story__body {
  display: flex;
  flex-direction: column;
  gap: clamp(0.875rem, 1.0416666667vw, 1.25rem);
}
.sc-story__body p {
  margin: 0;
  font-size: clamp(1rem, 1.4583333333vw, 1.75rem);
  font-weight: 300;
  line-height: 1.6;
  color: var(--ZZZ-Text);
  opacity: 0.8;
}
.sc-story__img {
  flex: 1;
  position: relative;
}
.sc-story__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
  position: absolute;
}
.sc-story__quote {
  position: absolute;
  top: clamp(1.75rem, 2.5vw, 3rem);
  right: clamp(1.75rem, 2.5vw, 3rem);
  max-width: clamp(12.5rem, 14.5833333333vw, 17.5rem);
  margin: 0;
  padding: 0;
  border: none;
}
.sc-story__quote em {
  font-family: "Outfit", sans-serif;
  font-style: italic;
  font-size: clamp(0.8125rem, 0.78125vw, 0.9375rem);
  font-weight: 300;
  line-height: 1.7;
  color: var(--White);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}
@media (max-width: 991px) {
  .sc-story {
    flex-direction: column;
  }
  .sc-story__txt {
    flex: none;
    width: 100%;
    padding: clamp(3rem, 4.1666666667vw, 5rem) clamp(1.5rem, 2.5vw, 3rem);
  }
  .sc-story__img {
    width: 100%;
    min-height: clamp(18.75rem, 25vw, 30rem);
    aspect-ratio: 16/9;
  }
  .sc-story__quote {
    max-width: clamp(11.25rem, 13.5416666667vw, 16.25rem);
  }
}
@media (max-width: 575px) {
  .sc-story__quote {
    display: none;
  }
}

.sc-continued {
  background-color: #f5f0e8;
  padding: clamp(5rem, 6.25vw, 7.5rem) 0 clamp(5rem, 7.2916666667vw, 8.75rem);
  text-align: center;
  background-image: url(../images//spice-circle/sb.webp);
  background-position: top center;
  background-size: cover;
}
.sc-continued__logo {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(1.75rem, 2.0833333333vw, 2.5rem);
}
.sc-continued__logo img {
  width: clamp(5rem, 14.5833333333vw, 17.5rem);
  height: auto;
}
.sc-continued__heading {
  font-size: clamp(2.125rem, 4.5833333333vw, 5.5rem);
  font-weight: 300;
  line-height: 1.2;
  color: var(--Spice-Green);
  max-width: clamp(35rem, 72.9166666667vw, 87.5rem);
  margin: 0 auto clamp(3.75rem, 5.2083333333vw, 6.25rem);
}
.sc-continued__heading em {
  font-style: italic;
}
.sc-continued__heading strong {
  font-weight: 700;
}
.sc-continued__heading em strong,
.sc-continued__heading strong em {
  font-style: italic;
  font-weight: 700;
}
.sc-continued__photos {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: clamp(1.25rem, 5.2083333333vw, 6.25rem);
  align-items: end;
  text-align: left;
}

.sc-photo {
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 0.8333333333vw, 1rem);
}
.sc-photo__img {
  width: 100%;
}
.sc-photo__img .img-inner {
  width: 100%;
  height: 100%;
}
.sc-photo__img .img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  display: block;
}
.sc-photo__caption {
  margin: 0;
  font-size: clamp(1rem, 1.25vw, 1.5rem);
  font-family: "Cormorant Garamond", serif;
  line-height: 1.2;
}
.sc-photo__caption em {
  font-style: italic;
}
.sc-photo__caption--above {
  order: -1;
}
.sc-photo--left {
  align-self: center;
  margin-bottom: clamp(1.5rem, 2.0833333333vw, 2.5rem);
}
.sc-photo--left .sc-photo__img {
  aspect-ratio: 4/5;
}
.sc-photo--centre {
  align-self: center;
}
.sc-photo--centre .sc-photo__img {
  aspect-ratio: 3/4.5;
}
.sc-photo--right {
  align-self: center;
  margin-bottom: clamp(1.5rem, 2.0833333333vw, 2.5rem);
}
.sc-photo--right .sc-photo__img {
  aspect-ratio: 4/5;
}
@media (max-width: 767px) {
  .sc-photo .sc-continued__photos {
    grid-template-columns: 1fr;
    gap: clamp(2rem, 2.5vw, 3rem);
  }
  .sc-photo--left, .sc-photo--centre, .sc-photo--right {
    align-self: auto;
    margin-bottom: 0;
  }
  .sc-photo--right .sc-photo__caption--above {
    order: 0;
  }
  .sc-photo__img {
    aspect-ratio: 4/5 !important;
  }
}

@media (max-width: 767px) {
  .sc-continued__photos {
    grid-template-columns: 1fr;
    gap: clamp(2rem, 2.5vw, 3rem);
  }
  .sc-photo--right {
    flex-direction: column-reverse;
  }
}
.grd-line {
  width: clamp(12.5rem, 20.8333333333vw, 25rem);
  height: 1px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(90deg, rgba(7, 82, 86, 0) 0%, #075256 50%, rgba(7, 82, 86, 0) 100%);
  margin: clamp(0.625rem, 1.7708333333vw, 2.125rem) 0;
}
.grd-line.white {
  width: clamp(11.25rem, 14.5833333333vw, 17.5rem);
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(90deg, #fbf9f6 0%, rgba(251, 249, 246, 0) 100%);
}

.sc-experience {
  padding: clamp(5rem, 6.7708333333vw, 8.125rem) 0 clamp(5rem, 7.2916666667vw, 8.75rem);
}
.sc-experience__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(0.75rem, 0.9375vw, 1.125rem);
  margin-bottom: clamp(3.75rem, 5vw, 6rem);
}
.sc-experience__label {
  display: block;
  letter-spacing: 0.16em;
}
.sc-experience__heading {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(2.5rem, 3.75vw, 4.5rem);
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
}
.sc-experience__subtext {
  margin: 0;
  max-width: clamp(25rem, 46.875vw, 56.25rem);
}
.sc-experience__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.25rem, 3.125vw, 3.75rem);
}
@media (max-width: 991px) {
  .sc-experience__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(2.25rem, 2.9166666667vw, 3.5rem) clamp(1.5rem, 2.0833333333vw, 2.5rem);
  }
}
@media (max-width: 575px) {
  .sc-experience__grid {
    grid-template-columns: 1fr;
  }
}

.sc-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(0.625rem, 0.8333333333vw, 1rem);
}
.sc-feature__icon {
  width: clamp(4.5rem, 7.8125vw, 9.375rem);
  height: clamp(4.5rem, 7.8125vw, 9.375rem);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sc-feature__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sc-feature__title {
  font-size: clamp(1.875rem, 2.8125vw, 3.375rem);
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 0;
}
.sc-feature__desc {
  margin: 0;
  font-size: clamp(1rem, 1.4583333333vw, 1.75rem);
  line-height: 1.2;
  color: var(--ZZZ-Text);
  padding: 0 20px;
}

.sc-conversation__quote {
  position: absolute;
  bottom: clamp(2.5rem, 6.25vw, 7.5rem);
  right: clamp(1.5625rem, 4.1666666667vw, 5rem);
  max-width: clamp(18.75rem, 31.25vw, 37.5rem);
  margin: 0;
  padding: 0;
  border: none;
  text-align: left;
  z-index: 3;
}
.sc-conversation__quote em {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-style: italic;
  color: var(--White);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}

.home-meaningful-work.conversation-spc .work-slide::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.home-meaningful-work.conversation-spc .work-slide .work-img::after {
  display: none;
}

.sc-glimpse {
  padding-top: clamp(5rem, 6.25vw, 7.5rem);
  padding-bottom: clamp(5rem, 6.25vw, 7.5rem);
  overflow: hidden;
}
.sc-glimpse__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(0.625rem, 0.8333333333vw, 1rem);
  margin-bottom: clamp(3rem, 3.75vw, 4.5rem);
}
.sc-glimpse__label {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  color: var(--ZZZ-Text);
  opacity: 0.5;
}
.sc-glimpse__heading {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.75rem, 2.5vw, 3rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.2;
  color: var(--ZZZ-Text);
  margin: 0;
}
.sc-glimpse__subtext {
  margin: 0;
  font-size: clamp(0.875rem, 0.8333333333vw, 1rem);
  line-height: 1.75;
  color: var(--ZZZ-Text);
  opacity: 0.65;
  max-width: clamp(22.5rem, 27.0833333333vw, 32.5rem);
}
.sc-glimpse__marquee {
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 4%, black 96%, transparent 100%);
}
.sc-glimpse__track {
  display: flex;
  gap: clamp(0.75rem, 1.0416666667vw, 1.25rem);
  width: -moz-max-content;
  width: max-content;
  animation: scGlimpseScroll 32s linear infinite;
}
.sc-glimpse__track:hover {
  animation-play-state: paused;
}
.sc-glimpse__item {
  flex-shrink: 0;
  height: clamp(13.75rem, 15.625vw, 18.75rem);
  width: clamp(17.5rem, 20.8333333333vw, 25rem);
}
.sc-glimpse__item:nth-child(3n+1) {
  width: clamp(15rem, 17.7083333333vw, 21.25rem);
}
.sc-glimpse__item:nth-child(3n+2) {
  width: clamp(18.75rem, 21.875vw, 26.25rem);
}
.sc-glimpse__item:nth-child(3n) {
  width: clamp(16.25rem, 18.75vw, 22.5rem);
}
.sc-glimpse__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
  transition: transform 0.6s ease;
}
.sc-glimpse__item:hover img {
  transform: scale(1.04);
}
@keyframes scGlimpseScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .sc-glimpse__track {
    animation: none;
  }
}
.sc-evenings {
  display: flex;
  align-items: stretch;
  height: 110vh;
  min-height: clamp(26.25rem, 30.2083333333vw, 36.25rem);
}
.sc-evenings__img {
  flex: 0 0 auto;
  width: calc(100% - clamp(18.75rem, 31.25vw, 37.5rem));
  position: relative;
}
.sc-evenings__img .img-inner {
  position: absolute;
  inset: 0;
}
.sc-evenings__img .img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
.sc-evenings__panel {
  flex: 1;
  background-color: #1b4d4a;
  display: flex;
  align-items: center;
  padding: clamp(3rem, 4.1666666667vw, 5rem) clamp(2.25rem, 3.3333333333vw, 4rem);
  color: var(--White);
}
.sc-evenings__panel-inner {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 1.1458333333vw, 1.375rem);
}
.sc-evenings__label {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  color: var(--White);
  opacity: 0.6;
}
.sc-evenings__heading {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.75rem, 2.2916666667vw, 2.75rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.2;
  color: var(--White);
  margin: 0;
}
.sc-evenings__rule {
  width: clamp(2.5rem, 2.7083333333vw, 3.25rem);
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0;
}
.sc-evenings__desc {
  margin: 0;
  font-size: clamp(0.8125rem, 0.78125vw, 0.9375rem);
  line-height: 1.8;
  color: var(--White);
  opacity: 0.8;
}
.sc-evenings__btn {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: clamp(0.5625rem, 0.625vw, 0.75rem) clamp(1.125rem, 1.25vw, 1.5rem);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 6.25rem;
  font-size: clamp(0.625rem, 0.625vw, 0.75rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--White);
  text-decoration: none;
  margin-top: clamp(0.25rem, 0.4166666667vw, 0.5rem);
}
.sc-evenings__btn:hover {
  background-color: var(--White);
  border-color: var(--White);
  color: #1b4d4a;
}
@media (max-width: 991px) {
  .sc-evenings {
    flex-direction: column;
  }
  .sc-evenings__img {
    flex: none;
    width: 100%;
    min-height: clamp(17.5rem, 21.875vw, 26.25rem);
    position: relative;
  }
  .sc-evenings__img .img-inner {
    position: relative;
    inset: auto;
    height: clamp(17.5rem, 21.875vw, 26.25rem);
  }
  .sc-evenings__panel {
    width: 100%;
  }
  .sc-evenings__panel-inner {
    max-width: 100%;
  }
}

.site-footer.theoryish-footer.spice-footer {
  background-color: var(--Spice-Yellow);
}
.site-footer.theoryish-footer.spice-footer .theory-ish-footer {
  background-color: var(--Spice-Yellow);
  padding-top: 0;
  border: 0;
}
.site-footer.theoryish-footer.spice-footer .theory-ish-footer .lft-outer {
  display: flex;
  align-items: flex-start;
  gap: clamp(1.875rem, 4.1666666667vw, 5rem);
}
.site-footer.theoryish-footer.spice-footer .brand .footer-logo {
  width: clamp(6.25rem, 12.0833333333vw, 14.5rem);
}
.site-footer.theoryish-footer.spice-footer .footer-desc,
.site-footer.theoryish-footer.spice-footer .footer-meta li,
.site-footer.theoryish-footer.spice-footer .footer-meta .meta-icon,
.site-footer.theoryish-footer.spice-footer .footer-copy,
.site-footer.theoryish-footer.spice-footer .footer-nav-label,
.site-footer.theoryish-footer.spice-footer .footer-nav-link,
.site-footer.theoryish-footer.spice-footer .social-link {
  color: var(--Spice-Green);
}

.contact-popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.25rem, 2.0833333333vw, 2.5rem);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.contact-popup-overlay.is-active {
  opacity: 1;
  visibility: visible;
}
.contact-popup-overlay.is-active .contact-popup {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.contact-popup {
  position: relative;
  background-color: var(--White);
  border-radius: 0.5rem;
  width: 100%;
  max-width: clamp(45rem, 50vw, 60rem);
  padding: clamp(2.5rem, 2.9166666667vw, 3.5rem) clamp(2rem, 2.9166666667vw, 3.5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  transform: translateY(1rem) scale(0.97);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.contact-popup__close {
  position: absolute;
  top: clamp(0.875rem, 1.0416666667vw, 1.25rem);
  right: clamp(0.875rem, 1.0416666667vw, 1.25rem);
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  font-size: 2.5rem;
  line-height: 1;
  color: var(--ZZZ-Text);
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.25s ease;
}
.contact-popup__close:hover {
  opacity: 1;
}
.contact-popup__logo {
  margin-bottom: clamp(1.25rem, 1.4583333333vw, 1.75rem);
}
.contact-popup__logo img {
  width: clamp(5rem, 8.3333333333vw, 10rem);
  height: auto;
}
.contact-popup__desc {
  margin: 0 0 clamp(1.25rem, 1.4583333333vw, 1.75rem);
  color: var(--ZZZ-Text);
  line-height: 1.75;
  text-align: left;
  width: 100%;
}
.contact-popup__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 0.8333333333vw, 1rem);
}
.contact-popup__list li {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: clamp(1.125rem, 1.25vw, 1.5rem);
  font-weight: 300;
  color: var(--ZZZ-Text);
  line-height: 1.5;
}
.contact-popup__list li a {
  color: var(--ZZZ-Text);
  text-decoration: none;
}
.contact-popup__list li a:hover {
  text-decoration: underline;
}
.contact-popup__icon {
  width: clamp(1.125rem, 1.25vw, 1.5rem);
  height: clamp(1.125rem, 1.25vw, 1.5rem);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ZZZ-Text);
}
@media (max-width: 575px) {
  .contact-popup {
    padding: clamp(2rem, 2.2916666667vw, 2.75rem) clamp(1.25rem, 1.6666666667vw, 2rem);
  }
}

body.contact-popup-open {
  overflow: hidden;
}

.black-btn:hover.hover-orange {
  border-color: var(--Theory-Orange) !important;
  background-color: var(--Theory-Orange) !important;
  color: var(--White) !important;
}

/*animation styles*/
.animated-element {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animated-element.visible {
  opacity: 1;
  transform: none;
}
.animated-element.slide-left {
  transform: translateX(-100px);
}
.animated-element.slide-left.visible {
  transform: translateX(0);
}
.animated-element.slide-right {
  transform: translateX(100px);
}
.animated-element.slide-right.visible {
  transform: translateX(0);
}
.animated-element.zoom {
  transform: scale(0.8);
}
.animated-element.zoom.visible {
  transform: scale(1);
}
.animated-element.width-left {
  opacity: 1 !important;
  transform: none !important;
  transition: none;
}
.animated-element.width-left.visible::before {
  width: 0%;
}
.animated-element.width-left.visible::before.visible {
  width: 100%;
}
.animated-element.width-left.visible::before {
  transition: width 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animated-element.width-right {
  opacity: 1 !important;
  transform: none !important;
  transition: none;
}
.animated-element.width-right::before {
  left: auto;
  right: 0;
}
.animated-element.width-right.visible::before {
  width: 0%;
}
.animated-element.width-right.visible::before.visible {
  width: 100%;
}
.animated-element.width-right.visible::before {
  transition: width 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animated-element.rotate {
  transform: rotate(-180deg) scale(0.5);
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animated-element.rotate.visible {
  transform: rotate(0) scale(1);
}
.animated-element.fade-only {
  opacity: 0;
}
.animated-element.fade-only.visible {
  opacity: 1;
}
.animated-element.fade-only {
  transform: none !important;
}
.stagger-parent .animated-element:nth-child(1) {
  transition-delay: 0.1s;
}
.stagger-parent .animated-element:nth-child(2) {
  transition-delay: 0.2s;
}
.stagger-parent .animated-element:nth-child(3) {
  transition-delay: 0.3s;
}
.stagger-parent .animated-element:nth-child(4) {
  transition-delay: 0.4s;
}
.stagger-parent .animated-element:nth-child(5) {
  transition-delay: 0.5s;
}

.animated-element.fast {
  transition-duration: 0.4s;
}
.animated-element.slow {
  transition-duration: 1.2s;
}
.animated-element.bounce {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@media (max-width: 768px) {
  .animated-element {
    transform: translateY(30px);
  }
  .animated-element.slide-left, .animated-element.slide-right {
    transform: translateX(0) translateY(30px);
  }
  .animated-element.slide-left.visible, .animated-element.slide-right.visible {
    transform: translateX(0) translateY(0);
  }
  .animated-element {
    transform: translateY(30px);
  }
  .animated-element.visible {
    transform: translateY(0);
  }
}
@keyframes spin-360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spin-slow {
  animation: spin-360 20s linear infinite;
  -webkit-animation: spin-360 20s linear infinite;
  transform-origin: center center;
  will-change: transform;
}

/* Add this modifier to reverse on hover */
.spin-slow--hover-reverse:hover {
  animation-direction: reverse;
  -webkit-animation-direction: reverse;
}

/* Utility to make the spin reversed by default */
.spin-slow--reverse {
  animation-direction: reverse;
  -webkit-animation-direction: reverse;
}

/* small bounce animations */
@keyframes bounce-up-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounce-up-down {
  display: inline-block;
  animation: bounce-up-down 1.6s ease-in-out infinite;
  will-change: transform;
}

.bounce-up-down--hover-reverse {
  display: inline-block;
  transition: transform 0.2s linear;
}

.bounce-up-down--hover-reverse:hover {
  animation: bounce-up-down 1.2s ease-in-out infinite reverse;
}

/*responsive styles*/
@media (max-width: 1199px) {
  .lth-cards .cards-container .lth-cards-outer .lt-card, .lth-cards .cards-container .lth-cards-outer .lt-card .wrapper, .lth-cards .cards-container .lth-cards-outer .lt-card .card, .lth-cards .cards-container .lth-cards-outer .lt-card .card > div {
    width: 250px;
    height: 380px;
  }
}
@media (max-width: 1080px) {
  .lth-cards .cards-container .lth-cards-outer .lt-card, .lth-cards .cards-container .lth-cards-outer .lt-card .wrapper, .lth-cards .cards-container .lth-cards-outer .lt-card .card, .lth-cards .cards-container .lth-cards-outer .lt-card .card > div {
    width: 220px;
    height: 320px;
  }
}
@media (max-width: 991px) {
  html {
    overflow-x: hidden;
  }
  .lth-cards .cards-container .lth-cards-outer .lt-card, .lth-cards .cards-container .lth-cards-outer .lt-card .wrapper, .lth-cards .cards-container .lth-cards-outer .lt-card .card, .lth-cards .cards-container .lth-cards-outer .lt-card .card > div {
    width: 180px;
    height: 280px;
  }
  .lth-middle.mb-sec-diverse .sticky-box-outer {
    width: 100%;
  }
  .lth-middle.mb-sec-diverse .sticky-box {
    position: relative;
    top: auto;
  }
  .form-modal .modal-dialog {
    max-width: calc(100% - 80px);
  }
}
/*create scss structure*/
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 25px;
  }
  .site-header {
    padding: 0;
  }
  .site-header .navbar-brand .brand-logo img {
    width: 40px;
  }
  .home-hero {
    height: 85vh;
  }
  .home-hero .hero-slide {
    width: 100%;
    height: 85vh;
  }
  .home-hero .hero-slide.slide-2 {
    display: none;
  }
  .home-hero .hero-slide .slider-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .home-hero .hero-slide .slider-content .slider-txt {
    width: 100%;
  }
  .home-hero .hero-slide .slider-content .slider-txt .title-96 {
    text-align: left;
    line-height: 1.1;
    margin-top: 30px;
  }
  .home-hero .hero-slide .slider-content .slider-txt p {
    text-align: left;
  }
  .home-hero .hero-slide .scroll-down-arrow {
    right: auto;
    left: 25px;
    width: 40px;
    height: 40px;
  }
  .home-about {
    padding: 80px 0;
  }
  .home-about .about-img {
    width: 100vh;
    top: 0;
    right: -50vw;
    rotate: 32deg;
    opacity: 0.03;
  }
  .home-about .about-txt-inner .p-50,
  .home-about .about-txt-inner .p-32 {
    padding: 0;
  }
  .home-story .container .inner {
    width: 100%;
  }
  .home-story .container .inner.txt .text-in {
    max-width: 320px;
  }
  .home-meaningful-work .work-slide .slider-content .slider-txt {
    width: 100%;
  }
  .home-meaningful-work .work-slide .slider-content .slider-txt p {
    margin-bottom: 30px !important;
  }
  .home-meaningful-work,
  .home-meaningful-work .work-slide {
    height: 60vh;
    min-height: 600px;
  }
  .theoryish-hero .hero-slide .hero-img {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 80vh;
    margin-left: -10vh;
  }
  .theoryish-hero {
    padding-top: 80px;
  }
  .theoryish-hero .hero-slide .hero-txt {
    width: 100%;
    left: 0;
    bottom: 40px;
    padding: 0 25px;
    z-index: 2;
  }
  .site-header.theory-ish-header {
    background: var(--ZZZ-Text);
    backdrop-filter: unset;
  }
  .theoryish-hero .hero-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(1, 1, 1, 0.2) 50%, rgba(1, 1, 1, 0.8) 100%);
    z-index: 1;
  }
  .home-our-approach .approach-caption {
    font-size: 16px;
    margin: 0;
  }
  .home-our-approach .approach-img {
    width: 100%;
    margin: 30px 0;
  }
  .home-policies {
    overflow: hidden;
  }
  .home-policies .top img,
  .home-policies .bottom img {
    width: 200vw;
    margin-left: -50vw;
  }
  .site-footer.theoryish-footer .footer-top {
    flex-direction: column-reverse;
  }
  .site-footer.theoryish-footer .footer-top .lft .fbt {
    font-size: 30px;
    font-weight: 600;
    word-break: break-all;
    margin-top: 10px;
  }
  .theory-ish-footer .footer-desc,
  .theory-ish-footer .footer-copy {
    text-align: left;
  }
  .sc-hero {
    height: 100vh;
    height: 100svh;
    min-height: 660px;
  }
  .home-meaningful-work.conversation-spc,
  .home-meaningful-work.conversation-spc .work-slide {
    height: 50vh;
    min-height: 400px;
  }
  .home-meaningful-work.conversation-spc .work-img,
  .home-meaningful-work.conversation-spc .img-inner,
  .home-meaningful-work.conversation-spc .work-slide .work-img,
  .home-meaningful-work.conversation-spc .work-slide .img-inner {
    height: 100%;
    min-height: auto;
  }
  .home-meaningful-work.conversation-spc .work-img img,
  .home-meaningful-work.conversation-spc .img-inner img,
  .home-meaningful-work.conversation-spc .work-slide .work-img img,
  .home-meaningful-work.conversation-spc .work-slide .img-inner img {
    -o-object-position: left;
    object-position: left;
  }
  .sc-evenings {
    height: auto;
  }
  .sc-evenings__panel {
    flex: 0 0 auto;
  }
  .site-footer.theoryish-footer.spice-footer .theory-ish-footer .lft-outer {
    flex-direction: column;
  }
  .theoryish-hero .hero-slide {
    height: 620px;
  }
  .sc-hero__bg img.desktop-img {
    display: none;
  }
  .sc-hero__bg img.mobile-img {
    display: block;
  }
  .sc-hero__overlay {
    opacity: 0.75;
  }
  .sc-continued__heading br {
    display: none;
  }
}/*# sourceMappingURL=master.css.map */