/** Shopify CDN: Minification failed

Line 715:0 Unexpected "}"

**/
  /* Font loading optimization with multiple formats */
  @font-face {
    font-family: 'Pontano Sans Light';
    src: url('{{ "pontano-sans-latin-300-normal.woff2" | asset_url }}') format('woff2'),
         url('{{ "pontano-sans-latin-300-normal.woff" | asset_url }}') format('woff'),
         url('{{ "PontanoSans-Light.ttf" | asset_url }}') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.our-story-page {
  background-color: #535442;
  min-height: 100vh;
  width: 100%;
  margin: 0;
  position: relative;
}

.our-story-page .our-story-logo {
  position: absolute;
  top: 50px;
  left: 80px;
  z-index: 100;
  display: block;
  pointer-events: auto;
}

/* Medium screens */
@media (max-width: 1024px) {l
  .our-story-page .our-story-logo {
    left: 40px;
  }
}

/* Medium screens */
@media (max-width: 768px) {
  .our-story-page .our-story-logo {
    left: 14px;
    top: 14px;
  }
}

.our-story-page .portfolio-logo-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.our-story-page .portfolio-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Portfolio Detail Hero Styles */
.our-story-page .our-story-hero {
  width: 100vw;
  height: 400px;
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.our-story-page .hero-content {
  position: absolute;
  bottom: -36px;
  right: 12px;
}

.our-story-page .hero-caption {
  color: var(--Greige, #C7BDB3);
  text-align: right;
  font-family: "Pontano Sans";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 11px; /* 100% */
  text-align: right;
  font-family: "Pontano Sans";  
}

.our-story-page .our-story-content {
  background-color: #535442;
  width: 100vw;
  padding: 75px 100px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.our-story-page .content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.our-story-page .content-title h1 {
  font-family: 'ABC Arizona Flare', 'Arizona Flare', Georgia, serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #C7BDB3;
  margin: 0;
  text-align: left;
  vertical-align: top;
}

.our-story-page .content-description {
  max-width: 1124px;
}

.our-story-page .content-description p {
  font-family: 'Pontano Sans Light', Arial, sans-serif;
  font-weight: 200;
  font-size: 14px;
  line-height: 1.7142857142857142em;
  color: #FFFFFF;
  margin: 0;
  text-align: left;
  vertical-align: top;
}

.our-story-page .content-buttons {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  padding-top: 20px;
}

.our-story-page .content-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 2px;
  text-decoration: none;
  font-family: 'ABC Arizona Flare', 'Arizona Flare', Georgia, serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #1C1C1C;
  text-align: center;
  vertical-align: top;
  transition: all 0.3s ease;
}

.our-story-page .content-btn:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.our-story-page .portfolio-tile {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  display: flex;
  flex-direction: row;
  height: 885px;
  align-items: stretch;
}

.our-story-page .portfolio-tile.image-right {
  flex-direction: row-reverse;
}

.our-story-page .portfolio-tile .tile-image {
  width: 720px;
  height: 885px;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  flex-shrink: 0;
}

.our-story-page .portfolio-tile .tile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.our-story-page .portfolio-tile .image-caption {
  position: relative;
  z-index: 2;
  padding: 12px 20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}

.our-story-page .portfolio-tile .image-caption span {
  font-family: 'Pontano Sans Medium', Arial, sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 11px;
  text-transform: capitalize;
  color: #1C1C1C;
  text-align: left;
  vertical-align: top;
}

.our-story-page .portfolio-tile.image-right .image-caption span {
  text-align: right;
}

.our-story-page .portfolio-tile .tile-content {
  flex: 1;
  height: 885px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 100px;
  box-sizing: border-box;
}

.our-story-page .portfolio-tile .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.our-story-page .portfolio-tile .content-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.our-story-page .portfolio-tile .content-text p {
  font-family: 'Pontano Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7142857142857142em;
  color: #1C1C1C;
  margin: 0;
  text-align: left;
  vertical-align: top;
  max-width: 519px;
}

/* Light background tile content styling */
.our-story-page .portfolio-tile .tile-content[style*="#C7BDB3"] .content-text p,
.our-story-page .portfolio-tile .tile-content[style*="#c7bdb3"] .content-text p {
  color: #1C1C1C;
}

.our-story-page .portfolio-tile .tile-content[style*="#C7BDB3"] .involvement-title h3,
.our-story-page .portfolio-tile .tile-content[style*="#c7bdb3"] .involvement-title h3 {
  color: #1C1C1C;
}

.our-story-page .location-item h4 {
  font-family: 'ABC Arizona Flare', 'Arizona Flare', Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 0 10px 0;
}

.our-story-page .location-item p {
  font-family: 'Pontano Sans', Arial, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.5;
}

/* Portfolio Detail Half Tile Styles */
.our-story-page .our-story-half-tile-1,
.our-story-page .our-story-half-tile-2 {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  display: flex;
  flex-direction: row;
  height: 889px;
  align-items: stretch;
  justify-content: center;
}

.our-story-page .our-story-half-tile-1 .half-tile-container,
.our-story-page .our-story-half-tile-2 .half-tile-container {
  width: 1440px;
  max-width: 1440px;
  display: flex;
  flex-direction: row;
  height: 889px;
  align-items: stretch;
}

.our-story-page .our-story-half-tile-2 {
  flex-direction: row;
}

.our-story-page .our-story-half-tile-1 .half-tile-image,
.our-story-page .our-story-half-tile-2 .half-tile-image {
  max-width: 545px;
  max-height: 691px;
  position: relative;
  margin: auto auto;
}

.our-story-page .our-story-half-tile-1 .half-tile-image img,
.our-story-page .our-story-half-tile-2 .half-tile-image img {
  object-fit: cover;
  position: relative;
  top: auto;
  left: auto;
}

.our-story-page .our-story-half-tile-1 .image-caption,
.our-story-page .our-story-half-tile-2 .image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 12px 20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}

.our-story-page .our-story-half-tile-1 .image-caption span,
.our-story-page .our-story-half-tile-2 .image-caption span {
  font-family: 'Pontano Sans', Arial, sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 1em;
  text-transform: uppercase;
  color: #1C1C1C;
  text-align: left;
  vertical-align: top;
}

.our-story-page .our-story-half-tile-2 .image-caption span {
  text-align: right;
}

.our-story-page .our-story-half-tile-1 .half-tile-content,
.our-story-page .our-story-half-tile-2 .half-tile-content {
  width: 730px;
  height: 889px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 100px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.our-story-page .our-story-half-tile-1 .content-wrapper,
.our-story-page .our-story-half-tile-2 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  gap: 45px;
}

.our-story-page .our-story-half-tile-1 .content-text,
.our-story-page .our-story-half-tile-2 .content-text {
  max-width: 520px;
  width: 100%;
  height: auto;
}

.our-story-page .our-story-half-tile-1 .content-text p,
.our-story-page .our-story-half-tile-2 .content-text p {
  font-family: 'Pontano Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7142857142857142em;
  color: #1C1C1C;
  margin: 0;
  text-align: left;
  vertical-align: top;
}

.our-story-page .our-story-half-tile-1 .involvement-section,
.our-story-page .our-story-half-tile-2 .involvement-section {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.our-story-page .our-story-half-tile-1 .involvement-title,
.our-story-page .our-story-half-tile-2 .involvement-title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 0;
}

.our-story-page .our-story-half-tile-1 .involvement-title h3,
.our-story-page .our-story-half-tile-2 .involvement-title h3 {
  font-family: 'Pontano Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3571428571428572em;
  color: #1C1C1C;
  margin: 0;
  text-align: left;
  vertical-align: top;
}

.our-story-page .our-story-half-tile-1 .involvement-tags,
.our-story-page .our-story-half-tile-2 .involvement-tags {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.our-story-page .our-story-half-tile-1 .tags-row,
.our-story-page .our-story-half-tile-2 .tags-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.our-story-page .our-story-half-tile-1 .involvement-tag,
.our-story-page .our-story-half-tile-2 .involvement-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  font-family: 'ABC Arizona Flare', 'Arizona Flare', Georgia, serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 0.8571428571428571em;
  color: #1C1C1C;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.our-story-page .our-story-half-tile-1 .involvement-tag:hover,
.our-story-page .our-story-half-tile-2 .involvement-tag:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Portfolio Detail Half Tile 2 - Location specific styling */
.our-story-page .our-story-half-tile-2 .locations-section {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.our-story-page .our-story-half-tile-2 .locations-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 70px;
  max-width: 535px;
}

.our-story-page .our-story-half-tile-2 .location-item {
  display: flex;
  flex-direction: column;
}

.our-story-page .our-story-half-tile-2 .location-text {
  font-family: 'Pontano Sans', Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #1C1C1C;
  margin: 0;
  text-align: left;
  vertical-align: top;
  white-space: pre-line;
}

/* Portfolio Detail Hero 2 Styles */
.our-story-page .our-story-hero-2 {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  position: relative;
  height: 886px;
  overflow: hidden;
  background-color: #C7BDB3;
}

.our-story-page .our-story-hero-2 .hero-image-container {
  width: 100%;
  height: 886px;
  position: relative;
  overflow: hidden;
}

.our-story-page .our-story-hero-2 .hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.our-story-page .our-story-hero-2 .hero-overlay {
max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

.our-story-page .our-story-hero-2 .hero-title {
  color: var(--Off-Black, #1C1C1C);
  font-family: "ABC Arizona Flare";
  font-size: 30px;
  font-style: normal;
  text-align: left;
  font-weight: 100;
  letter-spacing: -0.1px;
  line-height: 30px; /* 100% */
  text-transform: uppercase;
}

.our-story-page .our-story-hero-2 .hero-subtitle {
  color: var(--Off-Black, #1C1C1C);
  font-family: "Pontano Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400; /* 164.286% */
  text-align: left;
  padding: 0 0 0 2px;
}

/* Portfolio Detail Navigation Styles */
.our-story-page .our-story-navigation {
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: block;
}

.our-story-page .nav-container {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  padding: 12px 30px;
  backdrop-filter: blur(10px);
}

.our-story-page .nav-items {
  display: flex;
  align-items: center;
  gap: 30px;
}

.our-story-page .nav-item {
  font-family: 'ABC Arizona Flare', 'Arizona Flare', Georgia, serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1em;
  color: #1C1C1C;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  transition: opacity 0.3s ease;
}

.our-story-page .nav-item:hover {
  opacity: 0.7;
}

.our-story-page .nav-item.active {
  opacity: 1;
}

/* Responsive Design */
@media (max-width: 1439px) {
  .our-story-page .our-story-half-tile-1 .half-tile-container,
  .our-story-page .our-story-half-tile-2 .half-tile-container {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    height: auto;
  }
  
  .our-story-page .our-story-half-tile-1 .half-tile-image,
  .our-story-page .our-story-half-tile-1 .half-tile-content,
  .our-story-page .our-story-half-tile-2 .half-tile-image,
  .our-story-page .our-story-half-tile-2 .half-tile-content {
    width: 100%;
    height: 500px;
  }
    
  .our-story-page .our-story-half-tile-1 .half-tile-image img,
  .our-story-page .our-story-half-tile-2 .half-tile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .our-story-page .our-story-hero-2 .hero-content {
    left: 10%;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 42px; /* 105% */
  }
  
  .our-story-page .our-story-content {
    padding: 50px;
  }
}

/* Hide on mobile and tablet */
@media (max-width: 1024px) {
  .our-story-page .our-story-navigation {
    display: none;
  }
}

@media (max-width: 768px) {
  .our-story-page .our-story-hero,
  .our-story-page .our-story-hero-2 {
    height: 300px;
  }
  
  .our-story-page .our-story-hero-2 .hero-content {
    display: flex;
    flex-direction: column;
  }
  
  .our-story-page .our-story-hero-2 .hero-title {
    font-size: 30px;
    line-height: .9em;
  }
  
  .our-story-page .our-story-hero-2 .hero-subtitle {
    font-size: 14px;
    width: 100%;
    line-height: 1.5em;
    letter-spacing: -0.1px
  }

  
  .our-story-page .our-story-content {
    padding: 54px 0 40px 20px;
    margin-left: 0px;
    margin-right: 10px;
    width: 100%;

  }
  }
  
  .our-story-page .content-title h1 {
    color: var(--Greige, #C7BDB3);
    font-size: 36px;  
  }
  
  .our-story-page .content-description {
    max-width: 100%;
  }
  
  .our-story-page .content-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .our-story-page .involvement-tags .tags-row {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .our-story-page .locations-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .our-story-page .our-story-half-tile-1 .half-tile-content,
  .our-story-page .our-story-half-tile-2 .half-tile-content {
    padding: 50px;
    height: auto;

  }
  
}

/* Portfolio Hero Section Styles */
body.portfolio-layout .tsc-portfolio-hero {
  background-color: #C7BDB3;
  padding: 120px 0 0 0;
  margin: 0;
  width: 100%;
  min-height: 100vh;
  position: relative;
  font-family: 'Pontano Sans', Arial, sans-serif;
}

/* Copy Block Styles */
body.portfolio-layout .portfolio-copy-block {
  width: 100%;
  padding: 60px 0;
  display: flex;
  justify-content: center;
}

body.portfolio-layout .portfolio-copy {
  width: 1341px;
  max-width: calc(100% - 100px);
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

body.portfolio-layout .portfolio-title {
  font-family: 'ABC Arizona Flare', 'Arizona Flare', Georgia, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1em;
  text-transform: uppercase;
  color: #1C1C1C;
  margin: 0;
  width: 100%;
}

body.portfolio-layout .portfolio-description {
  font-family: 'Pontano Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714285714286em;
  color: #1C1C1C;
  margin: 0;
  width: 100%;
  max-width: 1341px;
}

/* Filter Tabs Styles */
body.portfolio-layout .portfolio-tabs {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 50px 12px;
  display: flex;
  align-items: center;
  gap: 24px;
  box-sizing: border-box;
}

body.portfolio-layout .filter-label {
  font-family: 'Pontano Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3571428571428572em;
  color: #1C1C1C;
  margin: 0;
  flex-shrink: 0;
}

body.portfolio-layout .filter-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

body.portfolio-layout .filter-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  
  font-family: 'ABC Arizona Flare', 'Arizona Flare', Georgia, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 0.8571428571428571em;
  text-transform: capitalize;
  color: #1C1C1C;
}

body.portfolio-layout .filter-btn:hover,
body.portfolio-layout .filter-btn.active {
  background: rgba(255, 255, 255, 0.6);
  transform: translateY(-1px);
}

/* Portfolio Grid Styles */
body.portfolio-layout .portfolio-grid-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 50px;
}

body.portfolio-layout .portfolio-items-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 80px;
  margin-bottom: 0; /* Remove white gap between portfolio items and footer */
}

body.portfolio-layout .portfolio-item-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

body.portfolio-layout .portfolio-item {
  opacity: 1;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

body.portfolio-layout .portfolio-item.hidden {
  opacity: 0;
  pointer-events: none;
}

body.portfolio-layout .portfolio-item-image {
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: #f5f5f5;
  margin-bottom: 24px;
  position: relative;
}

body.portfolio-layout .portfolio-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  position: absolute;
  top: 0;
  left: 0;
}

body.portfolio-layout .portfolio-image-primary {
  opacity: 1;
  z-index: 1;
  transition: opacity 0.15s ease-in-out;
}

body.portfolio-layout .portfolio-image-hover {
  opacity: 0;
  z-index: 2;
  transition: opacity 0.3s ease-in-out;
}

body.portfolio-layout .portfolio-item:hover .portfolio-image-primary {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

body.portfolio-layout .portfolio-item:hover .portfolio-image-hover {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

/* Fallback for items without hover image */
body.portfolio-layout .portfolio-item:hover .portfolio-item-image:not(:has(.portfolio-image-hover)) img {
  transform: scale(1.05);
}

body.portfolio-layout .portfolio-item-placeholder {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-family: 'Pontano Sans', Arial, sans-serif;
  font-size: 14px;
}

body.portfolio-layout .portfolio-item-content {
  padding: 0;
}

body.portfolio-layout .portfolio-item-title {
  font-family: 'ABC Arizona Flare', 'Arizona Flare', Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 12px 0;
  color: #1C1C1C;
}

body.portfolio-layout .portfolio-item-description {
  font-family: 'Pontano Sans', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #666;
  margin: 0;
}

/* Responsive Design */
@media screen and (max-width: 1439px) {
  body.portfolio-layout .portfolio-copy {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 768px) {
  body.portfolio-layout .portfolio-header {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 30px 20px;
  }

  body.portfolio-layout .portfolio-nav {
    position: static;
    transform: none;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 15px;
  }

  body.portfolio-layout .portfolio-copy {
    padding: 0 20px;
  }

  body.portfolio-layout .portfolio-title {
    font-size: 32px;
  }

  body.portfolio-layout .portfolio-description {
    font-size: 12px;
  }

  body.portfolio-layout .portfolio-tabs {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 30px 40px 12px;
  }

  body.portfolio-layout .filter-buttons {
    width: 100%;
    justify-content: flex-start;
  }
}

/* Grid Responsive Design */
@media (max-width: 1024px) {
  body.portfolio-layout .portfolio-grid-container {
    padding: 0 50px;
  }
  
  body.portfolio-layout .portfolio-items-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 60px;
    margin-bottom: 80px;
  }
}

@media (max-width: 768px) {
  body.portfolio-layout .portfolio-grid-container {
    padding: 0 50px;
  }
  
  body.portfolio-layout .portfolio-copy {
    margin-left: 50px;
  }
  
  body.portfolio-layout .portfolio-tabs {
    padding: 30px 50px 12px;
  }
  
  body.portfolio-layout .portfolio-items-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 40px;
    margin-bottom: 60px;
  }
  
  body.portfolio-layout .portfolio-item-title {
    font-size: 20px;
  }
}



.our-story-page .content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.our-story-page .content-title h1 {
  font-family: 'ABC Arizona Flare', 'Arizona Flare', Georgia, serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #C7BDB3;
  margin: 0;
  text-align: left;
  vertical-align: top;
}

.our-story-page .content-description {
  max-width: 1124px;
}

.our-story-page .content-description p {
  font-family: 'Pontano Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7142857142857142em;
  color: #FFFFFF;
  margin: 0;
  text-align: left;
  vertical-align: top;
}

.our-story-page .content-buttons {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  padding-top: 20px;
}

.our-story-page .content-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 2px;
  text-decoration: none;
  font-family: 'ABC Arizona Flare', 'Arizona Flare', Georgia, serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #1C1C1C;
  text-align: center;
  vertical-align: top;
  transition: all 0.3s ease;
}

.our-story-page .content-btn:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Portfolio Tile Styles */
.our-story-page .portfolio-tile {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  display: flex;
  flex-direction: row;
  height: 885px;
  align-items: stretch;
}

.our-story-page .portfolio-tile.image-right {
  flex-direction: row-reverse;
}

.our-story-page .portfolio-tile .tile-image {
  width: 720px;
  height: 885px;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  flex-shrink: 0;
}

.our-story-page .portfolio-tile .tile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.our-story-page .portfolio-tile .image-caption {
  position: relative;
  z-index: 2;
  padding: 12px 20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}

.our-story-page .portfolio-tile .image-caption span {
  font-family: 'Pontano Sans Medium', Arial, sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 11px;
  text-transform: capitalize;
  color: #1C1C1C;
  text-align: left;
  vertical-align: top;
}

.our-story-page .portfolio-tile.image-right .image-caption span {
  text-align: right;
}

.our-story-page .portfolio-tile .tile-content {
  flex: 1;
  height: 885px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 100px;
  box-sizing: border-box;
}

.our-story-page .portfolio-tile .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.our-story-page .portfolio-tile .content-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.our-story-page .portfolio-tile .content-text p {
  font-family: 'Pontano Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7142857142857142em;
  color: #1c1c1c;
  margin: 0;
  text-align: left;
  vertical-align: top;
  max-width: 519px;
}

.our-story-page .portfolio-tile .involvement-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
}

.our-story-page .portfolio-tile .involvement-title h3 {
  font-family: 'ABC Arizona Flare', 'Arizona Flare', Georgia, serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.1666666666666667em;
  color: #FFFFFF;
  margin: 0;
  padding-bottom: 10px;
  text-align: left;
  vertical-align: top;
}

.our-story-page .portfolio-tile .involvement-tags {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.our-story-page .portfolio-tile .tags-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.our-story-page .portfolio-tile .involvement-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background-color: rgba(199, 189, 179, 0.9);
  border-radius: 4px;
  font-family: 'ABC Arizona Flare', 'Arizona Flare', Georgia, serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 0.8571428571428571em;
  text-transform: capitalize;
  color: #1C1C1C;
  text-align: center;
  vertical-align: top;
}

.our-story-page .portfolio-tile .locations-section {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.our-story-page .portfolio-tile .locations-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 70px;
  max-width: 535px;
}

.our-story-page .portfolio-tile .location-item,
.our-story-page .our-story-half-tile-2 .location-item {
  display: flex;
  flex-direction: column;
}

.our-story-page .portfolio-tile .location-text,
.our-story-page .our-story-half-tile-2 .location-text {
  font-family: 'Pontano Sans', Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #1C1C1C;
  margin: 0;
  text-align: left;
  vertical-align: top;
  white-space: pre-line;
}

.our-story-page .location-item h4 {
  font-family: 'ABC Arizona Flare', 'Arizona Flare', Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 0 10px 0;
}

.our-story-page .location-item p {
  font-family: 'Pontano Sans', Arial, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.5;
}

/* Portfolio Detail Half Tile Styles */
.our-story-page .our-story-half-tile-1,
.our-story-page .our-story-half-tile-2 {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  display: flex;
  flex-direction: row;
  height: 885px;
  align-items: stretch;
}

.our-story-page .our-story-half-tile-2 {
  flex-direction: row;
}

.our-story-page .our-story-half-tile-1 .half-tile-image,
.our-story-page .our-story-half-tile-2 .half-tile-image {
  width: 50%;
  height: 885px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  flex-shrink: 0;
}

.our-story-page .our-story-half-tile-1 .half-tile-image img,
.our-story-page .our-story-half-tile-2 .half-tile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.our-story-page .our-story-half-tile-1 .image-caption,
.our-story-page .our-story-half-tile-2 .image-caption {
  position: relative;
  z-index: 2;
  padding: 12px 20px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}

.our-story-page .our-story-half-tile-1 .image-caption span,
.our-story-page .our-story-half-tile-2 .image-caption span {
  font-family: 'Pontano Sans', Arial, sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 1em;
  text-transform: uppercase;
  color: #1C1C1C;
  text-align: left;
  vertical-align: top;
}

.our-story-page .our-story-half-tile-2 .image-caption span {
  text-align: right;
}

.our-story-page .our-story-half-tile-1 .half-tile-content,
.our-story-page .our-story-half-tile-2 .half-tile-content {
  width: 50%;
  height: 885px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 100px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.our-story-page .our-story-half-tile-1 .content-wrapper,
.our-story-page .our-story-half-tile-2 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.our-story-page .our-story-half-tile-1 .content-text,
.our-story-page .our-story-half-tile-2 .content-text {
  max-width: 519px;
}

.our-story-page .our-story-half-tile-1 .content-text p,
.our-story-page .our-story-half-tile-2 .content-text p {
  font-family: 'Pontano Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7142857142857142em;
  color: #1c1c1c;
  margin: 0;
  text-align: left;
  vertical-align: top;
}

.our-story-page .our-story-half-tile-1 .involvement-section,
.our-story-page .our-story-half-tile-2 .involvement-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.our-story-page .our-story-half-tile-1 .involvement-title,
.our-story-page .our-story-half-tile-2 .involvement-title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 0px 0px 10px;
}

.our-story-page .our-story-half-tile-1 .involvement-title h3,
.our-story-page .our-story-half-tile-2 .involvement-title h3 {
  font-family: 'Pontano Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3571428571428572em;
  color: #FFFFFF;
  margin: 0;
  text-align: left;
  vertical-align: top;
}

.our-story-page .our-story-half-tile-1 .involvement-tags,
.our-story-page .our-story-half-tile-2 .involvement-tags {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.our-story-page .our-story-half-tile-1 .tags-row,
.our-story-page .our-story-half-tile-2 .tags-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.our-story-page .our-story-half-tile-1 .involvement-tag,
.our-story-page .our-story-half-tile-2 .involvement-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.40)
  border-radius: 4px;
  font-family: 'ABC Arizona Flare', 'Arizona Flare', Georgia, serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 0.8571428571428571em;
  color: #1C1C1C;
  text-align: center;
  vertical-align: top;
}

/* Portfolio Detail Half Tile 2 - Location specific styling */
.our-story-page .our-story-half-tile-2 .locations-section {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.our-story-page .our-story-half-tile-2 .locations-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 70px;
  max-width: 535px;
}

.our-story-page .our-story-half-tile-2 .location-item {
  display: flex;
  flex-direction: column;
}

.our-story-page .our-story-half-tile-2 .location-text {
  font-family: 'Pontano Sans', Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #1C1C1C;
  margin: 0;
  text-align: left;
  vertical-align: top;
  white-space: pre-line;
}

/* Portfolio Detail Hero 2 Styles */
.our-story-page .our-story-hero-2 {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.our-story-page .our-story-hero-2 img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.our-story-page .our-story-hero-2 .hero-content {
  position: absolute;
  bottom: 0;
  left: 10%;
  padding: 12px 26px;
  z-index: 2;
}

.our-story-page .our-story-hero-2 .hero-caption {
  font-family: 'Pontano Sans', Arial, sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 1em;
  text-transform: uppercase;
  color: #1C1C1C;
  text-align: right;
  vertical-align: top;
}

.our-story-page .our-story-navigation {
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: block;
}

.our-story-page .nav-container {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  padding: 12px 30px;
  backdrop-filter: blur(10px);
}

.our-story-page .nav-items {
  display: flex;
  align-items: center;
  gap: 30px;
}

.our-story-page .nav-item {
  font-family: 'ABC Arizona Flare', 'Arizona Flare', Georgia, serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1em;
  color: #1C1C1C;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  transition: opacity 0.3s ease;
}

.our-story-page .nav-item:hover {
  opacity: 0.7;
}

.our-story-page .nav-item.active {
  opacity: 1;
}


/* Responsive Design */
@media (max-width: 1439px) {
  .our-story-page .our-story-half-tile-1,
  .our-story-page .our-story-half-tile-2 {
    flex-direction: column;
    height: auto;
  }
  
  .our-story-page .our-story-half-tile-1 .half-tile-image,
  .our-story-page .our-story-half-tile-1 .half-tile-content,
  .our-story-page .our-story-half-tile-2 .half-tile-image,
  .our-story-page .our-story-half-tile-2 .half-tile-content {
    width: 100%;
  }
  
}

/* Hide on mobile and tablet */
@media (max-width: 1440px) {
  .our-story-page .our-story-navigation {
    display: none;
  }

  .our-story-page .our-story-half-tile-1 .half-tile-content,
  .our-story-page .our-story-half-tile-2 .half-tile-content {
    padding: 50px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .our-story-page .our-story-hero,
  .our-story-page .our-story-hero-2 {
    height: 300px;
  }  
  
  .our-story-page .content-description {
    max-width: 100%;
  }
  
  .our-story-page .content-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .our-story-page .involvement-tags .tags-row {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .our-story-page .locations-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .our-story-page .our-story-half-tile-1 .half-tile-content,
  .our-story-page .our-story-half-tile-2 .half-tile-content {
    padding: 50px;
    height: auto;
  }
  
}

.our-story-page .our-story-hero-2 {
  flex-direction: column;
}

.our-story-page .our-story-hero-2 .hero-content {
  position: relative;
  bottom: auto;
  left: auto;
  height: 377px;
  width: 100%;  
}

@media (max-width: 768px) {
  .our-story-page .our-story-hero-2 .hero-image-container {
    min-height: 377px;
    position: relative;
    overflow: hidden;
  }
  
  .our-story-page .our-story-hero-2 .hero-image-container .hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 377px;
  }
}

@media (max-width: 768px) {
  .our-story-page .mobile-footer {
    /* Change from fixed to relative positioning */
    position: relative;
    bottom: auto;
    left: auto;
    /* Remove the transform that hides it off-screen */
    transform: none;
    /* Make it full height instead of 50vh if needed */
    height: auto;
    /* Remove z-index layering */
    z-index: auto;
    /* Ensure it displays */
    display: block !important;
    /* Add margin for spacing from hero-2 if needed */
    margin-top: 40px;
  }
  
  /* Adjust background section height if needed */
  .our-story-page .mobile-footer .mobile-footer-bg-section {
    height: 250px; /* Adjust as needed */
  }
  
  /* Content section adjustments */
  .our-story-page .mobile-footer .mobile-footer-content {
    position: relative;
    bottom: auto;
    /* Custom background color */
    background: #535442; /* Or any color you want */
    /* Adjust padding */
    padding: 20px;
  }
  
  /* Style overrides for links */
  .our-story-page .mobile-footer .mobile-footer-link {
    color: #C7BDB3; /* Custom link color */
  }
  
  .our-story-page .mobile-footer .mobile-footer-link:hover {
    color: #FFFFFF;
    opacity: 1;
  }
  
  /* Copyright text color */
  .our-story-page .mobile-footer .mobile-footer-copyright {
    color: #C7BDB3;
  }
  
  /* Wordmark SVG color override */
  .our-story-page .mobile-footer .mobile-footer-wordmark svg path {
    fill: #C7BDB3; /* Custom SVG color */
  }
  
  /* Remove fixed footer positioning adjustments */
  .our-story-page .mobile-footer-logo {
    position: relative;
    bottom: auto;
  }
}
.hero-subtitle-view-more {
  position: relative;
  left: 0;
  font-family: "ABC Arizona Flare";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 85.714% */
  padding: 18px 0 20px 0px;
  text-align: left;

}
.hero-subtitle-view-more button {
  border-radius: 4px;
  background: var(--nav-tabs, rgba(255, 255, 255, 0.40));
  color: var(--Off-Black, #1C1C1C);
  text-align: left;
  border: none;
  padding: 12px;
  position: relative;
  
  font-family: "ABC Arizona Flare";
}
