/* index2 — first-viewport mockup layout */

.page-index2 {
  --i2-ink: #0a1524;
  --i2-ink-deep: #07101c;
  --i2-gold: #c9a45a;
  --i2-gold-bright: #dfbf6e;
  --i2-press: #c9a45a;
  background: var(--i2-ink-deep);
}

.page-index2 .site-footer {
  margin-top: 0;
}

/* Kill inherited site chrome that collides with this concept page */
.page-index2 .i2-nav a::after,
.page-index2 .i2-nav a::before,
.page-index2 .i2-cta::after,
.page-index2 .i2-cta::before,
.page-index2 .i2-logo::after,
.page-index2 .i2-hero__review::after,
.page-index2 .i2-hero__call::before {
  content: none !important;
  display: none !important;
}

.page-index2 .i2-nav a {
  position: static;
  transform: none !important;
}

/* ——— Header (centered logo) ——— */
.i2-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 40;
  background: linear-gradient(180deg, rgba(7, 16, 28, 0.72) 0%, rgba(7, 16, 28, 0.2) 70%, transparent 100%);
}

.i2-header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  width: min(100% - 2rem, 1280px);
  margin-inline: auto;
  min-height: 4.75rem;
  padding-block: 0.85rem;
}

.i2-nav {
  display: flex;
  align-items: center;
  gap: 0.15rem 1.35rem;
  flex-wrap: wrap;
}

.i2-nav--left {
  justify-content: flex-start;
}

.i2-nav--right {
  justify-content: flex-end;
}

.i2-nav a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.i2-nav a:hover {
  color: var(--i2-gold-bright);
}

.i2-nav__chevron {
  display: inline-block;
  margin-left: 0.28rem;
  font-size: 0.55rem;
  opacity: 0.75;
  transform: translateY(-1px);
}

.i2-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--i2-gold);
}

.i2-logo__lockup {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.18rem;
}

.i2-logo__mark {
  width: 2.4rem;
  height: 2.4rem;
  object-fit: contain;
}

.i2-logo__name {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  color: var(--i2-gold);
  white-space: nowrap;
}

.i2-logo__dot {
  display: inline-block;
  margin-inline: 0.08em;
  font-size: 0.55em;
  font-style: normal;
  font-weight: 500;
  transform: translateY(-0.12em);
}

.i2-logo__name em {
  font-style: italic;
  font-weight: 500;
}

.i2-logo__descriptor {
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--sans);
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
}

.i2-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.85rem 0.45rem 0.7rem;
  border: 1px solid rgba(201, 164, 90, 0.85);
  border-radius: 999px;
  background: rgba(8, 14, 24, 0.88);
  box-shadow: 0 0 0 1px rgba(201, 164, 90, 0.18), 0 8px 22px rgba(0, 0, 0, 0.28);
  text-decoration: none;
  color: var(--i2-gold);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.i2-cta:hover {
  border-color: var(--i2-gold-bright);
  box-shadow: 0 0 0 1px rgba(223, 191, 110, 0.28), 0 10px 26px rgba(0, 0, 0, 0.35);
  transform: translateY(-1px);
  color: var(--i2-gold-bright);
}

.i2-cta__dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #2fbf6b;
  box-shadow: 0 0 0 0 rgba(47, 191, 107, 0.5);
  animation: i2-pulse 2s ease-out infinite;
}

.i2-cta__label {
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.i2-cta__phone {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding-left: 0.55rem;
  border-left: 1px solid rgba(201, 164, 90, 0.35);
  color: var(--i2-gold-bright);
}

@keyframes i2-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(47, 191, 107, 0.5);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(47, 191, 107, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(47, 191, 107, 0);
  }
}

.i2-menu-toggle {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  color: #fff;
  border-radius: 0.35rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.28rem;
}

.i2-menu-toggle span {
  display: block;
  width: 1.1rem;
  height: 1.5px;
  background: currentColor;
}

/* ——— Hero ——— */
.i2-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  grid-template-rows: 1fr auto;
  color: #fff;
  overflow: hidden;
}

.i2-hero__stage {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  min-height: 0;
  flex: 1;
}

.i2-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding:
    clamp(6.5rem, 12vh, 8.5rem)
    clamp(1.5rem, 5vw, 4.5rem)
    clamp(2rem, 4vh, 3rem)
    clamp(1.5rem, 5vw, 5rem);
  background:
    linear-gradient(105deg, rgba(7, 16, 28, 0.55) 0%, transparent 70%),
    linear-gradient(180deg, var(--i2-ink) 0%, var(--i2-ink-deep) 100%);
  isolation: isolate;
}

.i2-hero__copy::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.14;
  background-image:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 27px,
      rgba(255, 245, 220, 0.07) 28px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 18px,
      rgba(255, 245, 220, 0.03) 19px
    );
  mask-image: linear-gradient(90deg, #000 0%, #000 55%, transparent 100%);
  pointer-events: none;
}

.i2-hero__copy::after {
  content: "";
  position: absolute;
  inset: 8% auto 12% -8%;
  width: min(70%, 28rem);
  background: radial-gradient(ellipse at center, rgba(201, 164, 90, 0.12), transparent 70%);
  z-index: -1;
  pointer-events: none;
}

.i2-hero__kicker {
  margin: 0 0 1rem;
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(223, 191, 110, 0.85);
}

.i2-hero__title {
  margin: 0 0 1.25rem;
  max-width: none;
  font-family: var(--serif);
  font-size: clamp(2.05rem, 4vw, 3.25rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--i2-gold);
  display: grid;
  gap: 0.35rem;
}

.i2-hero__title-line,
.i2-hero__title-cta {
  display: block;
  white-space: nowrap;
}

.i2-hero__title-cta {
  font-size: 0.72em;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.92);
}

.i2-hero__reach {
  margin: 0.85rem 0 0;
  max-width: 36rem;
  font-family: var(--sans);
  font-size: clamp(0.68rem, 1vw, 0.78rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
}

.i2-hero__body {
  margin: 0 0 1.35rem;
  max-width: 34rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.i2-hero__body p {
  margin: 0;
  font-family: var(--sans);
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.82);
}

.i2-hero__forums {
  margin: 0;
  max-width: 28rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(201, 164, 90, 0.28);
  font-family: var(--sans);
  font-size: clamp(0.68rem, 0.95vw, 0.78rem);
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.i2-hero__urgency {
  margin: 1.1rem 0 0;
  max-width: 28rem;
  font-family: var(--serif);
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.78);
}

.i2-hero__actions {
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.95rem;
}

.i2-hero__dial {
  display: grid;
  gap: 0.4rem;
  justify-items: start;
}

.i2-hero__call-label {
  margin: 0;
  font-family: "Montserrat", var(--sans);
  font-size: clamp(0.85rem, 2vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #fff;
}

.i2-hero__phone {
  display: inline-block;
  font-family: "Montserrat", var(--sans);
  font-size: clamp(1.55rem, 3.6vw, 2.35rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
  text-decoration: none !important;
  color: #fff !important;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  filter: drop-shadow(0 4px 18px rgba(0, 0, 0, 0.35));
  transition: transform 0.2s ease, color 0.2s ease, filter 0.2s ease;
}

.i2-hero__phone:hover {
  transform: scale(1.02);
  color: #fff !important;
  filter: drop-shadow(0 6px 22px rgba(0, 0, 0, 0.45));
}

.i2-hero__call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 11.5rem;
  padding: 1rem 1.75rem;
  background: linear-gradient(180deg, var(--i2-gold-bright) 0%, var(--i2-gold) 55%, #b08a3a 100%);
  color: var(--i2-ink-deep) !important;
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 0;
  box-shadow: 0 10px 28px rgba(201, 164, 90, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.i2-hero__call:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 14px 32px rgba(201, 164, 90, 0.38);
  color: var(--i2-ink-deep) !important;
}

.i2-hero__review {
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding-bottom: 0.15rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.i2-hero__review:hover {
  color: var(--i2-gold-bright);
  border-bottom-color: var(--i2-gold);
}

.i2-hero__note {
  margin: 1.15rem 0 0;
  max-width: 28rem;
  font-family: var(--sans);
  font-size: clamp(0.78rem, 1.5vw, 0.88rem);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.55);
}

.i2-hero__media {
  position: relative;
  min-height: 28rem;
  overflow: hidden;
  background: #1a2a3d;
}

.i2-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--i2-ink-deep) 0%, rgba(7, 16, 28, 0.62) 8%, transparent 22%),
    linear-gradient(180deg, rgba(7, 16, 28, 0.28) 0%, transparent 32%),
    linear-gradient(0deg, rgba(7, 16, 28, 0.35) 0%, transparent 34%);
  z-index: 3;
  pointer-events: none;
}

.i2-hero__skyline {
  position: absolute;
  inset: 0;
  background: url("../images/brand/boston-skyline-dusk.webp") 62% 35% / cover no-repeat;
  z-index: 0;
  pointer-events: none;
  filter: saturate(0.92) contrast(1.04);
}

.i2-hero__partners {
  position: absolute;
  left: 4%;
  right: -4%;
  bottom: -2%;
  top: 8%;
  width: auto;
  max-width: none;
  height: 98%;
  object-fit: contain;
  object-position: 80% 100%;
  z-index: 2;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.45));
}

/* ——— Press bar ——— */
.i2-press {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, #d8bc72 0%, #c9a45a 48%, #b89145 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.i2-press__inner {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2rem);
  width: min(100% - 2rem, 1280px);
  margin-inline: auto;
  min-height: 4.5rem;
  padding-block: 0.95rem;
}

.i2-press__label {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1a1a1a;
  white-space: nowrap;
}

.i2-press__label::after {
  content: "";
  width: 1px;
  height: 1.5rem;
  background: rgba(0, 0, 0, 0.35);
}

.i2-press__logos {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(0.75rem, 1.8vw, 1.5rem);
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.i2-press__logos::-webkit-scrollbar {
  display: none;
}

.i2-press__logos li {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 3.5rem;
}

.i2-press__logos a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.1rem;
  max-width: 8.5rem;
  text-decoration: none;
  opacity: 0.92;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.i2-press__logos a:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.i2-press__logos img {
  display: block;
  width: auto;
  height: 1.7rem;
  max-width: 100%;
  max-height: 2rem;
  object-fit: contain;
}

/* ——— Motion ——— */
@media (prefers-reduced-motion: no-preference) {
  .i2-hero__kicker,
  .i2-hero__title,
  .i2-hero__body,
  .i2-hero__forums,
  .i2-hero__urgency,
  .i2-hero__reach,
  .i2-hero__actions,
  .i2-hero__note {
    animation: i2-rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .i2-hero__title {
    animation-delay: 0.06s;
  }

  .i2-hero__body {
    animation-delay: 0.12s;
  }

  .i2-hero__forums {
    animation-delay: 0.18s;
  }

  .i2-hero__urgency {
    animation-delay: 0.2s;
  }

  .i2-hero__actions {
    animation-delay: 0.26s;
  }

  .i2-hero__note {
    animation-delay: 0.32s;
  }

  .i2-hero__media {
    animation: i2-fade 1.1s ease both;
  }

  .i2-press {
    animation: i2-rise 0.8s 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
}

@keyframes i2-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes i2-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ——— Responsive ——— */
@media (max-width: 1100px) {
  .i2-header__inner {
    grid-template-columns: auto 1fr auto;
  }

  .i2-nav--left {
    display: none;
  }

  .i2-logo {
    justify-self: start;
  }

  .i2-menu-toggle {
    display: inline-flex;
    justify-self: end;
    margin-right: 0.5rem;
  }

  .i2-nav--right {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.75rem 1.25rem 1.25rem;
    background: rgba(7, 16, 28, 0.97);
    border-bottom: 1px solid rgba(201, 164, 90, 0.25);
  }

  .i2-nav--right.is-open {
    display: flex;
  }

  .i2-nav--right a {
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .i2-nav--right .i2-cta {
    margin-top: 0.85rem;
    align-self: flex-start;
  }

  .i2-hero__stage {
    grid-template-columns: 1fr;
  }

  .i2-hero__media {
    min-height: 52vw;
    order: -1;
  }

  .i2-hero__copy {
    padding-top: 2.5rem;
  }

  .i2-hero__title {
    font-size: clamp(1.55rem, 5.2vw, 2.35rem);
  }

  .i2-hero__title-line,
  .i2-hero__title-cta {
    white-space: normal;
  }
}

@media (max-width: 640px) {
  .i2-hero {
    min-height: auto;
  }

  .i2-hero__media {
    min-height: 22rem;
  }

  .i2-press__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
    padding-block: 1rem;
  }

  .i2-press__label::after {
    display: none;
  }

  .i2-press__logos {
    width: 100%;
    justify-content: flex-start;
    gap: 1.25rem 1.5rem;
    flex-wrap: wrap;
  }

  .i2-press__logos li {
    flex: 0 0 auto;
  }
}

  .i2-cta__phone {
    display: none;
  }
}

@media (min-width: 1101px) {
  .i2-header__inner {
    position: relative;
  }
}
