/* Moved from style.css – HOME PAGE RULES */

.entry-title{
  font-family: var(--font-display);
  font-weight:400;
  font-size:40px;
}
.duration{
  font-family: var(--font-body);
  font-weight:500;
  font-size:24px;
}

/* ========================================
   PREVENT SUBPIXEL GAPS BETWEEN SECTIONS
   ======================================== */
.hero-section,
.companies-section,
.home-ecosystem,
.home-represents,
.home-locations,
.nw-section,
.statement-section,
.people-section,
.eco-section,
.resident-cta,
.resident-testimonials {
  margin-bottom: -1px;
}

/* ========================================
   LANDING PAGE HERO
   ======================================== */
.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg video,
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

/* Hero Content - Left Column */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: var(--site-width);
  margin: 0 auto;
  padding: 0 var(--container-padding);
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 100px;
}

.hero-left {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 576px;
}

.hero-heading {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 79px;
  line-height: 1.1;
  color: var(--fomo-white);
}

/* Fun Fact / Social Proof */
.fun-fact {
  display: flex;
  align-items: center;
  gap: 20px;
}

.avatar-stack {
  display: flex;
  align-items: center;
  position: relative;
}

.avatar-stack .avatar {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  border: 3px solid var(--fomo-dark-alt);
  object-fit: cover;
  position: relative;
  box-shadow: -1px 1px 1px 0px rgba(20, 20, 20, 0.1);
}

.avatar-stack .avatar:nth-child(2) {
  margin-left: -30px;
}

.avatar-stack .avatar:nth-child(3) {
  margin-left: -30px;
}

.avatar-stack .avatar-plus {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  border: 3px solid var(--fomo-dark-alt);
  background: var(--fomo-dark);
  margin-left: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.avatar-stack .avatar-plus svg {
  width: 14px;
  height: 14px;
  fill: var(--fomo-cream);
}

.fun-fact-text {
  color: var(--fomo-cream);
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.16px;
}

.fun-fact-text .count {
  font-family: var(--font-body);
  font-weight: 700;
  display: block;
}

.fun-fact-text .label {
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--fomo-cream-50);
  display: block;
}

/* Hero Right Column */
.hero-right {
  position: absolute;
  right: var(--container-padding);
  bottom: 100px;
  width: 407px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
}

.hero-description {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.4px;
  color: var(--fomo-white);
  text-align: right;
}

/* CTA Buttons */
.hero-cta {
  display: flex;
  gap: 8px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 10px 16px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}

.btn-primary {
  background: var(--fomo-white);
  color: var(--fomo-black);
  border: 2px solid var(--fomo-white);
  width: fit-content;
}

.btn-primary:hover {
  background: transparent;
  color: var(--fomo-white);
}

.btn-outline {
  background: transparent;
  color: var(--fomo-white);
  border: 0.8px solid var(--fomo-white);
  width: 195px;
}

.btn-outline:hover {
  background: var(--fomo-white);
  color: var(--fomo-black);
}




/* ========================================
   COMPANIES MARQUEES
   ======================================== */
.trust-marquee-top,
.trust-marquee-bottom {
  padding: 30px 0;
  overflow: hidden;
  width: 100%;
}

.marquee-wrapper {
  overflow: hidden;
  width: 100%;
}

.marquee-logos {
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 0 40px;
  flex-shrink: 0;
}

.logo-item {
  opacity: 1;
  white-space: nowrap;
}

.logo-item img {
  height: 36px;
  width: auto;
  display: block;
  filter: brightness(0);
}

.logo-item--lg img {
  height: 52px;
}

.logo-item--cyviz img {
  height: 52px;
}
.scrolltomargin{
  scroll-margin-top:100px;
}

/* ========================================
   RESPONSIVE — COMPANIES
   ======================================== */
@media (max-width: 960px) {

  .companies-heading .heading-light,
  .companies-heading .heading-bold {
    font-size: 42px;
  }

  .companies-body {
    background-color: #f0ebe0;
    background-image: url(../images/ambitious-companies-bg.png);
    background-size: 100% 100%;
    background-attachment: fixed;
    padding: 100px var(--container-padding) 120px;
  }

  .leaf-left {
    left: -60px;
    width: 280px;
  }

  .leaf-right {
    right: -60px;
    width: 240px;
  }

  .logo-item img    { height: 28px; }
  .logo-item--lg img,
  .logo-item--cyviz img { height: 40px; }
  .marquee-logos { gap: 48px; }
}

@media (max-width: 600px) {

  .companies-heading .heading-light,
  .companies-heading .heading-bold {
    font-size: 30px;
  }

  .companies-description {
    font-size: 16px;
  }

  .companies-body {
    background-color: #f0ebe0;
    background-image: url(../images/ambitious-companies-bg.png);
    background-size: 100% 100%;
    background-attachment: fixed;
    padding: 80px var(--container-padding) 100px;
  }

  .leaf-left {
    left: -120px;
    width: 220px;
  }

  .leaf-right {
    right: -120px;
    width: 180px;
  }

  .logo-item img    { height: 22px; }
  .logo-item--lg img,
  .logo-item--cyviz img { height: 32px; }
  .marquee-logos { gap: 32px; }
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 1200px) {
  :root {
    --container-padding: 48px;
  }

  .hero-heading {
    font-size: 56px;
  }

  .hero-left {
    width: 480px;
  }

  .hero-right {
    width: 360px;
  }
}

@media (max-width: 960px) {
  :root {
    --container-padding: 32px;
  }

  .hero-section {
    height: 100vh;
    min-height: 700px;
  }

  .hero-content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 48px;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .hero-left {
    width: 100%;
  }

  .hero-right {
    position: relative;
    right: unset;
    bottom: unset;
    width: 100%;
    align-items: flex-start;
  }

  .hero-description {
    text-align: left;
  }

  .hero-heading {
    font-size: 48px;
  }

  /* Nav responsive — handled by style.css mobile menu rules */
}

@media (max-width: 600px) {
  :root {
    --container-padding: 20px;
  }

  .hero-section {
    min-height: 550px;
  }

  .hero-heading {
    font-size: 64px;
  }

  .hero-left {
    gap: 32px;
  }

  .hero-description {
    font-size: 16px;
  }

  .hero-content {
    padding-bottom: 40px;
    gap: 32px;
  }

  .hero-cta {
    flex-direction: column;
    width: 100%;
  }

  .btn-primary,
  .btn-outline {
    width: 100%;
  }

  .avatar-stack .avatar {
    width: 44px;
    height: 44px;
  }

  .avatar-stack .avatar-plus {
    width: 44px;
    height: 44px;
  }

  .fun-fact-text {
    font-size: 14px;
  }

  .site-logo {
    width: 120px;
    height: 60px;
  }

  .site-logo .logo-text {
    width: 80px;
    height: 22px;
  }

  .site-logo .logo-icon {
    width: 48px;
    height: 27px;
    right: -4px;
    top: 14px;
  }
}


/* ========================================
   HOME -- ECOSYSTEM GRID
   ======================================== */
.home-ecosystem {
  position: relative;
  background-color: #ffffff;
  padding: 80px 0 0px;
}

.home-eco-header {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: var(--site-width);
  margin: 0 auto;
  padding: 0 var(--container-padding) 50px;
}

.home-eco-grid {
  position: relative;
  z-index: 1;
}

.home-eco-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 48px;
  line-height: 1.15;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.home-eco-desc {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(20, 20, 20, 0.55);
  max-width: 480px;
  margin: 0 auto;
}

.home-eco-flamingo {
  position: absolute;
  top: 55px;
  right: 0;
  width: 200px;
  height: auto;
}

@media (max-width: 1200px) {
  .home-eco-flamingo {
    width: 160px;
    top: 45px;
    right: 0;
  }
}

@media (max-width: 1024px) {
  .home-eco-flamingo {
    width: 130px;
    top: 35px;
    right: 0;
  }
}

@media (max-width: 960px) {
  .home-eco-flamingo {
    display: none;
  }
}

/* Grid */
.home-eco-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/* Card */
.home-eco-card {
  cursor: pointer;
  background: #ffffff;
  color: #1a1a1a;
  text-decoration: none;
  display: block;
}

/* Media container */
.home-eco-media {
  position: relative;
  width: 100%;
  height: 620px;
  overflow: hidden;
  margin-bottom: 0;
}

.home-eco-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: filter 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.home-eco-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  height: 75%;
  transform: translate(-50%, -50%) scale(0.85);
  object-fit: cover;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

/* Hover state */
.home-eco-card:hover .home-eco-img {
  filter: grayscale(1) brightness(0.3);
}

.home-eco-card:hover .home-eco-video {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.home-eco-card-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 32px;
  color: #1a1a1a;
  margin-bottom: 4px;
  padding: 16px 20px 0;
}

.home-eco-card-desc {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: rgba(20, 20, 20, 0.5);
  padding: 0 20px 30px;
}

@media (max-width: 960px) {
  .home-eco-media {
    height: 320px;
  }

  .home-eco-title {
    font-size: 38px;
  }
}

@media (max-width: 600px) {
  .home-eco-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .home-eco-media {
    height: 240px;
  }

  .home-eco-title {
    font-size: 30px;
  }

  .home-eco-desc {
    font-size: 14px;
  }

  .home-eco-card-title {
    font-size: 24px;
    padding: 12px 16px 0;
  }

  .home-eco-card-desc {
    font-size: 16px;
    padding: 0 16px 20px;
  }

  .home-ecosystem {
    padding: 60px 0 0px;
  }

  .home-eco-header {
    padding-bottom: 30px;
  }

  /* On touch devices, show video on tap instead of hover */
  .home-eco-video {
    display: none;
  }
}

/* ========================================
   HOME -- FOMO REPRESENTS
   ======================================== */
.home-represents {
  position: relative;
  background: #FEE7E7;
  padding: 100px 0 0;
  overflow: hidden;
}

.home-represents .companies-texture-bg {
  opacity: 1;
}

.represents-texture-bg {
  position: absolute;
  inset: 0;
  background-image: url(../images/owner-cred-bg.png);
  background-size: 100% 100%;
  background-position: center;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

.represents-inner {
  position: relative;
  z-index: 2;
  max-width: var(--site-width);
  margin: 0 auto;
  padding: 0 var(--container-padding);
}

.represents-top {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 60px;
}

.represents-text {
  flex: 1;
}

.represents-heading {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 52px;
  line-height: 1.15;
  color: #1a1a1a;
}

/* Portrait with pink background and leaves */
.represents-portrait {
  position: relative;
  flex: 0 0 340px;
  height: 400px;
  overflow: visible;
}

.represents-portrait-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
  background: #f0c4be;
}

.represents-portrait-leaves {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

/* Stats */
.represents-stats {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 60px;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  color: rgba(20, 20, 20, 0.55);
}

.represents-stat-divider {
  width: 1px;
  height: 22px;
  background: rgba(20, 20, 20, 0.2);
  flex-shrink: 0;
}

/* Carousel */
.represents-carousel-wrap {
  overflow: hidden;
  width: 100%;
}

.represents-carousel {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: representsScroll 30s linear infinite;
}

@keyframes representsScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-25%);
  }
}


.represents-slide {
  flex: 0 0 calc(33.333vw - 11px);
  height: 340px;
  overflow: hidden;
}

.represents-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 960px) {
  .represents-top {
    flex-direction: column;
    gap: 40px;
  }

  .represents-portrait {
    flex: none;
    width: 90%;
    height: auto;
    aspect-ratio: 3 / 4;
    align-self: center;
  }

  .represents-heading {
    font-size: 40px;
  }

  .represents-slide {
    flex: 0 0 calc(50vw - 8px);
    height: 280px;
  }

  .represents-stats {
    flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  .represents-heading {
    font-size: 34px;
  }

  .represents-slide {
    flex: 0 0 80vw;
    height: 200px;
  }

  .home-represents {
    padding: 60px 0 0;
  }

  .represents-top {
    gap: 30px;
    margin-bottom: 40px;
  }

  .represents-portrait {
    width: 100%;
  }

  .represents-stats {
    font-size: 13px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding-bottom: 40px;
  }

  .represents-stat-divider {
    display: none;
  }
}

/* ========================================
   HOME -- LOCATIONS
   ======================================== */
.home-locations {
  position: relative;
  background-color: #ffffff;
  background-image: url('../images/ambitious-companies-bg.png');
  background-size: 100% 100%;
  background-position: center;
  padding: 100px 0 120px;
  overflow: hidden;
}

.home-locations .companies-texture-bg {
  display: none;
}


.locations-inner {
  position: relative;
  z-index: 2;
  max-width: var(--site-width);
  margin: 0 auto;
  padding: 0 var(--container-padding);
  display: flex;
  gap: 80px;
}

.locations-left {
  flex: 0 0 45%;
}

.locations-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 48px;
  line-height: 1.15;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.locations-desc {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(20, 20, 20, 0.55);
  margin-bottom: 40px;
  max-width: 420px;
}

.locations-map {
  width: 100%;
  height: 480px;
  background: #e8e2d6;
  overflow: hidden;
}

.locations-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.3) contrast(0.9);
}

/* Right column: location cards */
.locations-right {
  flex: 1;
  padding-top: 10px;
}

.location-card {
  cursor: pointer;
  padding: 8px 0 0;
  transition: opacity 0.3s ease;
}

.location-card:not(.active) {
  opacity: 0.45;
}

.location-card:hover {
  opacity: 1;
}

.location-card.active {
  opacity: 1;
}

.location-card-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}

.location-card-name {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 42px;
  line-height: 1.1;
  color: #1a1a1a;
}

.location-card:not(.active) .location-card-name {
  color: rgba(20, 20, 20, 0.35);
}

.location-card:not(.active) .location-card-badge {
  display: none;
}

.location-card-badge {
  display: inline-block;
  border: 1px solid #1a1a1a;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 12px;
  padding: 4px 12px;
  color: #1a1a1a;
  white-space: nowrap;
}

.location-card-desc {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(20, 20, 20, 0.55);
  margin-bottom: 10px;
}

.location-card-address {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 18px;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.location-card-divider {
  width: 100%;
  height: 1px;
  background: rgba(20, 20, 20, 0.12);
  margin-bottom: 24px;
}

@media (max-width: 960px) {
  .locations-inner {
    flex-direction: column;
    gap: 40px;
  }

  .locations-left {
    flex: none;
    width: 100%;
  }

  .location-card-name {
    font-size: 32px;
  }

  .locations-map {
    height: 350px;
  }
}

@media (max-width: 600px) {
  .locations-title {
    font-size: 36px;
  }

  .location-card-name {
    font-size: 26px;
  }

  .locations-map {
    height: 280px;
  }

  .home-locations {
    padding: 60px 0 80px;
  }
}


/* ========================================
   NEXT WORKSPACE SECTION
   ======================================== */

.nw-section {
  position: relative;
  width: 100%;
  background-color: #f0ebe0;
  background-image: url('../images/paper-texture.png');
  background-size: 100% 100%;
  overflow: visible;
  z-index: -1;
  padding-top: 120px;
  margin-top:-80px;
}
@media (min-width:950px){
  .nw-section{
    padding-top:220px !important;
  }
  
}

/* .nw-section::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 180px;
  background-color: #f0ebe0;
  background-image: url('../images/paper-texture.png');
  background-size: cover;
  pointer-events: none;
} */

/* ?? Band: photo + tear overlay stacked ?? */
.nw-band {
  position: relative;
  width: 100%;
  line-height: 0;
}

/* Full-bleed photo � NO overflow clip needed; the tear SVG sits on top */
.nw-photo {
  display: block;
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: center 30%;
  /* Clip the photo to the exact torn bottom edge using clip-path polygon */
  /* Points mirror the SVG path: x as % of width, y as % of height (700px) */
  clip-path: polygon(0% 0%, 100% 0%, 100% 6.1%,
      /* right side down to tear line, then trace torn edge right-to-left */
      72.8% 6.1%,
      72.6% 7.3%, 70.7% 8.6%, 66.7% 7.9%, 63.4% 7.1%,
      59.0% 4.6%, 52.3% 4.6%, 50.9% 4.6%, 48.0% 4.7%,
      42.9% 4.0%, 37.5% 4.3%, 33.3% 4.3%, 25.0% 4.4%,
      20.8% 6.9%, 16.7% 7.3%, 13.5% 5.7%, 8.3% 5.7%,
      4.2% 5.0%, 0% 4.3%);
}

/* Tear overlay: absolutely positioned at the bottom of the band.
   The SVG inside is the exact cream shape that seamlessly continues the page background.
   preserveAspectRatio=none makes it stretch to any screen width. */
.nw-tear {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  pointer-events: none;
  z-index: 5;
  line-height: 0;
}

.nw-tear-svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* Floating card */
.nw-card {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  background: #faf7f0;
  background-image:
    radial-gradient(ellipse at 15% 85%, rgba(180, 160, 120, 0.10) 0%, transparent 55%),
    radial-gradient(ellipse at 85% 15%, rgba(180, 160, 120, 0.07) 0%, transparent 55%);
  padding: 36px 48px 44px;
  width: 540px;
  text-align: center;
  box-shadow: 0 12px 60px rgba(0, 0, 0, 0.22), 0 2px 12px rgba(0, 0, 0, 0.10);
  overflow: visible;
}

/* Leaf decorations */
.nw-leaf {
  position: absolute;
  top: -40px;
  width: 150px;
  height: auto;
  pointer-events: none;
  opacity: 0.8;
}

.nw-leaf--left {
  left: -50px;
  transform: scaleX(-1) rotate(-15deg);
}

.nw-leaf--right {
  right: -50px;
  transform: rotate(10deg);
}

/* Badge */
.nw-badge {
  display: inline-block;
  background: #c8a84b;
  color: #fff;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 5px 14px;
  margin-bottom: 20px;
}

/* Heading */
.nw-heading {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.15;
  margin-bottom: 14px;
  letter-spacing: -0.5px;
}

/* Description */
.nw-desc {
  font-family: var(--font-body);
  font-size: 15px;
  color: rgba(20, 20, 20, 0.6);
  line-height: 1.6;
  margin-bottom: 28px;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}

/* CTA buttons */
.nw-ctas {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.nw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 22px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.nw-btn--dark {
  background: #1a1a1a;
  color: #fff;
  border: 2px solid #1a1a1a;
}

.nw-btn--dark:hover {
  background: transparent;
  color: #1a1a1a;
}

.nw-btn--outline {
  background: transparent;
  color: #1a1a1a;
  border: 1.5px solid #1a1a1a;
}

.nw-btn--outline:hover {
  background: #1a1a1a;
  color: #fff;
}

/* Flamingo */
.nw-flamingo {
  position: absolute;
  bottom: -8px;
  right: -38px;
  width: 100px;
  height: auto;
  pointer-events: none;
  object-fit: contain;
}

/* ?? Tagline block ?? */
.nw-tagline-block {
  background-color: #f0ebe0;
  background-image: url('../images/paper-texture.png');
  background-size: 100% 100%;
  padding: 90px 120px;
  text-align: center;
}

.nw-tagline {
  font-family: var(--font-display);
  font-size: clamp(24px, 3.2vw, 42px);
  line-height: 1.38;
  max-width: 920px;
  margin: 0 auto;
  color: #1a1a1a;
}

.nw-tagline strong {
  font-weight: 700;
  color: #1a1a1a;
}

.nw-tagline-light {
  color: rgba(26, 26, 26, 0.38);
  font-weight: 400;
}

.nw-word {
  font-weight: 400;
  color: rgba(26, 26, 26, 0.38);
  transition: color 220ms ease, font-weight 220ms ease;
}

.nw-word.is-bold {
  font-weight: 700;
  color: #1a1a1a;
}

@media (prefers-reduced-motion: reduce) {
  .nw-word { transition: none; }
}

/* ?? Responsive ?? */
@media (max-width: 768px) {
  .nw-photo {
    height: 520px;
  }

  .nw-tear {
    height: 80px;
  }

  .nw-card {
    width: calc(100% - 48px);
    padding: 28px 24px 36px;
    top: 36%;
  }

  .nw-heading {
    font-size: 28px;
  }

  .nw-ctas {
    flex-direction: column;
    align-items: center;
  }

  .nw-btn {
    width: 100%;
    max-width: 280px;
  }

  .nw-leaf {
    width: 100px;
  }

  .nw-leaf--left {
    left: -20px;
  }

  .nw-leaf--right {
    right: -20px;
  }

  .nw-flamingo {
    width: 72px;
    right: -16px;
  }

  .nw-tagline-block {
    padding: 60px 24px;
  }
}

@media (max-width: 600px) {
  .nw-photo {
    height: 380px;
  }

  .nw-card {
    padding: 32px 24px 28px;
  }

  .nw-heading {
    font-size: 22px;
  }

  .nw-desc {
    font-size: 15px;
  }

  .nw-tagline-block {
    padding: 48px 24px;
  }

  .nw-tagline {
    font-size: clamp(18px, 5vw, 26px);
  }

  .nw-btns {
    flex-direction: column;
  }

  .nw-btn--dark,
  .nw-btn--outline {
    width: 100%;
    max-width: 100%;
  }


  .nw-leaf {
    display: none;
  }

  .nw-flamingo {
    width: 56px;
    right: -10px;
  }

  .nw-card {
    width: calc(100% - 32px);
    top: 32%;
  }

  .nw-photo {
    height: 340px;
  }
}


/* ========================================
   STATEMENT SECTION
   ======================================== */
.statement-section {
  background-color: #ffffff;
  background-image: url('../images/ambitious-companies-bg.png');
  background-size: 100% 100%;
  background-position: center;
  padding: 60px var(--container-padding);
  display: flex;
  justify-content: center;
  align-items: center;
}

.statement-inner {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(45, 36, 22, 0.18);
  padding: 72px 80px;
  max-width: 80%;
  width: 100%;
  text-align: center;
}

.statement-text {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.38;
  margin: 0;
}

.statement-bold {
  font-weight: 700;
  color: #2d2416;
}

.statement-light {
  font-weight: 400;
  color: rgba(45, 36, 22, 0.38);
}

@media (max-width: 1024px) {
  .statement-section {
    padding: 50px 60px;
  }

  .statement-inner {
    padding: 56px 52px;
  }
}

@media (max-width: 768px) {
  .statement-section {
    padding: 40px 24px;
  }

  .statement-inner {
    padding: 40px 28px;
  }
}

@media (max-width: 600px) {
  .statement-section {
    padding: 40px 16px;
  }

  .statement-inner {
    padding: 32px 20px;
    max-width: 100%;
  }

  .statement-section::before,
  .statement-section::after {
    display: none;
  }
}

/* Testimonials on home page - no marquee, no plants, adjusted padding */
.home-testimonials {
  padding: 100px 0 100px;
}

.home-testimonials .testimonials-leaf-left,
.home-testimonials .testimonials-leaf-right {
  display: none;
}

/* Plants spanning statement + testimonials boundary */
.statement-section {
  position: relative;
  overflow: visible;
  z-index: 2;
}

.statement-section::before,
.statement-section::after {
  content: '';
  position: absolute;
  bottom: -160px;
  width: 280px;
  height: 380px;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 10;
}

.statement-section::before {
  left: 0;
  background-image: url('../images/plant-left.png');
  background-position: left bottom;
}

.statement-section::after {
  right: 0;
  background-image: url('../images/plant-right.png');
  background-position: right bottom;
}

.home-testimonials {
  position: relative;
  z-index: 1;
}

/* ========================================
   PEOPLE BEHIND FOMO SECTION
   ======================================== */
.home-people {
  position: relative;
  background-color: #f0ebe0;
  background-image: url('../images/statement-bg.jpg');
  background-size: 100% 100%;
  background-position: center;
  padding: 100px 90px 120px;
  overflow: hidden;
}

.home-people-header {
  text-align: center;
  margin-bottom: 56px;
}

.home-people-title {
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.15;
  margin-bottom: 20px;
}

.home-people-desc {
  font-family: var(--font-body);
  font-size: 16px;
  color: rgba(26, 26, 26, 0.55);
  line-height: 1.65;
  max-width: 640px;
  margin: 0 auto;
}

.home-people-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1260px;
  margin: 0 auto;
}

.home-person-card {
  position: relative;
  background: #2e2e2e;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.home-person-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: transform 0.4s ease;
}

.home-person-card:hover img {
  transform: scale(1.04);
}

.home-person-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 20px 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}

.home-person-name {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2;
  display: block;
  margin-bottom: 4px;
}

.home-person-role {
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
  display: block;
}

.home-people-plant {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 280px;
  height: auto;
  pointer-events: none;
  opacity: 0.85;
}

@media (max-width: 1024px) {
  .home-people-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-people {
    padding: 80px 60px 100px;
  }
}

@media (max-width: 640px) {
  .home-people-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .home-people {
    padding: 60px 24px 80px;
  }

  .home-people-title {
    font-size: 36px;
  }
}


/* ========================================
   PEOPLE BEHIND FOMO SECTION
   ======================================== */
.people-section {
  position: relative;
  background-color: #f0ebe0;
  background-image: url('../images/people-fomo-bg.jpg');
  background-size: 100% 100%;
  background-position: center;
  padding: 100px var(--container-padding) 120px;
  overflow: hidden;
}

.people-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(240, 235, 224, 0.6) 0%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

.people-plant {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 600px;
  height: auto;
  pointer-events: none;
  z-index: 0;
}

.people-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.people-title {
  font-family: var(--font-display);
  font-size: 62px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.15;
  margin-bottom: 18px;
}

.people-desc {
  font-family: var(--font-body);
  font-size: 20px;
  color: rgba(20, 20, 20, 0.6);
  line-height: 1.65;
  max-width: 600px;
  margin: 0 auto;
}

.people-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .people-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.people-card {
  position: relative;
  aspect-ratio: 3 / 4;
  background-color: #3a3a3a;
  overflow: hidden;
}

.people-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.people-card-name {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 4px;
  display: block;
}

.people-card-role {
  font-family: var(--font-body);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  display: block;
}

/* ?? People card hover states ?? */
.people-card {
  cursor: pointer;
}

/* Default state: plain photo */
.people-card .people-card-default {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: opacity 0.4s ease;
  opacity: 1;
  z-index: 1;
}

/* Hover image: pink botanical card */
.people-card .people-card-hover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: opacity 0.4s ease;
  opacity: 0;
  z-index: 2;
}

.people-card:hover .people-card-default {
  opacity: 0;
}

.people-card:hover .people-card-hover {
  opacity: 1;
}

/* Card info sits above both images */
.people-card .people-card-info {
  z-index: 3;
}

/* Hide default overlay gradient on hover (hover image has its own) */
.people-card:hover .people-card-info {
  background: none;
  transform: translateY(-70px);
}

/* People card: Book a Meeting button */
.people-card-btn {
  position: absolute;
  bottom: 22px;
  left: 50%;
  z-index: 4;
  width: max-content;
  padding: 18px 90px;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  opacity: 0;
  transform: translate(-50%, 20px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.people-card:hover .people-card-btn {
  opacity: 1;
  transform: translate(-50%, 0);
}

.people-card-btn:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* Wrapper for email + phone buttons */
.people-card-contact {
  position: absolute;
  bottom: 22px;
  left: 22px;
  right: 22px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transform: translateY(20px);
  opacity: 0;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.people-card:hover .people-card-contact {
  opacity: 1;
  transform: translateY(0);
}

.people-card-contact .people-card-btn {
  position: static;
  transform: none;
  opacity: 1;
  width: 100%;
  padding: 12px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(0, 0, 0, 0);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(8px);
}

.people-card-btn-icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}

.people-card-btn-text {
  flex: 0 0 auto;
}

.people-card:hover .people-card-contact .people-card-btn {
  transform: none;
}

/* Section with no header */
.people-no-header {
  padding-top: 120px;
  padding-bottom: 120px;
}

.people-card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 22px 22px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  transform: translateY(0);
  transition: transform 0.35s ease;
}

.people-card:hover .people-card-info {
  transform: translateY(-140px);
}

@media (max-width: 1024px) {
  .people-card {
    flex: 0 0 calc(50% - 8px);
  }

  .people-title {
    font-size: 40px;
  }

  .people-card-btn {
    padding: 10px 16px;
    font-size: 12px;
    letter-spacing: 0.08em;
    bottom: 14px;
    width: auto;
    max-width: calc(100% - 24px);
    white-space: nowrap;
    border-width: 1px;
  }
}

@media (max-width: 600px) {
  .people-section {
    padding: 60px 20px 80px;
  }

  .people-header {
    margin-bottom: 40px;
  }

  .people-card {
    flex: 0 0 calc(50% - 5px);
  }

  .people-title {
    font-size: 30px;
  }

  .people-desc {
    font-size: 14px;
  }

  .people-plant {
    width: 160px;
  }

  .people-card-name {
    font-size: 16px;
  }

  .people-card-role {
    font-size: 11px;
  }

  .people-card-info {
    padding: 40px 14px 95px;
  }

  .people-card-btn {
    font-size: 9px;
    letter-spacing: 0.06em;
    padding: 6px 30px;
    bottom: 10px;
    opacity: 1;
    width: auto;
    max-width: calc(100% - 20px);
    white-space: nowrap;
    transform: translate(-50%, 0);
    border-width: 1px;
  }

  .people-card-contact {
    opacity: 1;
    transform: translateY(0);
    bottom: 10px;
    gap: 5px;
    left: 14px;
    right: 14px;
  }

  .people-card-contact .people-card-btn {
    width: 100%;
    max-width: none;
    padding: 6px 10px;
    font-size: 9px;
    letter-spacing: 0.04em;
    gap: 6px;
  }

  .people-card-btn-icon {
    width: 12px;
    height: 12px;
  }

  .people-card:hover .people-card-info,
  .people-card .people-card-info {
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .people-card-contact {
    opacity: 1;
    transform: translateY(0);
  }

  .people-card-contact .people-card-btn {
    width: 100%;
    max-width: none;
  }
}


/* ============================================
   ECO SECTION - THE ECOSYSTEM
   ============================================ */
.eco-section {
  background: url(../images/ecosystem-bg.png) center top / cover no-repeat;
  padding: 200px 0 0;
}

.eco-header {
  text-align: center;
  padding: 0 24px 60px;
  max-width: 1600px;
  margin: 0 auto;
}

.eco-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 48px;
  color: #111111;
  margin: 0 0 16px;
  line-height: 1.15;
}

.eco-desc {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: rgba(20, 20, 20, 0.55);
  margin: 0;
}

.eco-grid {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.eco-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.eco-card {
  display: flex;
  flex-direction: column;
}

.eco-card-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.eco-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.eco-card-body {
  padding: 20px 24px 32px;
}

.eco-card-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 20px;
  color: #111111;
  margin: 0 0 6px;
  line-height: 1.2;
}

.eco-card-desc {
  font-family: var(--font-body);
  font-size: 15px;
  color: rgba(20, 20, 20, 0.6);
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .eco-row {
    grid-template-columns: 1fr;
  }

  .eco-title {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .eco-section {
    padding: 200px 0 0;
  }

  .eco-header {
    padding: 0 20px 40px;
  }

  .eco-title {
    font-size: 26px;
  }

  .eco-desc {
    font-size: 14px;
  }
}

/* ============================================
   ECO CARD HOVER EFFECTS
   ============================================ */
.eco-card-img {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  cursor: pointer;
}

.eco-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: filter 0.5s ease;
  filter: grayscale(0%) brightness(1);
}

.eco-card:hover .eco-card-img img {
  filter: grayscale(100%) brightness(0.45);
}

.eco-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.eco-card:hover .eco-card-overlay {
  opacity: 1;
}

/* Inset video box - appears centred in the lower portion of the image */
.eco-video-box {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%) scale(0.85);
  width: 60%;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.eco-card:hover .eco-video-box {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.eco-video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* eco card hover marker */

/* Offices paper bg section */
.offices-paper-bg {
  width: 100%;
  background: url(../images/private-offices-bg.png) center center / 100% 100% no-repeat;
  aspect-ratio: 1440 / 840;
}

/* ========================================
   OFFICES WORKSPACE CTA (front page)
   ======================================== */
.offices-workspace-cta {
  position: relative;
  overflow: visible;
  clip-path: inset(0 0 -300px 0);
}

.ws-main {
  background-color:transparent ;
  margin-top:-10px;
  position: relative;
  width: 100%;
  aspect-ratio: 1440 / 854;
  overflow: visible !important;
}

.ws-main::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  bottom: -180px;
  background-image: url('../images/cta-section-cutout.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}

.ws-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
}

.ws-card {
  position: relative;
  z-index: 2;
  width: 900px;
  max-width: 85%;
  background: url('../images/cta-banner-bg.png') center center / cover no-repeat;
  padding: 70px 55px 65px;
  text-align: center;
  overflow: hidden;
  border: 16px solid #ffffff;
}

.ws-card-inner {
  position: relative;
  z-index: 1;
}

.ws-badge {
  display: inline-block;
  background: #E4B23A;
  color: #000000;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 13px;
  padding: 6px 18px;
  margin-bottom: 20px;
  letter-spacing: 0.2px;
}

.ws-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 53px;
  line-height: 1.15;
  color: #1a1a1a;
  margin-bottom: 14px;
}

.ws-desc {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: rgba(20, 20, 20, 0.6);
  max-width: 680px;
  margin: 0 auto 28px;
}

.ws-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 24px;
}

.ws-buttons .cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 200px;
  padding: 0 32px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  text-decoration: none;
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
}

.ws-buttons .ws-btn-filled {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

.ws-buttons .ws-btn-outline {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

.ws-buttons .ws-btn-filled:hover,
.ws-buttons .ws-btn-outline:hover {
  background: transparent;
  color: #111111;
}

/* ========================================
   CAMPUS — mobile overrides
   (base styles in style.css + private-offices.css)
   ======================================== */
@media (max-width: 768px) {
  .campus-map-wrap {
    display: flex;
    flex-direction: column;
  }

  .campus-map {
    height: auto;
    margin-top: 0;
  }

  .campus-map > img {
    transform: none;
  }

  .campus-map::before,
  .campus-map::after {
    display: none;
  }

  .campus-details {
    margin-top: 0;
    max-width: 100%;
    padding: 0 var(--container-padding) 20px;
    padding-bottom: 80px;
  }

  .campus-detail {
    height: auto;
  }

  .campus-map .campus-label {
    display: none;
  }

  .offices-campus::after {
    display: none;
  }

  .campus-mobile-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 16px var(--container-padding);
  }

  .campus-mobile-tabs .campus-label {
    position: static;
    width: 100%;
    font-size: 11px;
    letter-spacing: 0.5px;
    padding: 12px 10px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .campus-header {
    padding: 40px var(--container-padding) 16px;
  }

  .campus-title {
    font-size: 30px;
  }

  .campus-desc {
    font-size: 14px;
  }

  .campus-detail {
    flex-direction: column;
  }

  .campus-detail-img {
    flex: none;
    height: 180px;
    margin: 0;
  }

  .campus-detail-info {
    padding: 24px 20px;
  }

  .campus-detail-name {
    font-size: 22px;
  }

  .campus-detail-tags {
    flex-wrap: wrap;
    font-size: 13px;
  }

  .campus-details {
    padding: 0 var(--container-padding) 16px;
    padding-bottom: 80px;
  }
}

@media (max-width: 960px) {
  .ws-main {
    aspect-ratio: auto;
    padding: 70px 0;
    overflow: hidden;
  }
  .ws-main::before {
    bottom: -40px;
  }
  .ws-overlay {
    position: relative;
    inset: auto;
  }
  .ws-card { padding: 40px 36px 35px; }
  .ws-title { font-size: 34px; }
  .dl { display: none; }
}

@media (max-width: 600px) {
  .ws-main {
    padding: 50px 0;
    margin-top:-20px !important;
  }
  .ws-card {
    padding: 28px 20px 24px;
    max-width: 92%;
    border-width: 10px;
  }
  .ws-title { font-size: 32px; }
  .ws-desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .ws-badge { font-size: 11px; padding: 5px 14px; }
  .ws-buttons { flex-direction: column; }
  .ws-buttons .cta-btn { width: 100%; }
}



/* ========================================
   RESIDENT TESTIMONIALS SECTION
   ======================================== */
.resident-testimonials {
  position: relative;
  background: #ffffff;
  padding: 0 0 100px;
  overflow: hidden;
}

.atest-plant {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: 0.2;
}

.atest-plant--left {
  top: 40px;
  left: -40px;
  width: 280px;
}

.atest-plant--right {
  top: 40px;
  right: -40px;
  width: 280px;
}

.resident-testimonials .testimonials-leaf-left {
  position: absolute;
  top: 80px;
  left: 0;
  width: 300px;
  height: auto;
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}

.resident-testimonials .testimonials-leaf-right {
  position: absolute;
  top: 60px;
  right: -20px;
  width: 260px;
  height: auto;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
}

.testimonials-marquee {
  border-bottom: none;
  padding: 32px 0;
}

.testimonials-header {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 60px var(--container-padding) 0;
  margin-bottom: 60px;
}

.testimonials-badge {
  display: inline-block;
  background: #c5a74e;
  color: #fff;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 13px;
  padding: 6px 18px;
  margin-bottom: 20px;
  letter-spacing: 0.2px;
}

.testimonials-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 52px;
  line-height: 1.15;
  color: #1a1a1a;
}

.testimonials-slider-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: calc(100% - 2 * var(--container-padding));
  max-width: calc(var(--site-width) - 2 * var(--container-padding));
  margin: 0 auto;
  padding: 60px 0 0 80px;
}

.testimonials-track {
  display: flex;
  transition: transform 0.4s ease;
}

.testimonial-card {
  position: relative;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 20px 0 20px 50px;
}

.testimonial-card:nth-child(2n-1) {
  padding-left: 0;
  padding-right: 30px;
}

.testimonials-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

.testimonials-dots .dot {
  width: 18px;
  height: 10px;
  background: rgba(20, 20, 20, 0.2);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.testimonials-dots .dot.active {
  width: 40px;
  background: #e8a0a0;
}

.testimonial-quote-mark {
  font-family: var(--font-display);
  font-size: 340px;
  line-height: 0.8;
  color: rgba(230, 160, 150, 0.15);
  position: absolute;
  top: 20px;
  left: -50px;
  z-index: 0;
  pointer-events: none;
}

.testimonial-card:nth-child(2n) {
  max-width: 580px;
}

.testimonial-card:nth-child(2n) .testimonial-quote-mark {
  top: 20px;
  left: 10px;
}

.testimonial-stars {
  position: relative;
  z-index: 1;
  font-size: 22px;
  color: #e8b930;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.testimonial-text {
  position: relative;
  z-index: 1;
  height:13rem;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  color: #1a1a1a;
  margin-bottom: 28px;
}

.testimonial-divider {
  width: 100%;
  height: 1px;
  background: rgba(20, 20, 20, 0.1);
  margin-bottom: 24px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #c5a74e;
  flex-shrink: 0;
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.testimonial-name {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 16px;
  color: #1a1a1a;
}

.testimonial-role {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 14px;
  color: rgba(20, 20, 20, 0.5);
}

@media (max-width: 960px) {
  .testimonials-title {
    font-size: 38px;
  }

  .testimonial-card {
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-card:nth-child(2n-1) {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-card:nth-child(2n) {
    max-width: none;
    padding-left: 0;
  }

  .testimonial-text {
    font-size: 18px;
    height:unset !important;
  }

  .testimonial-quote-mark,
  .testimonial-card:nth-child(2n) .testimonial-quote-mark {
    top: -10px;
    left: 0;
  }

  .home-testimonials .testimonials-slider-wrapper {
    width: 100%;
    margin: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .atest-plant--left {
    left: -80px;
    opacity: 0.15;
  }

  .atest-plant--right {
    right: -80px;
    opacity: 0.15;
  }
}

@media (max-width: 600px) {
  .testimonials-title {
    font-size: 28px;
  }

  .testimonials-header {
    padding-top: 40px;
    margin-bottom: 40px;
  }

  .testimonials-badge {
    font-size: 11px;
    padding: 5px 14px;
  }

  .testimonial-text {
    font-size: 15px;
    line-height: 1.5;
  }

  .testimonial-quote-mark {
    font-size: 180px;
    top: -10px;
    left: -10px;
  }

  .atest-plant--left,
  .atest-plant--right {
    display: none;
  }

  .resident-testimonials {
    padding: 0 0 60px;
  }

  .home-testimonials {
    padding: 60px 0 60px;
  }

  .home-testimonials .testimonials-header {
    text-align: center;
  }

  .home-testimonials .testimonials-slider-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  /* Hide statement section leaf decorations on mobile */
  .statement-section::before,
  .statement-section::after {
    display: none;
  }
}

/* ========================================
   HOME CALENDAR EVENTS SECTION
   ======================================== */
.home-calendar-events {
  background-color: #ffffff;
  padding: 100px var(--container-padding) 120px;
}

.hce-header {
  text-align: center;
  margin-bottom: 60px;
}

.hce-title {
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.15;
  margin: 0;
}

/* Month grid calendar */
.fomo-cal {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  transition: opacity 0.15s ease;
}

.fomo-cal.is-loading {
  opacity: 0.5;
  pointer-events: none;
}

.fomo-cal-banner {
  max-width: 1100px;
  margin: 32px auto 0;
}

.fomo-cal-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.fomo-cal-banner a {
  display: block;
}

.fomo-cal-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.fomo-cal-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #111;
  color: #111;
  text-decoration: none;
  font-size: 20px;
  transition: background 0.2s, color 0.2s;
}

.fomo-cal-arrow:hover {
  background: #111;
  color: #fff;
}

.fomo-cal-month {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 400;
  margin: 0;
  color: #1a1a1a;
}

.fomo-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1px;
  background-color: rgba(26, 26, 26, 0.15);
  border: 1px solid rgba(26, 26, 26, 0.15);
}

.fomo-cal-weekday {
  background: #f0ebe0;
  text-align: center;
  padding: 12px 4px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a1a1a;
}

.fomo-cal-cell {
  position: relative;
  background: #fff;
  min-height: 96px;
  padding: 10px;
  font-family: var(--font-body);
  font-size: 15px;
  color: #1a1a1a;
}

.fomo-cal-cell-empty {
  background: #fafaf7;
}

.fomo-cal-num {
  display: inline-block;
}

.fomo-cal-cell-today .fomo-cal-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #1a1a1a;
  color: #fff;
  font-weight: 700;
}

.fomo-cal-cell-has-event {
  cursor: pointer;
  background: #f0ebe0;
}

.fomo-cal-cell-has-event:hover,
.fomo-cal-cell-has-event:focus-visible {
  background: #e6dfcd;
  outline: none;
}

.fomo-cal-dot {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1a1a1a;
}

.fomo-cal-pop {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  min-width: 240px;
  max-width: 320px;
  background: #fff;
  border: 1px solid #1a1a1a;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  padding: 8px;
}

.fomo-cal-cell-has-event.is-open .fomo-cal-pop {
  display: block;
}

.fomo-cal-pop-item {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #1a1a1a;
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}

.fomo-cal-pop-item:last-child {
  border-bottom: 0;
}

.fomo-cal-pop-item:hover {
  background: #f0ebe0;
}

.fomo-cal-pop-time {
  display: block;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(26, 26, 26, 0.6);
}

.fomo-cal-pop-title {
  display: block;
  font-weight: 700;
  margin-top: 2px;
}

.fomo-cal-pop-loc {
  display: block;
  font-size: 13px;
  color: rgba(26, 26, 26, 0.7);
  margin-top: 2px;
}

.fomo-cal-list {
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: rgba(26, 26, 26, 0.15);
  border: 1px solid rgba(26, 26, 26, 0.15);
}

.fomo-cal-list-item a {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: #fff;
  text-decoration: none;
  color: #1a1a1a;
}

.fomo-cal-list-item a:hover {
  background: #f0ebe0;
}

.fomo-cal-list-date,
.fomo-cal-list-title,
.fomo-cal-list-loc {
  position: relative;
  z-index: 1;
}

.fomo-cal-list-date {
  font-weight: 700;
  min-width: 200px;
}

.fomo-cal-list-title {
  flex: 1 1 auto;
}

.fomo-cal-list-loc {
  color: rgba(26, 26, 26, 0.7);
}

.fomo-cal-list-img {
  position: absolute;
  inset: 0 0 0 auto;
  width: 45%;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to left, #000 35%, transparent 100%);
          mask-image: linear-gradient(to left, #000 35%, transparent 100%);
}

.fomo-cal-list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hce-footer {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.hce-view-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 120px;
  border: 1px solid #111;
  background: transparent;
  color: #111;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.hce-view-more:hover {
  background: #111;
  color: #fff;
}

@media (max-width: 900px) {
  .hce-title {
    font-size: 40px;
  }

  .fomo-cal-month {
    font-size: 24px;
  }

  .fomo-cal-cell {
    min-height: 72px;
    padding: 6px;
    font-size: 13px;
  }

  .hce-view-more {
    padding: 16px 60px;
  }
}

@media (max-width: 600px) {
  .home-calendar-events {
    padding: 60px 20px 80px;
  }

  .hce-header {
    margin-bottom: 40px;
  }

  .fomo-cal-weekday {
    font-size: 11px;
    padding: 8px 2px;
  }

  .fomo-cal-cell {
    min-height: 56px;
    padding: 4px;
    font-size: 12px;
  }

  .fomo-cal-cell-today .fomo-cal-num {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }

  .fomo-cal-pop {
    min-width: 200px;
    left: 0;
    transform: none;
  }

  .fomo-cal-list-date {
    min-width: 0;
  }

  .fomo-cal-list-img {
    width: 35%;
  }

  .hce-footer {
    margin-top: 40px;
  }

  .hce-view-more {
    width: 100%;
    padding: 16px 20px;
  }
}

@media (max-width: 1100px) {
  body.home .footer-logo-overlap {
    top: -55px;
  }
}

@media (max-width: 900px) {
  body.home .footer-logo-overlap {
    top: -45px;
  }
}

@media (max-width: 480px) {
  body.home .footer-logo-overlap {
    top: -35px;
  }
}

/* ========================================
   SINGLE EVENT TEMPLATE
   ======================================== */
.event-single {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px var(--container-padding) 120px;
}

.event-hero {
  margin-bottom: 32px;
}

.event-hero img {
  width: 100%;
  height: auto;
  display: block;
}

.event-title {
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.15;
  margin: 0 0 24px;
}

.event-meta {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  font-family: var(--font-body);
  font-size: 16px;
  color: #1a1a1a;
}

.event-meta li {
  padding: 6px 0;
}

.event-content {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  color: #1a1a1a;
  margin-bottom: 40px;
}

.event-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.event-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border: 1px solid #111;
  background: transparent;
  color: #111;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.event-btn:hover,
.event-btn-primary {
  background: #111;
  color: #fff;
}

.event-btn-primary:hover {
  background: #333;
}

.event-add-to-cal {
  position: relative;
}

.event-add-to-cal-menu {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 10;
  min-width: 220px;
  background: #fff;
  border: 1px solid #1a1a1a;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.event-add-to-cal.is-open .event-add-to-cal-menu {
  display: block;
}

.event-add-to-cal-menu a {
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  color: #1a1a1a;
  font-family: var(--font-body);
  font-size: 14px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}

.event-add-to-cal-menu a:last-child {
  border-bottom: 0;
}

.event-add-to-cal-menu a:hover {
  background: #f0ebe0;
}

@media (max-width: 600px) {
  .event-single {
    padding: 40px 20px 80px;
  }
  .event-title {
    font-size: 36px;
  }
}
