/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
:root {
  --bg: #fff7fc;
  --ink: #221f20;
  --muted: rgba(34, 31, 32, 0.74);
  --accent: #732549;
  --accent-deep: #9c0f50;
  --line: rgba(115, 37, 73, 0.22);
  --soft-line: rgba(34, 31, 32, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--bg);
  color: var(--ink);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

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

button {
  font: inherit;
}

.page-shell {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 68% 42%, rgba(150, 32, 85, 0.07), transparent 32%),
    radial-gradient(circle at 50% 8%, rgba(255, 255, 255, 0.9), transparent 34%),
    var(--bg);
}

.hero {
  position: relative;
  width: 100%;
  min-height: clamp(860px, 100svh, 941px);
  padding: 38px clamp(48px, 4.35vw, 76px) 48px;
  isolation: isolate;
}

.hero-header {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto auto;
  align-items: center;
  grid-gap: clamp(28px, 3vw, 52px);
  gap: clamp(28px, 3vw, 52px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
}

.brand-mark {
  display: block;
  width: 128px;
  height: 128px;
  flex: 0 0 128px;
  object-fit: contain;
}

.brand-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--ink);
  line-height: 0.86;
  letter-spacing: 0;
}

.brand-type span:first-child {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-style: italic;
}

.brand-type span:last-child {
  font-size: 33px;
  font-weight: 500;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(34px, 3.1vw, 52px);
  color: var(--ink);
  font-size: 18px;
  line-height: 1;
}

.desktop-nav a {
  transition: color 180ms ease;
}

.desktop-nav a:hover {
  color: var(--accent);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid transparent;
  white-space: nowrap;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.header-cta {
  min-height: 56px;
  padding: 0 31px;
  background: linear-gradient(135deg, var(--accent-deep), var(--accent));
  color: var(--bg);
  font-size: 17px;
  font-weight: 600;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.header-cta:hover,
.button-primary:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #a41455, #67213f);
}

.menu-button {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(540px, 1fr) minmax(520px, 1.05fr);
  grid-column-gap: clamp(24px, 2vw, 48px);
  column-gap: clamp(24px, 2vw, 48px);
  align-items: center;
  min-height: 600px;
  margin-top: 34px;
}

.hero-copy {
  align-self: center;
  max-width: 640px;
  padding-top: 18px;
}

.eyebrow {
  margin: 0 0 28px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  max-width: 640px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(56px, 4.4vw, 72px);
  font-weight: 500;
  letter-spacing: -0.005em;
  line-height: 1.04;
}

h1 span {
  display: block;
}

h1 em {
  color: var(--accent);
  font-style: normal;
}

.hero-lede {
  max-width: 600px;
  margin: 28px 0 0;
  color: var(--ink);
  font-size: clamp(20px, 1.3vw, 22px);
  font-weight: 400;
  line-height: 1.52;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 38px;
}

.button {
  min-height: 60px;
  padding: 0 27px;
  font-size: 18px;
  font-weight: 600;
}

.button-primary {
  min-width: 240px;
  background: linear-gradient(135deg, var(--accent-deep), var(--accent));
  color: var(--bg);
}

.button-secondary {
  min-width: 265px;
  border-color: var(--accent);
  color: var(--accent);
  background: transparent;
}

.button-secondary:hover {
  transform: translateY(-1px);
  background: rgba(115, 37, 73, 0.055);
}

.button-arrow {
  margin-left: 18px;
  font-size: 28px;
  font-weight: 300;
  line-height: 0;
}

.hero-visual {
  position: relative;
  align-self: center;
  justify-self: end;
  width: min(620px, 46vw);
  margin-top: 8px;
  margin-right: clamp(72px, 6.4vw, 108px);
}

.hero-visual picture,
.radar-image {
  display: block;
  width: 100%;
  height: auto;
}


.radar-label {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1;
  white-space: nowrap;
}

.radar-label span {
  width: 68px;
  height: 1px;
  background: rgba(115, 37, 73, 0.42);
}

.radar-label-funding {
  top: 20.8%;
  right: -64px;
}

.radar-label-recruiting {
  top: 47.3%;
  right: -90px;
}

.radar-label-it {
  right: -8px;
  bottom: 21.8%;
}

.signal-chips {
  display: none;
}

.trust-row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 8px;
  color: var(--ink);
}

.trust-label {
  flex: 0 0 auto;
  color: rgba(34, 31, 32, 0.58);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.trust-marquee {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0,
    #000 8%,
    #000 92%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0,
    #000 8%,
    #000 92%,
    transparent 100%
  );
}

.trust-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: trust-marquee 36s linear infinite;
}

.trust-track:hover {
  animation-play-state: paused;
}

.trust-track .trust-logo {
  flex: 0 0 auto;
  padding: 0 42px;
  color: rgba(34, 31, 32, 0.85);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

@keyframes trust-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .trust-track {
    animation: none;
  }
}

@media (max-width: 1320px) {
  .hero {
    padding-inline: 52px;
  }

  .hero-content {
    grid-template-columns: minmax(500px, 1fr) minmax(460px, 1fr);
    column-gap: 32px;
  }

  h1 {
    font-size: 64px;
  }

  .hero-visual {
    width: min(500px, 40vw);
    margin-right: clamp(70px, 6vw, 100px);
  }

  .radar-label {
    font-size: 16px;
  }
}

@media (max-width: 1120px) {
  .desktop-nav {
    gap: 26px;
    font-size: 16px;
  }

  .header-cta {
    min-height: 52px;
    padding-inline: 24px;
  }

  .hero-content {
    grid-template-columns: 1fr 0.9fr;
    column-gap: 24px;
  }

  h1 {
    font-size: 56px;
  }

  .hero-lede {
    font-size: 19px;
  }

  .button {
    min-width: auto;
    padding-inline: 22px;
  }

  .hero-visual {
    width: min(440px, 38vw);
    margin-right: clamp(60px, 5vw, 80px);
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: 100svh;
    padding: 18px 22px 20px;
    display: flex;
    flex-direction: column;
  }

  .hero-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }

  .brand {
    gap: 6px;
  }

  .brand-mark {
    width: 80px;
    height: 80px;
    flex-basis: 80px;
  }

  .brand-type span:first-child {
    font-size: 18px;
  }

  .brand-type span:last-child {
    font-size: 19px;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .menu-button {
    display: inline-flex;
    width: 28px;
    height: 22px;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 5px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ink);
    cursor: pointer;
  }

  .menu-button span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--ink);
  }

  .radar-label {
    display: none;
  }

  .hero-content {
    display: flex;
    min-height: auto;
    flex-direction: column;
    margin-top: 44px;
  }

  .hero-copy {
    max-width: 100%;
    padding-top: 0;
    text-align: center;
  }

  .eyebrow {
    margin: 0 0 16px;
    font-size: 10.5px;
    letter-spacing: 0.14em;
  }

  h1 {
    max-width: 100%;
    margin: 0 auto;
    font-size: 30px;
    line-height: 1.08;
    letter-spacing: -0.005em;
  }

  .hero-lede {
    width: 100%;
    margin: 18px auto 0;
    font-size: 13.5px;
    line-height: 1.55;
    color: rgba(34, 31, 32, 0.78);
  }

  .hero-actions {
    width: 100%;
    flex-direction: column;
    gap: 10px;
    margin: 24px auto 0;
  }

  .button {
    width: 100%;
    min-height: 46px;
    border-radius: 8px;
    font-size: 14.5px;
  }

  .button-primary .button-arrow {
    display: none;
  }

  .button-arrow {
    margin-left: 10px;
    font-size: 18px;
  }

  .hero-visual {
    position: relative;
    width: 210px;
    height: 210px;
    margin: 28px auto 0;
  }

  .hero-visual picture,
  .hero-visual .radar-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .radar-image {
    opacity: 0.95;
  }

  .signal-chips {
    display: block;
    position: absolute;
    inset: 0;
    pointer-events: none;
  }

  .signal-chips span {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 11px;
    border: 1px solid rgba(115, 37, 73, 0.2);
    border-radius: 999px;
    background: rgba(255, 247, 252, 0.92);
    color: var(--accent);
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(115, 37, 73, 0.08);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    pointer-events: auto;
  }

  .signal-chips i {
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: var(--accent-deep);
  }

  .signal-chip {
    padding: 4px 9px;
    font-size: 10.5px;
  }

  .signal-chip-1 {
    top: -2px;
    right: -28px;
  }

  .signal-chip-2 {
    top: 52%;
    right: -40px;
    transform: translateY(-50%);
  }

  .signal-chip-3 {
    bottom: 4px;
    left: -26px;
  }

  .trust-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-top: auto;
    padding-top: 24px;
  }

  .trust-label {
    align-self: center;
    color: rgba(34, 31, 32, 0.5);
    font-size: 9.5px;
    letter-spacing: 0.14em;
    text-align: center;
  }

  .trust-track {
    animation-duration: 28s;
  }

  .trust-track .trust-logo {
    padding: 0 18px;
    font-size: 13.5px;
    font-weight: 700;
  }
}

@media (max-width: 380px) {
  .hero {
    padding: 20px 20px 24px;
  }

  h1 {
    font-size: 30px;
  }

  .hero-lede {
    font-size: 14px;
  }

  .hero-visual {
    width: 180px;
    margin-top: 28px;
  }
}

/* ============================================
   Hero entrance animations
   ============================================ */

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hero-soften {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes hero-accent {
  from {
    color: var(--ink);
  }
  to {
    color: var(--accent);
  }
}

@keyframes hero-pop {
  from {
    opacity: 0;
    transform: translate3d(0, 6px, 0) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.hero-header,
.eyebrow,
h1,
.hero-lede,
.hero-actions,
.signal-chip,
.radar-label,
.trust-row {
  opacity: 0;
  animation: hero-rise 0.85s cubic-bezier(0.22, 0.65, 0.3, 1) forwards;
  will-change: opacity, transform;
}

.hero-header {
  animation-delay: 0.05s;
}

.eyebrow {
  animation-delay: 0.18s;
}

h1 {
  animation-delay: 0.28s;
  animation-duration: 1s;
}

h1 em {
  animation: hero-accent 0.9s 1.05s cubic-bezier(0.22, 0.65, 0.3, 1) both;
}

.hero-lede {
  animation-delay: 0.45s;
}

.hero-actions {
  animation-delay: 0.6s;
}

.hero-visual picture,
.hero-visual .radar-image {
  animation: hero-soften 1.2s 0.55s cubic-bezier(0.22, 0.65, 0.3, 1) both;
  will-change: opacity;
}

.radar-label {
  animation-name: hero-pop;
  animation-duration: 0.7s;
}

.radar-label-funding {
  animation-delay: 1s;
}

.radar-label-recruiting {
  animation-delay: 1.15s;
}

.radar-label-it {
  animation-delay: 1.3s;
}

.signal-chip {
  animation-name: hero-pop;
  animation-duration: 0.7s;
}

.signal-chip-1 {
  animation-delay: 1s;
}

.signal-chip-2 {
  animation-delay: 1.15s;
}

.signal-chip-3 {
  animation-delay: 1.3s;
}

.trust-row {
  animation-delay: 0.95s;
}

@media (prefers-reduced-motion: reduce) {
  .hero-header,
  .eyebrow,
  h1,
  .hero-lede,
  .hero-actions,
  .signal-chip,
  .radar-label,
  .trust-row,
  .hero-visual picture,
  .hero-visual .radar-image,
  h1 em {
    animation: none;
    opacity: 1;
    transform: none;
    color: var(--accent);
  }

  h1 em {
    color: var(--accent);
  }
}

