
@media (max-width: 900px) {
  .about-container {
    flex-direction: column !important;
    gap: 32px !important;
    padding: 40px 12px !important;
    max-width: 100vw !important;
  }

  /* Responsive styles for About Page
/* Ensure h5 titles in about boxes have horizontal padding */
.about-experience h5,
.about-education h5,
.about-philosophy h5 {
  padding-left: 16px;
} */

  .about-left {
    width: 100% !important;
    max-width: 400px !important;
    margin: 0 auto !important;
  }

  .about-img {
    width: 100% !important;
    height: auto !important;
    max-width: 400px !important;
    max-height: 364px !important;
  }
  .about-right {
    width: 100% !important;
    min-width: 0 !important;
    gap: 24px !important;
  }
  .about-experience > div,
  .about-education > div,
  .about-philosophy > div {
    padding: 16px !important;
  }

  .about-skills-tools {
    flex-direction: column !important;
    gap: 24px !important;
  }
}

@media (max-width: 600px) {

  .about-experience > div,
  .about-education > div,
  .about-philosophy > div {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .about-experience h5,
  .about-education h5,
  .about-philosophy h5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: left !important;
  }
  .about-container {
    padding: 24px 4px !important;
  }

  .about-experience, .about-education, .about-philosophy {
    padding: 16px 0 !important;
  }

  .about-experience > div,
  .about-education > div,
  .about-philosophy > div {
    padding-top: 0 !important;
    padding-bottom: 32px !important;
  }
  .about-experience h5,
  .about-education h5,
  .about-philosophy h5 {
    padding-left: 16px !important;
    padding-right: 0 !important;
    text-align: left !important;
    gap: 20px !important;
  }
  .about-left {
    max-width: 100vw !important;
  }
  .about-img {
    max-width: 100vw !important;
    height: auto !important;
  }
  .about-right {
    gap: 36px !important;
  }
  .about-experience > div,
  .about-education > div,
  .about-philosophy > div {
    padding: 16px !important;
  }
  .about-skills-tools {
    gap: 12px !important;
  }

}

@media (max-width: 700px) {
  .footer-header {
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
    justify-content: flex-start !important;
  }
  .footer-header h2 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 700px) {
  .archive-intro {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
  }
  .archive-intro-title,
  .archive-intro-right {
    flex: unset !important;
    width: 100% !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    text-align: left !important;
  }
  .archive-intro-desc {
    max-width: 100% !important;
    font-size: 1.1rem !important;
  }
}
@media (max-width: 900px) {
  .iterations-steps {
    min-height: unset !important;
    height: auto !important;
  }
  .competitive-gallery-details {
    margin-top: 0 !important;
  }
  .competitive-list {
    width: 100% !important;
    max-width: 100vw !important;
    overflow: visible !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    padding-bottom: 8px !important;
  }
  .company-btn {
    font-size: 1.3rem !important;
    padding: 10px 0 10px 8px !important;
    min-width: 0 !important;
    word-break: break-word !important;
  }
  #before-after-slider-range {
    bottom: -76px !important;
  }
}
@media (max-width: 1200px) {
  .intro-quote {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
    text-align: left !important;
    width: 100% !important;
  }
  .intro-quote h2, .intro-quote h3 {
    word-break: break-word !important;
    white-space: normal !important;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .intro-quote h3 {
    font-weight: normal !important;
    line-height: 1.4 !important;
    font-size: 1.1rem !important;
    margin-top: 0 !important;
  }
}
@media (max-width: 900px) {
  /* Even 16px side padding for all content */
  body {
    /* padding-left: 16px !important;
    padding-right: 16px !important; */
    box-sizing: border-box !important;
    width: 100vw !important;
  }

  .site-content {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  main, section, .section, .case-study-intro, .case-study-image, .problem-section, .primary-section, .dual-problem-section, .competitive-section, .insights-section, .impact-section, .reflection-section, .more-designs-section, .footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
    width: 100%;
    max-width: 100vw;
  }
}
@media (max-width: 900px) {
  /* Remove doubled-up margins between stacked sections */
  section, .section, .case-study-intro, .case-study-image, .problem-section, .primary-section, .dual-problem-section, .competitive-section, .insights-section, .impact-section, .reflection-section, .more-designs-section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* Remove extra margin from first and last child */
  main > section:first-child,
  main > .section:first-child {
    margin-top: 0 !important;
    padding-top: 24px !important;
  }
  main > section:last-child,
  main > .section:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 24px !important;
  }
  /* Remove extra margin from headings and figures inside sections */
  section h2, section h3, section h4, section h5, section h6,
  .section h2, .section h3, .section h4, .section h5, .section h6 {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
  .problem-figure, .case-study-caption, .view-live-block, .bar-graph-container {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  /* Remove extra margin from last child in section */
  section > *:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  /* Remove extra margin from first child in section */
  section > *:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
@media (max-width: 900px) {
  html, body, main, section, .section, .case-study-intro, .case-study-image, .problem-section, .primary-section, .dual-problem-section, .competitive-section, .insights-section, .impact-section, .reflection-section, .more-designs-section, .footer {
    max-width: 100vw !important;
    box-sizing: border-box !important;
  }
  * {
    box-sizing: border-box !important;
  }
}
@media (max-width: 600px) {
  .case-study-image-inner {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }
  .case-study-image-inner > h6,
  .case-study-image-inner > .view-live-block {
    width: 100% !important;
    margin-left: 0 !important;
    text-align: left !important;
  }
  .view-live-block {
    margin-top: 8px !important;
  }

  .case-study-image-inner > h6, .case-study-image-inner > div {
    flex-direction: column !important;
  }
}
@media (max-width: 600px) {
  .competitive-row {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;
  }
  .section-desc {
    max-width: 100% !important;
    width: 100% !important;
    word-break: break-word !important;
    white-space: normal !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .section-point {
    margin-bottom: 4px !important;
  }
}
@media (max-width: 900px) {
  .problem-figure {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .bar-graph-container {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .case-study-caption[style*="margin-top"] {
    margin-top: 12px !important;
  }
}
/* --- Universal Responsive Margins & Section Spacing --- */
@media (max-width: 900px) {
  body {
    box-sizing: border-box;
  }
  main, .case-study-intro, .case-study-image, .problem-section, .primary-section, .dual-problem-section, .competitive-section, .insights-section, .impact-section, .reflection-section, .more-designs-section, .footer {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
  }
  section, .section, .case-study-intro, .case-study-image, .problem-section, .primary-section, .dual-problem-section, .competitive-section, .insights-section, .impact-section, .reflection-section, .more-designs-section {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .case-study-intro, .case-study-image {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .footer {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .footer-content {
    gap: 24px !important;
    flex-direction: column !important;
  }
  .footer-header {
    gap: 16px !important;
  }

  .footer-bottom {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .footer-logo {
    max-width: 120px !important;
  }
  .problem-figure, .case-study-caption, .view-live-block {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
  .bar-graph-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 900px) {
  .competitive-inner {
    flex-direction: column !important;
    gap: 24px !important;
    align-items: flex-start !important;
  }
  .competitive-list,
  .competitive-details {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }
  .competitive-list {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin-bottom: 0 !important;
  }
  .company-btn {
    min-width: 120px;
    flex: 1 1 40%;
    text-align: left;
  }
}
@media (max-width: 900px) {
  .case-study-image-inner {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }
  .case-study-image-inner > h6,
  .case-study-image-inner > div {
    margin-left: 0 !important;
    text-align: left !important;
    width: 100% !important;
  }
  .view-live-block {
    text-align: left !important;
    margin-left: 0 !important;
    margin-top: 8px !important;
  }
}
@media (max-width: 900px) {
  .primary-inner,
  .dual-problem-inner {
    flex-direction: column !important;
    gap: 32px !important;
    align-items: flex-start !important;
    max-width: 100% !important;
  }
  .primary-inner > div,
  .dual-problem-inner > div {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
  }

  .primary-inner > .primary-left {
    flex: 0 0 0% !important;
  }


  .secondary-left,
  .secondary-right,
  .problem-right {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 900px) {
  .intro-stats {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .intro-stats .stat-item {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 900px) {
  .mobile-intro-quote {
    max-width: 95vw;
    padding: 0 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    text-align: left !important;
  }

  .mobile-intro-quote h2 {
    word-break: break-word;
    white-space: normal;
    line-height: 1.2;
    margin-bottom: 0;
    font-size: 1.75rem;
  }
  .mobile-intro-quote h3 {
    margin-top: 0;
    font-weight: normal;
    line-height: 1.4;
    font-size: 1rem;
    text-align: left;
  }
}
/* Default: hide mobile-designs-grid, show case-studies-grid */
.mobile-designs-grid {
  display: none;
}
.case-studies-grid {
  display: grid;
}
@media (max-width: 1079px) {
  .case-studies-grid {
    display: none !important;
  }

  .hero-inner {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 16px;
    padding-top: 32px;
    padding-bottom: 24px;
  }

  .mobile-designs-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px !important;
    width: 100% !important;
  }
  .mobile-designs-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  .more-designs-card {
    max-width: unset !important;
  }
}
/* =====================
   RESPONSIVE PAGE MARGINS & SECTION SPACING
===================== */
@media (max-width: 600px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }
  
  .hero,
  .hero-inner,
  .featured-works,
  .footer,
  .footer-content,
  .footer-header,
  .footer-bottom,
  .case-study-intro,
  .problem-section,
  .primary-section,
  .competitive-section,
  .insights-section,
  .impact-inner,
  .more-designs-section {
    box-sizing: border-box;
  }

  .mobile-designs-grid {
    display: grid !important;
    flex-direction: column !important;
    grid-template-columns: 1fr !important;
  }


  section,
  .section,
  .featured-works,
  .case-studies-grid,
  .footer {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .hero-title {
    width: 100%;
    font-size: 2rem;
    line-height: 1.15;
    margin-bottom: 12px;
    word-break: break-word;
    white-space: normal;
    overflow-wrap: break-word;
  }
  .hero-content {
    max-width: 100%;
    margin-bottom: 16px;
  }
  .hero-actions {
    margin-top: 16px;
    gap: 8px;
  }
  .featured-works {
    padding-top: 48px;
    padding-bottom: 16px;
  }
  .case-studies-grid {
    gap: 16px;
  }
  .case-study-content {
    padding: 16px;
  }
  .footer {
    padding: 48px 0 24px 0;
  }
  .footer-content {
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
  }
  .footer-header {
    align-items: flex-start;
    gap: 16px;
  }
  
  .footer-bottom {
    padding: 32px 0;
  }
  .btn,
  .contact-btn,
  .send-btn {
    font-size: 16px;
    /* Remove min-height and extra vertical padding so buttons hug text */
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: unset;
  }
  .quick-links {
    gap: 8px;
  }
  .socials-grid {
    gap: 8px;
  }
  .contact-item {
    margin-bottom: 8px;
  }
  .form-input {
    min-height: 44px;
    font-size: 16px;
  }
  .form-textarea {
    min-height: 64px;
  }
  .case-study-box {
    height: 220px;
  }
}
/* =====================
   HAMBURGER MENU
===================== */
.hamburger-btn {
  display: none;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  z-index: 120;
}
.hamburger-btn img {
  width: 32px;
  height: 32px;
}

.hamburger-overlay {
  position: fixed;
  top: 0; left: 0; width: 100vw; height: 100vh;
  background: var(--white);
  z-index: 2000;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(.4,0,.2,1);
}
.hamburger-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.hamburger-menu-inner {
  width: 100vw;
  max-width: 100vw;
  padding: 32px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100vh;
}
.close-btn {
  background: none;
  border: none;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2100;
  cursor: pointer;
}
.close-btn img {
  width: 24px;
  height: 24px;
}
.hamburger-nav {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: 48px;
  width: 100vw;
}
.hamburger-links {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
}
.hamburger-link {
  display: block;
  width: 100%;
  font-family: 'Geist', 'Geist Mono', monospace, sans-serif;
  font-size: 48px;
  color: var(--deep-green);
  text-decoration: none;
  padding: 32px 24px 16px 24px;
  border-bottom: 1px solid #e0e0e0;
  transition: color 0.2s;
}
.hamburger-link:hover {
  color: var(--safe-green);
}
.hamburger-contacts {
  margin-top: 32px;
  padding: 0 24px;
}
.hamburger-contact-row {
  display: flex;
  gap: 32px;
  margin-bottom: 16px;
}
.hamburger-contact-link {
  font-family: 'Geist', 'Geist Mono', monospace, sans-serif;
  font-size: 32px;
  color: var(--deep-green);
  text-decoration: none;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 4px;
  margin-right: 24px;
  transition: color 0.2s;
}
.hamburger-contact-link:hover {
  color: var(--safe-green);
}

@media (max-width: 900px) {
  .nav-links, .contact-btn-top, .contact-btn, .contract-btn-active {
    display: none !important;
  }

  .navbar {
    width: 100vw;
    position: relative;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-inner {
    &.navbar-fadein {
        padding: 16px 16px 16px 16px !important;
        width: 100% !important;
        align-items: center !important;
        position: sticky !important;
        top: 0 !important;
        z-index: 1000 !important;
    }
    }

    .logo img {
      height: 28px !important;
      padding-top: 8px !important;
    }
}

@media (max-width: 900px) {
  .hamburger-btn {
    display: flex !important;
  }

}

  .hamburger-btn img {
    width: 24px;
    height: 24px; 
}

@media (min-width: 901px) {
  .hamburger-overlay {
    display: none !important;
  }
}
.archive-video-item {
  /* ...existing styles... */
  cursor: zoom-in;
}
/* =====================
   ARCHIVE VIDEO GALLERY
===================== */
.archive-video-section {
  max-width: 1080px;
  margin: 0 auto;
}
.archive-video-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  justify-items: center;
}
.archive-video-item {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  overflow: hidden;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Make images behave like videos: grayscale, square, color on hover */
.archive-video-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f6f6f6;
  filter: grayscale(1);
  transition: filter 0.4s;
  border-radius: 10px;
  display: block;
}
.archive-video-item:hover img {
  filter: none;
}
.archive-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f6f6f6;
  filter: grayscale(1);
  transition: filter 0.4s;
  border-radius: 10px;
  display: block;
}
.archive-video-item:hover .archive-video {
  filter: none;
}
/* =====================
   ARCHIVE INTRO SECTION
===================== */
.archive-intro-section {
  padding: 56px 0;
}
.archive-intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1080px;
  margin: 0 auto;
}
.archive-intro-title {
  color: var(--deep-green);
  margin: 0;
  flex: 1;
}
.archive-intro-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.archive-intro-desc {
  max-width: 500px;
  color: var(--grey-accessible, #6B6B6B);
  margin: 0;
}
.archive-intro-green {
  color: var(--deep-green);
  font-weight: 500;
}

/* Contact button color logic */

.contact-btn {
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--deep-green);
  color: var(--white);
  border: none;
  font-family: 'Geist Mono', monospace;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(.4,0,.2,1);
  position: relative;
  overflow: hidden;
  opacity: 1;
}

.contact-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(138, 138, 138, 0.5);
  color: var(--white);
}

.contact-btn-top,
.contact-btn-bottom {
  background: none !important;
  color: var(--deep-green) !important;
  border: none;
  box-shadow: none !important;
}

.contact-btn-top:hover,
.contact-btn-bottom:hover {
  background: none;
  color: var(--deep-green);
  box-shadow: none;
}

/* =====================
   COLOR VARIABLES
===================== */
:root {
  scroll-behavior: smooth;
  --white: #FFFFFF;
  --cream: #FFFBF5;
  --tan: #F5F5F0;
  --sky-blue: #A7CDEF;
  --dusty-blue: #5B8AB5;
  --earth-green: #C8D0A2;
  --safe-green: #7E8980;
  --deep-green: #121414;
  --grey-accessible: #8A8A8A;
}

body {
  font-family: 'Geist', sans-serif;
  background:
    var(--white) /* base color */
    /* SVG noise overlay */
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><filter id="n" x="0" y="0"><feTurbulence type="fractalNoise" baseFrequency="0.8" numOctaves="2" stitchTiles="stitch"/></filter><rect width="200" height="200" fill="white"/><rect width="200" height="200" filter="url(%23n)" opacity="0.04"/></svg>');
  color: var(--deep-green);
  background-blend-mode: overlay;
}

/* =====================
   FONT FACE (TTF SERIF)
===================== */
@font-face {
  font-family: 'EditorialSerif';
  src: url('./fonts/NeutralFace.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* =====================
   BASE STYLES
===================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Geist', sans-serif;
  background:
    var(--white) /* base color */
    /* SVG noise overlay */
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><filter id="n" x="0" y="0"><feTurbulence type="fractalNoise" baseFrequency="0.8" numOctaves="2" stitchTiles="stitch"/></filter><rect width="200" height="200" fill="white"/><rect width="200" height="200" filter="url(%23n)" opacity="0.04"/></svg>');
  color: var(--deep-green);
  background-blend-mode: overlay;
}

/* =====================
   TYPOGRAPHY
===================== */
h2 {
  font-family: 'EditorialSerif';
  font-size: 36px;
  font-weight: 100;
}


h1 {
  font-family: 'EditorialSerif';
  font-size: 56px;
  line-height: 1.05;
  font-weight: 300;
}
h3 { font-size: 28px; 
  font-family: 'Geist', monospace;
  font-weight: normal; 
}

h4 { font-size: 22px; }

h5 {
  font-family: 'EditorialSerif';
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.08em;
  font-weight: normal;

}

h6 {
  font-family: 'Geist Mono', monospace;
  font-size: 14px;
}

p {
  font-size: 16px;
  line-height: 1.6;
}

/* =====================
   NAVBAR
===================== */
.navbar {
  width: 100%;
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  z-index: 100;
}

.navbar-inner {
    opacity: 0;
    transition: opacity 0.7s cubic-bezier(.4,0,.2,1);
  max-width: 1080px;
  margin: 0 auto;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  &.navbar-fadein {
      opacity: 1;
    }
}

.logo img {
  height: 24px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 24px;
}

.nav-links a {
  font-family: 'Geist Mono', monospace;
  font-size: 14px;
  color: var(--grey-accessible);
  text-decoration: none;
}

.scrolled-nav-link {
  color: var(--deep-green) !important;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: var(--deep-green);
  transition: color 0.3s ease;
}



.contact-btn {
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--deep-green);
  color: var(--white);
  border: none;
  font-family: 'Geist Mono', monospace;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(.4,0,.2,1);
  position: relative;
  overflow: hidden;
  opacity: 1;

.contact-btn-fadein {
  opacity: 1;
}

@keyframes fadeInContactBtn {
  to {
    opacity: 1;
  }
}
}

.contact-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transition: none;
}
.contact-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transition: left 0.6s cubic-bezier(.4,0,.2,1);
  z-index: 1;
  pointer-events: none;
}


.contact-btn:hover::before {
  animation: shineHover 0.6s ease-out;
}

.contact-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(138, 138, 138, 0.5);
}

.contact-btn-active {
  background: none !important;
  color: var(--deep-green) !important;
  border: none !important;
  box-shadow: none !important;
}

.contact-btn-active:hover {
  background: none !important;
  color: var(--deep-green) !important;
  border: none !important;
  box-shadow: none !important;
  transform: none;
}

/* .contact-btn-top {
  background: var(--deep-green);
  color: var(--white);
  border: none;
} */

.contact-btn-top:hover {
  background: var(--deep-green);
  color: var(--white);
  border: none;
}


@keyframes shine {
  0% {
    box-shadow: inset -40px 0 80px rgba(200, 208, 162, 0.6);
  }
  50% {
    box-shadow: inset 40px 0 80px rgba(200, 208, 162, 0.1);
  }
  100% {
    box-shadow: inset 150px 0 80px rgba(200, 208, 162, 0);
  }
}

/* =====================
   HERO SECTION
===================== */
.hero {
  width: 100%;
}

.hero-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 48px;
  padding-bottom: 24px;

  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.hero-title {
  max-width: 500px;
  color: var(--deep-green);
  flex-direction: column;

  opacity: 0;
  animation: fadeUp 0.8s ease-out forwards;
}


.hero-title .highlight {
  color: var(--safe-green);
  display: inline-block;
  font-weight: 300;
  opacity: 0;
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 0.15s;
}

.hero-title .grey {
  color: var(--grey-accessible);
}


@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-title,
  .hero-title .highlight,
  .hero-content p,
  .hero-actions {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* Right content */
.hero-content {
  flex: 1;
  max-width: 500px;
}

.hero-content p {
  color: var(--grey-accessible);

  opacity: 0;
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 1s; /* comes in after headline */
}


.hero-content .strong {
  color: var(--deep-green);
}

.hero-content .tag {
  background: var(--tan);
  padding: 0 4px;
  border-radius: 999px;
  color: var(--deep-green);
}

.hero-content .tag2 {
  background: var(--earth-green);
  padding: 0 4px;
  border-radius: 999px;
  color: var(--deep-green);
}

/* Buttons */
.hero-actions {
  margin-top: 24px;
  display: flex;
  gap: 12px;

  opacity: 0;
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 2.5s; /* last element */
}


.btn {
  font-family: 'Geist Mono', monospace;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  text-decoration: none;
}

.btn.primary {
  background: var(--deep-green);
  color: var(--white);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn.primary:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(18, 20, 20, 0.2);
}

.btn.secondary {
  background: var(--deep-green);
  border: none;
  color: var(--white);
  font-family: 'Geist Mono', monospace;
  font-size: 14px;
  padding: 8px 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;

  opacity: 0;
  animation: fadeUpBtn 0.8s ease-out forwards;
}

@keyframes fadeUpBtn {
  from {
    opacity: 0;
    margin-top: 12px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}

.btn.secondary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transition: none;
}

.btn.secondary:hover::before {
  animation: shineHover 0.6s ease-out;
}

.btn.secondary:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(138, 138, 138, 0.5);
}

@keyframes shineHover {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes shineBlue {
  0% {
    box-shadow: inset -40px 0 80px rgba(167, 205, 239, 0.6);
  }
  50% {
    box-shadow: inset 40px 0 80px rgba(167, 205, 239, 0.1);
  }
  100% {
    box-shadow: inset 150px 0 80px rgba(167, 205, 239, 0);
  }
}


/* =====================
   AVAILABILITY TAG
===================== */
.availability-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  background: var(--white);
  border: 1px solid var(--grey-accessible);
  border-radius: 999px;
  padding: 8px 16px;
  margin-bottom: 24px;
  order: -1;
  position: relative;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(.4,0,.2,1) 1s;
}

.availability-tag.available-visible {
  opacity: 1;
}

.availability-tag .dot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: var(--earth-green);
  border-radius: 50%;
  z-index: 2;
}

.availability-tag .dot-pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: rgba(200, 208, 162, 0.5) !important;
  border-radius: 50%;
  z-index: 1;
  animation: dot-pulse-bg 2s ease-in-out infinite;
}

@keyframes dot-pulse-bg {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.33);
  }
}


.availability-tag h6 {
  color: var(--grey-accessible);
  margin: 0;
  font-weight: normal;
}

/* =====================
   FEATURED WORKS SECTION
===================== */
.featured-works {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 96px;
  padding-bottom: 24px;
  opacity: 0;
  animation: fadeIn 0.8s ease-out forwards;
  animation-delay: 1s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.featured-works-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 24px;
}

.featured-works h5 {
  color: var(--grey-accessible);
  font-weight: normal;
  padding-bottom: 0;
  scroll-margin-top: 80px;
}

/* Awards Section */
.awards-section {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-right: auto;
}

.award-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.award-item img {
  width: auto;
    filter: grayscale(100%);
    transition: filter 0.4s;
}

.award-item img:hover,
.award-item:hover img,
.award-item a:hover ~ img,
.award-item a:hover + img {
    filter: grayscale(0%);
}


.award-item:first-child img {
  height: 44px;
}

.award-item:not(:first-child) img {
  height: 44px;
}

.award-item h6 {
  margin: 0;
  color: var(--grey-accessible);
  font-weight: normal;
  max-width: 80px;
  font-family: 'Geist Mono', monospace;
}

.award-item h6 a {
  color: var(--grey-accessible);
  font-family: 'Geist Mono', monospace;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Unified external-link-icon style for floating new tab icon */
.external-link-icon {
  position: fixed;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  background: var(--white);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.external-link-icon.visible {
  opacity: 1;
}

.award-item h6 a:hover {
  color: var(--deep-green);
}

.award-item:nth-child(2) h6 {
  max-width: 135px;
}

.award-item:nth-child(3) h6 {
  max-width: 118px;
}

/* Case Studies Grid */
.case-studies-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* Case Study Box */
.case-study-box {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 400px;
  cursor: pointer;
}

/* Background image container */
.case-study-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

/* Images container for floated images */
.case-study-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.case-study-images img {
  position: absolute;
  object-fit: cover;
  /* filter and transition removed */
}



.case-study-images .center-image {
  width: 200px;
  height: 316px;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 8px;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.case-study-box:hover .center-image {
  transform: translateX(-50%) scale(1.08) rotate(-2deg);
  box-shadow: 0 12px 32px 0 rgba(0,34,62,0.18);
}

/* Twinkle effect for second case study */
.twinkle {
  position: absolute;
  width: 24px;
  height: 24px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  object-fit: contain;
  transition: opacity 0.5s ease-out;
}

.twinkle-left {
  top: 50px;
  left: 40px;
}

.twinkle-right {
  top: 70px;
  right: 50px;
  width: 18px;
  height: 18px;
}

.case-study-box:nth-child(2):hover .twinkle-left,
.case-study-box:nth-child(2):hover .twinkle-right {
  animation: twinkle 1s ease-in-out forwards;
}

.case-study-box:nth-child(2):not(:hover) .twinkle {
  animation: twinkleFadeOut 0.5s ease-out forwards;
}

@keyframes twinkle {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes twinkleFadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.5);
  }
}

.case-study-box:nth-child(3):hover .center-image {
  box-shadow: none;
}

/* Fourth case study image */
.case-study-box:nth-child(4) .center-image {
  width: 370px;
  height: auto;
  position: relative;
  top: 60px; /* move lower */
  left: 45%; /* nudge more to the right */
  right: auto;
  transform: translateX(-50%);
  border-radius: 8px;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.case-study-box:nth-child(4):hover .center-image {
  transform: translateX(-50%) scale(1.06);
  box-shadow: none;
}

.case-study-images .leaves-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% - 30px), -50%);
  width: 1000px;
  height: auto;
  z-index: 0;
  opacity: 0.8;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.case-study-box:hover .leaves-image {
  transform: translate(calc(-50% - 30px), -50%) rotate(5deg);
}

.case-study-images .left-image-1 {
  width: 80px;
  height: 80px;
  top: 65px;
  left: 40px;
  border-radius: 8px;
  position: absolute;
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.case-study-images .left-image-2 {
  width: 65px;
  height: 65px;
  top: 185px;
  left: 75px;
  border-radius: 50%;
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.case-study-images .right-image {
  width: 80px;
  height: 80px;
  top: 100px;
  right: 60px;
  border-radius: 50%;
    transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}

  /* Floating effect on hover */
  .case-study-box:hover .left-image-1 {
    transform: translate(-12px, -18px) rotate(-6deg) scale(1.06);
  }
  .case-study-box:hover .left-image-2 {
    transform: translate(-8px, 16px) rotate(7deg) scale(1.07);
  }
  .case-study-box:hover .right-image {
    transform: translate(16px, 10px) rotate(-8deg) scale(1.05);
  }

/* Gradient overlay */
.case-study-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 34, 62, 0.95) 0%,
    rgba(0, 34, 62, 0.95) 38%,
    rgba(0, 34, 62, 0) 55%
  );
  z-index: 2;
}

/* Content */
.case-study-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px;
  z-index: 3;
  display: flex;
  flex-direction: column;
}

.case-study-content h4 {
  color: var(--white);
  margin-bottom: 8px;
  margin-top: 0;
  font-weight: 400;
}

.case-study-content h4 .bold {
  font-weight: 600;
}

.case-study-content p {
  color: var(--white);
  font-size: 16px;
  margin-bottom: 4px;
  margin-top: 0;
}

.case-study-content p .bold {
  font-weight: 600;
}

/* Tags */
.case-study-footer {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-top: auto;
}

.case-study-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.case-study-tag {
  background: var(--tan);
  color: var(--deep-green);
  padding: 4px 12px;
  border-radius: 999px;
  font-family: 'Geist Mono', monospace;
  font-size: 12px;
  display: inline-block;
  height: fit-content;
}

/* Arrow button */
.case-study-arrow {
  width: 40px;
  height: 40px;
  background: var(--white);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  color: var(--deep-green);
  font-size: 20px;
  flex-shrink: 0;
  margin-left: auto;
  line-height: 1;
}

.case-study-arrow:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Responsive - Tablet and smaller */
@media (max-width: 768px) {
  .case-studies-grid {
    grid-template-columns: 1fr;
  }
}

/* Responsive - Mobile */
@media (max-width: 480px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 14px;
  }
}
/* Responsive - Mobile */
@media (max-width: 480px) {
  .case-study-box {
    height: 300px;
  }
  
  .case-study-content {
    padding: 24px;
  }
}

/* Footer */
.footer {
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 0 36px 0;
}

.footer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-header h2 {
  margin: 0;
  color: var(--deep-green);
}

.footer-logo {
  width: 38px;
  height: 38px;
}

/* Footer Content */
.footer-content {
  display: flex;
  gap: 24px;
  margin-top: 36px;
}

.footer-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.footer-box {
  padding: 24px 0;
}

.footer-title {
  color: var(--deep-green);
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 20px 0;
}

/* Contact Items */
.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.contact-item:last-child {
  margin-bottom: 0;
}

.contact-icon {
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(45%) sepia(5%) saturate(479%) hue-rotate(169deg) brightness(95%) contrast(89%);
  transition: filter 0.3s ease;
}

.contact-link {
  color: var(--grey-accessible);
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.contact-item:hover .contact-icon {
  filter: brightness(0) saturate(100%) invert(24%) sepia(15%) saturate(1038%) hue-rotate(93deg) brightness(95%) contrast(89%);
}

.contact-item:hover .contact-link {
  color: var(--deep-green);
}

/* Socials Grid */
.socials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.social-item {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--grey-accessible);
  transition: color 0.3s ease;
}

.social-icon {
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(45%) sepia(5%) saturate(479%) hue-rotate(169deg) brightness(95%) contrast(89%);
  transition: filter 0.3s ease;
}

.social-item:hover {
  color: var(--deep-green);
}

.social-item:hover .social-icon {
  filter: brightness(0) saturate(100%) invert(24%) sepia(15%) saturate(1038%) hue-rotate(93deg) brightness(95%) contrast(89%);
}

/* Quick Links */
.quick-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.quick-link {
  color: var(--grey-accessible);
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.quick-link:hover {
  color: var(--deep-green);
}

/* Message Box */
.message-box {
  background-image: url('img/home/footerbg.png');
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  padding: 24px 16px;
  transition: filter 0.2s;
}



.message-title {
  color: var(--deep-green);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-input {
  background: var(--white);
  border: none;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 1rem;
  font-family: inherit;
  color: var(--deep-green);
  outline: none;
}

.form-input::placeholder {
  color: var(--grey-accessible);
  font-weight: 400;
}

.form-textarea {
  min-height: 80px;
  resize: vertical;
}

.send-btn {
  align-self: flex-end;
  margin-top: 8px;
  background: var(--white);
  border: 1px solid var(--deep-green);
  border-radius: 999px;
  padding: 8px 16px;
  font-family: 'Geist Mono', monospace;
  font-size: 14px;
  font-weight: 400;
  color: var(--deep-green);
  cursor: pointer;
  transition: all 0.3s ease;
}

.send-btn:hover {
  background: var(--deep-green);
  color: var(--white);
}

/* Confetti */
.confetti {
  position: fixed;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  pointer-events: none;
  z-index: 9999;
  animation: confetti-burst 1s ease-out forwards;
}

@keyframes confetti-burst {
  0% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translate(var(--x), var(--y)) rotate(var(--r));
    opacity: 0;
  }
}

/* Footer Bottom */
.footer-bottom {
  max-width: 1080px;
  margin: 0 auto;
  padding: 56px 0;
}

.footer-divider {
  height: 0.4px;
  width: 100%;
  background-color: var(--grey-accessible);
}

.footer-credits {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 36px;
}

.footer-credits-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-designed {
  color: var(--grey-accessible);
  font-weight: 500;
  margin: 0;
}

.footer-copyright {
  color: var(--deep-green);
  margin: 0;
}

.copyright-symbol {

  font-family: 'EditorialSerif';
  font-size: 48px;
  font-weight: 300;
}

.back-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.back-to-top:hover {
  transform: scale(1.15);
}

.back-to-top-icon {
  width: 38px;
  height: 38px;
}

/* Case Study Intro Styles */
.case-study-intro {
  max-width: 1080px;
  margin: 0 auto;
  padding: 56px 0;
}

.intro-header {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

.company-image {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  overflow: hidden;
}
.company-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border-radius: inherit;
}

.company-info {
  margin-left: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.intro-back {
  margin-right: 12px;
  display: inline-flex;
  align-items: center;
}

.intro-back svg.intro-back-icon {
  width: 12px;
  height: 12px;
  display: block;
  transform: rotate(180deg);
  color: var(--grey-accessible);
}

.intro-back:hover svg.intro-back-icon {
  color: var(--deep-green);
}

.company-info h6 {
  color: var(--deep-green);
  margin: 0;
  font-weight: normal;
}

.company-info span {
  color: var(--grey-accessible);
  font-size: 14px;
}

.intro-quote {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
}
.intro-quote-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.intro-quote-right h3 {
  margin: 0;
}
.intro-quote-right .stat-sub {
  margin-top: 8px;
}

.intro-quote h2 {
  max-width: 500px;
  color: var(--deep-green);
  margin: 0;
  line-height: 1.2;
}

.intro-quote h3 {
  max-width: 500px;
  color: var(--grey-accessible);
  margin: 0;
  font-weight: normal;
}

.intro-stats {
  display: flex;
  gap: 24px;
}

/* Custom max-widths for summary, team, and role in intro-stats */
 .intro-stats .stat-item:first-child {
  max-width: 400px;
}
.intro-stats .stat-item.stat-small {
  max-width: 200px;
}
.intro-stats .stat-item:last-child {
  max-width: 200px;
}

/* Ensure intro stat titles and subtexts are correctly styled */
 .intro-stats .stat-title {
  font-weight: bold;
  color: var(--deep-green);
/* Highlighted deep green text for summary keywords */
 }

.intro-stats .stat-sub .summary-green {
  color: var(--deep-green) !important;
}

/* Global summary-green for use outside intro-stats */
.summary-green {
  color: var(--deep-green) !important;
}

.intro-stats .stat-sub {
  font-weight: normal;
  color: var(--grey-accessible);
}

.stat-title {
  font-weight: normal;
  margin: 0;
  color: var(--deep-green);
}
.stat-sub {
  font-weight: normal;
  margin: 12px 0 0 0;
  color: var(--grey-accessible);
}

/* Case study image section */
.case-study-image-inner {
  max-width: 1080px;
  margin: 0 auto;
}
.case-study-image-inner img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.case-study-caption {
  margin-top: 8px;
  margin-bottom: 24px; /* 24px gap under caption */
  max-width: 500px;
  color: var(--grey-accessible);
  font-weight: normal;
}

/* Problem section */
.problem-section {
  padding: 56px 0;
}
.problem-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.problem-left {
  flex: 0 0 400px;
}
.problem-left h3 {
  margin: 0;
  color: var(--deep-green);
  max-width: 500px;
}
.problem-right h4 {
  margin: 0;
  font-weight: normal;
}
.problem-right {
  flex: 1 1 0;
  max-width: 500px;
  margin-left: auto;
}
.problem-text {
  margin-top: 24px;
  color: var(--grey-accessible);
}
.problem-text .problem-em {
  color: var(--deep-green);
  font-weight: normal;
}

/* Problem figure (image + caption) */
.problem-figure {
  margin-top: 24px; /* 24px below paragraph */
}
.problem-figure img {
  width: 100%;
  display: block;
}
.problem-figure .case-study-caption {
  margin-top: 8px; /* 8px under image */
  margin-bottom: 24px; /* 24px padding under caption */
}

/* Primary research section styles */
.primary-section {
  padding: 56px 0;
}
.primary-heading {
  max-width: 1080px;
  margin: 0 auto 0 auto;
}
.primary-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.primary-left {
  flex: 0 0 400px;
}
.primary-left h3 {
  margin: 0;
  color: var(--deep-green);
}
.primary-right h4 {
  margin: 0;
  color: var(--deep-green);
}
.primary-text {
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 800px) {
  .problem-inner {
    flex-direction: column;
  }
  .problem-left { flex-basis: auto; }
  .problem-right { margin-left: 0; max-width: 100%; }
}


/* Competitive Analysis Section */
.competitive-section {
  max-width: 1080px;
  margin: 72px auto 0 auto;
  padding-bottom: 56px;
}
.competitive-title {
  margin-bottom: 24px;
  letter-spacing: 0.08em;
  color: var(--deep-green);
  font-weight: normal;
}
.competitive-inner {
  display: flex;
  gap: 80px;
  justify-content: center;
}
.competitive-list {
  width: 500px;
  display: flex;
  flex-direction: column;
}
.company-btn {
  width: 100%;
  color: var(--deep-green);
  font-weight: normal;
  font-size: 2.5rem;
  padding: 12px 0 12px 12px;
  background: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.2s;
  text-align: left;
}
.company-btn:hover, .company-btn.active {
  background: var(--tan, #f5f0ea);
}
.competitive-details {
  width: 500px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.company-title {
  font-weight: bold;
  color: var(--deep-green);
  margin-bottom: 8px;
}
.split-line {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
}
.split-half {
  flex: 1;
  height: 0.5px;
  background: var(--grey-accessible, #bdbdbd);
}
.split-gap {
  width: 4px;
  height: 0.5px;
  background: transparent;
}
.competitive-row {
  display: flex;
  align-items: flex-start;
  min-height: 124px;
  width: 100%;
  margin-bottom: 12px;
}

.competitive-row > div {
  margin-left: 144px; /* min-width of .section-label + its margin-right */
}

.section-label {
  font-size: 1rem;
  color: var(--grey-accessible, #bdbdbd);
  font-weight: normal;
  margin-right: 24px;
  min-width: 90px;
}
.section-point {
  font-size: 1.1rem;
  color: var(--deep-green);
  font-weight: bold;
  margin: 0 0 8px 0;
}
.section-point span {
  font-weight: bold;
  color: var(--deep-green);
}
.section-desc {
  color: var(--grey-accessible, #bdbdbd);
  font-size: 1rem;
  margin: 0;
}



.bar-graph-container {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 16px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bar-row {
  display: grid;
  grid-template-columns: 210px 1fr;
  align-items: center;
  gap: 12px;
  max-width: 500px;
}
.bar-label {
  flex: 0 0 210px;
  font-size: 13px;
  color: var(--grey-accessible);
  text-align: right;
  margin-right: 8px;
  font-weight: normal;
  font-family: 'Geist', sans-serif;
}
.bar {
  height: 24px;
  background: var(--sky-blue);
  border-radius: 6px;
  position: relative;
  display: flex;
  align-items: center;
  min-width: 24px;
  transition: width 0.5s;
  /* Remove any flex properties here */
}
.bar-value {
  opacity: 0;
  transition: opacity 0.2s;
  position: absolute;
  right: 8px;
  color: var(--deep-green);
  font-family: 'Geist Mono', monospace;
  font-size: 14px;
  font-weight: normal;
}

.bar:hover .bar-value {
  opacity: 1;
}

/* Insights Section */
.insights-section {
  max-width: 1080px;
  margin: 0 auto;
  padding: 56px 0;
}
.insights-heading h5 {
  color: var(--deep-green);
  font-weight: normal;
  letter-spacing: 0.08em;
}
.insights-heading h3 {
  color: var(--deep-green);
  font-weight: 400;
}
.insights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 16px;
}
.insight-item {
  background: var(--tan);
  border-radius: 10px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.3s;
}

.insight-title {
  color: var(--deep-green);
  font-family: 'Geist Mono', monospace;
  font-weight: bold;
  margin-bottom: 12px;
}
.insight-desc {
  color: var(--deep-green);
  line-height: 1.6;
  font-weight: normal;
  margin: 0;
}

/* Responsive for mobile */
@media (max-width: 800px) {
  .insights-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .insights-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .insight-item {
    padding: 20px 12px;
  }
}

/* Lightbox Modal Styles */
.lightbox-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0; top: 0; width: 100vw; height: 100vh;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(.4,0,.2,1);
}
.lightbox-modal.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
  animation: fadeIn 0.3s;
}
.lightbox-img {
  max-width: 90vw;
  max-height: 80vh;
  border-radius: 10px;
  box-shadow: 0 8px 40px rgba(18,20,20,0.18);
  background: #fff;
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 0.35s cubic-bezier(.4,0,.2,1), transform 0.35s cubic-bezier(.4,0,.2,1), border-radius 0.3s;
}
.lightbox-modal.active .lightbox-img {
  opacity: 1;
  transform: scale(1);
  border-radius: 10px;
/* Ensure lightbox video also has border radius */
.lightbox-modal #lightbox-video {
  border-radius: 10px !important;
}
}
.lightbox-close {
  position: absolute;
  top: 32px;
  right: 48px;
  font-size: 40px;
  color: var(--deep-green);
  cursor: pointer;
  z-index: 2;
  font-family: 'Geist Mono', monospace;
  background: rgba(255,255,255,0.7);
  border-radius: 50%;
  padding: 0 16px;
  line-height: 1;
  transition: background 0.2s;
}
.lightbox-close:hover {
  background: var(--tan);
}
@media (max-width: 600px) {
  .lightbox-img { max-width: 98vw; max-height: 60vh; }
  .lightbox-close { top: 12px; right: 16px; font-size: 32px; }
}

/* Tradeoff Section Styles */
.tradeoff-section .problem-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.tradeoff-procon-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 8px;
}
.tradeoff-subtitle {
  color: var(--deep-green);
  font-family: 'Geist Mono', monospace;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
}
.tradeoff-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}
.tradeoff-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  background: rgba(245,245,240,0.7);
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 15px;
  color: var(--deep-green);
  transition: background 0.2s;
}
.tradeoff-list li:last-child {
  margin-bottom: 0;
}
.tradeoff-icon {
  font-size: 18px;
  line-height: 1;
  margin-right: 4px;
  margin-top: 2px;
  flex-shrink: 0;
}
.tradeoff-pro { color: var(--earth-green); }
.tradeoff-con { color: #d36a6a; }
.tradeoff-takeaway {
  background: var(--tan);
  border-radius: 8px;
  padding: 20px 18px;
  font-size: 16px;
  color: var(--deep-green);
  font-family: 'Geist', sans-serif;
  margin-bottom: 0;
}

.tradeoff-difference strong {
  display: block;
  margin-bottom: 12px;
}
.tradeoff-difference {
  margin-bottom: 24px;
  line-height: 1.7;
}

@media (max-width: 800px) {
  .tradeoff-section .problem-inner {
    flex-direction: column;
  }
  .tradeoff-procon-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* Impact Section Styles */
.impact-section {
  display: flex;
  justify-content: center;
}

.impact-inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  background: var(--white);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 56px;
  padding-bottom: 56px;
}

.impact-header {
  margin-bottom: 40px;
}

.impact-label {
  color: var(--deep-green, #1a4d2e);
  font-weight: 500;
}

.impact-title {
  color: var(--deep-green, #1a4d2e);
  line-height: 1.15;
  margin: 0;
  max-width: 500px;
}

.impact-gradient {
  background: var(--grey-accessible);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: normal;
  max-width: 500px;
}

.impact-cards {
  display: flex;
  gap: 32px;
  width: 100%;
  justify-content: flex-start;
  margin-top: 24px;
  flex-wrap: wrap;
}

.impact-card {
  background: var(--white);
  border-radius: 10px;
  padding: 32px 28px 28px 28px;
  min-width: 220px;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.2s;
}

.impact-number {
  font-family: 'Geist', 'Inter', Arial, sans-serif;
  font-size: 3.8rem;
  font-weight: normal;
  color: var(--deep-green, #1a4d2e);
  margin-bottom: 10px;
  letter-spacing: -1px;
  line-height: 1.1;
}

.impact-plus {
  font-size: 2.5rem;
  color: var(--grey-accessible);
  vertical-align: super;
}

.impact-desc {
  font-family: 'Geist', 'Inter', Arial, sans-serif;
  font-size: 1.08rem;
  color: var(--deep-green);
  font-weight: 400;
  line-height: 1.4;
}

.impact-card-sub {
  color: var(--grey-accessible, #6b6b6b);
  font-size: 0.98rem;
  display: block;
  margin-top: 4px;
}

@media (max-width: 900px) {
  .impact-inner {
    padding: 32px 12px 28px 12px;
  }
  .impact-cards {
    gap: 18px;
  }
  .impact-card {
    padding: 24px 14px 20px 14px;
    min-width: 160px;
  }
  .impact-title {
    font-size: 1.5rem;
  }

}
@media (max-width: 600px) {
  .impact-cards {
    flex-direction: column;
    gap: 16px;
  }
  .impact-card {
    width: 100%;
    min-width: 0;
    align-items: flex-start;
  }
}

/* Reflection Section Quote Callout */
.reflection-section .reflection-quote {
  background: var(--tan, #f5f5f0);
  border-left: 5px solid var(--deep-green, #121414);
  border-radius: 8px;
  padding: 24px 28px;
  margin-top: 32px;
  margin-bottom: 0;
  font-family: 'EditorialSerif', serif;
  font-size: 1.35rem;
  color: var(--deep-green, #121414);
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.reflection-quote-mark {
  font-size: 2.2rem;
  color: var(--grey-accessible, #8A8A8A);
  line-height: 1;
  font-family: 'Geist Mono', monospace;
  vertical-align: top;
}

.reflection-quote-text {
  flex: 1;
  font-size: 1.18em;
  color: var(--deep-green, #121414);
}

/* Tag styles for More Designs cards to match index.html case studies */
.card-tags {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

/* Case Study Tag Styles for Featured Designs (case studies grid) - Category Colors */
.case-study-tag {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  font-family: 'Geist Mono', monospace;
  font-size: 12px;
  font-weight: 500;
  margin-right: 8px;
  margin-bottom: 6px;
  background: #f5f5f0;
  color: var(--deep-green);
  border: none;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.03);
  letter-spacing: 0.01em;
  transition: background 0.2s, color 0.2s;
}

/* Category-specific colors for main tag */
.case-study-tag.uxui,
.case-study-tag[data-category="uxui"] {
  background: #e6f0ff;
  color: #1a4d2e;
}
.case-study-tag.branding,
.case-study-tag[data-category="branding"] {
  background: #fff3e6;
  color: #b85c00;
}
.case-study-tag.ai,
.case-study-tag[data-category="ai"] {
  background: #e6ffe6;
  color: #217a3c;
}

.case-study-tag.servicenow,
.case-study-tag[data-category="servicenow"] {
  background: #e6e6ff;
  color: #22217a;
}

.case-study-tag.research,
.case-study-tag[data-category="research"] {
  background: #f0e6ff;
  color: #5b3fa2;
}
.case-study-tag.saas,
.case-study-tag[data-category="saas"] {
  background: #e6f7fa;
  color: #007c91;
}
.case-study-tag.ecommerce,
.case-study-tag[data-category="ecommerce"] {
  background: #fffbe6;
  color: #887400;
}
.case-study-tag.restaurant,
.case-study-tag[data-category="restaurant"] {
  background: #ffe6ea;
  color: #b81a3c;
}
.case-study-tag.passion,
.case-study-tag[data-category="passion"] {
  background: #f5e6ff;
  color: #7a217a;
}

/* Secondary/Type tags (default style) */
.case-study-tag.secondary,
.case-study-tag[data-type] {
  background: #fff;
  color: #8A8A8A;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  margin-right: 0;
}

/* Remove margin for last tag */
.case-study-tag:last-child {
  margin-right: 0;
}

.case-study-tag.main-tag {
  background: #222;
  color: #fff;
  border: none;
}

.case-study-tag.secondary-tag {
  background: #fff;
  color: #8A8A8A;
  border: 1px solid #e5e5e5;
}

/* more designs */

.more-designs-section {
  max-width: 1080px;
  margin: 56px auto 56px auto;
}
.more-designs-grid {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}
.more-designs-card {
  flex: 1 1 320px;
  max-width: 340px;
  min-width: 240px;
  aspect-ratio: 1.2/1;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 10px;
  text-decoration: none;
  background: #eee;
  box-shadow: 0 2px 16px 0 rgba(30,40,60,0.07);
  transition: box-shadow 0.18s, transform 0.18s;
}
.more-designs-card:hover {
  box-shadow: 0 8px 32px 0 rgba(30,40,60,0.13);
  transform: translateY(-3px) scale(1.02);
}
.more-designs-card .card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.more-designs-card .card-blur {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 38%;
  /* Opaque white at bottom, fading to transparent at the top edge of the overlay */
  background: linear-gradient(
    to top,
    rgba(255,255,255,0.92) 0%,
    rgba(255,255,255,0.85) 60%,
    rgba(255,255,255,0.5) 85%,
    rgba(255,255,255,0.0) 100%
  );
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 2;
  display: flex;
  align-items: flex-end;
}
.more-designs-card .card-content {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 3;
  padding: 22px 20px 18px 22px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.more-designs-card .card-title {
  color: var(--deep-green, #121414);
  font-size: 1.13rem;
  font-weight: 600;
  margin: 0 0 12px 0;
  line-height: 1.3;
}

.more-designs-card .case-study-tag:last-child {
  margin-right: 0;
}
@media (max-width: 800px) {
  .more-designs-grid { flex-direction: column; gap: 20px; }
  .more-designs-card { max-width: 100%;
  aspect-ratio: 1.2/1; }

    .mobile-designs-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    width: 100% !important;
  }


}

/* Floating Section Navigation */
#section-nav {
  position: fixed;
  top: 120px;
  left: 32px;
  z-index: 200;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
#section-nav.visible {
  opacity: 1;
  pointer-events: auto;
}
.section-nav-link {
  font-family: 'Geist Mono', monospace;
  font-size: 12px;
  color: var(--grey-accessible);
  text-decoration: none;
  background: none;
  border: none;
  padding: 4px 4px;
  border-radius: 6px;
  transition: color 0.2s, background 0.2s;
  outline: none;
  display: block;
}
.section-nav-link.active,
.section-nav-link:focus {
  color: var(--deep-green);
  background: var(--tan);
}
@media (max-width: 900px) {
  #section-nav {
    display: none !important;
  }
}

.case-study-list {
  margin: 16px 0 0 0;
  padding-left: 22px;
  color: var(--deep-green);
  font-size: 16px;
  line-height: 1.7;
  font-family: 'Geist', sans-serif;
}
.case-study-list li {
  margin-bottom: 8px;
}

/* Iterations Section */
.iterations-section {
  margin-top: 96px;
}
.iterations-inner {
  align-items: flex-start;
  display: flex;
  gap: 48px;
  align-items: stretch;
}
.iterations-steps {
  flex: 0 0 500px;
  max-width: 500px;
  position: relative;
  /* Remove height: 100%; */
  min-height: 100vh;
  display: flex;
  /* Add this: */
  height: auto;
}
.iterations-sticky-col {
  position: sticky;
  top: 20vh;
  z-index: 2;
  height: 348px;
  background: var(--white); /* Optional: for contrast if needed */
}
#iteration-text {
  min-height: 120px;
  transition: opacity 0.4s;
}
#iteration-text p {
  margin: 24px 0;
  transition: opacity 0.4s;
}
.iterations-image-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.problem-figure {
  max-width: 500px;
}
@media (max-width: 1100px) {
  .iterations-inner {
    flex-direction: column;
    gap: 32px;
  }
  .iterations-steps, .problem-figure {
    max-width: 100%;
  }
  #iteration-text {
    position: static;
    transform: none;
  }
}

.before-after-slider {
  user-select: none;
}
.before-after-slider .slider-range {
  accent-color: var(--deep-green, #1a5e3b);
  margin: 0;
  height: 2px;
}
.before-after-slider .slider-range:focus {
  outline: 2px solid var(--deep-green, #1a5e3b);
}

a {
  color: var(--grey-accessible);
  transition: color 0.3s ease;
}

a:hover {
  color: var(--deep-green);
}

/* External link styles */
.external-link:hover {
  color: var(--deep-green);
}
.external-link {
  color: var(--grey-accessible);
  text-decoration: none;
  transition: color 0.3s ease;
}
.external-link:hover {
  color: var(--deep-green);
}
/* Remove conflicting inline-block/opacity rules for floating icon */
/* .external-link-icon is always floating, not inline */
/* .external-link:hover .external-link-icon { ... } not needed for floating icon */
/* Primary research section styles matching problem-section */
.primary-section {
  padding: 56px 0;
}
.primary-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.primary-left {
  flex: 0 0 400px;
}
.primary-left h3 {
  margin: 0;
  color: var(--deep-green);
}
.primary-left h5 {
  margin: 0 0 16px 0;
  color: var(--deep-green);
  font-weight: normal;
}
.primary-right {
  flex: 1 1 0;
  max-width: 500px;
  margin-left: auto;
}
.primary-right h4 {
  margin: 32px 0 0 0;
  font-weight: normal;
  color: var(--deep-green);
}
.primary-text {
  margin-top: 24px;
  color: var(--grey-accessible);
  font-size: 18px;
  line-height: 1.6;
}
/* Ensure problem-section heading matches content width */
.problem-heading {
  max-width: 1080px;
  margin: 0 auto 0 auto;
}
.contact-btn-bottom {
  background: none;
  color: var(--deep-green);
  border: none;
  box-shadow: none;
  padding: 8px 14px;
  font-family: 'Geist Mono', monospace;
  font-size: 14px;
  border-radius: 999px;
  transition: color 0.3s cubic-bezier(.4,0,.2,1);
}

.contact-btn-bottom:hover {
  color: var(--white);
  background: var(--deep-green);
}
/* Shine effect for .btn.secondary (See my Designs) */
.btn.secondary {
  position: relative;
  overflow: hidden;
}
.btn.secondary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  transition: left 0.6s cubic-bezier(.4,0,.2,1);
  z-index: 1;
  pointer-events: none;
}
.btn.secondary.shine-once::before {
  left: 100%;
  animation: none;
  animation: shineHover 0.6s ease-out;
}
/* Loader Overlay: blurred white background */
#loader-overlay {
  position: fixed;
  z-index: 9999;
  top: 0; left: 0; width: 100vw; height: 100vh;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: opacity 0.7s cubic-bezier(.4,0,.2,1);
}
#loader-overlay.hide {
  opacity: 0;
  pointer-events: none;
}
/* Awards Title Styling */
.awards-title {
  color: var(--deep-green);
  font-size: 0.95rem;
  font-weight: normal;
  margin-bottom: 12px;
  margin-top: 0;
  letter-spacing: 0.5px;
}
/* Vertical lines for Featured Works */
.featured-works-lines {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1080px;
  height: 100%;
  pointer-events: none;
  transform: translateX(-50%);
  z-index: 1;
}
.vertical-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.5px;
  background: var(--grey-accessible, #888);
  opacity: 0.5;
}
.vertical-line.left {
  left: 40px;
}
.vertical-line.right {
  right: 40px;
}
.featured-works {
  position: relative;
}
/* Vertical lines for layout framing */

.layout-lines {
  position: fixed;
  top: 0;
  left: 50%;
  width: 1080px;
  height: 100vh;
  pointer-events: none;
  z-index: 101;
  transform: translateX(-50%);
}
.layout-lines::before,
.layout-lines::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: var(--grey-accessible);
  opacity: 0.5;
}
.layout-lines::before {
  left: -40px;
  width: 0.5px;
}
.layout-lines::after {
  right: -40px;
  width: 0.5px;
}
/* Featured Designs accessible grey */
.featured-works-header h2,
#work {
  color: var(--grey-accessible);
}
.case-study-box {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(.4,0,.2,1);
}

.case-study-box.case-study-fadein {
  opacity: 1;
}