body {
  background: #000;
  color: #fff2d4;
  font-family: "Inter Tight", sans-serif;
}

.container-custom {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 210px;
}

.construction-wide {
  width: min(100%, 1600px);
  margin-inline: auto;
  padding-inline: clamp(24px, 5vw, 80px);
}

.construction-hero-immersive {
  position: relative;
  min-height: clamp(700px, 100svh, 1080px);
  overflow: hidden;
  isolation: isolate;
}

.construction-hero-image,
.construction-hero-overlay,
.construction-hero-frame {
  position: absolute;
  inset: 0;
}

.construction-hero-image {
  z-index: -3;
}

.construction-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
  transform: scale(1.015);
}

.construction-hero-overlay {
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.08) 38%, rgba(0, 0, 0, 0.18) 58%, rgba(0, 0, 0, 0.9) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.32) 0%, transparent 52%, rgba(0, 0, 0, 0.16) 100%);
}

.construction-hero-frame {
  z-index: -1;
  inset: clamp(88px, 9vw, 132px) clamp(18px, 3.2vw, 52px) clamp(18px, 3.2vw, 52px);
  border: 1px solid rgba(255, 242, 212, 0.24);
  pointer-events: none;
}

.construction-hero-content {
  min-height: inherit;
  padding: clamp(112px, 11vw, 156px) clamp(30px, 5.5vw, 88px) clamp(42px, 5.5vw, 78px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.construction-hero-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  color: rgba(255, 242, 212, 0.7);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1.5;
  text-transform: uppercase;
}

.construction-hero-bottom {
  display: grid;
}

.construction-hero-kicker {
  width: min(100%, 37rem);
  margin: 0 0 clamp(1.1rem, 2vw, 2rem) auto;
  color: rgba(255, 242, 212, 0.76);
  font-size: clamp(0.68rem, 0.8vw, 0.82rem);
  line-height: 1.7;
  letter-spacing: 0.14em;
  text-align: right;
  text-transform: uppercase;
}

.construction-hero-title {
  margin-left: -0.055em;
  color: #fff2d4;
  font-size: clamp(4.5rem, 11.4vw, 12.75rem);
  font-weight: 900;
  line-height: 0.74;
  text-transform: uppercase;
  text-shadow: 0 3px 28px rgba(0, 0, 0, 0.34);
  white-space: nowrap;
}

.construction-hero-ledger {
  margin-top: clamp(2rem, 4vw, 4.5rem);
  padding-top: clamp(1.25rem, 2vw, 2rem);
  border-top: 1px solid rgba(255, 242, 212, 0.38);
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(360px, 1.2fr);
  gap: clamp(2rem, 8vw, 9rem);
  align-items: start;
}

.construction-hero-deck {
  max-width: 34ch;
  color: rgba(255, 242, 212, 0.72);
  font-size: clamp(0.72rem, 0.85vw, 0.9rem);
  line-height: 1.75;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.construction-hero-projects {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.construction-hero-projects p {
  color: rgba(255, 242, 212, 0.92);
  font-size: clamp(0.7rem, 0.85vw, 0.86rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-transform: uppercase;
}

.construction-hero-projects span {
  display: block;
  margin-bottom: 0.5rem;
  color: #8097ad;
  font-size: 0.625rem;
  letter-spacing: 0.2em;
}

.construction-film {
  display: grid;
  gap: clamp(2rem, 4vw, 4.5rem);
  min-width: 0;
}

.construction-film-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.65fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: end;
  min-width: 0;
}

.construction-film-heading > * {
  min-width: 0;
}

.construction-film-title {
  max-width: 14ch;
  font-size: clamp(2.8rem, 6.2vw, 6.8rem);
  line-height: 0.86;
  overflow-wrap: normal;
}

.construction-film-details {
  max-width: 38rem;
  padding-bottom: 0.3rem;
}

.construction-film-player {
  width: 100%;
  min-width: 0;
  box-shadow: 0 0 0 1px rgba(255, 242, 212, 0.08);
}

.tracking-ultra-tight {
  font-kerning: normal;
  font-feature-settings: "kern" 1;
  letter-spacing: -0.025em;
}

.construction-overview-heading {
  font-kerning: normal;
  font-feature-settings: "kern" 1;
  letter-spacing: -0.01em;
}

.reveal {
  opacity: 0;
  transform: translateY(52px);
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), transform 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.ao-video-hero-content.reveal {
  transform: translateY(64px);
  transition: opacity 1.75s cubic-bezier(0.16, 1, 0.3, 1), transform 1.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.ao-video-hero-content.reveal.revealed {
  transform: translateY(0);
}

.media-frame {
  position: relative;
  overflow: hidden;
  background: #111;
}

.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.8s ease, transform 1.2s ease;
}

.media-frame:hover img {
  filter: grayscale(0);
  transform: scale(1.025);
}

.video-frame {
  position: relative;
  padding-top: 56.25%;
  background: #111;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-grid .media-frame {
  aspect-ratio: 4 / 3;
}

.construction-gallery {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.75rem, 1.5vw, 1.5rem);
  align-items: start;
}

.construction-gallery .media-frame {
  aspect-ratio: 2 / 3;
}

.construction-gallery .media-frame:nth-child(even) {
  margin-top: clamp(2rem, 5vw, 5rem);
}

.construction-cta-button {
  min-width: 15rem;
  padding: 0.62rem 0.62rem 0.62rem 1.35rem;
  border: 1px solid rgba(255, 242, 212, 0.36);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  color: #fff2d4;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.construction-cta-arrow {
  position: relative;
  width: 2.45rem;
  height: 2.45rem;
  border: 1px solid rgba(255, 242, 212, 0.28);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 220ms ease, transform 220ms ease;
}

.construction-cta-arrow::before,
.construction-cta-arrow::after {
  content: "";
  position: absolute;
  display: block;
}

.construction-cta-arrow::before {
  width: 0.85rem;
  height: 1.5px;
  background: currentColor;
  transform: rotate(-45deg);
}

.construction-cta-arrow::after {
  width: 0.48rem;
  height: 0.48rem;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: translate(0.18rem, -0.18rem);
}

.construction-cta-button:focus-visible {
  outline: 2px solid #fff2d4;
  outline-offset: 4px;
}

@media (hover: hover) {
  .construction-cta-button:hover {
    border-color: #fff2d4;
    background: #fff2d4;
    color: #000;
    transform: translateY(-2px);
  }

  .construction-cta-button:hover .construction-cta-arrow {
    border-color: rgba(0, 0, 0, 0.45);
    transform: translate(2px, -2px);
  }
}

.draft-note {
  border-left: 1px solid rgba(128, 151, 173, 0.6);
  padding-left: 1rem;
}

.ao-case {
  --ao-ink: #050505;
  --ao-cream: #fff2d4;
  --ao-blue: #8097ad;
  --ao-line: rgba(255, 242, 212, 0.16);
  --ao-muted: rgba(255, 242, 212, 0.58);
  background: var(--ao-ink);
}

.ao-shell {
  width: min(1440px, calc(100vw - 64px));
  margin-inline: auto;
}

.ao-section-pad {
  padding-block: clamp(96px, 11vw, 176px);
}

.ao-video-hero {
  position: relative;
  min-height: max(725px, 102svh);
  overflow: hidden;
  isolation: isolate;
  background: #000;
}

.ao-hero-video,
.ao-hero-video-overlay,
.ao-hero-video-frame {
  position: absolute;
  inset: 0;
}

.ao-hero-video {
  z-index: -3;
  overflow: hidden;
  background: #000;
}

.ao-hero-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 45%;
  transform: scale(1.03);
  pointer-events: none;
}

.ao-hero-video-overlay {
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.16) 36%, rgba(0, 0, 0, 0.22) 56%, rgba(0, 0, 0, 0.92) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.36) 0%, transparent 52%, rgba(0, 0, 0, 0.18) 100%);
}

.ao-hero-video-frame {
  z-index: -1;
  inset: clamp(88px, 9vw, 132px) clamp(18px, 3.2vw, 52px) clamp(18px, 3.2vw, 52px);
  border: 1px solid rgba(255, 242, 212, 0.24);
  pointer-events: none;
}

.ao-video-hero-breadcrumb {
  position: absolute;
  z-index: 4;
  top: clamp(108px, 10vw, 148px);
  left: clamp(30px, 5.5vw, 88px);
  max-width: min(42vw, 560px);
  color: rgba(255, 242, 212, 0.68);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ao-video-hero-breadcrumb a {
  color: inherit;
  transition: color 0.2s ease;
}

.ao-video-hero-breadcrumb a:hover {
  color: var(--ao-cream);
}

.ao-video-hero-hud {
  position: absolute;
  z-index: 3;
  right: clamp(30px, 5.5vw, 88px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 13px;
  color: rgba(255, 242, 212, 0.72);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
  pointer-events: none;
}

.ao-video-hero-hud-top {
  top: clamp(108px, 10vw, 148px);
}

.ao-video-hero-hud-top > div {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.ao-video-hero-meta {
  position: absolute;
  z-index: 3;
  left: max(clamp(30px, 5.5vw, 88px), 33.333vw);
  right: clamp(30px, 5.5vw, 88px);
  bottom: clamp(26px, 3.4vw, 52px);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: clamp(1rem, 2vw, 2rem);
  color: rgba(255, 242, 212, 0.78);
  pointer-events: none;
}

.ao-video-hero-meta div {
  display: grid;
  gap: 0.46rem;
  min-width: 0;
  padding-bottom: 0.45rem;
}

.ao-video-hero-meta span {
  color: rgba(255, 242, 212, 0.42);
  font-size: 0.42rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ao-video-hero-meta strong {
  color: var(--ao-cream);
  font-size: clamp(0.46rem, 0.58vw, 0.58rem);
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ao-video-hero-meta i {
  width: 1px;
  height: 30px;
  flex: 0 0 auto;
  background: rgba(255, 242, 212, 0.24);
}

.ao-video-hero-content {
  min-height: inherit;
  padding: clamp(112px, 11vw, 156px) clamp(30px, 5.5vw, 88px) clamp(132px, 11vw, 190px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ao-video-hero-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  color: rgba(255, 242, 212, 0.7);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  line-height: 1.5;
  text-transform: uppercase;
}

.ao-video-hero-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
}

.ao-video-hero-kicker {
  width: min(100%, 34rem);
  margin: clamp(1.25rem, 2.2vw, 2.35rem) 0 0;
  color: rgba(255, 242, 212, 0.78);
  font-size: clamp(0.68rem, 0.8vw, 0.82rem);
  line-height: 1.7;
  letter-spacing: 0.14em;
  text-align: left;
  text-transform: uppercase;
}

.ao-video-hero-title {
  margin: 0 0 0 -0.055em;
  color: var(--ao-cream);
  font-size: clamp(3.1rem, 7.15vw, 7.8rem);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: -0.078em;
  text-transform: uppercase;
  text-shadow: 0 3px 28px rgba(0, 0, 0, 0.34);
}

.ao-video-hero-title em {
  color: var(--ao-blue);
  font-style: normal;
}

.ao-video-hero-title .kern {
  display: inline-block;
}

.kern-moments-m2 {
  margin-right: 0.035em;
}

.kern-moments-e {
  margin-right: 0.028em;
}

.kern-word-lifetime {
  display: inline-block;
  letter-spacing: -0.018em;
}

.ao-home-hero {
  padding-top: clamp(140px, 13vw, 210px);
}

.ao-hero-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: 72px;
  align-items: end;
}

.ao-eyebrow,
.ao-section-kicker {
  color: var(--ao-blue);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ao-eyebrow {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: -44px;
}

.ao-eyebrow span {
  width: 26px;
  height: 1px;
  background: var(--ao-blue);
}

.ao-hero-copy h1,
.ao-range-copy h2,
.ao-section-heading h2,
.ao-contact-card h2 {
  margin: 0;
  color: var(--ao-cream);
  font-weight: 700;
  text-transform: uppercase;
}

.ao-hero-copy h1 {
  max-width: 980px;
  font-size: clamp(3.25rem, 6.8vw, 6.95rem);
  line-height: 0.8;
  letter-spacing: -0.075em;
}

.ao-hero-copy h1 em {
  color: var(--ao-blue);
  font-style: normal;
}

.ao-hero-support {
  padding-bottom: 8px;
}

.ao-hero-support p,
.ao-section-heading > p,
.ao-range-copy > p,
.ao-contact-copy > p {
  color: var(--ao-muted);
  font-size: clamp(0.88rem, 1.08vw, 1.02rem);
  line-height: 1.55;
}

.ao-text-link {
  display: inline-flex;
  align-items: center;
  margin-top: 26px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--ao-line);
  color: var(--ao-cream);
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ao-reel-card {
  position: relative;
  aspect-ratio: 16 / 8.35;
  margin-top: clamp(64px, 7vw, 112px);
  overflow: hidden;
  background: #111;
}

.ao-reel-card img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
  transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.ao-reel-card:hover img {
  transform: scale(1.035);
}

.ao-reel-wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.28), transparent 38%, rgba(0, 0, 0, 0.56));
}

.ao-reel-ui {
  position: absolute;
  left: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ao-reel-ui-top {
  top: 20px;
}

.ao-reel-ui-bottom {
  bottom: 20px;
  justify-content: space-between;
  align-items: end;
}

.ao-reel-ui-bottom > div {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.ao-reel-ui-bottom strong {
  color: var(--ao-cream);
  font-size: clamp(1.08rem, 2.35vw, 2.15rem);
  letter-spacing: -0.04em;
}

.ao-reel-ui-bottom > div span {
  color: var(--ao-cream);
}

.ao-rec-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ef5b4f;
  box-shadow: 0 0 0 4px rgba(239, 91, 79, 0.13);
}

.ao-place-rail {
  margin-top: 0;
  overflow: hidden;
  border-block: 1px solid var(--ao-line);
}

.ao-rail-track {
  display: flex;
  width: max-content;
  min-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 18px 32px;
}

.ao-rail-track span {
  color: rgba(255, 242, 212, 0.7);
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ao-rail-track i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--ao-blue);
}

.ao-range-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(120px, 0.28fr) minmax(0, 1fr);
  column-gap: clamp(44px, 7vw, 116px);
  align-items: start;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-inline: max(32px, calc((100vw - 1440px) / 2 + 32px));
  border-top: 1px solid var(--ao-line);
  border-bottom: 1px solid var(--ao-line);
  background: var(--ao-ink);
  color: var(--ao-cream);
  isolation: isolate;
  overflow: hidden;
}

.ao-range-intro.ao-section-pad {
  padding-block: clamp(190px, 18vw, 320px);
}

.ao-range-intro .ao-section-kicker {
  position: relative;
  z-index: 2;
  color: var(--ao-blue);
}

.ao-range-image {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.42;
  pointer-events: none;
  mix-blend-mode: normal;
}

.ao-range-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.58) 0%, rgba(5, 5, 5, 0.28) 42%, rgba(5, 5, 5, 0.44) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.55) 0%, rgba(5, 5, 5, 0.08) 48%, rgba(5, 5, 5, 0.58) 100%);
}

.ao-range-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 46%;
  filter: grayscale(1) saturate(0) contrast(1.08) brightness(0.94);
  transform: scale(1.04);
}

.ao-range-copy h2,
.ao-section-heading h2,
.ao-contact-card h2 {
  font-size: clamp(2.65rem, 5.8vw, 5.35rem);
  line-height: 0.84;
  letter-spacing: -0.07em;
}

.ao-range-copy h2 span {
  color: rgba(255, 242, 212, 0.25);
}

.ao-range-intro .ao-range-copy h2 {
  position: relative;
  z-index: 2;
  max-width: 980px;
  color: var(--ao-cream);
}

.ao-range-intro .ao-range-copy h2 span {
  color: rgba(255, 242, 212, 0.25);
}

.ao-range-intro .ao-range-copy h2 > span:last-child {
  color: var(--ao-blue);
}

.ao-personal-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.52em);
  transform-origin: 0 70%;
}

.ao-personal-word.risen {
  animation: aoPersonalRise 1.65s cubic-bezier(0.16, 1, 0.3, 1) 0.12s both;
}

@keyframes aoPersonalRise {
  0% {
    opacity: 0;
    transform: translateY(0.52em);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.ao-range-copy h2 .ao-place-word,
.ao-range-copy h2 .ao-made-word {
  color: var(--ao-cream);
}

.ao-made-word {
  margin-left: 0.34em;
}

.ao-mobile-film {
  display: none;
}

.ao-range-copy > p {
  max-width: 690px;
  margin: 52px 0 0 auto;
}

.ao-range-intro .ao-range-copy > p {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin: clamp(1.7rem, 3vw, 2.6rem) 0 0 auto;
  color: rgba(255, 242, 212, 0.62);
}

.ao-film-section,
.ao-work {
  border-top: 1px solid var(--ao-line);
}

.ao-work.ao-section-pad {
  padding-top: clamp(62px, 6.2vw, 104px);
}

.ao-section-heading {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 390px);
  align-items: end;
  gap: 64px;
  margin-bottom: 72px;
}

.ao-work .ao-section-heading {
  margin-bottom: clamp(86px, 7vw, 112px);
}

.ao-section-heading h2 {
  margin-top: 24px;
  font-size: clamp(2.5rem, 5.1vw, 4.75rem);
}

.ao-section-heading > p {
  margin-bottom: 4px;
}

.ao-video-frame {
  box-shadow: 0 0 0 1px rgba(255, 242, 212, 0.08);
}

.ao-project-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.ao-project {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  background: #151515;
}

.ao-project-wide {
  grid-column: span 8;
  min-height: 650px;
}

.ao-project-portrait {
  grid-column: span 4;
  min-height: 650px;
}

.ao-project-landscape {
  grid-column: span 6;
  min-height: 480px;
}

.ao-project img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.ao-project:hover img {
  transform: scale(1.035);
}

.ao-project-wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(0, 0, 0, 0.72));
}

.ao-project-meta {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  z-index: 2;
}

.ao-project-meta span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ao-project-meta h3 {
  margin: 10px 0 5px;
  color: var(--ao-cream);
  font-size: clamp(30px, 3.2vw, 50px);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.052em;
  text-transform: uppercase;
}

.ao-project-meta p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.72rem;
  letter-spacing: 0.02em;
}

.ao-approach {
  border-top: 1px solid var(--ao-line);
}

.ao-approach-story {
  max-width: 880px;
  margin-left: auto;
  padding-top: clamp(1.75rem, 3vw, 3rem);
  border-top: 1px solid var(--ao-line);
}

.ao-approach-story p {
  color: var(--ao-muted);
  font-size: clamp(0.94rem, 1.35vw, 1.14rem);
  line-height: 1.7;
}

.ao-contact {
  padding-bottom: 48px;
}

.ao-contact-card {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 80px;
  min-height: 560px;
  padding: clamp(48px, 7vw, 100px);
  background: var(--ao-blue);
  color: var(--ao-ink);
}

.ao-contact-card .ao-section-kicker {
  color: rgba(0, 0, 0, 0.58);
}

.ao-contact-card h2 {
  margin-top: 28px;
  color: var(--ao-ink);
}

.ao-contact-copy > p {
  color: rgba(0, 0, 0, 0.64);
}

.ao-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 28px;
  padding: 0 24px;
  background: var(--ao-cream);
  color: var(--ao-ink);
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: transform 0.2s ease;
}

.ao-button:hover {
  transform: translateY(-2px);
}

@media (max-width: 1024px) {
  .container-custom {
    padding-inline: 96px;
  }

  .ao-shell {
    width: min(100% - 40px, 920px);
  }

  .ao-rail-track {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .container-custom {
    padding-inline: 48px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .construction-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .construction-film-heading {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .construction-hero-immersive {
    min-height: max(720px, 100svh);
  }

  .construction-hero-image img {
    object-position: 43% 50%;
  }

  .construction-hero-frame {
    inset: 92px 14px 14px;
  }

  .construction-hero-content {
    padding: 116px 28px 38px;
  }

  .construction-hero-topline span:last-child {
    display: none;
  }

  .construction-hero-kicker {
    max-width: 28rem;
    margin-left: 0;
    text-align: left;
  }

  .construction-hero-title {
    font-size: clamp(2.65rem, 11.4vw, 6rem);
    line-height: 0.82;
  }

  .construction-hero-ledger {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .construction-hero-projects {
    gap: 1rem;
  }

  .construction-film-title {
    max-width: none;
  }

  .ao-video-hero {
    min-height: max(720px, 100svh);
  }

  .ao-hero-video video {
    object-position: 50% 44%;
    transform: scale(1.08);
  }

  .ao-hero-video-frame {
    inset: 92px 14px 14px;
  }

  .ao-video-hero-content {
    padding: 116px 28px 188px;
  }

  .ao-video-hero-breadcrumb {
    left: 28px;
    right: 28px;
    max-width: none;
  }

  .ao-video-hero-hud {
    right: 28px;
  }

  .ao-video-hero-hud-top {
    display: none;
  }

  .ao-video-hero-meta {
    left: 28px;
    right: 28px;
    bottom: 32px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    row-gap: 1.05rem;
  }

  .ao-video-hero-meta i {
    display: none;
  }

  .ao-video-hero-kicker {
    max-width: 27rem;
    margin-left: 0;
    text-align: left;
  }

  .ao-video-hero-title {
    font-size: clamp(2.5rem, 9.4vw, 4.95rem);
    line-height: 0.84;
  }

  .ao-mobile-film {
    display: block;
    padding-block: 48px 56px;
  }

  .ao-mobile-film .ao-section-kicker {
    margin-bottom: 18px;
    color: var(--ao-blue);
  }

  .ao-section-heading,
  .ao-contact-card {
    grid-template-columns: 1fr;
  }

  .ao-range-intro {
    grid-template-columns: 1fr;
  }

  .ao-range-copy {
    margin-top: 34px;
  }

  .ao-project-wide,
  .ao-project-portrait,
  .ao-project-landscape {
    grid-column: span 12;
    min-height: 430px;
  }

  .ao-reel-ui-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .ao-contact-card {
    gap: 36px;
    min-height: 0;
  }
}

@media (max-width: 480px) {
  .container-custom {
    padding-inline: 24px;
  }

  .construction-hero-projects {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .ao-video-hero {
    min-height: max(660px, 100svh);
  }

  .ao-video-hero-topline {
    font-size: 0.52rem;
    letter-spacing: 0.16em;
  }

  .ao-video-hero-kicker {
    font-size: 0.62rem;
  }

  .ao-video-hero-title {
    font-size: clamp(2.28rem, 13.5vw, 3.8rem);
    letter-spacing: -0.068em;
  }

  .ao-video-hero-content {
    padding-bottom: 230px;
  }

  .ao-video-hero-meta {
    grid-template-columns: 1fr;
    row-gap: 0.8rem;
  }

  .ao-shell {
    width: calc(100% - 32px);
  }

  .ao-range-copy h2,
  .ao-section-heading h2,
  .ao-contact-card h2 {
    font-size: clamp(2.35rem, 12vw, 3.5rem);
  }

  .ao-range-copy > p {
    margin-top: 32px;
  }

  .ao-contact-card {
    padding: 42px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .media-frame img {
    transition: none;
  }

  .ao-personal-word {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
