:root {
  --deep: #101916;
  --deep-2: #17251f;
  --panel: rgba(255, 248, 232, 0.1);
  --panel-strong: rgba(255, 248, 232, 0.17);
  --ink: #fff8e8;
  --muted: #dfcfac;
  --muted-2: #a99a77;
  --gold: #d9aa4f;
  --gold-soft: rgba(217, 170, 79, 0.22);
  --line: rgba(255, 232, 173, 0.22);
  --shadow: rgba(4, 9, 7, 0.55);
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--deep);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.page {
  min-height: 100vh;
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: 100svh;
  background:
    linear-gradient(115deg, rgba(16, 25, 22, 0.8), rgba(16, 25, 22, 0.3)),
    radial-gradient(circle at 73% 24%, rgba(217, 170, 79, 0.24), transparent 31rem),
    linear-gradient(145deg, #0c1512 0%, #1d3028 100%);
}

.grain {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(255, 248, 232, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(255, 248, 232, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
}

.halo {
  position: absolute;
  right: -7rem;
  top: 11rem;
  width: 34rem;
  aspect-ratio: 1;
  border: 1px solid rgba(217, 170, 79, 0.24);
  border-radius: 50%;
  box-shadow: inset 0 0 70px rgba(217, 170, 79, 0.12);
  pointer-events: none;
}

.topbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0;
}

.brand,
.nav-actions,
.hero-actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 44px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--gold);
  font-size: 13px;
  border-radius: 50%;
}

.nav-actions {
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.nav-button,
.primary-action,
.secondary-action {
  border: 1px solid var(--line);
}

.nav-button {
  padding: 10px 14px;
  background: var(--gold-soft);
  color: var(--ink);
  border-radius: 999px;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(32px, 6vw, 92px);
  align-items: center;
  width: min(var(--max), calc(100% - 32px));
  min-height: calc(100svh - 92px);
  margin: 0 auto;
  padding: 28px 0 72px;
}

.hero-copy {
  max-width: 690px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  line-height: 0.96;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(4rem, 10vw, 8.8rem);
}

.lead {
  max-width: 610px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 2vw, 1.22rem);
  line-height: 1.75;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 800;
}

.primary-action {
  background: var(--gold);
  color: #172014;
}

.secondary-action {
  color: var(--ink);
  background: rgba(255, 248, 232, 0.06);
}

.phone-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 640px;
}

.aura {
  position: absolute;
  width: 26rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217, 170, 79, 0.36), transparent 68%);
  filter: blur(12px);
}

.demo-image-frame {
  position: relative;
  width: min(100%, 390px);
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(255, 248, 232, 0.24);
  border-radius: 36px;
  background: linear-gradient(160deg, rgba(255, 248, 232, 0.18), rgba(255, 248, 232, 0.05));
  box-shadow: 0 30px 90px var(--shadow);
  transform: rotate(2deg);
  animation: rise 760ms ease-out both;
}

.demo-image-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 27px;
}

.section-strip,
.experience {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.section-strip {
  padding: 88px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 32px;
  align-items: end;
  margin-bottom: 32px;
}

.section-heading h2,
.experience h2 {
  font-size: clamp(2.6rem, 6vw, 5rem);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.feature-grid article {
  min-height: 245px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.feature-grid span {
  color: var(--gold);
  font-weight: 800;
}

.feature-grid h3 {
  margin: 60px 0 10px;
  font-size: 1.15rem;
}

.feature-grid p,
.experience-copy p {
  color: var(--muted);
  line-height: 1.7;
}

.experience {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  align-items: stretch;
  padding: 0 0 92px;
}

.quote-panel {
  display: grid;
  min-height: 360px;
  place-items: end start;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(rgba(16, 25, 22, 0.2), rgba(16, 25, 22, 0.86)),
    radial-gradient(circle at 32% 25%, rgba(217, 170, 79, 0.3), transparent 20rem),
    #1b2b25;
}

.quote-panel p {
  max-width: 420px;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1;
}

.experience-copy {
  padding: 34px 0 0 38px;
}

.site-footer {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 34px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  text-align: center;
}

.site-footer p {
  margin: 0;
}

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

.site-footer a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(28px) rotate(2deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(2deg);
  }
}

@media (max-width: 860px) {
  .nav-actions {
    display: none;
  }

  .hero-grid,
  .section-heading,
  .experience {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
    padding-top: 42px;
  }

  .phone-stage {
    min-height: auto;
    padding: 24px 0 0;
  }

  .demo-image-frame {
    transform: none;
  }

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

  .experience-copy {
    padding: 20px 0 0;
  }
}

@media (max-width: 480px) {
  .topbar,
  .hero-grid,
  .section-strip,
  .experience,
  .site-footer {
    width: min(100% - 24px, var(--max));
  }

  h1 {
    font-size: 3.6rem;
  }

  .hero-actions a {
    width: 100%;
  }

  .demo-image-frame {
    padding: 8px;
    border-radius: 28px;
  }

  .demo-image-frame img {
    border-radius: 21px;
  }
}
