/* WebOmega home LP — AI thinking sync / stxt narrative */
:root {
  --lp-navy: #336699;
  --lp-navy-soft: #336699;
  --lp-slate: #222;
  --lp-blue: #3d6a9e;
  --lp-blue-glow: rgba(61, 106, 158, 0.35);
  --lp-gold: #336699;
  --lp-gold-soft: rgba(51, 102, 153, 0.3);
  --lp-paper: #fff;
  --lp-white: #fff;
  --lp-muted: #222;
  --lp-ink: #222;
  --lp-font: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.corp-body--lp {
  --font-sans: var(--lp-font);
  font-family: var(--lp-font);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.lp-main {
  overflow-x: hidden;
}

/* —— Hero —— */
.lp-hero {
  position: relative;
  padding: clamp(2rem, 5vw, 3.25rem) 1.25rem clamp(2.25rem, 6vw, 3.5rem);
  background:
    radial-gradient(ellipse 90% 70% at 70% -20%, rgba(61, 106, 158, 0.12), transparent 55%),
    radial-gradient(ellipse 60% 50% at 0% 30%, rgba(196, 165, 116, 0.1), transparent 50%),
    linear-gradient(165deg, #ffffff 0%, var(--lp-paper) 45%, #ebe6dc 100%);
  border-bottom: 1px solid rgba(7, 18, 37, 0.06);
}

.lp-hero--welcome {
  padding-top: clamp(2.35rem, 6vw, 3.75rem);
  padding-bottom: clamp(2.5rem, 6.5vw, 3.75rem);
  background:
    radial-gradient(ellipse 95% 75% at 65% -15%, rgba(61, 106, 158, 0.14), transparent 58%),
    radial-gradient(ellipse 55% 45% at 5% 35%, rgba(196, 165, 116, 0.14), transparent 52%),
    linear-gradient(168deg, #fcfbf7 0%, #f2ede2 44%, #e6dece 100%);
}

.lp-hero--welcome .lp-hero__inner {
  max-width: 36rem;
}

.lp-hero--welcome .lp-hero__title {
  font-weight: 700;
  line-height: 1.48;
  margin-bottom: 0.85rem;
}

.lp-hero--welcome .lp-hero__title-line--muted {
  font-weight: 600;
  color: var(--lp-slate);
  opacity: 0.92;
}

.lp-hero--welcome .lp-hero__sub--lead {
  font-weight: 600;
  color: var(--lp-slate);
  line-height: 1.82;
  margin-bottom: 0.75rem;
}

.lp-hero--welcome .lp-hero__sub:not(.lp-hero__sub--lead) {
  font-weight: 400;
  color: var(--lp-slate);
  margin-bottom: 1rem;
}

.lp-hero--welcome .lp-hero__meta {
  margin-bottom: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.lp-hero--welcome .lp-hero__cta {
  margin-top: 0.15rem;
}

.lp-hero__inner {
  max-width: 38rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
}

.lp-hero__brand {
  margin: 0 0 0.65rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--lp-slate);
  opacity: 0.88;
}

.lp-hero__tag {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin: 0 0 1rem;
  padding: 0.35rem 0.75rem;
  border: 1px solid #336699;
  border-radius: 999px;
  background: #336699;
}

.lp-hero__tag--soft {
  text-transform: none;
  letter-spacing: 0.04em;
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
  border-color: #336699;
  background: #336699;
}

.lp-hero__meta {
  margin: 0 0 1.35rem;
  font-size: clamp(0.8rem, 2vw, 0.88rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--lp-muted);
}

.lp-hero__title {
  font-family: var(--lp-font);
  font-size: clamp(1.45rem, 4.8vw, 2.05rem);
  font-weight: 700;
  line-height: 1.42;
  color: var(--lp-navy);
  margin: 0 0 0.65rem;
  letter-spacing: -0.02em;
}

.lp-hero__title-line {
  display: block;
}

.lp-hero__title-line--muted {
  margin-top: 0.35rem;
  font-size: clamp(1rem, 3.2vw, 1.35rem);
  font-weight: 600;
  color: var(--lp-slate);
  letter-spacing: 0.04em;
}

.lp-hero__sub {
  font-size: clamp(0.88rem, 2.1vw, 0.98rem);
  line-height: 1.75;
  color: var(--lp-muted);
  font-weight: 500;
  margin: 0 auto 0.85rem;
  max-width: 34rem;
}

.lp-hero__sub--lead {
  font-size: clamp(0.95rem, 2.5vw, 1.08rem);
  color: var(--lp-slate);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.lp-hero__whisper {
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--lp-muted);
  margin: 0 auto 1.15rem;
  max-width: 26rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.lp-hero__whisper--about {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  max-width: 30rem;
  font-size: 0.82rem;
  line-height: 1.65;
}

.lp-hero__whisper--about a {
  color: var(--lp-blue);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.lp-hero__whisper--about a:hover {
  color: var(--lp-navy);
}

.lp-hero__concept {
  font-size: 0.84rem;
  line-height: 1.65;
  color: var(--lp-slate);
  margin: 0 auto 1.5rem;
  max-width: 28rem;
  padding: 0.75rem 1rem;
  border-left: 3px solid var(--lp-gold);
  background: rgba(255, 255, 255, 0.55);
  text-align: left;
  border-radius: 0 8px 8px 0;
}

.lp-hero__concept a {
  color: var(--lp-blue);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.lp-hero__concept a:hover {
  color: var(--lp-navy);
}

.lp-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.lp-btn-primary {
  display: inline-block;
  padding: 0.9rem 1.6rem;
  font-size: 0.92rem;
  font-weight: 600;
  font-family: inherit;
  color: var(--lp-white);
  background: #336699;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(51, 102, 153, 0.22);
  transition: transform 0.15s ease, box-shadow 0.2s ease;
}

.lp-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(51, 102, 153, 0.28);
}

.lp-btn-ghost {
  display: inline-block;
  padding: 0.85rem 1.35rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #fff;
  border: 1px solid #336699;
  border-radius: 8px;
  text-decoration: none;
  background: #336699;
  transition: border-color 0.2s, background 0.2s;
}

.lp-btn-ghost:hover {
  border-color: #2d5c8a;
  background: #2d5c8a;
}

.lp-hero__footnote {
  font-size: 0.76rem;
  color: var(--lp-muted);
  margin: 1.1rem auto 0;
  max-width: 32rem;
  line-height: 1.5;
}

.lp-hero__footnote a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #336699;
  background: #336699;
  padding: 0.2em 0.45em;
  border-radius: 999px;
  padding-bottom: 0.05em;
}

.lp-hero__footnote a:hover {
  border-bottom-color: #2d5c8a;
  color: #fff;
  background: #2d5c8a;
}

/* Hero decorative graph */
.lp-hero__viz {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.68;
  max-width: 72rem;
  margin: 0 auto;
}

.lp-hero__viz svg {
  width: 100%;
  height: 100%;
  min-height: 280px;
}

.lp-hero .lp-edge {
  stroke: rgba(61, 106, 158, 0.26);
  stroke-width: 1.5;
  fill: none;
  stroke-linecap: round;
}

.lp-hero .lp-edge--gold {
  stroke: var(--lp-gold-soft);
  stroke-width: 1.25;
}

.lp-hero .lp-node {
  fill: var(--lp-white);
  stroke: var(--lp-blue);
  stroke-width: 2;
  filter: drop-shadow(0 2px 6px rgba(7, 18, 37, 0.08));
}

.lp-hero .lp-node--gold {
  stroke: var(--lp-gold);
}

.lp-animate-group .lp-edge {
  stroke: rgba(61, 106, 158, 0.42);
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lp-animate-group .lp-node {
  fill: var(--lp-white);
  stroke: var(--lp-blue);
  stroke-width: 2;
}

.lp-animate-group .lp-node--gold {
  stroke: var(--lp-gold);
}

.lp-draw {
  stroke-dasharray: 420;
  stroke-dashoffset: 420;
}

.lp-draw.lp-inview {
  animation: lp-draw-line 1.4s ease forwards;
}

.lp-pop {
  opacity: 0;
  transform: scale(0.6);
}

.lp-pop.lp-inview {
  animation: lp-pop-node 0.55s ease forwards;
}

@keyframes lp-draw-line {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes lp-pop-node {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* —— Sections —— */
.lp-section {
  padding: clamp(2.75rem, 6vw, 4rem) 1.25rem;
  max-width: 44rem;
  margin: 0 auto;
}

.lp-section--wide {
  max-width: 58rem;
}

.lp-section--tight {
  padding-top: clamp(1.75rem, 4vw, 2.5rem);
  padding-bottom: clamp(1.75rem, 4vw, 2.5rem);
}

.lp-section__lead--short {
  margin-bottom: 1rem;
}

.lp-section__lead--solo {
  margin-bottom: 0;
}

/* トップ：情報の階層（セクション整理） */
.lp-page__body {
  display: flex;
  flex-direction: column;
}

.lp-page__body > .corp-partner-marquee {
  order: 0;
  margin: 0;
  padding: 1rem 1rem 1.15rem;
  border-bottom: 1px solid rgba(7, 18, 37, 0.07);
  background: rgba(255, 255, 255, 0.45);
}

.lp-page__body > .lp-section--band {
  max-width: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: max(1.25rem, env(safe-area-inset-left));
  padding-right: max(1.25rem, env(safe-area-inset-right));
  border-top: 1px solid rgba(7, 18, 37, 0.06);
}

.lp-page__body > .lp-section--band--alt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(248, 246, 241, 0.65) 100%);
}

.lp-page__body > .lp-section--band:not(.lp-section--band--alt) {
  background: linear-gradient(180deg, rgba(245, 242, 236, 0.55) 0%, rgba(255, 255, 255, 0.5) 100%);
}

.lp-page__body > .lp-section--wide.lp-section--band {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}

.lp-section__header {
  max-width: 40rem;
  margin: 0 auto 1.15rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(7, 18, 37, 0.08);
  text-align: center;
}

.lp-section__header .lp-section__title {
  margin-bottom: 0.4rem;
}

.lp-section__header .lp-section__lead {
  margin-bottom: 0;
}

.lp-section__title-note {
  font-size: 0.58em;
  font-weight: 600;
  color: var(--lp-muted);
  margin-left: 0.2em;
}

.lp-site-guide__grid {
  list-style: none;
  margin: 0 auto 1.35rem;
  padding: 0;
  max-width: 40rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

@media (min-width: 520px) {
  .lp-site-guide__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.lp-site-guide__grid > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-site-guide__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.45rem 0.65rem;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--lp-navy);
  text-decoration: none;
  text-align: center;
  line-height: 1.35;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(7, 18, 37, 0.1);
  border-radius: 10px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lp-site-guide__link:hover {
  border-color: rgba(196, 165, 116, 0.55);
  box-shadow: 0 4px 18px rgba(7, 18, 37, 0.07);
}

.lp-site-guide__cta {
  text-align: center;
  margin: 0;
  padding-bottom: 0.15rem;
}

.lp-page__tail {
  padding-top: 0.35rem;
  border-top: 1px solid rgba(7, 18, 37, 0.07);
}

/* トップ：サービスカード */
.lp-service-cards {
  list-style: none;
  margin: 0.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.lp-service-cards > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-service-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  padding: 1.2rem 1.3rem 1.15rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(7, 18, 37, 0.1);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  text-align: left;
  box-shadow: 0 2px 12px rgba(7, 18, 37, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.lp-service-card:hover {
  border-color: rgba(196, 165, 116, 0.55);
  box-shadow: 0 8px 28px rgba(7, 18, 37, 0.08);
  transform: translateY(-2px);
}

.lp-service-card:focus-visible {
  outline: 2px solid var(--lp-gold);
  outline-offset: 3px;
}

.lp-service-card__title {
  font-family: var(--lp-font);
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--lp-navy);
  margin: 0 0 0.45rem;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.lp-service-card__sub {
  margin: -0.2rem 0 0.4rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--lp-slate);
}

.lp-service-card__desc {
  flex: 1 1 auto;
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.65;
  color: var(--lp-muted);
  font-weight: 500;
}

.lp-service-card__desc strong {
  color: var(--lp-slate);
  font-weight: 700;
}

.lp-service-card__more {
  margin-top: 1rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--lp-blue);
  align-self: flex-start;
}

.lp-service-card:hover .lp-service-card__more {
  color: var(--lp-navy);
}

@media (min-width: 720px) {
  .lp-service-cards {
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
  }
}

.lp-section__title {
  font-family: var(--lp-font);
  font-size: clamp(1.15rem, 3vw, 1.35rem);
  font-weight: 700;
  color: var(--lp-navy);
  margin: 0 0 0.35rem;
  letter-spacing: -0.02em;
}

.lp-section__lead {
  font-size: 0.9rem;
  color: var(--lp-muted);
  margin: 0 0 1.5rem;
  line-height: 1.75;
}

/* Pain */
.lp-pain__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.lp-pain__item {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(7, 18, 37, 0.07);
  border-radius: 10px;
  box-shadow: 0 2px 16px rgba(7, 18, 37, 0.04);
}

.lp-pain__dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-top: 0.45rem;
  border-radius: 50%;
  background: var(--lp-gold);
  box-shadow: 0 0 0 4px var(--lp-gold-soft);
}

.lp-pain__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--lp-ink);
}

/* Solution */
.lp-solve__box {
  padding: 1.35rem 1.25rem 1.5rem;
  background: linear-gradient(135deg, rgba(61, 106, 158, 0.08) 0%, rgba(196, 165, 116, 0.1) 100%);
  border: 1px solid rgba(61, 106, 158, 0.15);
  border-radius: 14px;
  margin-top: 0.5rem;
}

.lp-solve__box p {
  margin: 0 0 0.85rem;
  font-size: 0.92rem;
  line-height: 1.8;
  color: var(--lp-ink);
}

.lp-solve__box p:last-child {
  margin-bottom: 0;
}

.lp-solve__highlight {
  font-weight: 600;
  color: var(--lp-navy);
}

/* stxt engine visual（トップではスケールを抑える） */
.lp-page__body > .lp-stxt.lp-section--band {
  padding-top: clamp(1.35rem, 3.2vw, 1.85rem);
  padding-bottom: clamp(1.35rem, 3.2vw, 1.85rem);
}

.lp-page__body > .lp-stxt .lp-section__header {
  margin-bottom: 0.45rem;
  padding-bottom: 0.35rem;
}

.lp-page__body > .lp-stxt .lp-section__title {
  font-size: clamp(1.05rem, 2.4vw, 1.2rem);
  margin-bottom: 0.25rem;
}

.lp-page__body > .lp-stxt .lp-section__lead {
  font-size: 0.84rem;
  line-height: 1.55;
}

.lp-stxt__wrap {
  margin: 0.25rem auto 0;
  padding: 0.55rem 0.65rem 0.7rem;
  max-width: min(22rem, 100%);
  background: var(--lp-white);
  border-radius: 10px;
  border: 1px solid rgba(7, 18, 37, 0.07);
  box-shadow: 0 4px 18px rgba(7, 18, 37, 0.05);
}

.lp-stxt__diagram {
  width: 100%;
  max-width: min(220px, 72vw);
  height: auto;
  display: block;
  margin: 0 auto;
}

.lp-stxt__labels {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem 0.4rem;
  margin-top: 0.45rem;
}

.lp-stxt__chip {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--lp-slate);
  padding: 0.18rem 0.42rem;
  background: rgba(61, 106, 158, 0.08);
  border-radius: 5px;
}

.lp-stxt__trust {
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--lp-muted);
  margin: 0.35rem 0 0;
  text-align: center;
}

.lp-stxt__trust strong {
  color: var(--lp-navy);
  font-weight: 600;
}

/* Philosophy / story */
.lp-story__rep {
  display: grid;
  gap: 1.25rem;
  margin: 1.5rem 0 2rem;
}

@media (min-width: 640px) {
  .lp-story__rep {
    grid-template-columns: auto 1fr;
    align-items: start;
  }
}

.lp-story__avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--lp-slate), var(--lp-navy));
  border: 2px solid var(--lp-gold-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.lp-story__body p {
  margin: 0 0 0.75rem;
  font-size: 0.9rem;
  line-height: 1.85;
  color: var(--lp-ink);
}

.lp-story__body p:last-child {
  margin-bottom: 0;
}

.lp-tri {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.lp-tri > li {
  list-style: none;
}

@media (min-width: 680px) {
  .lp-tri {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

.lp-tri__card {
  position: relative;
  padding: 1.15rem 1rem 1.2rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(7, 18, 37, 0.08);
  border-radius: 12px;
  text-align: center;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.lp-tri__card:hover {
  border-color: rgba(196, 165, 116, 0.45);
  box-shadow: 0 8px 28px rgba(7, 18, 37, 0.07);
}

.lp-tri__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--lp-navy);
  background: linear-gradient(145deg, rgba(196, 165, 116, 0.35), rgba(196, 165, 116, 0.12));
  border: 1px solid rgba(196, 165, 116, 0.4);
  margin-bottom: 0.55rem;
}

.lp-tri__name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--lp-navy);
  margin: 0 0 0.4rem;
  letter-spacing: 0.12em;
}

.lp-tri__desc {
  font-size: 0.8rem;
  line-height: 1.65;
  color: var(--lp-muted);
  margin: 0;
}

.lp-tri__connector {
  display: none;
}

@media (min-width: 680px) {
  .lp-tri__connector {
    display: block;
    position: absolute;
    top: 50%;
    right: -0.55rem;
    width: 1rem;
    height: 2px;
    background: linear-gradient(90deg, var(--lp-gold), transparent);
    transform: translateY(-50%);
    pointer-events: none;
  }

  .lp-tri__card:last-child .lp-tri__connector {
    display: none;
  }
}

/* Bottom nav strip */
.lp-nav-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1rem;
  padding: 1.5rem 1rem 0.5rem;
  max-width: 40rem;
  margin: 0 auto;
}

.lp-nav-strip a {
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--lp-slate);
  text-decoration: none;
  border-bottom: 1px solid var(--lp-gold-soft);
  padding-bottom: 0.1em;
}

.lp-nav-strip a:hover {
  color: var(--lp-navy);
  border-color: var(--lp-gold);
}

/* Recruit — ギルド感の一行 */
.lp-recruit-guild {
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--lp-ink);
  margin: 0 0 0.9rem;
  padding: 0.9rem 1.05rem;
  background: linear-gradient(120deg, rgba(196, 165, 116, 0.14), rgba(7, 18, 37, 0.04));
  border-left: 3px solid var(--lp-gold);
  border-radius: 0 10px 10px 0;
}

.lp-recruit-guild strong {
  color: var(--lp-navy);
}

.lp-recruit-guild a {
  font-weight: 700;
  color: var(--lp-navy);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.lp-recruit-guild a:hover {
  color: var(--lp-slate);
}

@media (prefers-reduced-motion: reduce) {
  .lp-draw {
    stroke-dashoffset: 0 !important;
  }

  .lp-draw.lp-inview,
  .lp-pop.lp-inview {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
