:root {
  color-scheme: dark;
  --ink: #f6efe1;
  --muted: #b9b0a2;
  --paper: #090909;
  --paper-strong: #12100e;
  --panel: rgba(13, 12, 11, 0.9);
  --line: rgba(214, 161, 61, 0.22);
  --gold: #d6a13d;
  --red: #8e1f2d;
  --green: #174f43;
  --night: #050505;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.48);
  --cloth:
    url("assets/black-cloth.webp"),
    linear-gradient(135deg, #100f0e, #050505 54%, #12100d);
  --cloth-dark:
    radial-gradient(circle at 52% 0%, rgba(255, 255, 255, 0.045), transparent 28%),
    linear-gradient(rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.5)),
    var(--cloth);
  --cloth-panel:
    linear-gradient(150deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    var(--cloth);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cloth);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.045), transparent 34%),
    linear-gradient(rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.52));
}

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

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

.icon-sprite {
  display: none;
}

.icon {
  width: 1.125rem;
  height: 1.125rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(214, 161, 61, 0.12);
  background:
    linear-gradient(rgba(5, 5, 5, 0.72), rgba(5, 5, 5, 0.56)),
    var(--cloth);
  color: white;
  backdrop-filter: blur(14px);
  transition:
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  background:
    linear-gradient(rgba(5, 5, 5, 0.96), rgba(5, 5, 5, 0.92)),
    var(--cloth);
  color: var(--ink);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.42);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(214, 161, 61, 0.75);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand small {
  margin-top: 4px;
  color: currentColor;
  font-size: 0.72rem;
  opacity: 0.72;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
  font-size: 0.92rem;
  font-weight: 700;
}

.site-nav a {
  opacity: 0.86;
}

.site-nav a:hover {
  opacity: 1;
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 96px clamp(20px, 6vw, 84px) 76px;
  color: white;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  background:
    radial-gradient(circle at 72% 24%, rgba(214, 161, 61, 0.1), transparent 28%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.48) 48%, rgba(0, 0, 0, 0.24)),
    linear-gradient(0deg, rgba(5, 5, 5, 0.88), rgba(5, 5, 5, 0.18) 38%);
  mix-blend-mode: normal;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(820px, 100%);
}

.hero-logo {
  width: min(250px, 52vw);
  height: auto;
  aspect-ratio: 420 / 481;
  margin-bottom: 18px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 6.2vw, 5.6rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4.5vw, 4.6rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.hero-copy {
  max-width: 590px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.7vw, 1.22rem);
  line-height: 1.55;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 800;
  line-height: 1;
}

.button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.button.primary {
  background: var(--gold);
  color: #17130c;
}

.button.ghost {
  border-color: rgba(214, 161, 61, 0.42);
  background: rgba(0, 0, 0, 0.28);
  color: white;
}

.button.secondary {
  border-color: rgba(214, 161, 61, 0.34);
  background: rgba(214, 161, 61, 0.12);
  color: var(--ink);
}

.next-peek {
  position: absolute;
  z-index: 1;
  right: clamp(20px, 6vw, 84px);
  bottom: 26px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
  font-weight: 700;
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.next-peek:hover {
  color: white;
  transform: translateY(3px);
}

.section {
  padding: clamp(68px, 9vw, 120px) clamp(20px, 6vw, 84px);
  background: var(--cloth-dark);
  box-shadow: inset 0 1px 0 rgba(214, 161, 61, 0.08);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(34px, 8vw, 108px);
  align-items: start;
}

.story p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.stats div,
.feature-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cloth-panel);
  box-shadow: var(--shadow);
}

.stats div {
  padding: 18px;
}

.stats strong {
  display: block;
  font-family: Georgia, serif;
  font-size: 2.05rem;
  color: var(--gold);
}

.stats span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.feature-section {
  background: var(--cloth-dark);
}

.ipam-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
}

.ipam-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.75;
}

.ipam-copy .button {
  margin-top: 10px;
}

.ipam-media {
  display: grid;
  gap: 14px;
}

.ipam-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
  filter: saturate(0.85) contrast(1.08) brightness(0.82);
}

.ipam-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.ipam-facts div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background:
    linear-gradient(150deg, rgba(214, 161, 61, 0.09), rgba(255, 255, 255, 0.012)),
    var(--cloth);
}

.ipam-facts strong {
  display: block;
  font-family: Georgia, serif;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1;
  color: var(--gold);
}

.ipam-facts span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.city-section {
  background: var(--cloth-dark);
}

.city-layout {
  display: grid;
  grid-template-columns: minmax(360px, 1.04fr) minmax(0, 0.96fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
}

.city-media {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.city-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(0.86) contrast(1.06) brightness(0.78);
}

.city-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.75;
}

.city-copy .button {
  margin-top: 10px;
}

.social-section {
  background: var(--cloth-dark);
}

.social-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.social-links a {
  display: flex;
  min-height: 180px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cloth-panel);
  box-shadow: var(--shadow);
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-weight: 900;
}

.social-links img {
  width: clamp(54px, 8vw, 84px);
  height: clamp(54px, 8vw, 84px);
  object-fit: contain;
}

.contact-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin: 0 clamp(20px, 6vw, 84px) clamp(56px, 7vw, 92px);
  border-radius: 8px;
  padding: clamp(28px, 6vw, 64px);
  border: 1px solid rgba(214, 161, 61, 0.28);
  background:
    linear-gradient(135deg, rgba(214, 161, 61, 0.1), rgba(0, 0, 0, 0.28)),
    var(--cloth);
  color: white;
}

.contact-band h2 {
  margin-bottom: 16px;
}

.contact-band p:not(.eyebrow) {
  max-width: 640px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 6vw, 84px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}

.site-footer p {
  margin-bottom: 0;
}

.site-footer a {
  font-weight: 800;
  color: var(--gold);
}

@media (max-width: 860px) {
  .site-header {
    padding: 14px 18px;
  }

  .nav-toggle {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 8px;
    border: 1px solid currentColor;
    border-radius: 999px;
    background: transparent;
    color: inherit;
    font: inherit;
    font-weight: 800;
    padding: 8px 12px;
  }

  .nav-toggle svg {
    width: 18px;
    height: 18px;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 10px;
    background:
      linear-gradient(rgba(12, 11, 10, 0.98), rgba(12, 11, 10, 0.96)),
      var(--cloth);
    color: var(--ink);
    box-shadow: var(--shadow);
  }

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

  .site-nav a {
    padding: 12px;
  }

  .hero {
    min-height: 90svh;
    padding: 112px 20px 84px;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.22)),
      linear-gradient(90deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.1));
  }

  .next-peek {
    left: 20px;
    right: auto;
  }

  .section-heading,
  .split-section,
  .contact-band {
    display: block;
  }

  .stats,
  .ipam-layout,
  .city-layout,
  .social-links {
    grid-template-columns: 1fr;
  }

  .ipam-facts {
    grid-template-columns: 1fr;
  }

  .contact-actions {
    margin-top: 24px;
  }

  .site-footer {
    display: block;
  }

  .site-footer a {
    display: inline-block;
    margin-top: 12px;
  }
}

@media (max-width: 520px) {
  .brand small {
    display: none;
  }

  h1 {
    font-size: clamp(2.8rem, 17vw, 5.2rem);
  }

  .button {
    width: 100%;
  }
}
