:root {
  --bg: #07090d;
  --bg-soft: #10141b;
  --panel: rgba(16, 20, 27, 0.92);
  --panel-strong: rgba(9, 11, 15, 0.96);
  --text: #f2f4f8;
  --muted: #a1a9b6;
  --line: rgba(255, 255, 255, 0.12);
  --silver: #d9dde5;
  --steel: #9ea8b8;
  --accent: #a3afc2;
  --glow: rgba(217, 221, 229, 0.18);
  --radius: 24px;
  --container: 1180px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.03), transparent 22%),
    linear-gradient(180deg, #000000 0%, #000000 100%);
  line-height: 1.6;
}

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

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 4px 4px, 4px 4px;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(20, 24, 33, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nav-wrap,
.footer-wrap,
.signal-grid,
.hero-grid,
.about-grid,
.contact-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.nav-wrap {
  min-height: 62px;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-lockup,
.hero-lockup {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}

.brand-logo {
  display: block;
  width: 165px;
  height: 36px;
  object-fit: cover;
  object-position: center 39%;
}

.brand-caption,
.hero-caption {
  margin-top: -0.04rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
  text-align: center;
  color: #d7dde6;
  line-height: 1.1;
}

.brand-caption {
  font-size: 0.36rem;
  white-space: nowrap;
}

h1,
h2,
h3 {
  font-family: "Cinzel", serif;
}

.eyebrow,
.service-index,
.contact-links span,
.logo-note {
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.site-nav a {
  color: var(--silver);
  font-weight: 700;
}

.nav-pay {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 1rem;
  border-radius: 999px;
  color: #07090d !important;
  background: linear-gradient(180deg, #f1f4f8 0%, #b9c1cf 100%);
  box-shadow: 0 10px 22px rgba(217, 221, 229, 0.16);
}

.menu-toggle {
  display: none;
}

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

.hero {
  padding: 5rem 0 3rem;
}

.hero-grid,
.about-grid,
.contact-shell {
  align-items: stretch;
}

.hero-grid,
.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.eyebrow {
  margin: 0 0 1rem;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--steel);
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1;
}

h1 {
  font-size: clamp(3rem, 6vw, 5.8rem);
  max-width: 11ch;
}

h2 {
  font-size: clamp(2.3rem, 4vw, 4rem);
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.8rem;
}

.hero-text,
.section-heading p,
.about-panel p,
.disclosure-card p {
  color: var(--muted);
  font-size: 1.03rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0 1.5rem;
}

.button {
  min-height: 52px;
  padding: 0 1.35rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #07090d;
  background: linear-gradient(180deg, #f1f4f8 0%, #b9c1cf 100%);
  box-shadow: 0 16px 34px var(--glow);
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.hero-meta span,
.credential-list span {
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--silver);
  font-weight: 700;
}

.hero-brand-card,
.service-band,
.about-panel,
.disclosure-card,
.contact-links a,
.contact-links div {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    var(--panel);
  box-shadow: var(--shadow);
}

.hero-brand-card {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.logo-plaque {
  min-height: 330px;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 15%),
    linear-gradient(135deg, #161a22 0%, #090b10 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 30px 60px rgba(0, 0, 0, 0.45);
}

.hero-logo {
  display: block;
  width: min(100%, 430px);
  height: 188px;
  object-fit: cover;
  object-position: center 42%;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.35));
}

.hero-caption {
  margin-top: -0.1rem;
  font-size: 0.88rem;
}

.logo-note {
  margin: 1rem 0 0;
  font-size: 0.72rem;
  color: var(--muted);
}

.signal-bar,
.section {
  padding: 4.5rem 0;
}

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

.signal-grid article {
  padding: 1.25rem 1.3rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.signal-grid strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.25rem;
  color: var(--silver);
}

.signal-grid span {
  color: var(--muted);
}

.section-heading {
  max-width: 740px;
  margin-bottom: 2rem;
}

.service-bands {
  display: grid;
  gap: 1.2rem;
}

.service-band {
  padding: 1.5rem;
}

.service-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.service-index {
  font-size: 0.76rem;
  font-weight: 800;
  color: var(--steel);
}

.service-band ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.case-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
}

.about-portrait {
  margin: 0;
  min-height: 100%;
}

.about-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  object-position: center top;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.about-panel,
.disclosure-card {
  padding: 2rem;
}

.about-kicker {
  color: var(--silver);
  font-weight: 700;
}

.credential-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.disclosure-card {
  max-width: 920px;
}

.contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr);
  gap: 2rem;
}

.contact-links {
  display: grid;
  gap: 1rem;
}

.contact-links a,
.contact-links div {
  padding: 1.15rem 1.25rem;
}

.contact-links span {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.72rem;
  color: var(--steel);
}

.contact-links strong {
  color: var(--silver);
  font-size: 1.08rem;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1.3rem 0;
}

.footer-wrap p {
  margin: 0;
  color: var(--muted);
}

@media (max-width: 980px) {
  .hero-grid,
  .about-grid,
  .contact-shell,
  .signal-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid,
  .about-grid,
  .contact-shell {
    gap: 1.75rem;
  }

  .signal-grid {
    gap: 0.9rem;
  }

  .signal-grid article {
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.02);
  }

  .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 1rem 0;
  }

  h1 {
    max-width: 100%;
  }

  .about-portrait img {
    min-height: 440px;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 1.25rem), var(--container));
  }

  .site-header {
    background: rgba(20, 24, 33, 0.96);
  }

  .nav-wrap {
    min-height: 56px;
    gap: 0.75rem;
    position: relative;
  }

  .brand-logo {
    width: 138px;
    height: 31px;
    object-position: center 40%;
  }

  .brand-caption {
    margin-top: -0.08rem;
    max-width: 10.5rem;
    font-size: 0.28rem;
    letter-spacing: 0.15em;
    white-space: normal;
  }

  .menu-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.3rem;
    width: 48px;
    height: 48px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    padding: 0.8rem;
  }

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

  .site-nav {
    position: absolute;
    top: calc(100% + 0.6rem);
    right: 1rem;
    left: 1rem;
    display: none;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    border-radius: 18px;
    border: 1px solid var(--line);
    background: rgba(9, 11, 15, 0.98);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.35);
  }

  .nav-pay {
    width: 100%;
  }

  .site-nav.is-open {
    display: flex;
  }

  .hero,
  .signal-bar,
  .section {
    padding: 2.8rem 0;
  }

  .hero-grid,
  .about-grid,
  .contact-shell {
    gap: 1.35rem;
  }

  h1 {
    font-size: clamp(2.3rem, 13vw, 3.5rem);
    line-height: 0.94;
  }

  h2 {
    font-size: clamp(1.9rem, 10vw, 2.7rem);
  }

  h3 {
    font-size: 1.45rem;
  }

  .hero-text,
  .section-heading p,
  .about-panel p,
  .disclosure-card p {
    font-size: 0.98rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.8rem;
    margin: 1.5rem 0 1.2rem;
  }

  .button {
    width: 100%;
    min-height: 50px;
  }

  .hero-meta {
    gap: 0.65rem;
  }

  .hero-meta span,
  .credential-list span {
    width: fit-content;
    max-width: 100%;
  }

  .logo-plaque {
    min-height: 0;
    padding: 1rem;
  }

  .hero-logo {
    width: 100%;
    max-width: 320px;
    height: 132px;
    object-position: center 42%;
  }

  .hero-caption {
    margin-top: -0.16rem;
    max-width: 18rem;
    font-size: 0.68rem;
    letter-spacing: 0.16em;
    line-height: 1.15;
    white-space: normal;
  }

  .service-band,
  .about-panel,
  .disclosure-card,
  .contact-links a,
  .contact-links div {
    padding: 1.2rem;
  }

  .service-title {
    gap: 0.75rem;
    margin-bottom: 0.8rem;
  }

  .service-band ul {
    padding-left: 1rem;
  }

  .contact-links strong {
    font-size: 1rem;
  }

  .about-portrait img {
    min-height: 340px;
    max-height: 440px;
  }
}

@media (max-width: 460px) {
  .brand-logo {
    width: 122px;
    height: 27px;
  }

  .brand-caption {
    max-width: 9.2rem;
    font-size: 0.24rem;
    letter-spacing: 0.14em;
  }

  .site-nav {
    left: 0.625rem;
    right: 0.625rem;
  }

  h1 {
    font-size: clamp(2rem, 12vw, 2.8rem);
  }

  .hero-logo {
    max-width: 280px;
    height: 116px;
  }

  .hero-caption {
    max-width: 15rem;
    font-size: 0.58rem;
    letter-spacing: 0.12em;
  }

  .hero-meta span,
  .credential-list span {
    width: 100%;
    text-align: center;
  }
}
