.stck-lpl.abney-hall {
  --ahb-accent: #e50914;
  --ahb-accent-press: #c30811;
  --ahb-ink: #16161a;
  --ahb-paper: #f1f1ef;
  --ahb-surface: #e6e6e3;
  --ahb-line: #d8d8d4;
  --ahb-do-width: 940px;
  --ahb-display: "Anton", "Inter", sans-serif;
  --lpl-bg: var(--ahb-paper);
  --lpl-surface: var(--ahb-surface);
  --lpl-card: #fdfdfc;
  --lpl-ink: var(--ahb-ink);
  --lpl-ink-2: #63636a;
  --lpl-line: var(--ahb-line);
  --lpl-accent: var(--ahb-accent);
  --lpl-accent-press: var(--ahb-accent-press);
}

.ahb-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.stck-lpl.abney-hall .lpl-topbar {
  background: color-mix(in srgb, var(--ahb-paper) 82%, transparent);
  border-bottom-color: var(--ahb-line);
}
.stck-lpl.abney-hall .lpl-nav-actions .lpl-nav-btn {
  background: var(--ahb-surface);
}
.stck-lpl.abney-hall .lpl-nav-actions .lpl-nav-btn:hover {
  background: var(--ahb-line);
}
.stck-lpl.abney-hall .ahb-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ahb-ink);
}
.stck-lpl.abney-hall .ahb-mark {
  width: 26px;
  height: 26px;
  color: var(--ahb-accent);
  flex: none;
}
.stck-lpl.abney-hall .ahb-wordmark {
  font-family: var(--ahb-display);
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1;
}

.ahb-eyebrow {
  display: block;
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ahb-accent);
}

.ahb-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  padding: 15px 28px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.ahb-cta svg {
  width: 19px;
  height: 19px;
  stroke: currentColor;
  flex: none;
}
.ahb-cta--solid {
  background: var(--ahb-accent);
  color: #fffdf8;
}
.ahb-cta--solid:hover {
  background: var(--ahb-accent-press);
  transform: translateY(-1px);
}
.ahb-cta--ghost {
  background: transparent;
  color: var(--ahb-ink);
  border: 1.5px solid color-mix(in srgb, var(--ahb-ink) 20%, transparent);
}
.ahb-cta--ghost:hover {
  background: var(--ahb-surface);
  border-color: color-mix(in srgb, var(--ahb-ink) 32%, transparent);
  transform: translateY(-1px);
}

.ahb-rule {
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 auto;
  color: var(--ahb-accent);
}
.ahb-rule svg {
  width: 100%;
  height: 100%;
}

.ahb-section {
  padding: clamp(52px, 9vw, 108px) var(--lpl-pad);
}
.ahb-section--tint {
  background: var(--ahb-surface);
  border-block: 1px solid var(--ahb-line);
}
.ahb-section__inner {
  max-width: var(--ahb-do-width);
  margin: 0 auto;
}

.ahb-display {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: var(--ahb-ink);
  letter-spacing: -0.02em;
}

.ahb-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: clamp(560px, 84vh, 900px);
  text-align: center;
  padding: clamp(80px, 12vw, 150px) var(--lpl-pad) clamp(72px, 10vw, 120px);
  --ahb-hero-img: image-set(
  	url("../img/scrollstack-landing-page/abney-hall/noir-forest.webp") type("image/webp"),
  	url("../img/scrollstack-landing-page/abney-hall/noir-forest.jpg") type("image/jpeg")
  );
  --ahb-fog-img: url("../img/scrollstack-landing-page/abney-hall/fog.webp");
  background: radial-gradient(120% 80% at 50% 45%, rgba(241, 241, 239, 0.45), rgba(241, 241, 239, 0) 60%), linear-gradient(to bottom, rgba(241, 241, 239, 0) 55%, rgba(241, 241, 239, 0.82) 86%, var(--ahb-paper) 100%), var(--ahb-hero-img) center/cover no-repeat;
  background-color: var(--ahb-paper);
}
.ahb-hero::before, .ahb-hero::after {
  content: "";
  position: absolute;
  inset: -12% -50%;
  z-index: 1;
  pointer-events: none;
  background: var(--ahb-fog-img) center 66%/cover no-repeat;
  mix-blend-mode: screen;
  will-change: transform, opacity;
}
.ahb-hero::before {
  animation: ahb-fog-a 26s ease-in-out infinite alternate;
}
.ahb-hero::after {
  background-position: 38% 34%;
  background-size: 150% auto;
  animation: ahb-fog-b 38s ease-in-out infinite alternate;
}
.ahb-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: 0 auto;
}
.ahb-hero__mark {
  width: clamp(52px, 8vw, 68px);
  height: clamp(52px, 8vw, 68px);
  margin: 0 auto 28px;
  color: var(--ahb-accent);
}
.ahb-hero__heading {
  margin: 0;
  font-family: var(--ahb-display);
  font-weight: 400;
  text-transform: uppercase;
  font-size: clamp(46px, 9.5vw, 108px);
  line-height: 0.95;
  letter-spacing: 0.01em;
}
.ahb-hero__sub {
  margin: 26px auto 0;
  max-width: 620px;
  font-size: clamp(18px, 2.2vw, 21px);
  font-weight: 500;
  line-height: 1.55;
  color: #22222a;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.55), 0 0 16px rgba(241, 241, 239, 0.7);
}
.ahb-hero__sub em {
  font-style: italic;
  color: var(--ahb-accent);
}
.ahb-hero__cta {
  margin-top: 34px;
}

@keyframes ahb-fog-a {
  from {
    transform: translate3d(-6%, 0, 0);
    opacity: 0.7;
  }
  to {
    transform: translate3d(7%, -2%, 0);
    opacity: 1;
  }
}
@keyframes ahb-fog-b {
  from {
    transform: translate3d(6%, 0, 0);
    opacity: 0.55;
  }
  to {
    transform: translate3d(-7%, 2%, 0);
    opacity: 0.95;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ahb-hero::before,
  .ahb-hero::after {
    animation: none;
  }
}
.ahb-thesis__copy {
  margin: 0;
  font-size: clamp(18px, 2.1vw, 21px);
  line-height: 1.6;
  color: var(--ahb-ink);
}
.ahb-thesis__copy strong {
  font-weight: 600;
}

.ahb-do {
  max-width: var(--ahb-do-width);
  margin: clamp(28px, 4vw, 44px) auto 0;
}
.ahb-do__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.ahb-do-item {
  display: flex;
  flex-direction: column;
  padding: 30px 26px;
  background: var(--lpl-card);
  border: 1px solid var(--ahb-line);
  border-radius: var(--lpl-radius);
}
.ahb-do-item__title {
  margin: 0;
  font-size: clamp(20px, 2.4vw, 24px);
  line-height: 1.2;
}
.ahb-do-item__body {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--lpl-ink-2);
}
.ahb-do-item__soon {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ahb-accent);
  background: color-mix(in srgb, var(--ahb-accent) 14%, transparent);
  border-radius: 999px;
  padding: 4px 10px;
}

.ahb-call {
  text-align: center;
  padding: clamp(64px, 10vw, 120px) var(--lpl-pad) clamp(72px, 11vw, 132px);
}
.ahb-call__inner {
  max-width: 780px;
  margin: 0 auto;
}
.ahb-call .ahb-rule {
  margin-bottom: 30px;
}
.ahb-call__lede {
  margin: 0;
  font-size: clamp(24px, 3.4vw, 36px);
  line-height: 1.3;
}
.ahb-call__roles {
  font-style: italic;
  color: var(--ahb-accent);
}
.ahb-call__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

@media (max-width: 720px) {
  .ahb-do__list {
    grid-template-columns: 1fr;
    max-width: 380px;
    margin-inline: auto;
  }
  .ahb-hero {
    --ahb-hero-img: image-set(
    	url("../img/scrollstack-landing-page/abney-hall/noir-forest-mobile.webp") type("image/webp"),
    	url("../img/scrollstack-landing-page/abney-hall/noir-forest-mobile.jpg") type("image/jpeg")
    );
  }
  .ahb-cta {
    width: 100%;
    justify-content: center;
  }
  .ahb-hero__cta {
    display: flex;
  }
  .ahb-call__actions {
    flex-direction: column;
  }
}

/*# sourceMappingURL=abney-hall.css.map */
