/** Shopify CDN: Minification failed

Line 15:0 All "@import" rules must come first

**/
/*============================
==============================
    Fonts  
==============================
============================*/
html {
  scroll-behavior: smooth;
}

@import url("https://use.typekit.net/pdq8asr.css");

.heading,
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6,
th,
.badge,
.countdown-condensed__timer,
.prose :where(h1, h2, h3, h4, h5, h6) {
  font-family: "aw-conqueror-didot", serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  letter-spacing: -4px;
  text-transform: uppercase;
  line-height: 1.1;
}

h1, .h1 {
    font-size: 67px !important;
}

h2, .h2 {
    font-size: 50px !important;
}

h3, .h3 {
    font-size: 42px !important;
}

h4, .h4 {
    font-size: 33px !important;
}

h5, .h5 {
    font-size: 26px !important;
}

h6, .h6 {
    font-size: 20px !important;
}

.slideshow p {
    font-size: 18px !important;
}

@media screen and (max-width: 1149px) {
  h1, .h1 {
      font-size: 53px !important;
  }

  h2, .h2 {
      font-size: 42px !important;
  }

  h3, .h3 {
      font-size: 33px !important;
  }

  h4, .h4 {
      font-size: 26px !important;
  }

  h5, .h5 {
      font-size: 20px !important;
  }

  h6, .h6 {
      font-size: 18px !important;
  }

  .slideshow p {
      font-size: 16px !important;
  }
}

@media screen and (max-width: 699px) {

  .heading,
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6,
th,
.badge,
.countdown-condensed__timer,
.prose :where(h1, h2, h3, h4, h5, h6) {

  letter-spacing: -2px !important;

}
  h1, .h1 {
      font-size: 33px !important;
      letter-spacing: - 6px;
  }

  h2, .h2 {
      font-size: 28px !important;
  }

  h3, .h3 {
      font-size: 22px !important;
  }

  h4, .h4 {
      font-size: 18px !important;
  }

  h5, .h5 {
      font-size: 18px !important;
  }

  h6, .h6 {
      font-size: 16px !important;
  }

  .slideshow p {
      font-size: 16px !important;
  }
}

button.link, .link {
  display: inline-block;
  position: relative;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
}


button.link::after, .link::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

button.link:hover::after, .link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

p {
  max-width: 650px;
}
/*============================
==============================
    Header Main Menu  
==============================
============================*/

.header {
  column-gap: 0 !important;
}

.header__primary-nav {
  font-size: 16px;
  justify-content: flex-end;
}

.header__primary-nav ul.contents {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.header__primary-nav ul.contents .header__primary-nav-item {
  margin-left: 22px;
}

.header__primary-nav-item::before {
  height: 1px !important;
  inset-block-end: 20px !important;
}

@media screen and (max-width: 1000px) {
  .header__primary-nav {
  justify-content: flex-start;
  align-items: center;
}

  .header__primary-nav .unstyled-list {
    display: none !important;
  }
}

/*============================
==============================
    Header MEGA Menu  
==============================
============================*/

 .header__primary-nav ul.contents .header__primary-nav-item .mega-menu {
    --mega-menu-linklist-gap: .5rem 6.25rem;
    display: flex;
    justify-content: space-around;
}

.header__primary-nav ul.contents .header__primary-nav-item .mega-menu__linklist {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 5rem;
  margin-top: 1.5rem;
}

.header__primary-nav .mega-menu-title {
  font-weight: 800;
}

.header__secondary-nav {
  display: none !important;
}  

/*============================
==============================
    Footer  
==============================
============================*/

.footer {
    padding-block-end: 0 !important;
}

.footer-title {
    text-transform: uppercase;
    font-size: 15px;
}

.footer .link-faded {
    font-size: 17px;
}

.footer__block-list {
    justify-content: flex-start !important;
    width: 90%;
    margin: 0 auto;
}

.footer__block--links {
    margin-right: 5%;
}

.footer__block--image {
    margin-left: auto;
    max-width: 15rem !important;
    width: 40%; 
}

.footer__block--image img {
    width: 100%;
    height: auto;
}

.footer p.footer-title, .footer .heading.text-subdued.text-xxs {
font-family: var(--text-font-family) !important;
}

.footer .text-subdued {
text-align: center !important;
font-weight: 400 !important;
margin: 0 auto !important;
}

.footer__aside {
    display: initial !important;
    margin: 3rem 0 1rem 0;
}

@media (max-width: 1025px) {
  .footer__block--links {
    margin-right: 2%;
}

  .footer__block--image {
    width: 20%; 
  }
}


@media (max-width: 700px) {
  .footer__block--links {
    text-align: center;
}

  .footer__block--image {
    width: 44vw;
    max-width: 100% !important;
    margin: 5vw 16vw;
    order: -1 !important;
  }
}

/*=====================================
=======================================
***************************************
        Sitewide animations
***************************************
=======================================
======================================*/

.tsb-fade-in {
  opacity: 1;
  transform: none;
}

.shopify-design-mode .tsb-fade-in  {
  opacity: 1 !important;
  transform: none !important;
}

/*=====================================
=======================================
***************************************
             Homepage 
***************************************
=======================================
======================================*/

.slideshow__next-section-button {
  display: none !important;
}

#shopify-section-header,
.shopify-section--header,
header-section,
header,
.header {
  z-index: 999 !important;
}

.header-sidebar__main-panel {
  z-index: 9999 !important;
}

/*============================
==============================
    Custom ATF Video  
==============================
============================*/
  .atf-video video-media {
    height: calc(100vh + 28px);
  }

  .page-our-work .atf-video video-media, .page-services .atf-video video-media {
    height: calc(70vh + 28px) !important;
  }

  /* Fade-in animation base state */
.tsb-fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* When visible */
.tsb-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.atf-video {
  position: relative;
}

/* Your original content layout preserved */
.atf-video__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 2rem 0 2rem !important;
  width: 100%;
  max-width: 100% !important;
  text-align: left;
}

.atf-video__content .prose {
  width: 100%;
}

.button-group {
  margin-top: 2rem;
  display: flex;
  gap: 1.25rem;
}

@media (max-width: 650px) {

  .atf-video video-media {
    height: 66vh !important;
  }

    .page-our-work .atf-video video-media, .page-services .atf-video video-media {
    height: calc(40vh + 28px) !important;
  }

  .atf-video .atf-video__content {
    padding-bottom: 0 !important;
  }

  .atf-video h1 {
    font-size: 27px !important;
    line-height: 1.3;
  }

  .atf-video p {
    max-width: 90%;
    margin: 15px 0;
  }

  .button-group {
  margin-top: initial;
  }
}

@media (max-width: 400px) {

  .atf-video h1 {
    font-size: 24px !important;
    line-height: 1.3;
  }
}

/*============================
==============================
Image Slider Horizontal Scroll 
==============================
============================*/
.tsb-gsap-carousel .tsb-fade-in:nth-child(1) { transition-delay: 0.15s; }
.tsb-gsap-carousel .tsb-fade-in:nth-child(2) { transition-delay: 0.3s; }
.tsb-gsap-carousel .tsb-fade-in:nth-child(3) { transition-delay: 0.45s; }

.tsb-gsap-carousel {
  position: relative;
  padding: 60px 0 3rem 0;
  width: 100%;
  overflow: hidden;
}

.tsb-gsap-carousel__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.tsb-gsap-carousel__inner .section-text p {
  width: 90vw;
  max-width: 666px;
  margin: 10px 0;
}

.tsb-gsap-carousel__inner .link {
  margin-bottom: 30px;
}

/* VIEWPORT */
.tsb-gsap-carousel__viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* TRACK */
.tsb-gsap-carousel__track {
  display: flex;
  gap: 1vw;
  will-change: transform;
}

/* SLIDES */
.tsb-gsap-carousel__slide {
  position: relative;
  flex: 0 0 auto;
  width: 65vh;
  height: 65vh;
  overflow: hidden;
}

/* IMAGE */
.tsb-gsap-carousel__image,
.tsb-gsap-carousel__image-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ================================
   OVERLAY (BACKGROUND STATIC)
================================ */

.tsb-gsap-carousel__slide.has-overlay .tsb-carousel__card {
  position: absolute;
  inset: 0;
  padding: 40px;
  background: rgba(242, 242, 242, 0.6);

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;

  opacity: 0;
  transition: opacity 220ms ease;

  /* NEW: don't let hidden overlay block taps */
  pointer-events: none;
}

/* Desktop hover reveal */
@media (hover: hover) {
  .tsb-gsap-carousel__slide.has-overlay:hover .tsb-carousel__card {
    opacity: 1;
    pointer-events: auto;
  }
}

/* NEW: Mobile tap-to-open state */
.tsb-gsap-carousel__slide.has-overlay.is-open .tsb-carousel__card {
  opacity: 1;
  pointer-events: auto;
}

/* ================================
   TEXT ANIMATION (EDITORIAL)
================================ */

.tsb-carousel__card > * {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 360ms ease,
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

/* Staggered timing */
.tsb-carousel__card-title {
  transition-delay: 60ms;
}

.tsb-carousel__card-body {
  transition-delay: 120ms;
}

.tsb-carousel__card .link {
  transition-delay: 180ms;
}

/* Desktop hover animates text in */
@media (hover: hover) {
  .tsb-gsap-carousel__slide.has-overlay:hover .tsb-carousel__card > * {
    opacity: 1;
    transform: translateY(0);
  }
}

/* NEW: Mobile open animates text in */
.tsb-gsap-carousel__slide.has-overlay.is-open .tsb-carousel__card > * {
  opacity: 1;
  transform: translateY(0);
}

/* Typography refinements */
.tsb-carousel__card-title {
  margin-bottom: 6px;
}

.tsb-carousel__card-body {
  max-width: 90%;
}

.tsb-carousel__card .link {
  margin-top: 8px;
  width: fit-content;
}

/* ================================
   TABLET
================================ */

@media (max-width: 1025px) {
  .tsb-gsap-carousel__inner .section-text {
    margin: 10px 0;
  }

  .tsb-gsap-carousel__inner .link {
    margin-bottom: 20px;
  }

  .tsb-gsap-carousel {
    padding: 50px 0 50px 0;
  }

  .tsb-gsap-carousel__viewport {
    overflow: hidden;
  }

  .tsb-gsap-carousel__track {
    will-change: initial;
  }

  .tsb-gsap-carousel__slide {
    width: 62vw;
    height: 93vw;
  }

  .tsb-gsap-carousel__viewport:active {
    cursor: grabbing;
  }
}


/* ================================
            MOBILE 
================================ */
@media (max-width: 650px) {
  .tsb-gsap-carousel__inner .section-text {
    margin: 5px 0;
  }

  .tsb-gsap-carousel__inner .link {
    margin-bottom: 15px;
  }

  .tsb-gsap-carousel {
    padding: 30px 0 50px 0;
  }

  .tsb-gsap-carousel__viewport {
    overflow: hidden;
  }

  .tsb-gsap-carousel__track {
    will-change: initial;
  }

  .tsb-gsap-carousel__slide {
    width: 90vw;
    height: 135vw;
  }

  .tsb-gsap-carousel__viewport:active {
    cursor: grabbing;
  }

  .tsb-gsap-carousel__slide.has-overlay .tsb-carousel__card {
  padding: 10px 25px;
  gap: 10px;
  }

  .tsb-gsap-carousel__slide.has-overlay .tsb-carousel__card h4 {
    font-size: 26px !important;
  }

  .tsb-carousel__card-body {
    max-width: 100%;
    font-size: 14px;
  }
}

/* @media (hover: none) {
  .tsb-gsap-carousel__slide.has-overlay::after {
    content: "Tap for details";
    position: absolute;
    bottom: 16px;
    left: 16px;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(255,255,255,0.8);
    padding: 6px 10px;
  }

  .tsb-gsap-carousel__slide.has-overlay.is-open::after {
    display: none;
  }
} */


/*================================================
==================================================
          Custom Image + Text (50/50)  
==================================================
================================================*/
.image-text-rows__content .tsb-fade-in:nth-child(1) { transition-delay: 0.15s; }
.image-text-rows__content .tsb-fade-in:nth-child(2) { transition-delay: 0.3s; }
.image-text-rows__content .tsb-fade-in:nth-child(3) { transition-delay: 0.5s; }

.image-text-rows {
  position: relative;
}

/* Blocks container */
.image-text-rows__blocks {
  display: flex;
  flex-direction: column;
}

/* Each block */
.image-text-rows__block {
  width: 100%;
}

/* Row layout */
.image-text-rows__block-inner {
  height: clamp(480px, 50vw, 900px);
  display: flex;
  align-items: stretch;
}

/* Image left / right toggle */
.image-text-rows__block-inner--reverse {
  flex-direction: row-reverse;
}

/* Columns */
.image-text-rows__media,
.image-text-rows__content {
  width: 50%;
}

/* Image column */
.image-text-rows__media {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Placeholder */
.image-text-rows__media--placeholder {
  background: #f4f4f4;
}

.image-text-rows__image-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Text column */
.image-text-rows__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
}

.image-text-rows__title {
  max-width: 555px !important;
}

.image-text-rows__body {
  max-width: 450px;
  margin: 20px 0 0 0;
}

.image-text-rows__links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* Responsive */
@media (max-width: 999px) {
  .image-text-rows__block-inner {
    flex-direction: column;
    height: auto;
    gap: 24px;
  }

  .page-   .image-text-rows__block-inner {
    padding-bottom: 50px;
  }

  .image-text-rows__media,
  .image-text-rows__content {
    width: 100%;
  }

  .image-text-rows__media {
    height: 100vw;
    min-height: 260px;
  }

  .image-text-rows__content {
    padding: 32px 24px;
  }
    .image-text-rows__content p {
    margin-bottom: 20px;
  }
}

@media (max-width: 749px) {
  .image-text-rows__blocks {
    gap: 32px;
  }

  .page-  .image-text-rows__blocks {
    gap: 0;
  }

  .image-text-rows__content {
    padding: 28px 20px;
  }
}


/*================================================
==================================================
              'Our Work' All Page  
==================================================
================================================*/

.tsb-work-all .container {
  width: 100%;
  max-width: 2400px;
  padding: 0 3rem;
  margin: 0 auto;
}

.tsb-work-all-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tsb-work-item {
  width: calc(50% - .5rem);
  position: relative;
  margin-bottom: 1rem;
}

.tsb-work-card__content {
  position: absolute;
  inset: 0;
  padding: 40px;
  background: rgba(242, 242, 242, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  transition: opacity 220ms ease;
  opacity: 0;
}

.tsb-work-item:hover .tsb-work-card__content {
  opacity: 1;
}

.tsb-work-card__cta {
  text-decoration: underline;
  font-weight: bold;
}

@media (max-width: 899px) {
  .tsb-work-all .container {
  padding: 0 1rem;
  }
  .tsb-work-item {
  width: 100%;
  }
  .tsb-work-card__content {
  position: initial;
  opacity: 1;
  background: initial;
  padding: 20px 0 10px 0;
  margin-bottom: 20px;
  }

  .tsb-work-card__excerpt {
    font-size: 14px;
  }
}

/*================================================
==================================================
              'Our Work' Single Page  
==================================================
================================================*/
.tsb-work-item-page {
  padding: 0 2rem;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}

.tsb-container {
  padding: 1rem 1rem;
}

.tsb-breadcrumbs {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  margin-left: 5px;
}

.tsb-work-item__title {
  position: relative;
  z-index: 2;
  margin: 15px 0 10px 0;
}

.tsb-work-item__description {
  max-width: 777px;
}

/* =========================
   HORIZONTAL GALLERY
========================= */
.tsb-work-horizontal {
  width: 100%;
  height: 86.5vh;
  overflow: hidden;
  position: relative;
  margin-top: 2rem;
}

.tsb-work-horizontal__track {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  height: 100%;
  will-change: transform;
}

.tsb-work-horizontal__slide {
  height: 100%;
  flex: 0 0 auto;
}

/* Desktop: images keep natural aspect, fill height */
.tsb-work-horizontal__img {
  height: 100%;
  width: auto;
  object-fit: cover;
  display: block;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 899px) {
  .tsb-work-item-page { padding: 0; }

  .tsb-breadcrumbs { font-size: 11px; }

  .tsb-work-item__title { margin: 10px 0 6px 0; }
  
  .tsb-work-item__description { font-size: 13px; }

  /* Make the gallery feel like the homepage carousel proportions */
  .tsb-work-horizontal {
    width: 100%;
    height: 135vw; /* similar to your 90vw x 135vw ratio */
    margin-top: 1rem;
  }

  .tsb-work-horizontal__slide {
    width: 90vw;
    height: 100%;
  }

  /* Mobile: image fills the portrait frame */
  .tsb-work-horizontal__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/*================================================
==================================================
              Contact Page  
==================================================
================================================*/

.page-contact #shopify-section-sections--25846505439513__image_with_text_overlay_jtTRYq {
  display:none;
}

/*================================================
==================================================
              Slide Up animation 
==================================================
================================================*/

.tsb2-panel { position: relative; width: 100%; max-width: 100%; left: 0; right: 0; }
.tsb2-panel, .tsb2-panel * { box-sizing: border-box; }



/*================================================
==================================================
              Site loader 
==================================================
================================================*/
#tsb-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #9fb3c9;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(0);
  transition: transform 0.7s cubic-bezier(0.65, 0, 0.35, 1);
}

.tsb-loader__logo {
  width: 222px;
  height: 222px;

  background-image: url("/cdn/shop/files/Logo_Stacked.svg?v=1772110729");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  transition: opacity 0.2s ease;
}

#tsb-loader.is-hidden {
  transform: translateY(100%);
}

#tsb-loader.is-hidden .tsb-loader__logo {
  opacity: 0;
}