/* City shared chrome. Collective craft, City colors. Page sections stay City. */

:root {
  --section-space: 7.2rem;
  --section-space-sm: 5.6rem;
}

/* overflow-x: hidden on body turns the page into a scroll box and kills sticky. */
body {
  overflow-x: clip;
}

.feature-31-block__list {
  gap: clamp(3.2rem, 4vw, 6.4rem);
}

/* Live City wallpaper. Same soft grain as the live site, behind the type. */
body::after {
  content: none;
}

.header-1-block,
.testimonial-45-block,
.footer-12-block,
.events-1-block,
.film-grain-overlay {
  position: relative;
  isolation: isolate;
}

.header-1-block::before,
.testimonial-45-block::before,
.footer-12-block::before,
.events-1-block::before,
.film-grain-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.7;
  mix-blend-mode: normal;
  background-image: url("https://cdn.prod.website-files.com/6ab57fa79199f3ed453f5ba5/6ab6181809fbc5725a0180ad_film-grain.png");
  background-repeat: repeat;
  background-size: auto;
}

.header-1-block > *,
.testimonial-45-block > *,
.footer-12-block > *,
.events-1-block > *,
.film-grain-overlay > * {
  position: relative;
  z-index: 1;
}

/* Same bar height as Collective: 13.3rem, 10.4rem on a phone. */
.header-1-block {
  position: sticky;
  top: 0;
  z-index: 80;
  height: 13.3rem;
  padding-block: 0;
  background: #e4e2dd;
}

.header-1-block__inner {
  max-width: 140rem;
  margin-inline: auto;
  padding-inline: clamp(1.6rem, 1rem + 1.1vw, 2.8rem);
  min-height: 0;
  height: 100%;
}

.header-1-block__logo {
  width: 10rem;
  height: 10rem;
}

/* The paper disc was hanging into the open menu. The round badge stays. The disc does not. */
.header-1-block__brand::before {
  display: none;
}

.header-1-block__brand {
  z-index: 2;
}

.header-1-block__menu {
  gap: 2.7rem;
}

.header-1-block__menu > li {
  position: relative;
}

.header-1-block__link {
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: clamp(1.5rem, 1.3rem + 0.4vw, 1.78rem);
  line-height: 1.2;
  padding-block: 0.6rem;
  background: linear-gradient(currentColor, currentColor) 0 100% / 0 2px no-repeat;
  transition: background-size 180ms cubic-bezier(.16, 1, .3, 1), color 200ms;
}

.header-1-block__link:hover,
.header-1-block__link:focus-visible {
  background-size: 100% 2px;
}

/* Item-anchored panels, same idea as Collective. Not a full-bleed mega menu. */
.header-1-block .megamenu-1-block {
  top: calc(100% + 1.2rem);
  left: 0;
  right: auto;
  width: min(38rem, calc(100vw - 3.2rem));
  z-index: 30;
  padding: 1.2rem;
  background: #f7f4ee;
  color: #171f1e;
  border: 1px solid rgba(23, 31, 30, 0.12);
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(23, 31, 30, 0.12);
  transform: none;
}

.header-1-block .megamenu-1-block--services {
  width: min(52rem, calc(100vw - 3.2rem));
}

.header-1-block .megamenu-1-block--partner {
  left: auto;
  right: 0;
  width: min(62rem, calc(100vw - 3.2rem));
}

.header-1-block .megamenu-1-block__container,
.header-1-block .megamenu-1-block--services .megamenu-1-block__container,
.header-1-block .megamenu-1-block--partner .megamenu-1-block__container {
  display: block;
  min-height: 0;
  padding: 0;
  gap: 0;
}

.header-1-block .card-megamenu-1-block,
.header-1-block .card-megamenu-1-block__btn {
  display: none;
}

.header-1-block .megamenu-1-block__feature-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.2rem;
  align-content: start;
}

.header-1-block .megamenu-1-block--services .megamenu-1-block__feature-list,
.header-1-block .megamenu-1-block--partner .megamenu-1-block__feature-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem;
}

.header-1-block .megamenu-1-block__feature-element {
  padding: 1.2rem 1.4rem;
  border-radius: 4px;
  gap: 0.2rem;
}

.header-1-block .megamenu-1-block__feature-element:hover {
  background: #e4e2dd;
}

.header-1-block .megamenu-1-block__feature-heading {
  font-family: Poppins, system-ui, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.15;
  text-transform: none;
  color: #171f1e;
}

.header-1-block .megamenu-1-block__feature-element:hover .megamenu-1-block__feature-heading {
  color: #c62a27;
}

.header-1-block .megamenu-1-block__feature-text {
  font-size: 1.4rem;
  line-height: 1.45;
  color: rgba(23, 31, 30, 0.62);
}

.header-1-block .megamenu-1-block--simple {
  width: max-content;
  min-width: 22rem;
  padding: 0.8rem;
  background: #f7f4ee;
}

.header-1-block .megamenu-1-block--simple a {
  color: #171f1e;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 1.1rem 1.4rem;
  border-radius: 4px;
}

.header-1-block .megamenu-1-block--simple a:hover {
  background: #e4e2dd;
  color: #c62a27;
}

.header-1-block .megamenu-1-block--events {
  width: min(38rem, calc(100vw - 3.2rem));
  padding: 0.6rem;
}

.header-1-block .megamenu-1-block--events .megamenu-1-block__feature-list {
  grid-template-columns: minmax(0, 1fr);
}

/* Record spin targets. JS drives rotation. */
.header-1-block__logo,
.footer-seal {
  transform-origin: 50% 50%;
  will-change: transform;
}

/* Buttons match Collective press and shape. City red stays. */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1.358rem 1.902rem;
  min-height: 44px;
  font-weight: 600;
  font-size: 1.65rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  border: 0;
  white-space: nowrap;
}

.btn--primary,
.btn:not(.btn--dark) {
  background: #c62a27;
  color: #e4e2dd;
  border-radius: 999rem;
}

.btn--primary:hover,
.btn:not(.btn--dark):hover {
  background: #e4e2dd;
  color: #171f1e;
}

.btn--dark {
  background: #171f1e;
  color: #e4e2dd;
  border-radius: 4px;
}

.btn--dark:hover {
  background: #8E1E1C;
  color: #e4e2dd;
}

.btn:active {
  transform: scale(0.97);
}

/* Homepage hero. A still stays underneath the optional background film. */
.testimonial-17-block.hero {
  min-height: min(86rem, 82vh);
}

.city-hero-media {
  position: absolute;
  inset: 0;
  background: #171f1e;
}

.city-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(13, 18, 17, 0.72) 0%, rgba(13, 18, 17, 0.42) 58%, rgba(13, 18, 17, 0.28) 100%);
}

.city-hero-poster,
.city-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.city-hero-poster {
  object-position: center;
}

.city-hero-video {
  opacity: 0;
  object-position: center;
}

.is-video-playing .city-hero-video {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .city-hero-video {
    display: none;
  }
}

.content-63-block__stat-value {
  font-variant-numeric: tabular-nums;
}

/* Word on the street. Portrait bleeds off the left. Quotes use the width. */
.testimonial-45-block {
  position: relative;
  overflow: hidden;
}

.testimonial-45-block__portrait {
  position: absolute;
  z-index: 0;
  left: -16rem;
  bottom: -12rem;
  width: 50rem;
  height: auto;
  opacity: 0.58;
  pointer-events: none;
  object-fit: contain;
  object-position: left bottom;
}

.header-1-block__inner,
.testimonial-17-block__inner,
.testimonial-45-block__inner,
.faq-5-block__inner,
.footer-12-block__inner,
.content-63-block__grid,
.feature-31-block__list,
.hero-71-block__mission-inner,
.events-1-block__inner {
  max-width: 140rem;
  margin-inline: auto;
  padding-inline: clamp(1.6rem, 1rem + 1.1vw, 2.8rem);
}

.testimonial-45-block__inner {
  position: relative;
  z-index: 1;
}

.testimonial-45-block__head {
  align-items: flex-end;
  margin-bottom: clamp(3rem, 4vw, 5.6rem);
}

.testimonial-45-block__heading {
  font-size: clamp(3.4rem, 2rem + 2.6vw, 6.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 0.95;
}

.testimonial-45-block__sub {
  margin-top: 1rem;
  font-size: 1.7rem;
}

.testimonial-45-block .slider-nav__btn {
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 4px;
  border-color: rgba(228, 226, 221, 0.72);
}

.testimonial-45-block__slide {
  gap: 1.6rem;
}

.testimonial-45-block__mark {
  width: 4.4rem;
  height: 4.4rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 0.7;
  color: #c62a27;
  border-color: #c62a27;
}

.testimonial-45-block__quote {
  font-size: clamp(1.6rem, 1.45rem + 0.25vw, 1.9rem);
  line-height: 1.55;
}

.testimonial-45-block__name,
.testimonial-45-block__role {
  text-shadow: 0 1px 10px rgba(23, 31, 30, 0.85);
}

/* FAQ. Same questions. Stronger drawing, outline button, heavier rows. */
.faq-5-block {
  overflow: visible;
}

.faq-5-block__inner {
  position: relative;
  z-index: 1;
}

.faq-5-block__deco {
  left: -4rem;
  top: auto;
  bottom: -2rem;
  width: min(54rem, 38vw);
  height: auto;
  opacity: 1;
  transform: none;
  z-index: 0;
  pointer-events: none;
}

.faq-5-block__inner > div:first-child {
  position: relative;
  z-index: 2;
}

.faq-5-block__heading {
  font-weight: 900;
  font-size: clamp(2.6rem, 1.8rem + 1vw, 3.6rem);
  letter-spacing: 0;
  line-height: 1.05;
  text-transform: uppercase;
}

.faq-5-block__accordion {
  border-top: 1px solid rgba(35, 46, 45, 0.28);
}

.faq-5-block__trigger {
  font-weight: 800;
  font-size: 1.7rem;
}

.faq-5-block__intro {
  font-size: 1.7rem;
  max-width: 36ch;
}

.faq-5-block__trigger {
  font-weight: 800;
  font-size: 1.7rem;
}

.faq-5-block__cta .btn {
  background: transparent;
  color: #c62a27;
  border: 1.5px solid #c62a27;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding: 1.05rem 1.7rem;
}

.faq-5-block__cta .btn:hover {
  background: #c62a27;
  color: #e4e2dd;
}

/* Mission band: a broad statement framed by opposite-corner buildings. */
.hero-71-block--mission {
  display: block;
  padding-block: clamp(9.6rem, 8.66vw, 16rem);
  background-image: none;
  overflow: hidden;
}

.hero-71-block--mission .hero-71-block__mission-inner {
  position: relative;
  z-index: 2;
  width: min(120rem, 66%);
  max-width: none;
  margin-inline: auto;
  padding: 0;
  text-align: center;
}

.hero-71-block--mission .hero-71-block__mission {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: min(clamp(3.2rem, 3.1vw, 5.6rem), 9svh);
  line-height: 1;
}

.hero-71-block--mission .hero-71-block__deco {
  /* Override the grain layer's relative positioning on direct children. */
  position: absolute;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  z-index: 1;
}

.hero-71-block--mission .hero-71-block__deco--left {
  left: 0;
  bottom: 0;
  width: min(48rem, 26%);
}

.hero-71-block--mission .hero-71-block__deco--right {
  right: 0;
  top: 0;
  width: min(36rem, 19%);
}

@media (max-width: 899px) {
  .hero-71-block--mission {
    padding-block: 8rem clamp(14rem, 24vw, 20rem);
  }

  .hero-71-block--mission .hero-71-block__mission-inner {
    width: calc(100% - 4.8rem);
  }

  .hero-71-block--mission .hero-71-block__mission {
    font-size: min(clamp(3.2rem, 4.5vw, 4rem), 9svh);
    line-height: 1.06;
  }

  .hero-71-block--mission .hero-71-block__deco--left {
    width: clamp(14rem, 26vw, 22rem);
  }

  .hero-71-block--mission .hero-71-block__deco--right {
    width: clamp(12rem, 20vw, 18rem);
  }
}

/* Move: centered copy beside the square festival photo, without a frame. */
.home .feature-31-block {
  padding-top: clamp(6.4rem, 8.66vw, 16rem);
}

.card-feature-31-block--move {
  width: min(140rem, calc(100vw - 4.8rem));
  align-self: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  scroll-margin-top: 15rem;
}

.card-feature-31-block--move .card-feature-31-block__body {
  width: min(55rem, calc(100% - clamp(3.2rem, 5.4vw, 10rem)));
}

.card-feature-31-block--move .card-feature-31-block__heading {
  font-size: min(clamp(3.2rem, 3vw, 4.2rem), 9svh);
  line-height: 1.1;
}

.card-feature-31-block--move .card-feature-31-block__text {
  margin-top: 2.4rem;
  font-size: 1.8rem;
  line-height: 1.5;
}

.card-feature-31-block--move .card-feature-31-block__link {
  margin-top: 3.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
}

.card-feature-31-block--move .card-feature-31-block__media {
  width: min(100%, 50rem);
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
}

.card-feature-31-block--move .card-feature-31-block__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
  border: 0;
  border-radius: 12px;
  box-shadow: none;
}

@media (max-width: 899px) {
  .card-feature-31-block--move {
    grid-template-columns: minmax(0, 1fr);
    gap: 3.2rem;
    scroll-margin-top: 12rem;
  }

  .card-feature-31-block--move .card-feature-31-block__body {
    width: 100%;
    max-width: 55rem;
  }

  .card-feature-31-block--move .card-feature-31-block__text {
    font-size: 1.6rem;
  }
}

/* Footer follows Collective's order, in City red. */
.footer-12-block {
  background: #c62a27;
  color: #e4e2dd;
  padding: clamp(3.2rem, 3.5vw, 5.6rem) 0 clamp(1.6rem, 2vw, 2.8rem);
  overflow: hidden;
}

.footer-12-block a {
  color: #e4e2dd;
}

.footer-12-block__inner {
  max-width: 140rem;
}

.footer-chrome__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1.6rem, 2vw, 2.8rem);
  align-items: end;
  padding-bottom: clamp(1.6rem, 2.4vw, 3.2rem);
  margin-bottom: clamp(3.2rem, 5vw, 7.9rem);
  border-bottom: 1px solid rgba(228, 226, 221, 0.28);
}

.footer-chrome__title {
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(2.8rem, 1.8rem + 1.8vw, 4.2rem);
  letter-spacing: -0.02em;
  text-transform: uppercase;
  line-height: 1;
  color: #e4e2dd;
}

.footer-chrome__intro p {
  margin-top: 1.2rem;
  max-width: 44ch;
  font-size: 1.6rem;
  line-height: 1.45;
  color: #e4e2dd;
}

.footer-chrome__label {
  display: block;
  font-weight: 600;
  font-size: 1.31rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.8rem;
}

.footer-chrome__field {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  flex-wrap: wrap;
}

.footer-chrome__input {
  flex: 1 1 24rem;
  min-width: 0;
  height: 52px;
  padding: 0 1.6rem;
  font: inherit;
  background: #e4e2dd;
  color: #171f1e;
  border: 1px solid rgba(228, 226, 221, 0.35);
  border-radius: 4px;
  opacity: 0.75;
  cursor: not-allowed;
}

.footer-chrome__hold,
.footer-chrome__pending {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1.4rem;
  border: 1px dashed rgba(228, 226, 221, 0.55);
  border-radius: 999rem;
  color: #e4e2dd;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-chrome__tagline {
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(2.4rem, 1.8rem + 1vw, 3.2rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  max-width: 22ch;
  color: #e4e2dd;
}

.footer-chrome__nav {
  margin-top: clamp(2.4rem, 3vw, 4rem);
}

.footer-chrome__nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 2.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-chrome__nav a {
  display: inline-block;
  padding-block: 1rem;
  font-weight: 800;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #e4e2dd;
}

.footer-chrome__nav a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-chrome__family {
  margin-top: clamp(2.4rem, 3vw, 4rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
  font-weight: 600;
}

.footer-chrome__brand {
  text-transform: none;
  font-weight: 700;
}

.footer-chrome__fine {
  margin-top: 1.6rem;
  font-size: 1.4rem;
}

.footer-chrome__sign {
  margin-top: clamp(1.6rem, 2vw, 2.8rem);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
}

.footer-seal {
  width: 18rem;
  height: 18rem;
  flex: none;
}

.footer-chrome__wordmark {
  margin-left: auto;
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(4.8rem, 8.2vw, 14rem);
  line-height: 0.8;
  letter-spacing: -0.03em;
  text-transform: none;
  color: #171f1e;
  opacity: 0.2;
  white-space: nowrap;
}

@media (max-width: 1099px) {
  .faq-5-block__deco {
    display: none;
  }

  .header-1-block .megamenu-1-block--services .megamenu-1-block__feature-list,
  .header-1-block .megamenu-1-block--partner .megamenu-1-block__feature-list {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 899px) {
  .header-1-block__nav--open {
    z-index: 40;
  }

  .header-1-block__nav--open .megamenu-1-block {
    position: static;
    width: auto;
    left: auto;
    right: auto;
    top: auto;
    padding: 0.4rem 0 0.8rem 0.4rem;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .header-1-block__nav--open .megamenu-1-block__feature-heading,
  .header-1-block__nav--open .megamenu-1-block--simple a {
    color: #e4e2dd;
  }

  .header-1-block__nav--open .megamenu-1-block__feature-text {
    color: rgba(228, 226, 221, 0.72);
  }

  .header-1-block__nav--open .megamenu-1-block__feature-element:hover,
  .header-1-block__nav--open .megamenu-1-block--simple a:hover {
    background: rgba(228, 226, 221, 0.08);
  }

  .testimonial-45-block__portrait {
    opacity: 0.22;
    width: 28rem;
    left: -8rem;
    bottom: -4rem;
  }
}

@media (max-width: 719px) {
  .header-1-block {
    height: 10.4rem;
  }

  .header-1-block__logo {
    width: 7.2rem;
    height: 7.2rem;
  }
}

@media (max-width: 767px) {
  .footer-chrome__top {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-seal {
    width: 12rem;
    height: 12rem;
  }

  .footer-chrome__wordmark {
    font-size: clamp(3.6rem, 12vw, 6.4rem);
  }

  .testimonial-17-block.hero {
    min-height: 62vh;
  }

  .faq-5-block__heading {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn:active {
    transform: none;
  }
}
