:root {
  --night: #12100c;
  --elev: #1c1812;
  --card: #262017;
  --foam: #fff6e8;
  --muted: #b8a894;
  --amber: #e8a838;
  --amber-dim: #b57a1c;
  --ink: #0a0907;
  --danger: #ff8a80;
  --ok: #43c46a;
  --radius: 18px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  background: var(--night);
  color: var(--foam);
  line-height: 1.5;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--amber); text-decoration: none; }
a:hover { text-decoration: underline; }
.wrap { width: min(1120px, calc(100% - 2rem)); margin-inline: auto; }

.skip {
  position: absolute; left: -999px; top: 0;
}
.skip:focus { left: 1rem; top: 1rem; background: var(--amber); color: var(--ink); padding: .5rem 1rem; z-index: 20; }

.site-header {
  position: sticky; top: 0; z-index: 10;
  background: color-mix(in srgb, var(--night) 88%, transparent);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #3a3124;
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 64px; gap: 1rem;
}
.logo { display: flex; align-items: center; gap: .7rem; color: var(--foam); text-decoration: none; }
.logo img { width: 36px; height: 36px; border-radius: 50%; }
.logo strong { font-family: Fraunces, Georgia, serif; font-size: 1.25rem; }
.nav { display: flex; gap: 1.1rem; align-items: center; flex-wrap: wrap; }
.nav a { color: var(--muted); font-weight: 500; text-decoration: none; }
.nav a:hover { color: var(--foam); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
  border: 0; cursor: pointer; font: inherit; font-weight: 700;
  border-radius: 999px; padding: .85rem 1.25rem;
  text-decoration: none !important;
}
.btn-primary { background: var(--amber); color: var(--ink); }
.btn-primary:hover { filter: brightness(1.06); }
.btn-ghost { background: transparent; color: var(--foam); border: 1px solid #5c4e3a; }
.btn[disabled] { opacity: .55; cursor: not-allowed; }

.hero {
  position: relative;
  min-height: 78vh;
  display: grid;
  place-items: end stretch;
  overflow: hidden;
}
.hero picture, .hero img.hero-bg {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(18,16,12,.25) 0%, rgba(18,16,12,.55) 40%, rgba(18,16,12,.92) 100%),
    linear-gradient(90deg, rgba(18,16,12,.55), transparent 55%);
}
.hero-copy {
  position: relative;
  padding: 4.5rem 0 3rem;
  max-width: 38rem;
}
.eyebrow {
  display: inline-block;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .72rem;
  font-weight: 700;
  color: var(--amber);
  margin-bottom: .8rem;
}
h1, h2, h3 { font-family: Fraunces, Georgia, serif; font-weight: 600; line-height: 1.15; margin: 0 0 .7rem; }
h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); }
.lead { font-size: 1.15rem; color: #e8dcc8; margin: 0 0 1.4rem; }
.hero-actions { display: flex; gap: .7rem; flex-wrap: wrap; }
.hero-note { color: var(--muted); font-size: .92rem; margin-top: 1rem; }

.section { padding: 4.2rem 0; }
.section.alt { background: var(--elev); }
.grid-2 {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 2.2rem;
  align-items: center;
}
.grid-2.reverse { grid-template-columns: .95fr 1.05fr; }
.grid-2.reverse .copy { order: 2; }
.shot {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid #3a3124;
}
.kicker { color: var(--amber); font-weight: 700; font-size: .85rem; margin-bottom: .4rem; }
.copy p { color: var(--muted); margin: 0 0 1rem; }

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.card {
  background: var(--card);
  border: 1px solid #3a3124;
  border-radius: var(--radius);
  padding: 1.25rem 1.2rem;
}
.card h3 { font-size: 1.2rem; }
.card p { color: var(--muted); margin: 0; font-size: .95rem; }

.phone {
  width: min(280px, 100%);
  margin: 0 auto;
  background: #0a0907;
  border: 8px solid #2a2318;
  border-radius: 32px;
  box-shadow: var(--shadow);
  padding: 10px 10px 16px;
}
.phone-bar { height: 18px; display: flex; justify-content: center; }
.phone-bar span { width: 72px; height: 6px; background: #3a3124; border-radius: 99px; }
.tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.tile {
  background: #262017;
  border-radius: 12px;
  min-height: 78px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: var(--foam); font-weight: 600; font-size: .82rem;
}
.tile b { color: var(--amber); font-size: 1rem; margin-top: 4px; }
.vu {
  height: 18px; width: 100%;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  background: linear-gradient(90deg, #43c46a 0 55%, #e8a838 55% 82%, #ff5252 82% 100%);
  opacity: .95;
  margin-top: 6px;
}
.phone-foot {
  margin-top: 10px; background: #1c1812; border-radius: 12px; padding: 10px 12px;
  display: flex; justify-content: space-between; align-items: center;
}
.phone-foot strong { color: var(--amber); font-size: 1.15rem; }

.cta-band {
  background:
    radial-gradient(800px 200px at 20% 0%, rgba(232,168,56,.18), transparent),
    var(--elev);
  border-block: 1px solid #3a3124;
}
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; flex-wrap: wrap; }

.site-footer {
  padding: 2rem 0 2.6rem;
  color: var(--muted);
  font-size: .9rem;
}
.site-footer nav { display: flex; gap: 1rem; margin-top: .5rem; }

.modal[hidden] { display: none; }
.modal {
  position: fixed; inset: 0; z-index: 40;
  background: rgba(8,7,5,.72);
  display: grid; place-items: center;
  padding: 1rem;
}
.dialog {
  width: min(440px, 100%);
  background: var(--elev);
  border: 1px solid #5c4e3a;
  border-radius: 20px;
  padding: 1.4rem 1.35rem 1.2rem;
  box-shadow: var(--shadow);
}
.dialog h2 { font-size: 1.5rem; }
.dialog p { color: var(--muted); margin: 0 0 1rem; }
label { display: block; font-weight: 600; margin-bottom: .35rem; }
input[type="email"] {
  width: 100%;
  background: var(--night);
  color: var(--foam);
  border: 1px solid #5c4e3a;
  border-radius: 12px;
  padding: .85rem .9rem;
  font: inherit;
}
input[type="email"]:focus { outline: 2px solid var(--amber); border-color: var(--amber); }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; }
.err { color: var(--danger); font-size: .9rem; min-height: 1.2em; margin: .4rem 0 .8rem; }
.ok { color: var(--ok); }
.dialog-actions { display: flex; gap: .6rem; justify-content: flex-end; margin-top: .4rem; }

.gdpr-note { font-size: .8rem; color: var(--muted); margin-top: 1rem; line-height: 1.45; }
.legal-page { padding: 2.5rem 0 4rem; }
.legal-page article { max-width: 42rem; }
.legal-page h1 { font-size: clamp(1.8rem, 3vw, 2.4rem); }
.legal-page h2 { font-size: 1.25rem; margin-top: 1.6rem; }
.legal-page p, .legal-page li { color: var(--muted); }
.legal-page ul { padding-left: 1.2rem; }
.legal-page .meta { color: var(--muted); font-size: .9rem; margin-bottom: 1.4rem; }
.back-link { display: inline-block; margin-bottom: 1.2rem; color: var(--amber); }

@media (max-width: 860px) {
  .grid-2, .grid-2.reverse { grid-template-columns: 1fr; }
  .grid-2.reverse .copy { order: 0; }
  .features { grid-template-columns: 1fr; }
  .hero { min-height: 70vh; }
  .nav .hide-sm { display: none; }
}
