:root {
  --bg: #050505;
  --bg-soft: #0d0d0d;
  --surface: rgba(10, 10, 10, 0.78);
  --surface-strong: rgba(0, 0, 0, 0.88);
  --border: rgba(255, 255, 255, 0.16);
  --border-soft: rgba(255, 255, 255, 0.08);
  --text: #f3f3f3;
  --muted: #c9c9c9;
  --muted-soft: #9a9a9a;
  --accent: #b20012;
  --accent-dark: #4e0009;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Times New Roman", Times, serif;
  background:
    linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    url("assets/leather_back.jpg") center center / cover fixed no-repeat;
  background-color: var(--bg);
}

body.textured {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.92)),
    radial-gradient(circle at top center, rgba(255, 255, 255, 0.07), transparent 30%),
    url("assets/back.jpg") center top / cover fixed no-repeat;
}

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

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

.site-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.topbar {
  border-bottom: 1px solid var(--border);
  background: black;
  backdrop-filter: blur(4px);
}

.topbar-inner,
.footer-inner,
.hero-wrap {
  width: min(calc(100% - 48px), var(--max-width));
  margin: 0 auto;
}

.topbar-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 16px;
}

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

.brand img {
  width: 250px;
  max-width: 38vw;
}

.nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav a {
  color: rgba(255, 255, 255, 0.9);
  position: relative;
}

.nav a:hover,
.nav a.active {
  color: #ffffff;
}

.hero-page {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0px 0 32px;
}

.hero-panel {
  display: flex;
  gap: 30px;
}

.hero-title {
  margin: 0 0 8px;
  font-family: "Times New Roman", Times, serif;
  font-size: 2.45rem;
  line-height: 1.15;
  font-weight: 400;
}

.hero-divider {
  width: min(80%, 620px);
  height: 1px;
  margin: 0 0 8px;
  background: linear-gradient(
    90deg,
    rgba(110, 0, 10, 0) 0%,
    rgba(140, 8, 18, 0.72) 18%,
    rgba(170, 20, 32, 0.95) 50%,
    rgba(140, 8, 18, 0.72) 82%,
    rgba(110, 0, 10, 0) 100%
  );
}

.hero-subtitle {
  margin: 0 0 20px;
  font-family: "Times New Roman", Times, serif;
  color: #e6e6e6;
  font-size: 1.2rem;
  line-height: 1.35;
}

.feature-list {
  margin: 0 0 18px 0;
  padding-left: 22px;
  color: #c8c8c8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  line-height: 1.7;
}

.feature-list li {
  margin: 4px 0px;
}

.section-kicker {
  margin: 16px 0 20px;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  width: 70%;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  color: #f5f5f5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.98rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.button.primary {
  border-color: rgba(122, 9, 18, 0.9);
  background: linear-gradient(180deg, #bf0e1e, #69000d 75%, #430008);
}

.button:hover {
  filter: brightness(1.08);
}

.hero-media {
  min-height: 520px;
  border: 1px solid var(--border);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.08)),
    url("assets/back.jpg") center center / cover no-repeat;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.content-page {
  flex: 1;
  padding-top: 24px;
}

.content-wrap {
  width: min(calc(100% - 48px), 900px);
  margin: 0 auto;
}

.content-panel {
  min-height: calc(100vh - 230px);
  padding: 0px 0 32px;
}

.page-title {
  margin: 0 0 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(2rem, 4vw, 2rem);
  font-weight: 700;
  line-height: 1.05;
}

.divider {
  height: 1px;
  margin: 10px 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.06));
}

.content-panel h2 {
  margin: 10px 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.content-panel p,
.content-panel li {
  margin: 0;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.99rem;
  line-height: 1.62;
}

.content-panel p + p {
  margin-top: 10px;
}

.content-panel ul {
  margin: 8px 0 12px 24px;
  padding: 0;
}

.content-panel li + li {
  margin-top: 2px;
}

.content-panel.narrow section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding-bottom: 4px;
}

.content-panel.narrow section:last-child {
  border-bottom: 0;
}

.single-note {
  max-width: 520px;
}

.center-note {
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
}

.contact-email {
  display: inline-block;
  text-decoration: underline;
}

.footer {
  border-top: 1px solid var(--border-soft);
  background-color: black;
}

.footer-inner {
  padding: 16px 0 20px;
}

.footer-copy,
.footer-links {
  color: var(--muted-soft);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.82rem;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.words-divider {
  width: 2px;
  height: 12px;
  margin: 0 12px;
  background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 920px) {
  .topbar-inner {
    padding: 14px 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav {
    justify-content: flex-start;
  }

  .hero-panel {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 360px;
  }
}

@media (max-width: 640px) {
  .topbar-inner,
  .footer-inner,
  .hero-wrap {
    width: min(calc(100% - 28px), var(--max-width));
  }

  .content-wrap {
    width: min(calc(100% - 28px), 900px);
  }

  .brand img {
    width: 220px;
    max-width: 100%;
  }

  .nav {
    gap: 10px;
    font-size: 11px;
  }

  .nav a + a::before {
    margin-right: 10px;
  }

  .hero-panel {
    padding: 24px 18px 22px;
    gap: 24px;
  }

  .hero-media {
    min-height: 260px;
  }

  .button {
    width: 100%;
  }
}
