@font-face {
  font-family: "Instrument Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/instrument-serif-latin-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url("assets/fonts/manrope-latin-400-500.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #0b0f0d;
  --cream: #fff7e8;
  --paper: #111713;
  --muted: rgba(255, 247, 232, 0.66);
  --green: #52e89f;
  --teal: #67d6dc;
  --gold: #e5b65b;
  --red: #df785f;
  --line: rgba(255, 247, 232, 0.14);
  --dark-line: rgba(255, 247, 232, 0.12);
  font-family: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100svh;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 16%, rgba(82, 232, 159, 0.26), transparent 28%),
    radial-gradient(circle at 86% 82%, rgba(229, 182, 91, 0.18), transparent 30%),
    linear-gradient(145deg, #17241e 0%, #0b0f0d 56%, #050706 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 247, 232, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 247, 232, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 82%);
}

a {
  color: inherit;
  text-decoration: none;
}

img,
picture {
  display: block;
}

.poster-shell {
  display: grid;
  place-items: center;
  min-height: 100svh;
  padding: 28px;
}

.poster-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.32fr);
  gap: clamp(24px, 4vw, 52px);
  width: min(1240px, 100%);
  min-height: 720px;
  overflow: hidden;
  border-radius: 34px;
  background:
    radial-gradient(circle at 29% 48%, rgba(82, 232, 159, 0.22), transparent 24%),
    radial-gradient(circle at 78% 18%, rgba(103, 214, 220, 0.1), transparent 28%),
    radial-gradient(circle at 78% 84%, rgba(229, 182, 91, 0.1), transparent 32%),
    linear-gradient(105deg, rgba(9, 13, 11, 0.98) 0 45%, rgba(17, 23, 19, 0.96) 45.2%),
    var(--paper);
  box-shadow: 0 44px 130px rgba(0, 0, 0, 0.48);
  isolation: isolate;
}

.poster-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 5;
  border: 1px solid rgba(255, 247, 232, 0.14);
  border-radius: 24px;
  pointer-events: none;
}

.poster-card::after {
  content: "BUSINESS SYSTEMS";
  position: absolute;
  right: -42px;
  bottom: -14px;
  z-index: 1;
  color: rgba(255, 247, 232, 0.045);
  font-size: clamp(5rem, 10vw, 9rem);
  font-weight: 950;
  line-height: 0.8;
  letter-spacing: -0.08em;
  white-space: nowrap;
  pointer-events: none;
}

.visual-stage {
  position: relative;
  z-index: 2;
  min-height: 720px;
}

.visual-stage::before {
  content: "";
  position: absolute;
  inset: 13% auto auto -18%;
  width: min(560px, 75vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 48%, rgba(82, 232, 159, 0.3) 49%, transparent 51%),
    conic-gradient(from 130deg, transparent, rgba(82, 232, 159, 0.9), rgba(103, 214, 220, 0.1), transparent, rgba(229, 182, 91, 0.75), transparent);
  filter: blur(0.3px);
  opacity: 0.6;
  animation: slow-rotate 18s linear infinite;
}

.orbit,
.portrait-medallion {
  position: absolute;
}

.orbit {
  border: 1px solid rgba(255, 247, 232, 0.18);
  border-radius: 50%;
  pointer-events: none;
}

.orbit-one {
  width: 470px;
  height: 470px;
  left: 16%;
  top: 18%;
  transform: rotate(-18deg);
}

.orbit-two {
  width: 350px;
  height: 350px;
  left: 24%;
  top: 26%;
  border-color: rgba(103, 214, 220, 0.18);
  transform: rotate(24deg);
}

.portrait-medallion {
  left: 17%;
  top: 19%;
  width: min(390px, 72vw);
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  background: #060908;
  box-shadow:
    0 26px 90px rgba(0, 0, 0, 0.5),
    0 0 0 12px rgba(255, 247, 232, 0.05),
    0 0 0 1px rgba(255, 247, 232, 0.2);
}

.portrait-medallion::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 52% 28%, rgba(0, 0, 0, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.76));
  pointer-events: none;
}

.portrait-medallion img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: brightness(0.9) contrast(0.96) saturate(0.94);
  transform: scale(1.08);
}

.content-panel {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(54px, 6vw, 86px) clamp(34px, 5vw, 76px) clamp(42px, 5vw, 70px) clamp(18px, 3vw, 42px);
}

.content-panel::before {
  content: "";
  position: absolute;
  inset: 11% 8% auto auto;
  width: min(360px, 58vw);
  aspect-ratio: 1.7;
  border-radius: 999px;
  background:
    radial-gradient(circle at 32% 40%, rgba(82, 232, 159, 0.18), transparent 34%),
    radial-gradient(circle at 70% 58%, rgba(229, 182, 91, 0.12), transparent 36%);
  filter: blur(24px);
  opacity: 0.72;
  pointer-events: none;
}

.content-panel > * {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  color: var(--cream);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(3.05rem, 5.45vw, 5.1rem);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: 0;
  white-space: nowrap;
  text-wrap: nowrap;
}

.title-line {
  margin: 12px 0 0;
  color: var(--cream);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  font-weight: 400;
  letter-spacing: -0.02em;
}

.lead {
  max-width: 680px;
  margin: 20px 0 24px;
  color: rgba(255, 247, 232, 0.78);
  font-size: clamp(1.02rem, 1.45vw, 1.13rem);
  line-height: 1.48;
  font-weight: 400;
}

.outcomes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  overflow: visible;
  max-width: 680px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.outcomes article {
  position: relative;
  min-height: 0;
  padding: 16px 18px 16px 64px;
  overflow: hidden;
  border: 1px solid rgba(255, 247, 232, 0.105);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 247, 232, 0.08), rgba(255, 247, 232, 0.018)),
    rgba(255, 247, 232, 0.025);
  box-shadow:
    inset 0 1px 0 rgba(255, 247, 232, 0.08),
    0 18px 48px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(16px);
  transform: translateY(0);
  transition:
    transform 190ms ease,
    border-color 190ms ease,
    background 190ms ease,
    box-shadow 190ms ease;
}

.outcomes article + article {
  border-top: 1px solid rgba(255, 247, 232, 0.105);
}

.outcomes article::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(82, 232, 159, 0.42);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(82, 232, 159, 0.26) 0 48%, transparent 49%),
    rgba(82, 232, 159, 0.08);
  transform: translateY(-50%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 247, 232, 0.08),
    0 0 24px rgba(82, 232, 159, 0.16);
}

.outcomes article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 0 38%, rgba(255, 255, 255, 0.055) 50%, transparent 62%);
  transform: translateX(-120%);
  transition: transform 520ms ease;
  pointer-events: none;
}

.outcomes article:nth-child(2)::before {
  border-color: rgba(103, 214, 220, 0.42);
  background:
    radial-gradient(circle, rgba(103, 214, 220, 0.26) 0 48%, transparent 49%),
    rgba(103, 214, 220, 0.08);
  box-shadow: 0 0 24px rgba(103, 214, 220, 0.14);
}

.outcomes article:nth-child(3)::before {
  border-color: rgba(229, 182, 91, 0.42);
  background:
    radial-gradient(circle, rgba(229, 182, 91, 0.26) 0 48%, transparent 49%),
    rgba(229, 182, 91, 0.08);
  box-shadow: 0 0 24px rgba(229, 182, 91, 0.13);
}

.outcomes article:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 247, 232, 0.2);
  background:
    linear-gradient(135deg, rgba(255, 247, 232, 0.105), rgba(255, 247, 232, 0.026)),
    rgba(255, 247, 232, 0.035);
  box-shadow:
    inset 0 1px 0 rgba(255, 247, 232, 0.12),
    0 22px 58px rgba(0, 0, 0, 0.2);
}

.outcomes article:hover::after {
  transform: translateX(120%);
}

.outcomes span {
  position: absolute;
  left: 23px;
  top: 50%;
  display: grid;
  place-items: center;
  z-index: 1;
  width: 18px;
  height: 18px;
  margin: 0;
  color: var(--cream);
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  transform: translateY(-50%);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.72);
}

.outcomes strong {
  display: block;
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 0 4px;
  color: var(--cream);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.04rem;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.012em;
}

.outcomes article:nth-child(2) span {
  color: var(--cream);
}

.outcomes article:nth-child(3) span {
  color: var(--cream);
}

.outcomes p {
  position: relative;
  z-index: 1;
  max-width: 540px;
  margin: 0;
  color: rgba(255, 247, 232, 0.68);
  font-size: 0.93rem;
  line-height: 1.38;
}

.cta-copy {
  margin: 0;
  color: var(--cream);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.02rem;
  font-weight: 400;
  letter-spacing: -0.015em;
}

.poster-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  max-width: 680px;
  margin-top: 26px;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.email-button,
.save-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  width: 118px;
  min-height: 44px;
  padding: 0 15px;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 400;
  overflow: hidden;
  transform: translateY(0);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.email-button {
  border: 1px solid rgba(255, 247, 232, 0.2);
  background: linear-gradient(135deg, rgba(82, 232, 159, 0.96), rgba(103, 214, 220, 0.88));
  color: #07100c;
  box-shadow: 0 18px 46px rgba(82, 232, 159, 0.22);
}

.email-button::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-130%) skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  transition: transform 520ms ease;
}

.save-button {
  border: 1px solid rgba(255, 247, 232, 0.2);
  background: rgba(255, 247, 232, 0.08);
  color: var(--cream);
}

.email-button:hover,
.save-button:hover {
  transform: translateY(-2px);
}

.email-button:hover {
  box-shadow: 0 22px 58px rgba(82, 232, 159, 0.34);
}

.email-button:hover::before {
  transform: translateX(130%) skewX(-18deg);
}

.save-button:hover {
  border-color: rgba(255, 247, 232, 0.36);
  background: rgba(255, 247, 232, 0.14);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.email-button:active,
.save-button:active {
  transform: translateY(0) scale(0.97);
}

.email-button:focus-visible,
.save-button:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 3px;
}

@keyframes slow-rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 900px) {
  .poster-shell {
    align-items: start;
    padding: 16px;
  }

  .poster-card {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 26px;
    background:
      linear-gradient(180deg, rgba(9, 13, 11, 0.98) 0 38%, rgba(17, 23, 19, 0.97) 38.2%),
      radial-gradient(circle at 70% 48%, rgba(82, 232, 159, 0.1), transparent 32%),
      var(--paper);
  }

  .poster-card::after {
    right: -26px;
    bottom: 43%;
    font-size: 5rem;
  }

  .visual-stage {
    min-height: 325px;
  }

  .visual-stage::before {
    left: -22%;
    top: 2%;
    width: 520px;
    opacity: 0.4;
  }

  .orbit-one {
    width: 330px;
    height: 330px;
    left: 8%;
    top: 8%;
  }

  .orbit-two {
    width: 250px;
    height: 250px;
    left: 18%;
    top: 17%;
  }

  .portrait-medallion {
    left: 50%;
    top: 24px;
    width: min(270px, 72vw);
    transform: translateX(-50%);
  }

  .content-panel {
    padding: 10px 26px 30px;
  }

  h1 {
    font-size: clamp(2.08rem, 8.2vw, 3.2rem);
  }

  .poster-footer {
    align-items: stretch;
    flex-direction: column;
    margin-top: 24px;
  }

  .contact-actions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .email-button,
  .save-button {
    width: 100%;
  }
}

@media (max-width: 460px) {
  .visual-stage {
    min-height: 310px;
  }

  h1 {
    font-size: clamp(1.9rem, 8.15vw, 2.42rem);
  }

  .lead {
    font-size: 1.05rem;
  }
}
