:root {
  --bg: #0a0a0a;
  --ink: #f7f3ea;
  --muted: #c9bfae;
  --accent: #f2b24a;
  --accent-dark: #d4932f;
  --card: #12100d;
  --line: rgba(242, 178, 74, 0.2);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
}

@font-face {
  font-family: "Trend Sans Five";
  src: url("Assets/TrendSansFive.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

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

h1,
h2,
h3,
h4 {
  font-family: "Cormorant Garamond", serif;
  margin: 0 0 16px;
  line-height: 1.08;
  letter-spacing: -0.01em;
}

p {
  margin: 0 0 16px;
  line-height: 1.6;
}

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

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

.page::before,
.page::after {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle at top, rgba(242, 178, 74, 0.2) 0%, rgba(10, 10, 10, 0) 70%);
  top: -120px;
  right: -140px;
  z-index: 0;
}

.page::after {
  width: 520px;
  height: 520px;
  left: -160px;
  top: 320px;
  background: radial-gradient(circle at bottom, rgba(242, 178, 74, 0.18) 0%, rgba(10, 10, 10, 0) 70%);
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.site-header {
  padding: 28px 0;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 12px;
  background: rgba(242, 178, 74, 0.14);
  padding: 8px;
}

.brand-name {
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-family: "Trend Sans Five", "Space Grotesk", system-ui, -apple-system, Segoe UI,
    Roboto, Arial, sans-serif;
}

.brand-tag {
  font-size: 0.85rem;
  color: var(--muted);
  margin: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
}

.hero {
  padding: 40px 0 80px;
}

.single-column {
  max-width: 900px;
}

.hero-copy h1 {
  font-size: clamp(2.6rem, 5vw, 4rem);
}

.hero-title {
  font-family: "Trend Sans Five", "Space Grotesk", system-ui, -apple-system, Segoe UI,
    Roboto, Arial, sans-serif;
  text-align: center;
  background: linear-gradient(90deg, #ffde59, #ff914d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead {
  font-size: 1.1rem;
  color: var(--muted);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.75rem;
  color: var(--accent-dark);
  margin-bottom: 16px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 24px 0 32px;
}

.hero-logo {
  display: flex;
  justify-content: center;
  margin: 8px 0 10px;
}

.hero-logo img {
  width: min(640px, 88vw);
  height: auto;
  display: block;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.65));
}

.wordmark-anim {
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
}

.wordmark-anim svg {
  width: min(900px, 92vw);
  height: auto;
  display: block;
}

.wordmark-anim text {
  font-family: "Trend Sans Five", "Space Grotesk", system-ui, -apple-system, Segoe UI,
    Roboto, Arial, sans-serif;
}

.button {
  background: var(--accent);
  color: #1a1208;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.02em;
  border: 1px solid transparent;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 30px rgba(242, 178, 74, 0.28);
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(242, 178, 74, 0.35);
}

.button.ghost {
  background: transparent;
  color: var(--ink);
  border-color: rgba(242, 178, 74, 0.45);
  box-shadow: none;
}

.supporting {
  color: var(--muted);
}

.simple-list,
.step-list {
  padding-left: 20px;
  margin: 16px 0 0;
  line-height: 1.7;
}

.simple-list li,
.step-list li {
  margin-bottom: 10px;
}

.step-list {
  list-style: decimal;
}

.two-up {
  display: grid;
  gap: 28px;
}

.price-card {
  padding: 26px;
  border-radius: 20px;
  background: rgba(18, 16, 13, 0.85);
  border: 1px solid rgba(242, 178, 74, 0.35);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.price {
  font-size: 2rem;
  margin-bottom: 12px;
  font-family: "Cormorant Garamond", serif;
}

.section {
  padding: 80px 0;
}

.section h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
}

.contact {
  padding-bottom: 120px;
}

.contact-panel {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  background: linear-gradient(135deg, rgba(18, 16, 13, 0.95), rgba(28, 22, 16, 0.95));
  border-radius: 28px;
  padding: 36px 40px;
  border: 1px solid rgba(242, 178, 74, 0.35);
}

.small {
  font-size: 0.85rem;
  color: var(--muted);
  margin: 8px 0 0;
}

.site-footer {
  padding: 30px 0 40px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
}

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

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

@media (max-width: 880px) {
  .header-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .hero {
    padding-top: 20px;
  }

  .footer-inner {
    flex-direction: column;
    gap: 6px;
  }
}

@media (max-width: 640px) {
  .nav-links {
    gap: 10px;
    font-size: 0.85rem;
  }

  .button {
    width: 100%;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-panel {
    padding: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .button,
  .reveal {
    transition: none;
  }
}
