:root {
  --bg: #0e0d0b;
  --raise: #171512;
  --raise-2: #201d19;
  --line: rgba(246, 241, 232, 0.14);
  --text: #f6f1e8;
  --muted: #b7ab9c;
  --faint: #8c8174;
  --gold: #e7c27a;
  --gold-deep: #8d6730;
  --ink: #0e0d0b;
  --danger: #e7c27a;
  --serif: "Fraunces", "Times New Roman", serif;
  --sans: "Sora", "Avenir Next", "Segoe UI", sans-serif;
  --max: 1120px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background:
    radial-gradient(ellipse 70% 45% at 100% -10%, rgba(231, 194, 122, 0.18), transparent 55%),
    radial-gradient(ellipse 40% 30% at -10% 20%, rgba(231, 194, 122, 0.06), transparent 50%),
    var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: 1.02rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; }

a { color: inherit; }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: var(--gold);
  color: var(--ink);
  padding: 0.5rem 0.8rem;
  z-index: 10;
}

.skip-link:focus { top: 1rem; }

.wrap {
  width: min(var(--max), calc(100% - 2.4rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  backdrop-filter: blur(16px);
  background: rgba(14, 13, 11, 0.78);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 4.4rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.brand svg { width: 1.6rem; height: 1.6rem; flex: none; }

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

.nav a {
  text-decoration: none;
  color: var(--muted);
  font-size: 0.92rem;
}

.nav a:hover { color: var(--text); }

.nav .nav-cta {
  color: var(--ink);
  background: var(--gold);
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  font-weight: 600;
}

.nav .nav-cta:hover { color: var(--ink); filter: brightness(1.05); }

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

.eyebrow {
  margin: 0 0 1rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1, h2, h3 { font-family: var(--serif); font-weight: 560; letter-spacing: -0.03em; }

h1 {
  margin: 0;
  font-size: clamp(3.1rem, 7.4vw, 6.4rem);
  line-height: 0.92;
  max-width: 11ch;
}

.lede {
  max-width: 38rem;
  margin: 1.5rem 0 0;
  color: var(--muted);
  font-size: 1.12rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 3rem;
  align-items: end;
}

.spec {
  margin: 0;
  padding: 0.4rem 1.3rem;
  list-style: none;
  border: 1px solid var(--line);
  background: rgba(23, 21, 18, 0.72);
}

.spec li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  border-top: 1px solid var(--line);
  margin: 0;
}

.spec li:first-child { border-top: 0; }

.spec strong {
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 560;
  letter-spacing: -0.03em;
}

.spec span { color: var(--muted); text-align: right; }

.section { padding: 4.2rem 0; scroll-margin-top: 5.2rem; }

.section h2 {
  margin: 0 0 0.8rem;
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 1;
}

.section-intro {
  max-width: 40rem;
  color: var(--muted);
  margin: 0 0 2rem;
}

.rig {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: start;
}

.rig-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.7rem;
}

.rig-list li {
  padding: 1rem 1.1rem;
  background: var(--raise);
  border: 1px solid var(--line);
}

.note {
  border-left: 3px solid var(--gold);
  padding: 0.2rem 0 0.2rem 1rem;
  color: var(--muted);
}

.offers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.offer {
  background: var(--raise);
  border: 1px solid var(--line);
  padding: 1.4rem 1.3rem 1.3rem;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.offer.featured {
  background:
    linear-gradient(180deg, rgba(231, 194, 122, 0.14), transparent 28%),
    var(--raise-2);
  border-color: rgba(231, 194, 122, 0.55);
}

.kicker {
  margin: 0;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.offer h3 {
  margin: 0.7rem 0 0.4rem;
  font-size: 2.2rem;
  line-height: 1;
}

.offer .summary { margin: 0; color: var(--muted); min-height: 3.2rem; }

.price {
  margin: 1.3rem 0 0.15rem;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 4vw, 3.4rem);
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.price small {
  display: block;
  margin-top: 0.35rem;
  font-family: var(--sans);
  font-size: 0.86rem;
  letter-spacing: 0;
  color: var(--faint);
  font-weight: 400;
}

.offer ul {
  margin: 1.1rem 0 1.3rem;
  padding: 0;
  list-style: none;
  color: var(--text);
  flex: 1;
}

.offer li {
  padding: 0.45rem 0;
  border-top: 1px solid var(--line);
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: var(--gold);
  color: var(--ink);
  font-weight: 600;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.95rem;
}

.btn.ghost {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--line);
}

.fine {
  margin: 0.8rem 0 0;
  color: var(--faint);
  font-size: 0.82rem;
}

.market {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 2rem;
}

.market-table {
  width: 100%;
  border-collapse: collapse;
}

.market-table th,
.market-table td {
  text-align: left;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.market-table th {
  color: var(--faint);
  font-weight: 500;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.steps li {
  background: var(--raise);
  border: 1px solid var(--line);
  padding: 1.1rem;
  min-height: 9rem;
}

.steps li::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  display: block;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}

.faq { display: grid; gap: 0.6rem; }

.faq details {
  background: var(--raise);
  border: 1px solid var(--line);
  padding: 0.9rem 1.1rem;
}

.faq summary { cursor: pointer; font-weight: 600; }

.faq p { margin: 0.6rem 0 0.2rem; color: var(--muted); }

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: start;
}

form {
  display: grid;
  gap: 0.8rem;
  background: var(--raise);
  border: 1px solid var(--line);
  padding: 1.2rem;
}

label { display: grid; gap: 0.35rem; font-size: 0.88rem; color: var(--muted); }

input, select, textarea {
  width: 100%;
  background: var(--bg);
  color: var(--text);
  border: 1px solid var(--line);
  padding: 0.75rem 0.8rem;
  font: inherit;
  border-radius: 0;
}

textarea { min-height: 8rem; resize: vertical; }

.mail {
  color: var(--gold);
  font-weight: 600;
  text-underline-offset: 0.2em;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 1.4rem 0 2rem;
  color: var(--faint);
  font-size: 0.88rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .hero-grid,
  .rig,
  .offers,
  .market,
  .steps,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .nav { gap: 0.8rem; }

  .hero { padding-top: 2.6rem; }

  h1 { max-width: none; }
}

@media (max-width: 640px) {
  .header-inner { align-items: flex-start; flex-direction: column; padding: 0.8rem 0; }
  .nav { flex-wrap: wrap; }
}
