:root {
  --anthracite-950: #111111;
  --anthracite-900: #1a1a1a;
  --anthracite-800: #252525;
  --orange: #f2a51f;
  --orange-bright: #ffbd3f;
  --candle: #ffe2a3;
  --ivory: #f8edd6;
  --sage: #8fc7aa;
  --sky: #8ab8d8;
  --line: rgba(255, 226, 163, 0.18);
  --soft-line: rgba(248, 237, 214, 0.11);
  --shadow: rgba(0, 0, 0, 0.42);
  --vicinum-brand-font: "Cinzel", "Trajan Pro", "Palatino Linotype", "Times New Roman", serif;
  --burgundy-cross-page-layer: none;
  --burgundy-cross-card-layer: none;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  color: var(--ivory);
  background:
    var(--burgundy-cross-page-layer),
    linear-gradient(90deg, rgba(143, 199, 170, 0.09), transparent 42%, rgba(138, 184, 216, 0.08)),
    repeating-linear-gradient(90deg, transparent 0 54px, rgba(255, 226, 163, 0.025) 55px 56px),
    repeating-linear-gradient(0deg, transparent 0 42px, rgba(255, 189, 63, 0.02) 43px 44px),
    var(--anthracite-950);
  font-family: "Avenir Next", "Gill Sans", "Trebuchet MS", sans-serif;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.card-shell {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: clamp(16px, 3vw, 34px);
}

.business-card {
  width: min(100%, 1040px);
  min-width: 0;
}

.card-face {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 189, 63, 0.24);
  border-radius: 8px;
  background:
    var(--burgundy-cross-card-layer),
    linear-gradient(135deg, rgba(242, 165, 31, 0.18), transparent 44%),
    repeating-linear-gradient(135deg, transparent 0 38px, rgba(255, 226, 163, 0.03) 39px 40px, transparent 41px 78px),
    rgba(20, 20, 20, 0.9);
  box-shadow:
    inset 0 0 0 1px rgba(255, 226, 163, 0.06),
    0 34px 72px var(--shadow);
}

.card-face::before {
  position: absolute;
  inset: 12px;
  content: "";
  border: 1px solid rgba(255, 226, 163, 0.08);
  border-radius: 6px;
  pointer-events: none;
}

.card-header,
.card-grid,
.share-strip {
  position: relative;
  z-index: 1;
}

.card-header {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 189, 63, 0.18);
  padding: 16px clamp(18px, 3.4vw, 34px);
  background:
    repeating-linear-gradient(0deg, rgba(255, 226, 163, 0.13) 0 2px, transparent 2px 8px),
    rgba(12, 12, 12, 0.26);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--ivory);
  text-decoration: none;
}

.brand-mark img {
  width: 42px;
  height: 42px;
  filter:
    drop-shadow(0 0 8px rgba(255, 189, 63, 0.26))
    drop-shadow(0 8px 12px rgba(0, 0, 0, 0.32));
}

.brand-mark span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.brand-mark strong {
  font-family: var(--vicinum-brand-font);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.brand-mark small,
.availability,
.kicker,
.share-label {
  color: rgba(255, 226, 163, 0.72);
  font-family: Monaco, "Courier New", monospace;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: uppercase;
}

.availability {
  border: 1px solid rgba(143, 199, 170, 0.25);
  border-radius: 999px;
  padding: 9px 12px;
  color: rgba(195, 235, 216, 0.86);
  background: rgba(143, 199, 170, 0.08);
  white-space: nowrap;
}

.card-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.86fr);
  gap: clamp(18px, 3vw, 34px);
  min-width: 0;
  padding: clamp(24px, 4vw, 44px);
}

.identity-panel,
.prospect-panel {
  display: grid;
  align-content: start;
  min-width: 0;
}

.identity-panel {
  gap: 18px;
}

.prospect-panel {
  gap: 16px;
  border: 1px solid rgba(255, 189, 63, 0.16);
  padding: clamp(18px, 2.6vw, 26px);
  background:
    linear-gradient(135deg, rgba(255, 189, 63, 0.1), transparent 58%),
    rgba(10, 10, 10, 0.28);
  box-shadow: inset 0 0 0 1px rgba(255, 226, 163, 0.04);
}

.kicker {
  margin: 0;
  color: rgba(255, 189, 63, 0.78);
}

h1,
h2,
p {
  margin: 0;
}

h1 {
  max-width: 9ch;
  color: var(--ivory);
  font-size: 92px;
  font-weight: 950;
  line-height: 0.96;
  overflow-wrap: anywhere;
  text-transform: uppercase;
  text-wrap: balance;
}

.role {
  color: rgba(255, 226, 163, 0.86);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.14;
  text-wrap: balance;
}

.promise,
.need-summary {
  color: rgba(248, 237, 214, 0.72);
  font-size: 20px;
  font-weight: 720;
  line-height: 1.46;
  overflow-wrap: anywhere;
}

.signal-list {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 0.75fr) minmax(220px, 1.4fr);
  gap: 10px;
  margin: 8px 0 0;
}

.signal-list div {
  display: grid;
  gap: 6px;
  min-width: 0;
  border: 1px solid rgba(255, 189, 63, 0.14);
  padding: 12px;
  background: rgba(12, 12, 12, 0.26);
}

.signal-list dt {
  color: rgba(255, 189, 63, 0.76);
  font-family: Monaco, "Courier New", monospace;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.signal-list dd {
  margin: 0;
  color: rgba(248, 237, 214, 0.86);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.signal-list a {
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
}

.panel-heading {
  display: grid;
  gap: 6px;
}

h2 {
  color: rgba(255, 226, 163, 0.9);
  font-size: 34px;
  font-weight: 950;
  line-height: 1.04;
  text-transform: uppercase;
}

.need-selector,
.action-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.need-chip,
.primary-action,
.secondary-action,
.share-url {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 189, 63, 0.2);
  border-radius: 999px;
  padding: 0 14px;
  color: rgba(248, 237, 214, 0.84);
  background: rgba(12, 12, 12, 0.28);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.need-chip:hover,
.need-chip:focus-visible,
.need-chip.is-selected,
.secondary-action:hover,
.secondary-action:focus-visible,
.share-url:hover,
.share-url:focus-visible {
  outline: none;
  border-color: rgba(255, 189, 63, 0.46);
  color: var(--ivory);
  background: rgba(255, 189, 63, 0.12);
  box-shadow:
    inset 0 0 0 1px rgba(255, 226, 163, 0.06),
    0 0 0 4px rgba(255, 189, 63, 0.08);
}

.need-chip.is-selected {
  border-color: rgba(143, 199, 170, 0.54);
  color: rgba(222, 250, 236, 0.94);
  background:
    linear-gradient(90deg, rgba(143, 199, 170, 0.18), transparent 72%),
    rgba(12, 12, 12, 0.38);
}

.action-grid {
  margin-top: 4px;
}

.primary-action,
.secondary-action {
  flex: 1 1 132px;
}

.primary-action {
  border-color: rgba(255, 226, 163, 0.58);
  color: rgba(24, 18, 9, 0.96);
  background:
    linear-gradient(180deg, rgba(255, 232, 184, 0.96), rgba(255, 189, 63, 0.78)),
    rgba(242, 165, 31, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    0 12px 22px rgba(0, 0, 0, 0.24);
}

.primary-action:hover,
.primary-action:focus-visible {
  outline: none;
  transform: translateY(-1px);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.22),
    0 0 0 5px rgba(255, 189, 63, 0.12),
    0 15px 26px rgba(0, 0, 0, 0.3);
}

.copy-status {
  min-height: 18px;
  color: rgba(195, 235, 216, 0.88);
  font-size: 13px;
  font-weight: 820;
  line-height: 1.35;
}

.share-strip {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  border: 1px solid rgba(255, 189, 63, 0.16);
  border-radius: 8px;
  padding: 10px;
  background:
    linear-gradient(90deg, rgba(138, 184, 216, 0.08), transparent 62%),
    rgba(12, 12, 12, 0.72);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
}

.share-label {
  padding-left: 4px;
  color: rgba(138, 184, 216, 0.82);
  white-space: nowrap;
}

.share-url {
  flex: 1 1 auto;
  justify-content: flex-start;
  border-radius: 6px;
  padding-inline: 12px;
  color: rgba(248, 237, 214, 0.8);
  font-family: Monaco, "Courier New", monospace;
  font-size: 12px;
}

@media (max-width: 820px) {
  .card-shell {
    place-items: start center;
    padding: 12px;
  }

  .card-header,
  .share-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .availability {
    white-space: normal;
  }

  .card-grid {
    grid-template-columns: 1fr;
    padding: 22px 16px;
  }

  h1 {
    max-width: 100%;
    font-size: 58px;
  }

  .role {
    font-size: 23px;
  }

  .promise,
  .need-summary {
    font-size: 17px;
  }

  h2 {
    font-size: 28px;
  }

  .signal-list {
    grid-template-columns: 1fr;
  }

  .primary-action,
  .secondary-action {
    flex-basis: calc(50% - 5px);
  }
}

@media (max-width: 540px) {
  .card-shell {
    justify-items: start;
  }

  .business-card {
    width: min(351px, calc(100% - 24px));
  }

  .primary-action,
  .secondary-action,
  .need-chip {
    flex-basis: 100%;
  }

  .share-url {
    width: 100%;
  }

  h1 {
    font-size: 46px;
  }

  .role {
    font-size: 22px;
  }

  .promise,
  .need-summary {
    font-size: 17px;
  }

  h2 {
    font-size: 28px;
  }
}

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