:root {
  --bg: #0d1211;
  --surface: #141c1b;
  --surface-strong: #192422;
  --ink: #f4efe4;
  --muted: #b3bbae;
  --line: rgba(220, 203, 170, 0.16);
  --accent: #c2774c;
  --accent-strong: #e1aa70;
  --clay: #d49865;
  --gold: #c8a55e;
  --electric: #6ca6b8;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  --radius: 8px;
  --max-width: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 8%, rgba(194, 119, 76, 0.18), transparent 28rem),
    radial-gradient(circle at 84% 22%, rgba(108, 166, 184, 0.15), transparent 30rem),
    linear-gradient(135deg, rgba(244, 239, 228, 0.045) 0 1px, transparent 1px 96px),
    linear-gradient(45deg, rgba(194, 119, 76, 0.035) 0 1px, transparent 1px 120px),
    linear-gradient(180deg, #101716 0%, #0d1211 48%, #111614 100%),
    var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
}

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

a {
  color: inherit;
  text-decoration-color: rgba(225, 170, 112, 0.45);
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--accent-strong);
  text-decoration-color: currentColor;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(108, 166, 184, 0.7);
  outline-offset: 4px;
}

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

h1,
h2,
h3 {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 14ch;
  margin-bottom: 24px;
  font-size: clamp(2.5rem, 5.2vw, 4rem);
  line-height: 1.04;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

h3 {
  margin-bottom: 14px;
  font-size: 1.65rem;
}

p {
  color: var(--muted);
}

.container {
  width: min(100% - 40px, var(--max-width));
  margin-inline: auto;
}

.narrow {
  max-width: 790px;
}

.skip-link {
  position: absolute;
  left: 24px;
  top: 16px;
  z-index: 10;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--bg);
  border-radius: var(--radius);
  transform: translateY(-140%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 4;
  background: rgba(13, 18, 17, 0.78);
  border-bottom: 1px solid rgba(220, 203, 170, 0.14);
  backdrop-filter: blur(18px);
}

.nav {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

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

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(225, 170, 112, 0.5);
  border-radius: 50%;
  background:
    radial-gradient(circle at 52% 38%, rgba(108, 166, 184, 0.16), transparent 58%),
    rgba(244, 239, 228, 0.04);
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
}

.nav-links,
.footer-links {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.nav-links a,
.footer-links a {
  color: var(--muted);
  font-size: 0.95rem;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a[aria-current="page"],
.footer-links a:hover {
  color: var(--ink);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 64px;
  border-bottom: 1px solid var(--line);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(225, 170, 112, 0.1), transparent 34rem),
    linear-gradient(90deg, transparent 0 49%, rgba(108, 166, 184, 0.12) 50%, transparent 51%),
    linear-gradient(180deg, rgba(244, 239, 228, 0.035), rgba(13, 18, 17, 0.08));
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 12% -10% auto;
  height: 280px;
  background:
    radial-gradient(circle, rgba(225, 170, 112, 0.2) 0 2px, transparent 3px) 18% 30% / 160px 110px,
    linear-gradient(115deg, transparent 0 34%, rgba(244, 239, 228, 0.12) 34.2%, transparent 34.6%),
    linear-gradient(150deg, transparent 0 62%, rgba(108, 166, 184, 0.16) 62.2%, transparent 62.6%);
  opacity: 0.55;
  pointer-events: none;
}

.hero-wrap {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.hero h1 {
  max-width: 740px;
  margin-inline: auto;
  margin-bottom: 16px;
  font-size: clamp(2.35rem, 4vw, 3.25rem);
  line-height: 1.08;
}

.hero .lead {
  max-width: 680px;
  margin: 0 auto;
  color: rgba(244, 239, 228, 0.78);
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
}

.hero-actions {
  justify-content: center;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero-build-grid {
  margin-top: 56px;
}

.hero-build-grid .build-card {
  min-height: 0;
  padding: 22px;
}

.hero-build-grid h2 {
  margin-bottom: 10px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.25;
}

.hero-build-grid p:last-child {
  font-size: 0.98rem;
  line-height: 1.55;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 700;
  text-decoration: none;
}

.button-primary {
  background: var(--accent);
  color: #111614;
  box-shadow: 0 14px 34px rgba(194, 119, 76, 0.2);
}

.button-primary:hover {
  background: var(--accent-strong);
  color: #111614;
}

.button-secondary {
  border-color: rgba(244, 239, 228, 0.24);
  background: rgba(244, 239, 228, 0.04);
  color: var(--ink);
}

.button-secondary:hover {
  border-color: rgba(225, 170, 112, 0.68);
}

.section {
  padding: 64px 0;
}

.page-section {
  padding-top: 56px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
  margin-inline: auto;
  text-align: center;
}

.eyebrow,
.product-kicker {
  margin-bottom: 10px;
  color: var(--clay);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  margin-bottom: 18px;
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  letter-spacing: 0.1em;
}

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

.product-card,
.build-card,
.content-panel,
.fact-list,
.contact-panel,
.product-feature {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(244, 239, 228, 0.075), rgba(244, 239, 228, 0.035)),
    rgba(20, 28, 27, 0.76);
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
}

.build-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.build-card {
  min-height: 200px;
  padding: 28px;
}

.build-card p:last-child {
  margin-bottom: 0;
}

.product-card {
  position: relative;
  display: flex;
  min-height: 260px;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}

.product-card::before {
  content: "";
  width: 42px;
  height: 2px;
  margin-bottom: 22px;
  background: linear-gradient(90deg, var(--accent), rgba(108, 166, 184, 0.65));
}

.product-card-alt {
  background:
    linear-gradient(145deg, rgba(108, 166, 184, 0.08), rgba(244, 239, 228, 0.035)),
    rgba(19, 27, 26, 0.78);
}

.text-link {
  color: var(--accent-strong);
  font-weight: 800;
}

.soft-band {
  background:
    linear-gradient(180deg, rgba(244, 239, 228, 0.03), rgba(108, 166, 184, 0.035));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(8px);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 56px;
}

.stacked-copy p:last-child {
  margin-bottom: 0;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 22px;
}

.content-panel,
.fact-list,
.contact-panel {
  padding: 30px;
}

.fact-list dl {
  display: grid;
  gap: 22px;
  margin: 0;
}

.fact-list dt {
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.fact-list dd {
  margin: 4px 0 0;
  color: var(--ink);
}

.product-list {
  display: grid;
  gap: 18px;
}

.product-feature {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 24px;
  padding: 30px;
}

.product-feature-muted {
  background:
    linear-gradient(145deg, rgba(194, 119, 76, 0.07), rgba(244, 239, 228, 0.035)),
    rgba(19, 27, 26, 0.78);
}

.product-number {
  color: rgba(108, 166, 184, 0.6);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.15rem;
  line-height: 1;
}

.product-feature h2 {
  font-size: clamp(1.85rem, 2.8vw, 2.55rem);
  line-height: 1.08;
}

.product-feature .button {
  margin-top: 8px;
}

.contact-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.contact-panel h2 {
  margin-bottom: 14px;
  overflow-wrap: anywhere;
}

.policy {
  max-width: 820px;
}

.policy h2 {
  margin-top: 30px;
  font-size: 1.55rem;
}

.policy h2:first-child {
  margin-top: 0;
}

.policy-updated {
  margin-top: 34px;
  color: rgba(244, 239, 228, 0.58);
  font-size: 0.95rem;
}

.site-footer {
  padding: 34px 0;
  border-top: 1px solid var(--line);
  background: rgba(7, 10, 10, 0.86);
  color: #f8f4ec;
}

.site-footer p,
.site-footer a {
  color: rgba(248, 244, 236, 0.78);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  gap: 28px;
}

.footer-brand {
  margin-bottom: 4px;
  color: #fff;
  font-weight: 800;
}

.footer-note {
  justify-self: end;
  margin-bottom: 0;
  text-align: right;
}

@media (max-width: 860px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0;
  }

  .hero {
    padding: 50px 0 48px;
  }

  .build-grid,
  .product-grid,
  .split,
  .content-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    text-align: left;
  }

  .hero-build-grid {
    margin-top: 32px;
  }

  .section {
    padding: 58px 0;
  }

  .page-section {
    padding-top: 42px;
  }

  .section-heading {
    text-align: left;
  }

  .footer-note {
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 28px, var(--max-width));
  }

  h1 {
    font-size: 2.65rem;
  }

  .hero h1 {
    font-size: 2.35rem;
  }

  .hero .lead {
    margin-inline: 0;
  }

  .hero-actions {
    justify-content: flex-start;
  }

  .nav-links {
    gap: 14px;
  }

  .product-card,
  .content-panel,
  .fact-list,
  .contact-panel,
  .product-feature {
    padding: 24px;
  }

  .product-feature {
    grid-template-columns: 1fr;
  }

  .contact-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }
}
