body { background: #f4f7fb; }
.sidebar-brand { font-weight: 700; letter-spacing: 0.02em; }
.card-soft { border: 0; box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06); }
.stat-card { border-radius: 18px; }
.table td, .table th { vertical-align: middle; }
pre.ai-block { white-space: pre-wrap; background: #0f172a; color: #e2e8f0; padding: 1rem; border-radius: 12px; }
.navbar-brand img { max-height: 36px; }
.badge-soft { background: #e0e7ff; color: #4338ca; }
.public-shell { max-width: 980px; margin: 0 auto; }
.public-card { background: #fff; border-radius: 18px; box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08); }

.landing-body {
  background:
    radial-gradient(circle at 14% 0%, rgba(175, 145, 93, 0.18), transparent 26%),
    linear-gradient(180deg, #0b0d10 0%, #111317 31%, #efe6d9 31%, #efe6d9 73%, #0f1216 73%, #0b0d11 100%);
  color: #f8f3eb;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.landing-body * {
  box-sizing: border-box;
}

.landing-body a {
  text-decoration: none;
}

.landing-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(11, 13, 16, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.landing-nav-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.landing-brand-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  color: #fffaf3;
}

.landing-logo {
  max-height: 38px;
}

.landing-brand {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.landing-brand-sub {
  color: rgba(255, 245, 234, 0.5);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.landing-nav-links {
  display: inline-flex;
  align-items: center;
  gap: 1.8rem;
  margin-left: auto;
}

.landing-nav-links a {
  color: rgba(255, 245, 234, 0.72);
  font-size: 0.94rem;
  font-weight: 500;
}

.landing-nav-links a:hover,
.landing-nav-links a:focus-visible {
  color: #fffaf3;
}

.landing-nav-btn,
.landing-btn-primary,
.landing-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 1.3rem;
  border-radius: 999px;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  font-size: 0.95rem;
  font-weight: 600;
}

.landing-nav-btn,
.landing-btn-primary {
  color: #0c0f13;
  background: #f1dfc5;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
}

.landing-btn-ghost {
  color: #fffaf3;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.03);
}

.landing-nav-btn:hover,
.landing-btn-primary:hover,
.landing-btn-ghost:hover {
  transform: translateY(-1px);
}

.landing-btn-ghost:hover {
  color: #fffaf3;
  background: rgba(255, 255, 255, 0.08);
}

.landing-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 245, 234, 0.84);
  font-size: 0.79rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-eyebrow.dark {
  background: rgba(17, 19, 24, 0.05);
  border-color: rgba(17, 19, 24, 0.08);
  color: rgba(17, 19, 24, 0.76);
}

.landing-hero-title,
.hero-board-title,
.landing-section-head h2,
.landing-deliverables-copy h2,
.landing-contact-card h2 {
  font-family: 'Noto Serif SC', 'Source Han Serif SC', serif;
}

.landing-hero {
  padding: 6.8rem 0 5rem;
}

.landing-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  gap: 2.3rem;
  align-items: center;
}

.landing-hero-title {
  margin: 1.1rem 0 0;
  max-width: 10.6ch;
  font-size: clamp(3.3rem, 6vw, 5.8rem);
  line-height: 1.03;
  letter-spacing: -0.055em;
  font-weight: 600;
  color: #fffaf3;
  text-wrap: pretty;
}

.landing-hero-subtitle {
  margin-top: 1.2rem;
  max-width: 35rem;
  font-size: 1.04rem;
  line-height: 1.9;
  color: rgba(255, 245, 234, 0.78);
}

.landing-hero-actions,
.landing-hero-tags,
.landing-contact-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.landing-hero-actions {
  margin-top: 2rem;
}

.landing-hero-tags {
  margin-top: 1.6rem;
}

.landing-hero-tags span,
.landing-contact-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 245, 234, 0.84);
  font-size: 0.88rem;
}

.landing-hero-board {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}

.hero-board-frame {
  position: relative;
  z-index: 2;
  width: min(100%, 500px);
  border-radius: 36px;
  padding: 2rem;
  background: linear-gradient(180deg, rgba(245, 237, 224, 0.92) 0%, rgba(236, 223, 204, 0.84) 100%);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 36px 120px rgba(0, 0, 0, 0.38);
  color: #14171c;
}

.hero-board-label,
.hero-board-columns small,
.service-card small {
  display: block;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-board-label {
  color: rgba(20, 23, 28, 0.45);
}

.hero-board-title {
  margin-top: 1rem;
  font-size: clamp(2rem, 3.6vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
  font-weight: 600;
  color: #13161b;
}

.hero-board-columns {
  margin-top: 1.7rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.hero-board-columns article {
  min-height: 210px;
  border-radius: 24px;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(17, 19, 24, 0.06);
}

.hero-board-columns small {
  color: rgba(20, 23, 28, 0.42);
}

.hero-board-columns strong {
  display: block;
  margin-top: 0.55rem;
  font-size: 1.18rem;
  line-height: 1.4;
  letter-spacing: -0.03em;
}

.hero-board-columns p {
  margin: 0.8rem 0 0;
  color: rgba(20, 23, 28, 0.68);
  line-height: 1.75;
}


.landing-strip {
  padding: 0 0 6rem;
}

.landing-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.landing-strip-grid article {
  padding-top: 1.45rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.landing-strip-grid strong {
  display: block;
  color: #fffaf3;
  font-size: 1.22rem;
  letter-spacing: -0.03em;
}

.landing-strip-grid p {
  margin: 0.75rem 0 0;
  color: rgba(255, 245, 234, 0.7);
  line-height: 1.8;
}

.landing-section {
  padding: 6rem 0;
}

.landing-section-ivory {
  background: #efe6d9;
  color: #13161b;
}

.landing-section-dark {
  background: linear-gradient(180deg, #111317 0%, #0c0f13 100%);
  color: #fffaf3;
}

.landing-section-sand {
  background: #e6d8c6;
  color: #13161b;
}

.landing-section-head.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.76fr);
  gap: 1.2rem;
  align-items: end;
}

.landing-section-head.center {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}

.landing-section-head.center.narrow {
  max-width: 720px;
}

.landing-section-head h2,
.landing-deliverables-copy h2,
.landing-contact-card h2 {
  margin: 1rem 0 0;
  font-size: clamp(2.3rem, 4.6vw, 4.4rem);
  line-height: 1.08;
  letter-spacing: -0.055em;
  font-weight: 600;
  text-wrap: pretty;
}

.landing-section-head p,
.landing-deliverables-list p,
.service-card p,
.landing-process-grid p {
  margin: 0.8rem 0 0;
  font-size: 1rem;
  line-height: 1.85;
}

.landing-section-head p {
  color: rgba(19, 22, 27, 0.68);
  max-width: 30rem;
}

.on-dark h2 {
  color: #fffaf3;
}

.landing-service-grid {
  margin-top: 2.8rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.service-card {
  min-height: 310px;
  border-radius: 32px;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(17, 19, 24, 0.06);
  box-shadow: 0 20px 52px rgba(15, 23, 42, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.service-card.wide {
  grid-column: 1 / -1;
  min-height: 240px;
  background: linear-gradient(135deg, rgba(255,255,255,0.68) 0%, rgba(242,229,209,0.8) 100%);
}

.service-card-dark {
  background: linear-gradient(180deg, #16191e 0%, #101318 100%);
  border-color: rgba(255, 255, 255, 0.05);
}

.service-card small {
  color: rgba(19, 22, 27, 0.42);
}

.service-card-dark small,
.service-card-dark h3,
.service-card-dark p {
  color: #fffaf3;
}

.service-card h3,
.landing-process-grid h3,
.landing-deliverables-list strong {
  margin: 0.8rem 0 0;
  font-size: 1.72rem;
  line-height: 1.14;
  letter-spacing: -0.04em;
  font-weight: 650;
}

.service-card p {
  color: rgba(19, 22, 27, 0.72);
}

.landing-process-grid {
  margin-top: 2.8rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.landing-process-grid article {
  min-height: 270px;
  border-radius: 30px;
  padding: 1.8rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.landing-process-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 245, 234, 0.84);
  font-size: 0.86rem;
  font-weight: 700;
}

.landing-process-grid p {
  color: rgba(255, 245, 234, 0.74);
}

.landing-deliverables-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 1.3rem;
  align-items: stretch;
}

.landing-deliverables-copy {
  padding: 1rem 0;
}

.landing-deliverables-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.landing-deliverables-list article {
  min-height: 220px;
  border-radius: 30px;
  padding: 1.65rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(17, 19, 24, 0.06);
  box-shadow: 0 20px 52px rgba(15, 23, 42, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.landing-deliverables-list p {
  color: rgba(19, 22, 27, 0.68);
}

.landing-contact-section {
  padding-top: 4.5rem;
}

.landing-contact-card {
  border-radius: 36px;
  padding: 2.4rem;
  background: linear-gradient(135deg, #efe1cf 0%, #f7eee3 100%);
  color: #13161b;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 1.6rem;
  align-items: start;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.22);
}

.landing-contact-card h2 {
  max-width: 13ch;
  font-size: clamp(2rem, 3.3vw, 3.3rem);
}

.landing-contact-panel {
  border-radius: 28px;
  padding: 1.35rem;
  background: #12151a;
  color: #fffaf3;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 100%;
}

.landing-contact-line {
  font-size: 1.18rem;
  line-height: 1.6;
  word-break: break-word;
}

.landing-contact-hint {
  color: rgba(255, 245, 234, 0.62);
  font-size: 0.92rem;
  letter-spacing: 0.03em;
}

.landing-footer {
  padding: 1.5rem 0 2.4rem;
  color: rgba(255, 245, 234, 0.52);
  font-size: 0.92rem;
}

.landing-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

@media (max-width: 1199px) {
  .landing-hero-grid,
  .landing-section-head.split,
  .landing-deliverables-shell,
  .landing-contact-card {
    grid-template-columns: 1fr;
  }

  .landing-hero-board {
    min-height: 500px;
  }
}

@media (max-width: 991px) {
  .landing-nav-links,
  .landing-strip-grid,
  .landing-service-grid,
  .landing-process-grid,
  .landing-deliverables-list,
  .hero-board-columns {
    grid-template-columns: 1fr;
  }

  .landing-nav-links {
    display: none;
  }

  .landing-hero {
    padding: 4.2rem 0 3.2rem;
  }

  .landing-hero-board {
    min-height: 440px;
  }

  .hero-board-frame {
    width: 100%;
  }

  .hero-board-columns article {
    min-height: auto;
  }

  .service-card.wide {
    min-height: 310px;
  }
}

@media (max-width: 767px) {
  .landing-body {
    background:
      radial-gradient(circle at 14% 0%, rgba(175, 145, 93, 0.18), transparent 28%),
      linear-gradient(180deg, #0c0e11 0%, #111418 28%, #efe7dc 28%, #efe7dc 74%, #101317 74%, #0b0d11 100%);
  }

  .landing-nav-inner {
    min-height: 68px;
  }

  .landing-nav-btn,
  .landing-btn-primary,
  .landing-btn-ghost {
    width: 100%;
  }

  .landing-hero-title {
    max-width: none;
    font-size: 3rem;
  }

  .landing-hero-subtitle,
  .landing-strip-grid p,
  .landing-section-head p,
  .service-card p,
  .landing-process-grid p,
  .landing-deliverables-list p {
    font-size: 0.98rem;
  }

  .landing-section,
  .landing-strip {
    padding: 4rem 0;
  }

  .landing-hero-board {
    min-height: 360px;
  }

  .hero-board-note {
    display: none;
  }

  .hero-board-frame,
  .service-card,
  .landing-process-grid article,
  .landing-deliverables-list article,
  .landing-contact-card,
  .landing-contact-panel {
    border-radius: 24px;
  }

  .landing-footer-inner {
    flex-direction: column;
  }
}
