:root {
  --ink: #12161d;
  --ink-soft: #3a414d;
  --paper: #f7f4ee;
  --paper-2: #efeae1;
  --line: rgba(18, 22, 29, 0.12);
  --gold: #c4a46a;
  --gold-deep: #a88445;
  --navy: #0d1219;
  --navy-2: #161d28;
  --white: #fbfaf7;
  --radius: 0;
  --wrap: 1180px;
  --font: "Manrope", system-ui, sans-serif;
  --display: "Unbounded", "Manrope", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(1200px 500px at 80% -10%, rgba(196, 164, 106, 0.12), transparent 60%),
    linear-gradient(180deg, #faf7f1 0%, var(--paper) 40%, #f3efe7 100%);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

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

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

.skip {
  position: absolute;
  left: -999px;
  top: 0;
}

.skip:focus {
  left: 12px;
  top: 12px;
  background: #fff;
  padding: 8px 12px;
  z-index: 1000;
}

.wrap {
  width: min(var(--wrap), calc(100% - 2.5rem));
  margin-inline: auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1.25rem;
  backdrop-filter: blur(14px);
  background: rgba(13, 18, 25, 0.88);
  border-bottom: 1px solid rgba(196, 164, 106, 0.18);
  color: var(--white);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.brand strong {
  display: block;
  font-family: var(--display);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
}

.brand small {
  display: block;
  font-size: 0.58rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 280px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  font-size: 0.86rem;
}

.nav a {
  opacity: 0.82;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.nav a:hover {
  opacity: 1;
  color: var(--gold);
}

.nav-cta {
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(196, 164, 106, 0.55);
  color: var(--gold) !important;
  opacity: 1 !important;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: #fff;
}

.hero {
  min-height: calc(100vh - 64px);
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) 1.15fr;
  background:
    linear-gradient(135deg, rgba(196, 164, 106, 0.08), transparent 40%),
    linear-gradient(180deg, var(--navy) 0%, var(--navy-2) 100%);
  color: var(--white);
  overflow: hidden;
}

.hero-left {
  padding: clamp(2rem, 5vw, 4.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
  position: relative;
  z-index: 1;
}

.hero-left::after {
  content: "";
  position: absolute;
  inset: auto -1px 12% auto;
  width: 1px;
  height: 45%;
  background: linear-gradient(180deg, transparent, rgba(196, 164, 106, 0.5), transparent);
}

.eyebrow {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
}

.gold {
  color: var(--gold);
}

.gold-strong {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  font-weight: 700;
}

.hero h1 {
  margin: 0;
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(1.7rem, 3.4vw, 3rem);
  line-height: 1.12;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.hero-lead {
  margin: 0;
  max-width: 28ch;
  color: rgba(251, 250, 247, 0.78);
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.hero-url {
  margin-top: auto;
  color: var(--gold);
  letter-spacing: 0.08em;
  font-size: 0.85rem;
}

.hero-right {
  position: relative;
  background:
    radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.55), transparent 45%),
    linear-gradient(160deg, #f8f5ef 0%, #ebe4d8 100%);
  display: grid;
  place-items: center;
  padding: 2rem;
}

.hero-art {
  width: min(100%, 760px);
  height: auto;
  object-fit: contain;
  object-position: center bottom;
  animation: rise 1.1s ease both;
}

.hero-slogan {
  position: absolute;
  right: 1.5rem;
  bottom: 1.4rem;
  margin: 0;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.95rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.7rem 1.15rem;
  border: 1px solid transparent;
  font: inherit;
  font-weight: 650;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-gold {
  background: var(--gold);
  color: var(--navy);
}

.btn-gold:hover {
  background: #d2b57d;
}

.btn-ghost {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.btn-dark {
  background: var(--navy);
  color: #fff;
  width: fit-content;
}

.btn-dark:hover {
  background: #1a2433;
}

.section {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.section.alt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(239, 234, 225, 0.7));
}

.section-dark {
  background:
    radial-gradient(900px 420px at 88% 12%, rgba(196, 164, 106, 0.1), transparent 55%),
    linear-gradient(180deg, #0d1219 0%, #111821 100%);
  color: #fbfaf7;
}

.section-dark .label {
  color: var(--gold);
}

.section-dark h2 {
  color: #fbfaf7;
  max-width: 24ch;
}

.section-dark .lede {
  color: rgba(251, 250, 247, 0.78);
}

.section-dark .timeline h3 {
  color: #fbfaf7;
}

.section-dark .timeline p {
  color: rgba(251, 250, 247, 0.68);
}

.section-dark .timeline .num {
  color: var(--gold);
  background: #0d1219;
  box-shadow: 0 0 0 4px #0d1219;
  border-color: var(--gold);
}

.points-wrap {
  position: relative;
}

.points-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: start;
}

.points-mark {
  opacity: 0.9;
  margin-top: 0.2rem;
}

.points-mark img {
  width: clamp(64px, 8vw, 96px);
  height: auto;
}

@media (max-width: 700px) {
  .points-head {
    grid-template-columns: 1fr;
  }

  .points-mark {
    justify-self: end;
    order: -1;
  }
}

.label {
  margin: 0 0 0.85rem;
  color: var(--gold-deep);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-bottom: 0.45rem;
}

.label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--gold);
}

.section h2,
.contact-right h2 {
  margin: 0 0 0.9rem;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.5vw, 2.15rem);
  line-height: 1.2;
  font-weight: 600;
  max-width: 22ch;
}

.lede {
  margin: 0 0 2.4rem;
  color: var(--ink-soft);
  max-width: 58ch;
  font-size: 1.05rem;
}

.num {
  color: var(--gold-deep);
  font-weight: 700;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
}

.timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 0.6rem;
  right: 0.6rem;
  top: 1.05rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  z-index: 0;
  pointer-events: none;
}

.timeline li {
  position: relative;
  z-index: 1;
  padding-top: 0;
}

.timeline .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.1rem;
  height: 2.1rem;
  padding: 0 0.2rem;
  border: 1px solid var(--gold);
  border-radius: 999px;
  background: var(--paper);
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 4px var(--paper);
  font-size: 0.92rem;
  line-height: 1;
}

.section.alt .timeline .num {
  background: var(--paper-2);
  box-shadow: 0 0 0 4px var(--paper-2);
}

.grid-5 article,
.grid-4 article,
.grid-3 article {
  position: relative;
  padding-top: 0.2rem;
}

.timeline h3,
.grid-5 h3,
.grid-4 h3,
.grid-3 h3,
.result-list h3,
.court-col h3 {
  margin: 0.55rem 0 0.35rem;
  font-size: 1.02rem;
  font-weight: 700;
}

.timeline p,
.grid-5 p,
.grid-4 p,
.grid-3 p,
.result-list p,
.court-col p,
.people p,
.legal p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.banner {
  margin-top: 2.5rem;
  padding: 1.15rem 1.35rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 650;
}

.banner.dark {
  background: linear-gradient(90deg, #0d1219, #182131);
  color: #fff;
}

.banner.light {
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--line);
  justify-content: flex-start;
}

.grid-5,
.grid-4,
.grid-3 {
  display: grid;
  gap: 1.4rem;
}

.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-5 article,
.grid-4 article,
.grid-3 article {
  border-top: 1px solid var(--gold);
  padding-top: 0.85rem;
}

.court-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  position: relative;
}

.court-grid::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--gold), transparent);
  transform: translateX(-50%);
}

.court-col article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.court-col article:last-child {
  border-bottom: 0;
}

.method-notes {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.method-notes p {
  margin: 0;
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.45);
  border-left: 2px solid var(--gold);
}

.result-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2.5rem;
  align-items: start;
}

.result-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.result-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.result-aside {
  display: grid;
  gap: 1rem;
  align-content: start;
  padding-top: 2.5rem;
}

.result-aside img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
}

.risk-box {
  background: linear-gradient(160deg, #0d1219, #1a2433);
  color: #fff;
  padding: 1.4rem 1.3rem;
}

.risk-box strong {
  display: block;
  margin-top: 0.45rem;
  font-size: 1.15rem;
}

.contact {
  display: grid;
  grid-template-columns: 0.85fr 1.35fr;
  min-height: 80vh;
}

.contact-left {
  background:
    radial-gradient(600px 300px at 20% 20%, rgba(196, 164, 106, 0.18), transparent 60%),
    linear-gradient(180deg, var(--navy), #101722);
  color: #fff;
  padding: clamp(2rem, 4vw, 3.5rem);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contact-stack {
  margin: auto 0;
  font-family: var(--display);
  font-size: clamp(1.5rem, 2.8vw, 2.3rem);
  line-height: 1.25;
  font-weight: 600;
}

.contact-stack span {
  display: block;
}

.contact-right {
  padding: clamp(2rem, 4vw, 3.5rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(247, 244, 238, 0.9));
}

.lead-form {
  display: grid;
  gap: 0.9rem;
  margin: 1.5rem 0 2rem;
  max-width: 640px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}

.lead-form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink-soft);
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.75);
  padding: 0.75rem 0.85rem;
  font: inherit;
  color: var(--ink);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lead-form input:focus,
.lead-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(196, 164, 106, 0.18);
}

.hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.form-status {
  min-height: 1.3em;
  margin: 0;
  font-size: 0.92rem;
}

.form-status.ok {
  color: #2f6b3a;
}

.form-status.err {
  color: #8a2f2f;
}

.people {
  display: grid;
  gap: 1rem;
  padding: 1.2rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  max-width: 640px;
}

.people a {
  color: var(--gold-deep);
}

.legal {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.25rem;
  max-width: 640px;
}

.legal,
.legal a {
  font-size: 0.8rem;
  color: #6a7180;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: var(--navy);
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.in {
  opacity: 1;
  transform: none;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  .hero,
  .contact,
  .result-layout,
  .court-grid,
  .grid-5,
  .grid-4,
  .timeline {
    grid-template-columns: 1fr;
  }

  .court-grid::before,
  .timeline::before,
  .hero-left::after {
    display: none;
  }

  .grid-3,
  .method-notes,
  .form-row {
    grid-template-columns: 1fr;
  }

  .nav {
    display: none;
    position: absolute;
    inset: 64px 0 auto 0;
    background: rgba(13, 18, 25, 0.97);
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    gap: 0.25rem;
  }

  .nav.open {
    display: flex;
  }

  .nav a {
    padding: 0.75rem 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .nav-toggle {
    display: inline-flex;
  }

  .hero {
    min-height: auto;
  }

  .hero-right {
    min-height: 280px;
  }

  .brand small {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal,
  .hero-art,
  .btn {
    transition: none !important;
    animation: none !important;
  }
}
