:root {
  --bg: #0b0f14;
  --surface: rgba(16, 23, 34, 0.76);
  --surface-2: rgba(16, 23, 34, 0.56);
  --text: rgba(245, 247, 252, 0.96);
  --muted: rgba(195, 203, 220, 0.78);
  --border: rgba(255, 255, 255, 0.12);
  --border-strong: rgba(255, 255, 255, 0.18);
  --accent: #c9a86a;
  --accent-2: rgba(201, 168, 106, 0.26);
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.46);
  --shadow-soft: 0 10px 26px rgba(0, 0, 0, 0.32);
  --radius: 18px;
  --radius-sm: 12px;
  --container: 1160px;
  --gutter: clamp(18px, 4vw, 36px);
  --section: clamp(64px, 9vw, 108px);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100dvh;
  overflow-x: clip;
  color: var(--text);
  background: radial-gradient(1200px 700px at 10% -10%, rgba(201, 168, 106, 0.18), transparent 60%),
    radial-gradient(900px 560px at 88% 0%, rgba(110, 168, 255, 0.12), transparent 55%),
    radial-gradient(1000px 700px at 60% 120%, rgba(201, 168, 106, 0.12), transparent 60%),
    var(--bg);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  letter-spacing: -0.01em;
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  text-decoration-thickness: 0.12em;
}

:focus-visible {
  outline: 3px solid rgba(201, 168, 106, 0.72);
  outline-offset: 3px;
  border-radius: 10px;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(11, 15, 20, 0.92);
  border: 1px solid var(--border);
  transform: translateY(-140%);
  transition: transform 180ms ease;
  z-index: 30;
}

.skip-link:focus-visible {
  transform: translateY(0);
}

.container {
  width: min(var(--container), 100% - (var(--gutter) * 2));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(11, 15, 20, 0.62);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, rgba(201, 168, 106, 0.95), rgba(201, 168, 106, 0.08));
  box-shadow: 0 0 0 1px rgba(201, 168, 106, 0.35), 0 18px 40px rgba(201, 168, 106, 0.12);
}

.brand-text {
  display: grid;
  gap: 3px;
}

.brand-name {
  font-family: ui-serif, "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 15px;
  letter-spacing: 0.01em;
}

.brand-tag {
  font-size: 12px;
  color: var(--muted);
}

.site-nav {
  display: none;
  gap: 18px;
  align-items: center;
}

.nav-link {
  font-size: 13px;
  color: rgba(243, 244, 246, 0.86);
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.nav-link:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
}

.nav-link-cta {
  border-color: rgba(201, 168, 106, 0.28);
  background: rgba(201, 168, 106, 0.1);
}

.nav-link-cta:hover {
  background: rgba(201, 168, 106, 0.16);
  border-color: rgba(201, 168, 106, 0.42);
}

.hero {
  padding: calc(var(--section) - 12px) 0 0;
  position: relative;
  overflow: clip;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 15, 20, 0.4), rgba(11, 15, 20, 1)),
    radial-gradient(900px 520px at 8% 20%, rgba(201, 168, 106, 0.22), transparent 58%),
    radial-gradient(900px 520px at 82% 18%, rgba(120, 168, 255, 0.12), transparent 60%);
  pointer-events: none;
}

.hero-text {
  position: relative;
  padding-bottom: 34px;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(195, 203, 220, 0.92);
}

.kicker::before {
  content: "";
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, rgba(201, 168, 106, 0.1), rgba(201, 168, 106, 0.85));
}

.hero-title {
  margin: 0;
  font-family: ui-serif, "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-weight: 520;
  font-size: clamp(34px, 4.7vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.hero-title-accent {
  color: rgba(245, 247, 252, 0.9);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.hero-subtitle {
  margin: 18px 0 0;
  font-size: 16px;
  color: var(--muted);
  max-width: 62ch;
}

.proof-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  max-width: 62ch;
}

.proof-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(243, 244, 246, 0.9);
}

.proof-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 9px;
  height: 9px;
  border-radius: 3px;
  transform: translateY(-50%) rotate(45deg);
  background: linear-gradient(135deg, rgba(201, 168, 106, 0.95), rgba(201, 168, 106, 0.08));
  box-shadow: 0 0 0 1px rgba(201, 168, 106, 0.28);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
  text-align: center;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  min-height: 44px;
  max-width: 100%;
  white-space: normal;
}

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

.btn-primary {
  background: linear-gradient(135deg, rgba(201, 168, 106, 0.98), rgba(201, 168, 106, 0.55));
  color: rgba(11, 15, 20, 0.95);
  box-shadow: 0 16px 42px rgba(201, 168, 106, 0.16);
}

.btn-primary:hover {
  box-shadow: 0 18px 55px rgba(201, 168, 106, 0.22);
  border-color: rgba(255, 255, 255, 0.12);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(243, 244, 246, 0.92);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.2);
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(16, 23, 34, 0.32);
  color: rgba(243, 244, 246, 0.86);
  font-size: 12px;
}

.helper {
  margin: 18px 0 0;
  color: rgba(195, 203, 220, 0.74);
  font-size: 13px;
}

.hero-video-band {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: rgba(11, 15, 20, 0.78);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.hero-video-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 15, 20, 1), rgba(11, 15, 20, 0) 22%, rgba(11, 15, 20, 0) 78%, rgba(11, 15, 20, 1)),
    radial-gradient(900px 420px at 18% 12%, rgba(201, 168, 106, 0.16), transparent 60%),
    radial-gradient(900px 420px at 82% 14%, rgba(120, 168, 255, 0.08), transparent 60%);
  pointer-events: none;
  z-index: 2;
}

.hero-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: rgba(11, 15, 20, 0.3);
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.03);
  transform: translateZ(0);
}

.hero-video-fallback {
  display: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: clamp(42px, 6vw, 96px);
  box-sizing: border-box;
  opacity: 0.75;
  z-index: 1;
}

.hero-video-caption {
  position: absolute;
  left: var(--gutter);
  bottom: clamp(18px, 3vw, 28px);
  z-index: 3;
  display: grid;
  gap: 4px;
  padding: 12px 14px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(11, 15, 20, 0.52);
  backdrop-filter: blur(12px);
}

.hero-video-caption .caption-title {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(243, 244, 246, 0.9);
}

.hero-video-caption .caption-sub {
  display: none;
}

.section {
  padding: var(--section) 0;
  scroll-margin-top: 84px;
}

.section-head {
  display: grid;
  gap: 10px;
  margin-bottom: 26px;
}

.section-title {
  margin: 0;
  font-family: ui-serif, "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-weight: 520;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -0.02em;
}

.section-subtitle {
  margin: 0;
  color: var(--muted);
  max-width: 72ch;
}

.grid {
  display: grid;
  gap: 14px;
}

.grid-2 {
  grid-template-columns: 1fr;
}

.grid-3 {
  grid-template-columns: 1fr;
}

.section-foot {
  margin-top: 14px;
}

.card {
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(16, 23, 34, 0.62), rgba(16, 23, 34, 0.36));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow-soft);
  padding: 18px 18px 16px;
  position: relative;
  overflow: hidden;
}

.card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background:
    radial-gradient(500px 240px at 10% 0%, rgba(201, 168, 106, 0.12), transparent 60%),
    radial-gradient(500px 240px at 90% 0%, rgba(120, 168, 255, 0.08), transparent 60%);
  pointer-events: none;
}

.card-soft {
  background: linear-gradient(180deg, rgba(16, 23, 34, 0.5), rgba(16, 23, 34, 0.24));
}

.card-title {
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(243, 244, 246, 0.9);
}

.card-body {
  margin: 0;
  color: rgba(195, 203, 220, 0.86);
}

.list {
  margin: 0;
  padding-left: 18px;
  color: rgba(195, 203, 220, 0.9);
  position: relative;
}

.list li {
  margin: 8px 0;
}

.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
  counter-reset: step;
}

.step {
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(16, 23, 34, 0.62), rgba(16, 23, 34, 0.36));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow-soft);
  padding: 18px 18px 16px;
  position: relative;
  overflow: hidden;
}

.step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  position: absolute;
  top: 14px;
  right: 14px;
  font-family: ui-serif, "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 18px;
  color: rgba(201, 168, 106, 0.58);
  letter-spacing: 0.08em;
}

.step-title {
  margin: 0 0 10px;
  font-size: 18px;
  letter-spacing: -0.01em;
}

.step-body {
  margin: 0;
  color: rgba(195, 203, 220, 0.88);
}

.contact-grid {
  display: grid;
  gap: 14px;
  align-items: start;
}

.contact-card {
  border-radius: calc(var(--radius) + 6px);
  padding: 18px;
  background: linear-gradient(180deg, rgba(16, 23, 34, 0.7), rgba(16, 23, 34, 0.36));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
}

.contact-row {
  display: grid;
  gap: 6px;
  padding: 14px 12px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(11, 15, 20, 0.26);
}

.contact-row + .contact-row {
  margin-top: 12px;
}

.contact-label {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(195, 203, 220, 0.78);
}

.contact-value {
  font-size: 16px;
  color: rgba(243, 244, 246, 0.95);
  word-break: break-word;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.contact-aside {
  border-radius: calc(var(--radius) + 6px);
  padding: 16px;
  border: 1px solid rgba(201, 168, 106, 0.22);
  background: linear-gradient(180deg, rgba(201, 168, 106, 0.1), rgba(16, 23, 34, 0.22));
  box-shadow: var(--shadow-soft);
}

.aside-panel {
  display: grid;
  gap: 10px;
}

.aside-title {
  margin: 0;
  font-size: 18px;
  letter-spacing: -0.01em;
}

.aside-body {
  margin: 0;
  color: rgba(195, 203, 220, 0.88);
}

.aside-foot {
  margin: 0;
  font-size: 13px;
  color: rgba(195, 203, 220, 0.74);
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 32px 0;
  background: rgba(11, 15, 20, 0.62);
}

.footer-inner {
  display: grid;
  gap: 6px;
}

.footer-line {
  margin: 0;
  font-size: 13px;
  color: rgba(243, 244, 246, 0.84);
}

.footer-sub {
  margin: 0;
  font-size: 12px;
  color: rgba(195, 203, 220, 0.72);
}

@media (min-width: 760px) {
  .site-nav {
    display: inline-flex;
  }

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

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

  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-grid {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .contact-row {
    grid-template-columns: 160px 1fr;
    align-items: baseline;
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .skip-link,
  .btn,
  .nav-link {
    transition: none;
  }

  .hero-video {
    display: none;
  }

  .hero-video-fallback {
    display: block;
  }
}
