/* Isolated homepage candidate. Existing global styles and other routes are unchanged. */
.home-intro { display: none; }
.home-intro-pending .home-intro,
.home-intro-leaving .home-intro {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  align-items: center;
  padding: clamp(26px, 7.5vw, 144px);
  overflow: hidden;
  background: #111a1d;
  pointer-events: none;
  opacity: 1;
}
.home-intro::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3,8,10,.89) 0%, rgba(3,8,10,.68) 30%, rgba(3,8,10,.22) 62%, rgba(3,8,10,.04) 100%);
}
.home-intro .home-intro-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}
.home-intro-brand {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: clamp(10px, 1.5vw, 28px);
  width: min(710px, 75vw);
  margin-top: -2vh;
}
.home-intro-brand img { filter: brightness(0) invert(1); height: auto; }
.home-intro-logo { width: 58%; }
/* Align the visible lettering, accounting for the PNGs' different transparent margins. */
.home-intro-wordmark { width: 38%; transform: translateY(8%); }
.home-intro-page .site-header,
.home-intro-page .site-banner { z-index: 110; transition: opacity .8s ease; }
.home-intro-page .site-header .brand { transition: opacity .8s ease .1s; }
.home-intro-pending .home-intro-page .site-header,
.home-intro-pending .home-intro-page .site-banner,
.home-intro-pending .home-intro-page .site-header .brand { opacity: 0; pointer-events: none; transition: none; }
.home-intro-leaving .home-intro { opacity: 0; transition: opacity .8s ease; }
html.home-intro-pending,
html.home-intro-leaving { overflow: hidden; }
.home-intro-pending .home-intro-page,
.home-intro-leaving .home-intro-page { overflow: hidden; }
.home-intro-replay {
  position: fixed;
  right: 22px;
  bottom: max(20px, env(safe-area-inset-bottom));
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 40px;
  color: #fff;
  background: rgba(20,29,27,.88);
  box-shadow: 0 4px 18px rgba(0,0,0,.14);
  font-size: 12px;
  cursor: pointer;
}
.home-intro-replay[hidden] { display: none; }
.home-intro-replay span { font-size: 20px; line-height: 1; }
.home-intro-replay:hover { background: #254936; }
.home-intro-replay:focus-visible,
.home-story-link:focus-visible { outline: 3px solid #548461; outline-offset: 5px; }
.home-intro-pending .home-intro-replay,
.home-intro-leaving .home-intro-replay { visibility: hidden; }
.home-intro-page .hero-copy .home-hero-service { margin-bottom: 12px; }
.home-hero-categories ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-hero-categories li { display: flex; align-items: center; }
.home-hero-categories li + li::before {
  content: "·";
  margin: 0 12px;
  color: rgba(255,255,255,.7);
}
.home-hero-categories a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,.6);
  text-underline-offset: 5px;
  transition: text-decoration-color .2s ease;
}
.home-hero-categories a:hover { text-decoration-color: #fff; }
.home-hero-categories a:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.home-story { background: #f5f5f1; }
.home-story-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  width: min(100%, 1600px);
  margin: 0 auto;
}
.home-story-row:nth-child(even) { background: #fff; }
.home-story-copy {
  align-self: center;
  padding: 62px clamp(32px, 5.7vw, 96px);
}
.home-story-copy .eyebrow {
  margin-bottom: 22px;
  color: #4b6256;
  font-size: 11px;
  letter-spacing: .12em;
}
.home-story-copy h2 {
  margin: 0 0 22px;
  font-size: clamp(34px, 3.3vw, 54px);
  font-weight: 650;
  line-height: 1.1;
  letter-spacing: -.035em;
}
.home-story-copy > p:not(.eyebrow) {
  max-width: 440px;
  margin-bottom: 26px;
  color: #626762;
  font-size: 17px;
  line-height: 1.7;
}
.home-story .home-story-copy > p.home-story-fact {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 9px;
  max-width: 100%;
  margin-bottom: 22px;
  color: #4b6256;
  font-size: 14px;
  line-height: 1.4;
}
.home-story-fact strong { color: #244b36; font-size: 24px; font-weight: 600; letter-spacing: -.03em; white-space: nowrap; }
.home-story-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  min-height: 54px;
  max-width: 100%;
  padding: 15px 22px;
  border: 1px solid #244b36;
  border-radius: 6px;
  background: #244b36;
  color: #fff;
  box-shadow: 0 5px 14px rgba(25, 60, 39, .12);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.25;
  transition: background .2s ease, box-shadow .2s ease;
}
.home-story-link span { font-size: 23px; line-height: 1; transition: transform .2s ease; }
.home-story-link:hover { background: #183a28; box-shadow: 0 7px 18px rgba(25, 60, 39, .2); }
.home-story-link:hover span { transform: translateX(3px); }
.home-story-media { position: relative; margin: 0; min-height: 470px; overflow: hidden; }
.home-story-media img { width: 100%; height: 100%; object-fit: cover; }
.home-story-row:nth-child(even) .home-story-copy { grid-column: 2; grid-row: 1; }
.home-story-row:nth-child(even) .home-story-media { grid-column: 1; grid-row: 1; }
.home-project-cinema img { opacity: 1; object-position: 50% 52%; }
.home-project-cinema::after { background: linear-gradient(180deg, rgba(8,17,12,.1), rgba(8,17,12,.35) 45%, rgba(8,17,12,.6)); }
.home-project-cinema .cinema-copy h2 { font-size: clamp(36px, 4.4vw, 58px); font-weight: 600; line-height: 1.12; letter-spacing: -.035em; margin-bottom: 26px; text-shadow: 0 2px 20px rgba(0,0,0,.18); }
.home-service-area {
  scroll-margin-top: 86px;
  display: grid;
  grid-template-columns: minmax(250px, .7fr) minmax(0, 1.5fr);
  align-items: center;
  gap: clamp(12px, 2vw, 38px);
  padding: 64px clamp(24px, 5.5vw, 96px);
  background: #f0f2ee;
}
.home-service-copy { max-width: 365px; }
.home-service-compact { display: none; }
.home-service-copy .eyebrow { color: #55705a; font-size: 11px; letter-spacing: .13em; margin-bottom: 24px; }
.home-service-copy h2 { color: #233c2c; font-size: clamp(36px, 3.4vw, 54px); line-height: 1.08; letter-spacing: -.04em; margin-bottom: 24px; }
.home-service-copy > p:not(.eyebrow) { color: #606b60; font-size: 17px; line-height: 1.7; max-width: 310px; }
.home-service-legend { display: flex; align-items: center; gap: 10px; color: #60755f; font-size: 13px; margin-top: 26px; }
.home-service-legend > span { width: 22px; height: 22px; border: 2px dashed #3f6550; border-radius: 50%; background: rgba(137,173,142,.2); }
.home-service-address { display: flex; flex-direction: column; align-items: flex-start; margin-top: 38px; padding-top: 24px; border-top: 1px solid #c4cec4; color: #334d38; }
.home-service-address-kicker { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: #6f796c; margin-bottom: 11px; }
.home-service-address strong { font-size: 21px; font-weight: 650; }
.home-service-address > span:not([class]) { font-size: 15px; color: #72796e; margin-top: 5px; }
.home-service-directions { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 650; min-height: 44px; margin-top: 8px; text-decoration: underline; text-underline-offset: 5px; }
.home-service-address:hover .home-service-directions { color: #151f16; }
.home-service-map { position: relative; width: 100%; margin: 0; aspect-ratio: 960 / 900; }
.home-service-map > img { display: block; width: 100%; height: auto; }
.service-map-labels { position: absolute; inset: 0; pointer-events: none; }
.service-map-label { position: absolute; transform: translate(-50%, -50%); color: #354a3c; font-size: clamp(11px, 1.1vw, 16px); font-weight: 600; white-space: nowrap; paint-order: stroke fill; -webkit-text-stroke: 3px #f0f2ee; }
.service-map-label-major { color: #203d2d; font-size: clamp(13px, 1.35vw, 20px); font-weight: 700; }
.service-map-pin { position: absolute; width: 44px; height: 44px; display: grid; place-items: center; transform: translate(-50%, -50%); z-index: 2; color: #a73329; }
.service-map-dot { width: 14px; height: 14px; background: #dc5043; border: 3px solid #fffdf5; border-radius: 50%; box-sizing: content-box; box-shadow: 2px 3px 0 #2f403533; animation: service-pin-bounce 2.3s ease-in-out infinite; }
.service-map-pulse { position: absolute; width: 22px; height: 22px; border-radius: 50%; background: #dc504340; animation: service-pin-pulse 2.3s ease-out infinite; }
.service-map-pin-label { position: absolute; bottom: 45px; left: 50%; transform: translateX(-50%); padding: 9px 13px; color: #fffdf5; background: #294737; box-shadow: 3px 4px 0 #21382c33; border: 1.5px solid #1c3026; border-radius: 3px; font-size: 15px; font-weight: 700; white-space: nowrap; text-align: center; }
.service-map-pin-label::after { content: ""; position: absolute; top: 100%; left: calc(50% - 5px); width: 8px; height: 8px; background: #294737; border-bottom: 1.5px solid #1c3026; border-right: 1.5px solid #1c3026; transform: translateY(-4px) rotate(45deg); }
.service-map-pin-label > span { display: block; color: #d9e2d5; font-size: 10px; font-weight: 500; margin-top: 3px; }
.service-map-pin:hover .service-map-pin-label { border-color: #d35045; }
.service-map-pin:focus-visible,
.home-service-address:focus-visible { outline: 3px solid #607b5e; outline-offset: 5px; border-radius: 4px; }
@keyframes service-pin-bounce { 0%, 45%, 100% { transform: translateY(0); } 20% { transform: translateY(-6px); } 32% { transform: translateY(-1px); } }
@keyframes service-pin-pulse { 0% { transform: scale(.8); opacity: .8; } 75%, 100% { transform: scale(2.7); opacity: 0; } }
@media (max-width: 900px) {
  .home-service-area { grid-template-columns: 1fr; gap: 10px; padding: 54px 24px 30px; }
  .home-service-copy { max-width: 100%; }
  .home-service-copy h2 br { display: none; }
  .home-service-copy h2 { font-size: clamp(32px, 5.5vw, 46px); }
  .home-service-copy > p:not(.eyebrow) { max-width: 520px; font-size: 16px; }
  .home-service-legend { margin-top: 18px; }
  .home-service-address { margin-top: 24px; }
  .home-service-map { max-width: 760px; justify-self: center; }
  .service-map-label { font-size: 12px; }
  .service-map-label-major { font-size: 15px; }
}
@media (max-width: 480px) {
  .home-service-area { padding: 46px 18px 22px; }
  .home-service-copy .eyebrow { margin-bottom: 18px; }
  .home-service-copy h2 { margin-bottom: 18px; }
  .home-service-map { width: calc(100% + 20px); max-width: none; }
  .service-map-label { font-size: 10px; }
  .service-map-label-major { font-size: 12px; }
  .service-map-pin-label { font-size: 12px; padding: 6px 9px; bottom: 41px; }
  .service-map-pin-label > span { font-size: 9px; }
}
@media (min-width: 681px) and (max-width: 1000px) {
  .home-story-copy { padding: 40px 30px; }
  .home-story-copy h2 { font-size: 34px; }
  .home-story-copy > p:not(.eyebrow) { font-size: 16px; }
  .home-story-media { min-height: 430px; }
}
@media (max-width: 680px) {
  .home-project-cinema { min-height: 520px; }
  .home-project-cinema .cinema-copy h2 { font-size: clamp(28px, 8.2vw, 36px); margin-bottom: 24px; }
  .home-service-area { padding: 32px 18px 22px; gap: 4px; }
  .home-service-copy .eyebrow,
  .home-service-wide,
  .home-service-legend,
  .home-service-address-kicker { display: none; }
  .home-service-compact { display: block; }
  .home-service-copy h2 { font-size: 24px; font-weight: 550; line-height: 1.2; letter-spacing: -.025em; margin-bottom: 8px; }
  .home-service-copy > p.home-service-compact { font-size: 13.5px; line-height: 1.5; margin-bottom: 0; }
  .home-service-address { display: grid; grid-template-columns: minmax(0, 1fr) auto; column-gap: 12px; align-items: center; margin-top: 18px; padding-top: 12px; }
  .home-service-address strong { font-size: 15px; font-weight: 600; }
  .home-service-address > span:not([class]) { grid-column: 1; font-size: 12px; margin-top: 2px; }
  .home-service-directions { grid-column: 2; grid-row: 1 / 3; gap: 8px; font-size: 12px; font-weight: 600; margin-top: 0; white-space: nowrap; }
  .home-intro-brand { width: 100%; margin-top: -5vh; gap: 10px; }
  .home-intro .home-intro-image { object-position: 65% center; }
  .home-intro::after { background: linear-gradient(90deg, rgba(3,8,10,.85), rgba(3,8,10,.38) 68%, rgba(3,8,10,.14)); }
  .home-intro-page .hero-copy { max-width: min(100%, 360px); }
  .home-intro-page .hero h1 { font-size: clamp(32px, 8.2vw, 40px); line-height: 1.08; }
  .home-intro-page .hero-copy .home-hero-service { max-width: 100%; font-size: 15px; }
  .home-hero-categories a { font-size: 14px; }
  .home-hero-categories li + li::before { margin: 0 10px; }
  .home-story-row { grid-template-columns: 1fr; }
  .home-story-copy { padding: 46px 26px 36px; }
  .home-story-copy h2 { font-size: 36px; }
  .home-story-copy > p:not(.eyebrow) { font-size: 16px; line-height: 1.65; }
  .home-story-media { min-height: 0; aspect-ratio: 3 / 2; }
  .home-story-row:nth-child(even) .home-story-copy,
  .home-story-row:nth-child(even) .home-story-media { grid-column: auto; grid-row: auto; }
  .home-intro-replay { right: 14px; padding: 8px 12px; }
}
@media (prefers-reduced-motion: reduce) {
  .service-map-dot { animation: none; }
  .service-map-pulse { display: none; animation: none; }
  .home-intro { display: none !important; }
  .home-intro-page .site-header,
  .home-intro-page .site-banner,
  .home-intro-page .site-header .brand { opacity: 1; transition: none; }
  .home-intro-replay { display: none; }
}
