:root {
  --bg: #0a0a0a;
  --bg-soft: #111111;
  --panel: rgba(255, 255, 255, 0.04);
  --line: rgba(212, 175, 55, 0.2);
  --gold: #d4af37;
  --gold-soft: #f2deb1;
  --text: #f4efe4;
  --muted: #b6ae9d;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
  --radius: 24px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top, rgba(212, 175, 55, 0.12), transparent 28%),
    linear-gradient(180deg, #050505 0%, #0a0a0a 40%, #090909 100%);
  color: var(--text);
  font-family: 'Inter', sans-serif;
}

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

.site-shell {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 24px 0 48px;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 12px 0 28px;
}

.brand-lockup {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand-kicker,
.section-label,
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.72rem;
  color: var(--gold);
}

.brand-name {
  color: var(--text);
  text-decoration: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 600;
}

.nav {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

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

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

.hero,
.about-section,
.request-section {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
}

.hero {
  align-items: center;
  padding: 24px 0 64px;
}

.hero h1,
.about-section h2,
.process-heading h2,
.request-copy h2,
.featured-card h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin: 10px 0 16px;
}

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

.hero-text,
.about-copy p,
.info-card p,
.process-card p,
.request-copy p,
.footer-copy,
.footer-legal p,
.form-note {
  color: var(--muted);
  line-height: 1.7;
}

.hero-actions,
.request-badges,
.hero-note {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-actions {
  margin: 28px 0 20px;
}

.hero-note span,
.request-badges span {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--gold-soft);
  font-size: 0.92rem;
}

.button {
  appearance: none;
  border: none;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease, border-color 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, #e6c45f, #d4af37);
  color: #17120a;
}

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

.hero-visual img {
  border-radius: 28px;
  box-shadow: var(--shadow);
  object-fit: cover;
}

.hero-visual img {
  width: 100%;
  aspect-ratio: 4 / 5;
}

.experience-grid,
.process-grid {
  display: grid;
  gap: 22px;
}

.experience-grid {
  grid-template-columns: 1.15fr 1fr 1fr;
  margin: 8px 0 72px;
}

.info-card,
.about-panel,
.process-card,
.request-form {
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  padding: 28px;
  backdrop-filter: blur(14px);
}

.featured-card {
  border-color: rgba(212, 175, 55, 0.25);
}

.profile-meta {
  color: var(--gold-soft);
  font-weight: 500;
}

.pricing-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.pricing-label {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  margin-bottom: 6px;
}

.pricing-row strong,
.panel-line strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  color: var(--gold-soft);
}

.about-section {
  align-items: start;
  margin: 0 0 72px;
}

.about-panel {
  padding: 12px 28px;
}

.panel-line {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.panel-line:last-child {
  border-bottom: none;
}

.panel-line span {
  color: var(--muted);
}

.lux-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 14px;
}

.lux-list li {
  border-left: 2px solid var(--gold);
  padding-left: 14px;
  color: var(--text);
}

.process-section {
  margin: 0 0 72px;
}

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

.process-card span {
  color: var(--gold);
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
}

.request-section {
  align-items: start;
  margin-bottom: 56px;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

label {
  display: grid;
  gap: 10px;
  color: var(--text);
  font-size: 0.95rem;
}

input,
select,
textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.03);
  color: var(--text);
  padding: 14px 16px;
  font: inherit;
}

input::placeholder,
textarea::placeholder {
  color: #928a7d;
}

textarea {
  resize: vertical;
  min-height: 140px;
  margin-top: 18px;
}

.form-actions {
  margin-top: 22px;
}

.footer {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 28px 0 10px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-brand {
  margin: 0 0 10px;
}

@media (max-width: 960px) {
  .topbar,
  .hero,
  .about-section,
  .request-section,
  .experience-grid,
  .process-grid,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .topbar {
    display: grid;
  }

  .nav {
    gap: 14px;
  }

  .hero h1 {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .site-shell {
    width: min(100% - 20px, 1200px);
  }

  .info-card,
  .about-panel,
  .process-card,
  .request-form {
    padding: 20px;
  }

  .hero {
    padding-top: 8px;
  }

  .hero h1 {
    font-size: 3.2rem;
  }
}
