/* style.css */
:root {
  --bg: #0a0a0a;
  --bg-soft: #121212;
  --bg-card: rgba(255, 255, 255, 0.03);
  --text: #f4efe7;
  --muted: #cbbfae;
  --muted-2: #bfb4a4;
  --line: rgba(214, 178, 110, 0.22);
  --gold: #d6b26e;
  --gold-soft: #f1d49b;
  --accent: #7f1d1d;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  --radius: 22px;
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(214, 178, 110, 0.12), transparent 32%),
    radial-gradient(circle at right center, rgba(127, 29, 29, 0.16), transparent 24%),
    var(--bg);
  color: var(--text);
  font-family: "Inter", sans-serif;
  line-height: 1.6;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.site-wrap {
  overflow: hidden;
}

.container {
  width: min(var(--container), calc(100% - 2rem));
  margin: 0 auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(14px);
  background: rgba(10, 10, 10, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header__inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.logo__mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold-soft);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.35rem;
  font-weight: 700;
  box-shadow: inset 0 0 25px rgba(214, 178, 110, 0.08);
}

.logo__text {
  display: grid;
}

.logo__text strong {
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.logo__text small {
  color: var(--muted);
  font-size: 0.78rem;
}

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

.nav a {
  color: var(--muted-2);
  font-size: 0.95rem;
  transition: color 0.25s ease;
}

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

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 14px;
  padding: 0;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--text);
  margin: 4px auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.85rem 1.3rem;
  border-radius: 999px;
  border: 1px solid var(--gold);
  background: linear-gradient(135deg, #d6b26e, #b98d43);
  color: #17130d;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
  box-shadow: 0 12px 30px rgba(214, 178, 110, 0.18);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--line);
  box-shadow: none;
}

.btn--sm {
  min-height: 42px;
  padding: 0.65rem 1rem;
}

.btn--full {
  width: 100%;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--gold-soft);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 700;
}

.hero {
  padding: 5.5rem 0 4rem;
}

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

.hero h1,
.section-heading h2,
.contact h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.hero h1 {
  font-size: clamp(3.2rem, 7vw, 6.2rem);
  max-width: 10ch;
}

.hero h1 span {
  display: block;
  color: var(--muted);
}

.hero__text {
  max-width: 62ch;
  margin: 1.5rem 0 0;
  color: var(--muted-2);
  font-size: 1.06rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 1.8rem 0;
}

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

.hero__facts li {
  color: var(--muted);
  padding-left: 1.1rem;
  position: relative;
}

.hero__facts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
}

.hero__card {
  position: relative;
}

.hero__visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}

.hero__ring {
  position: absolute;
  width: min(420px, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(214, 178, 110, 0.25);
  box-shadow:
    0 0 0 24px rgba(214, 178, 110, 0.03),
    0 0 90px rgba(214, 178, 110, 0.06);
}

.hero__panel {
  position: relative;
  width: min(420px, 100%);
  padding: 2rem;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)),
    rgba(16, 16, 16, 0.85);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero__label {
  margin: 0 0 1rem;
  color: var(--gold-soft);
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero__panel h2 {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.98;
}

.hero__panel p {
  margin: 0;
  color: var(--muted-2);
}

.section {
  padding: 5rem 0;
}

.section--dark {
  background: rgba(255, 255, 255, 0.02);
}

.section--accent {
  background:
    linear-gradient(180deg, rgba(127, 29, 29, 0.08), rgba(0, 0, 0, 0)),
    rgba(255, 255, 255, 0.01);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2.2rem;
}

.section-heading h2 {
  font-size: clamp(2.4rem, 4vw, 4rem);
  margin-bottom: 1rem;
}

.section-heading p {
  margin: 0;
  color: var(--muted-2);
}

.feature-grid,
.services,
.steps {
  display: grid;
  gap: 1.2rem;
}

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

.services {
  grid-template-columns: repeat(4, 1fr);
}

.steps {
  grid-template-columns: repeat(4, 1fr);
}

.feature-card,
.service,
.step,
.contact__box,
.contact__info,
.faq details {
  border: 1px solid var(--line);
  background: var(--bg-card);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.feature-card,
.service,
.step {
  padding: 1.5rem;
}

.feature-card h3,
.service h3,
.step h3,
.form h3 {
  margin-top: 0;
  margin-bottom: 0.7rem;
  font-size: 1.12rem;
}

.feature-card p,
.service p,
.step p,
.faq p,
.contact-list span,
.contact-list a,
.form-note {
  margin: 0;
  color: var(--muted-2);
}

.service span,
.step__number {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 1rem;
  border-radius: 50%;
  border: 1px solid var(--line);
  color: var(--gold-soft);
  font-weight: 700;
}

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

.faq details {
  padding: 1.2rem 1.3rem;
}

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

.faq summary::-webkit-details-marker {
  display: none;
}

.faq p {
  padding-top: 0.8rem;
}

.contact {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1.4rem;
}

.contact__info,
.contact__box {
  padding: 1.7rem;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  display: grid;
  gap: 1rem;
}

.contact-list li {
  display: grid;
  gap: 0.2rem;
}

.contact-list strong {
  color: var(--text);
}

.contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.form {
  display: grid;
  gap: 0.8rem;
}

.form label {
  font-size: 0.95rem;
  font-weight: 600;
}

.form input,
.form textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  color: var(--text);
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.form input:focus,
.form textarea:focus {
  border-color: var(--gold);
  background: rgba(255,255,255,0.05);
}

.form-note {
  min-height: 1.5rem;
  font-size: 0.95rem;
}

.footer {
  padding: 2rem 0 1rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.footer__inner,
.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer p,
.footer a {
  margin: 0.2rem 0;
  color: var(--muted);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-delay {
  transition-delay: 0.15s;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .hero__grid,
  .contact,
  .feature-grid,
  .services,
  .steps {
    grid-template-columns: 1fr 1fr;
  }

  .hero h1 {
    max-width: 12ch;
  }
}

@media (max-width: 780px) {
  .nav-toggle {
    display: inline-block;
  }

  .nav {
    position: absolute;
    top: calc(100% + 0.6rem);
    right: 1rem;
    left: 1rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(18, 18, 18, 0.96);
    box-shadow: var(--shadow);
  }

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

  .hero__grid,
  .contact,
  .feature-grid,
  .services,
  .steps {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 3.8rem;
  }

  .hero__visual {
    min-height: 360px;
  }

  .section {
    padding: 4rem 0;
  }

  .footer__inner,
  .footer__bottom {
    flex-direction: column;
  }
}