:root {
  --bg: #f5f1e8;
  --surface: #ffffff;
  --ink: #161b20;
  --muted: #697078;
  --dark: #0f141a;
  --dark-2: #171e25;
  --gold: #c8a25f;
  --gold-2: #e2c083;
  --line: rgba(22, 27, 32, 0.12);
  --shadow: 0 24px 70px rgba(15, 20, 26, 0.14);
  --radius: 24px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(15, 20, 26, 0.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 42px; height: 42px; border: 1px solid rgba(226,192,131,.65);
  display: grid; place-items: center; color: var(--gold-2); font-family: "Playfair Display", serif;
  font-size: 24px; font-weight: 700; transform: rotate(45deg); border-radius: 8px;
}
.brand-mark::first-letter { transform: rotate(-45deg); }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { color: #fff; letter-spacing: .16em; font-size: 17px; }
.brand-copy small { color: var(--gold-2); margin-top: 4px; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 28px; color: rgba(255,255,255,.82); font-size: 14px; }
.main-nav a:hover { color: #fff; }
.nav-cta { border: 1px solid rgba(226,192,131,.55); padding: 10px 16px; border-radius: 999px; color: var(--gold-2) !important; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; background: #fff; margin: 6px 0; }

.hero {
  background:
    radial-gradient(circle at 20% 0%, rgba(200,162,95,.17), transparent 34%),
    linear-gradient(180deg, var(--dark), #121920 72%, #1a2128 100%);
  color: #fff;
  overflow: hidden;
}
.hero-grid { min-height: 710px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 64px; padding: 70px 0 82px; }
.eyebrow { margin: 0 0 14px; color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 700; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; line-height: 1.08; margin: 0; }
h1 { font-size: clamp(44px, 5.4vw, 76px); max-width: 760px; }
h2 { font-size: clamp(34px, 4vw, 54px); }
.hero-text { max-width: 690px; color: rgba(255,255,255,.7); font-size: 18px; margin: 24px 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { min-height: 50px; padding: 0 22px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; font-weight: 700; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold); color: #17130d; }
.btn-primary:hover { background: var(--gold-2); }
.btn-ghost { border-color: rgba(255,255,255,.22); color: #fff; }
.btn-ghost:hover { border-color: rgba(255,255,255,.45); }
.hero-points { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 16px 22px; color: rgba(255,255,255,.58); font-size: 13px; }
.hero-points span::before { content: "•"; color: var(--gold); margin-right: 8px; }
.hero-media { position: relative; }
.image-frame { border-radius: 34px; overflow: hidden; box-shadow: 0 40px 100px rgba(0,0,0,.4); border: 1px solid rgba(255,255,255,.11); }
.image-frame img { width: 100%; aspect-ratio: 1.02; object-fit: cover; }
.floating-card { position: absolute; left: -28px; bottom: 28px; background: rgba(20,26,32,.92); border: 1px solid rgba(226,192,131,.36); backdrop-filter: blur(12px); padding: 18px 22px; border-radius: 16px; box-shadow: var(--shadow); display: grid; }
.floating-card strong { letter-spacing: .16em; }
.floating-card span { color: var(--gold-2); font-size: 12px; margin-top: 3px; }

.section { padding: 104px 0; }
.section-heading { max-width: 820px; margin-bottom: 44px; }
.section-heading p:not(.eyebrow), .lead { color: var(--muted); font-size: 17px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { background: var(--surface); border: 1px solid var(--line); padding: 28px; border-radius: 20px; min-height: 250px; transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(15,20,26,.08); }
.service-number { color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.service-card h3 { margin: 40px 0 12px; font-family: "Playfair Display", serif; font-size: 25px; line-height: 1.2; }
.service-card p { color: var(--muted); margin: 0; font-size: 14px; }

.section-dark { background: var(--dark); color: #fff; }
.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.section-dark .lead { color: rgba(255,255,255,.62); }
.steps { display: grid; gap: 2px; }
.step { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.step span { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(226,192,131,.4); color: var(--gold-2); display: grid; place-items: center; font-weight: 700; }
.step strong { font-size: 17px; }
.step p { color: rgba(255,255,255,.56); margin: 6px 0 0; font-size: 14px; }

.contact-section { background: #eee7db; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); }
.contact-details { margin-top: 26px; display: grid; gap: 10px; }
.contact-details a { color: var(--ink); font-weight: 700; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; background: #fff; border: 1px solid var(--line); padding: 28px; border-radius: var(--radius); box-shadow: 0 24px 70px rgba(15,20,26,.08); }
.contact-form label { display: grid; gap: 8px; }
.contact-form label > span { font-size: 13px; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #d8d4cc; border-radius: 12px; background: #fbfaf8; padding: 13px 14px; color: var(--ink); outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,162,95,.14); }
.contact-form textarea { resize: vertical; }
.full-field { grid-column: 1 / -1; }
.form-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.form-status { margin: 0; color: var(--muted); font-size: 13px; }

.site-footer { background: #0b1015; color: rgba(255,255,255,.55); padding: 34px 0; }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-brand .brand-mark { width: 36px; height: 36px; font-size: 20px; }
.footer-wrap p { margin: 0; font-size: 12px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero-grid, .split-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 42px; }
  .hero-media { max-width: 680px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .floating-card { left: 18px; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 14px; right: 14px; top: 70px; padding: 18px; border-radius: 16px; background: #171e25; border: 1px solid rgba(255,255,255,.09); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; gap: 8px; opacity: 0; transform: translateY(-8px); pointer-events: none; transition: .2s ease; }
  .main-nav.is-open { opacity: 1; transform: none; pointer-events: auto; }
  .main-nav a { padding: 10px 12px; }
  .nav-cta { text-align: center; }
  .hero-grid { min-height: auto; padding: 54px 0 64px; }
  h1 { font-size: clamp(40px, 12vw, 58px); }
  .hero-text { font-size: 16px; }
  .services-grid { grid-template-columns: 1fr; }
  .section { padding: 76px 0; }
  .contact-form { grid-template-columns: 1fr; padding: 20px; }
  .full-field { grid-column: auto; }
  .footer-wrap { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
