/* ============================================
   Lead Section株式会社 - コーポレートサイト v3
   白基調 × ミニマル高級系
   ============================================ */

:root {
  --bg: #fcfcfa;
  --bg-alt: #f6f5f1;
  --ink: #171715;
  --ink-soft: #3c3c38;
  --muted: #74746c;
  --hairline: #e6e4dd;
  --accent: #e8940c;
  --accent-soft: rgba(232, 148, 12, 0.08);
  --font-jp: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  --font-en: "Inter", "Helvetica Neue", sans-serif;
  --max-w: 1120px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-jp);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  display: block;
}

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

::selection {
  background: var(--accent-soft);
  color: var(--ink);
}

.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- スクロールプログレス ---------- */

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: var(--accent);
  transform-origin: left;
  transform: scaleX(0);
  z-index: 200;
  pointer-events: none;
}

/* ---------- ヘッダー ---------- */

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(252, 252, 250, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.4s var(--ease);
}

.header.is-scrolled {
  border-bottom-color: var(--hairline);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}

.brand {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-family: var(--font-en);
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.04em;
}

.nav {
  display: flex;
  align-items: center;
  gap: 36px;
}

.nav a {
  font-size: 13.5px;
  color: var(--ink-soft);
  letter-spacing: 0.06em;
  position: relative;
  padding: 4px 0;
  transition: color 0.3s;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s var(--ease);
}

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

.nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav .nav-cta {
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 9px 22px;
  font-weight: 500;
  transition: background 0.35s var(--ease), color 0.35s var(--ease);
}

.nav .nav-cta::after {
  display: none;
}

.nav .nav-cta:hover {
  background: var(--ink);
  color: var(--bg);
}

/* モバイルメニュー */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--ink);
  margin: 5px 0;
  transition: transform 0.3s var(--ease), opacity 0.3s;
}

/* ---------- ヒーロー ---------- */

.hero {
  padding: 220px 0 120px;
  position: relative;
  overflow: hidden;
}

/* 巨大ゴーストタイポ（背景） */
.hero-ghost {
  position: absolute;
  top: 96px;
  right: -2vw;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: clamp(120px, 17vw, 260px);
  line-height: 0.88;
  letter-spacing: -0.02em;
  text-align: right;
  color: transparent;
  -webkit-text-stroke: 1px #e0ded6;
  user-select: none;
  pointer-events: none;
  z-index: -1;
}

.hero-ghost span {
  display: block;
}

.hero-ghost {
  will-change: transform;
}

.hero-ghost .fill {
  color: var(--accent-soft);
  -webkit-text-stroke: 1px rgba(232, 148, 12, 0.22);
}

.hero-label {
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 32px;
}

.hero h1 {
  font-size: clamp(38px, 5.6vw, 72px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.02em;
  max-width: 20em;
}

/* 行ごとのマスクリビール */
.hero h1 .line {
  display: block;
  overflow: hidden;
}

.hero h1 .line > span {
  display: inline-block;
  transform: translateY(110%);
  animation: line-up 1s var(--ease) forwards;
}

.hero h1 .line:nth-child(2) > span {
  animation-delay: 0.14s;
}

@keyframes line-up {
  to {
    transform: translateY(0);
  }
}

/* マーカー風アンバー強調 */
.u-marker {
  background-image: linear-gradient(transparent 68%, rgba(232, 148, 12, 0.3) 68%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.u-dot {
  color: var(--accent);
}

.hero-lead {
  margin-top: 40px;
  max-width: 34em;
  font-size: 16.5px;
  color: var(--muted);
  line-height: 2.1;
}

.hero-actions {
  margin-top: 56px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

/* ボタン */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 16px 38px;
  border-radius: 999px;
  transition: all 0.4s var(--ease);
  cursor: pointer;
  border: 1px solid var(--ink);
}

.btn-primary {
  background: var(--ink);
  color: var(--bg);
}

.btn-primary:hover {
  background: transparent;
  color: var(--ink);
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
}

.btn-ghost:hover {
  background: var(--ink);
  color: var(--bg);
}

.btn .arrow {
  font-family: var(--font-en);
  transition: transform 0.4s var(--ease);
}

.btn:hover .arrow {
  transform: translateX(5px);
}

/* ---------- マーキー帯 ---------- */

.marquee {
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  overflow: hidden;
  padding: 28px 0;
  white-space: nowrap;
}

.marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 56px;
  padding-right: 56px;
  animation: marquee 26s linear infinite;
  will-change: transform;
}

.marquee-item {
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px #c9c6bc;
}

.marquee-item.solid {
  color: var(--ink);
  -webkit-text-stroke: 0;
}

.marquee-sep {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  flex: none;
}

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

@media (prefers-reduced-motion: reduce) {
  .marquee-track {
    animation: none;
  }
  .hero h1 .line > span {
    animation: none;
    transform: none;
  }
}

/* ---------- セクション共通 ---------- */

.section {
  padding: 130px 0;
}

.section-alt {
  background: var(--bg-alt);
}

.section-head {
  margin-bottom: 72px;
  position: relative;
}

/* セクション背景の巨大ゴースト数字/英字 */
.ghost {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-en);
  font-weight: 700;
  font-size: clamp(100px, 14vw, 200px);
  line-height: 1;
  letter-spacing: 0.02em;
  color: transparent;
  -webkit-text-stroke: 1px #dedbd2;
  user-select: none;
  pointer-events: none;
}

.section-alt .ghost {
  -webkit-text-stroke-color: #d8d5ca;
}

.section-label {
  font-family: var(--font-en);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted);
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.section-label::before {
  content: "";
  width: 40px;
  height: 1px;
  background: var(--accent);
}

.section-head h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.section-num {
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: 0.1em;
  margin-right: 16px;
}

/* ---------- 事業概要（トップ3カード） ---------- */

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--hairline);
}

.service-card {
  padding: 56px 40px 64px;
  border-bottom: 1px solid var(--hairline);
  border-right: 1px solid var(--hairline);
  transition: background 0.5s var(--ease);
  position: relative;
}

.service-card:first-child {
  padding-left: 0;
}

.service-card:last-child {
  border-right: none;
  padding-right: 0;
}

.service-card:hover {
  background: linear-gradient(180deg, transparent, var(--accent-soft));
}

.service-card::after {
  content: "→";
  font-family: var(--font-en);
  position: absolute;
  right: 24px;
  bottom: 28px;
  font-size: 18px;
  color: var(--accent);
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.45s var(--ease), transform 0.45s var(--ease);
}

.service-card:last-child::after {
  right: 0;
}

.service-card:hover::after {
  opacity: 1;
  transform: none;
}

.service-num {
  font-family: var(--font-en);
  font-size: 12px;
  color: var(--accent);
  letter-spacing: 0.14em;
  margin-bottom: 28px;
}

.service-card h3 {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

.service-card .en {
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 24px;
}

.service-card p {
  font-size: 14.5px;
  color: var(--muted);
  line-height: 2;
}

/* ---------- About ---------- */

.about-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 80px;
  align-items: start;
}

.about-copy h3 {
  font-size: clamp(22px, 2.8vw, 30px);
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.03em;
  margin-bottom: 36px;
}

.about-copy p {
  color: var(--muted);
  font-size: 15.5px;
  margin-bottom: 24px;
}

.about-copy .btn {
  margin-top: 16px;
}

/* 会社情報テーブル */
.info-list {
  border-top: 1px solid var(--hairline);
}

.info-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  padding: 22px 4px;
  border-bottom: 1px solid var(--hairline);
  font-size: 14.5px;
}

.info-row dt {
  color: var(--muted);
  font-weight: 400;
}

.info-row dd {
  font-weight: 500;
}

/* ---------- 事業詳細セクション ---------- */

.detail-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}

.detail-intro p {
  color: var(--muted);
  font-size: 15.5px;
  margin-bottom: 22px;
}

.feature-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--hairline);
}

.feature {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  padding: 36px 0;
  border-bottom: 1px solid var(--hairline);
  transition: padding-left 0.45s var(--ease), background 0.45s var(--ease);
}

.feature:hover {
  padding-left: 14px;
  background: linear-gradient(90deg, var(--accent-soft), transparent 70%);
}

.feature-num {
  font-family: var(--font-en);
  font-size: 13px;
  color: var(--accent);
  letter-spacing: 0.1em;
  padding-top: 5px;
}

.feature h4 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

.feature p {
  font-size: 14.5px;
  color: var(--muted);
  line-height: 2;
}

/* タグ（対応媒体） */
.tags-block {
  margin-top: 44px;
}

.tags-label {
  font-size: 12.5px;
  color: var(--muted);
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  font-size: 13px;
  letter-spacing: 0.06em;
  padding: 8px 20px;
  border: 1px solid var(--hairline);
  border-radius: 999px;
  color: var(--ink-soft);
  background: var(--bg);
}

/* ---------- 業務パネル（図版＋提供領域） ---------- */

.fig-panel {
  margin-top: 88px;
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: clamp(40px, 6vw, 96px);
  border-top: 1px solid var(--hairline);
  padding-top: 64px;
  align-items: start;
}

.cap-label {
  font-family: var(--font-en);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 22px;
}

.cap-title {
  font-size: clamp(21px, 2.4vw, 28px);
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
}

.cap-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 2.1;
  max-width: 24em;
}

.cap-list {
  list-style: none;
  counter-reset: cap;
  border-top: 1px solid var(--hairline);
}

.cap-list li {
  counter-increment: cap;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  align-items: baseline;
  padding: 22px 0;
  border-bottom: 1px solid var(--hairline);
  font-size: 15px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: 0.03em;
  transition: padding-left 0.45s var(--ease);
}

.cap-list li::before {
  content: counter(cap, decimal-leading-zero);
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: 0.12em;
}

.cap-list li:hover {
  padding-left: 12px;
}

@media (max-width: 900px) {
  .fig-panel {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-top: 64px;
    padding-top: 44px;
  }
}

/* ---------- AIサイクル ---------- */

.cycle {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--hairline);
  border-left: 1px solid var(--hairline);
}

.cycle-step {
  border-right: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  padding: 40px 32px 48px;
  position: relative;
}

.cycle-step .num {
  font-family: var(--font-en);
  font-size: 30px;
  font-weight: 300;
  color: var(--accent);
  margin-bottom: 24px;
}

.cycle-step h4 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.cycle-step p {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.9;
}

.ai-features {
  margin-top: 96px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
}

.ai-feature .kicker {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--accent);
  margin-bottom: 18px;
}

.ai-feature h4 {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}

.ai-feature p {
  font-size: 14.5px;
  color: var(--muted);
  line-height: 2;
}

/* ---------- コンタクトCTA ---------- */

.contact-cta {
  text-align: center;
  padding: 150px 0;
}

.contact-cta .section-label {
  justify-content: center;
}

.contact-cta .section-label::before {
  display: none;
}

.contact-cta h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 28px;
}

.contact-cta p {
  color: var(--muted);
  max-width: 32em;
  margin: 0 auto 48px;
  font-size: 15.5px;
}

.contact-cta .email {
  margin-top: 40px;
  font-family: var(--font-en);
  font-size: 14px;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.contact-cta .email a {
  color: var(--ink);
  border-bottom: 1px solid var(--hairline);
  padding-bottom: 2px;
  transition: border-color 0.3s;
}

.contact-cta .email a:hover {
  border-color: var(--accent);
}

/* ---------- フッター ---------- */

.footer {
  border-top: 1px solid var(--hairline);
  padding: 72px 0 56px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

.footer .brand {
  font-size: 15px;
}

.footer-nav {
  display: flex;
  gap: 32px;
}

.footer-nav a {
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.06em;
  transition: color 0.3s;
}

.footer-nav a:hover {
  color: var(--ink);
}

.footer-copy {
  margin-top: 56px;
  font-family: var(--font-en);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--muted);
}

/* ---------- 下層ページ共通 ---------- */

.page-hero {
  padding: 200px 0 90px;
  border-bottom: 1px solid var(--hairline);
  position: relative;
  overflow: hidden;
}

.page-hero .ghost {
  top: auto;
  bottom: 24px;
  transform: none;
  font-size: clamp(90px, 13vw, 190px);
}

.page-hero .section-label {
  margin-bottom: 20px;
}

.page-hero h1 {
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.page-hero .lede {
  margin-top: 24px;
  color: var(--muted);
  max-width: 34em;
  font-size: 15.5px;
}

/* 会社概要ページ */
.company-table {
  max-width: 760px;
}

.company-table .info-row {
  grid-template-columns: 180px 1fr;
  padding: 28px 4px;
}

.access-block {
  max-width: 760px;
  margin-top: 96px;
}

.access-block h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.access-block p {
  color: var(--muted);
  font-size: 14.5px;
}

/* ---------- お問い合わせフォーム ---------- */

.contact-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 96px;
  align-items: start;
}

.form-field {
  margin-bottom: 36px;
}

.form-field label {
  display: block;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}

.form-field .req {
  color: var(--accent);
  margin-left: 4px;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  font-family: var(--font-jp);
  font-size: 15px;
  padding: 14px 2px;
  border: none;
  border-bottom: 1px solid var(--hairline);
  background: transparent;
  color: var(--ink);
  border-radius: 0;
  transition: border-color 0.3s;
  appearance: none;
  -webkit-appearance: none;
}

.form-field textarea {
  resize: vertical;
  line-height: 1.9;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-bottom-color: var(--ink);
}

.form-field select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%2374746c' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 4px center;
}

.form-error {
  display: none;
  font-size: 12.5px;
  color: #c0392b;
  margin-top: 8px;
}

.form-field.has-error .form-error {
  display: block;
}

.form-field.has-error input,
.form-field.has-error select,
.form-field.has-error textarea {
  border-bottom-color: #c0392b;
}

.form-submit {
  width: 100%;
  justify-content: center;
  margin-top: 12px;
}

.form-note {
  margin-top: 20px;
  font-size: 12.5px;
  color: var(--muted);
}

/* 送信完了 */
.form-success {
  display: none;
  padding: 48px 0;
}

.form-success.is-visible {
  display: block;
}

.form-success h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
}

.form-success p {
  color: var(--muted);
  font-size: 14.5px;
}

/* コンタクト情報カラム */
.contact-info .section-label {
  margin-bottom: 36px;
}

.contact-info .info-item {
  margin-bottom: 32px;
}

.contact-info .info-item .label {
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}

.contact-info .info-item .value {
  font-size: 14.5px;
  line-height: 1.9;
}

.contact-info .divider {
  border: none;
  border-top: 1px solid var(--hairline);
  margin: 40px 0;
}

/* ---------- スクロールリビール ---------- */

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* グリッド内は順に現れる（stagger） */
.services-grid .reveal:nth-child(2),
.ai-features .reveal:nth-child(2) {
  transition-delay: 0.12s;
}

.services-grid .reveal:nth-child(3),
.ai-features .reveal:nth-child(3) {
  transition-delay: 0.24s;
}

/* セクションラベルの線が伸びる */
.section-label::before {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.9s var(--ease) 0.2s;
}

.reveal.is-visible .section-label::before,
.section-head.is-visible .section-label::before {
  transform: scaleX(1);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  html {
    scroll-behavior: auto;
  }
}

/* ---------- レスポンシブ ---------- */

@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
  .service-card,
  .service-card:first-child,
  .service-card:last-child {
    padding: 44px 0;
    border-right: none;
  }
  .about-grid,
  .detail-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .cycle {
    grid-template-columns: 1fr 1fr;
  }
  .ai-features {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hero {
    padding: 170px 0 100px;
  }
  .section {
    padding: 90px 0;
  }
}

@media (max-width: 720px) {
  .nav {
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    background: var(--bg);
    border-bottom: 1px solid var(--hairline);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 12px 24px 28px;
    display: none;
  }
  .nav.is-open {
    display: flex;
  }
  .nav a {
    padding: 14px 0;
    font-size: 15px;
    width: 100%;
  }
  .nav .nav-cta {
    margin-top: 16px;
    text-align: center;
    justify-content: center;
    display: inline-block;
  }
  .menu-toggle {
    display: block;
  }
  .menu-toggle.is-open span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
  }
  .menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
  }
  .cycle {
    grid-template-columns: 1fr;
    border-left: none;
  }
  .cycle-step {
    border-right: none;
    padding: 32px 0 40px;
  }
  .info-row {
    grid-template-columns: 100px 1fr;
  }
  .ghost {
    font-size: 88px;
    opacity: 0.6;
  }
  .hero-ghost {
    font-size: 96px;
    top: 120px;
    opacity: 0.7;
  }
  .marquee-item {
    font-size: 20px;
  }
  .company-table .info-row {
    grid-template-columns: 110px 1fr;
    padding: 22px 4px;
  }
}
