:root {
  --bg: #f7f5f0;
  --bg-alt: #f0ece4;
  --surface: #ffffff;
  --surface-2: #f6f2eb;
  --text: #1f2329;
  --muted: #666b73;
  --line: #e4ddd1;
  --primary: #18202a;
  --primary-light: #24303d;
  --gold: #c7a868;
  --gold-dark: #9d7a3a;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(20, 27, 35, 0.10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(247,245,240,0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(228,221,209,0.8);
}
.nav-wrap {
  min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -0.02em; }
.brand img { width: 38px; height: 38px; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a:not(.btn) { color: var(--muted); font-weight: 600; font-size: 14px; }
.nav a:not(.btn):hover { color: var(--text); }
.menu-toggle {
  display: none; border: 1px solid var(--line); background: var(--surface); color: var(--text);
  width: 44px; height: 44px; border-radius: 12px; font-size: 20px; cursor: pointer;
}
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 24px; border-radius: 999px; font-weight: 700; font-size: 14px;
  transition: 0.25s ease; border: 1px solid transparent;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, var(--primary), var(--primary-light)); color: var(--white); box-shadow: var(--shadow); }
.btn-secondary { border-color: var(--line); background: transparent; color: var(--text); }
.btn-secondary:hover { background: var(--surface); }
.btn-gold { background: linear-gradient(135deg, #d7bb84, var(--gold)); color: var(--primary); box-shadow: var(--shadow); }
.hero { padding: 70px 0 42px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 42px; align-items: center; min-height: calc(100vh - 110px); }
.eyebrow {
  display: inline-flex; align-items: center; padding: 8px 14px; border-radius: 999px;
  background: var(--surface); border: 1px solid var(--line); color: var(--muted);
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.18em; font-weight: 700;
}
.eyebrow-light { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.15); color: #dcc089; }
.hero h1, .section h2, .contact-section h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500; letter-spacing: -0.03em; line-height: 0.97; margin: 22px 0;
}
.hero h1 { font-size: clamp(46px, 7vw, 84px); }
.hero h1 em, .section h2 em, .contact-section h2 em { font-style: italic; color: var(--gold); }
.hero-sub {
  max-width: 540px; color: var(--muted); font-size: 18px; border-left: 3px solid var(--gold);
  padding-left: 18px; margin: 0 0 28px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 34px; }
.stats-row { display: flex; flex-wrap: wrap; gap: 28px; }
.stats-row div { display: flex; flex-direction: column; }
.stats-row strong { font-size: 30px; font-weight: 800; }
.stats-row span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: 0.14em; }
.hero-card {
  position: relative; min-height: 640px; border-radius: 34px; overflow: hidden; box-shadow: var(--shadow);
  background: linear-gradient(160deg, rgba(24,32,42,0.12), rgba(24,32,42,0.35));
}
.hero-image, .lead-photo, .contact-image, .platform-image {
  width: 100%; height: 100%; background-size: cover; background-position: center;
}
.hero-image {
  min-height: 640px;
  background-image: linear-gradient(180deg, rgba(24,32,42,0.05), rgba(24,32,42,0.35)), url('https://img.rocket.new/generatedImages/rocket_gen_img_148702516-1772329289391.png');
}
.hero-overlay-card {
  position: absolute; left: 26px; right: 26px; bottom: 24px; background: rgba(255,255,255,0.90);
  border: 1px solid rgba(255,255,255,0.75); border-radius: 22px; padding: 20px 22px; backdrop-filter: blur(12px);
}
.hero-overlay-card h3 { margin: 0 0 6px; font-size: 18px; }
.hero-overlay-card p, .hero-overlay-card span { margin: 0; color: var(--muted); font-size: 14px; }
.mini-line { width: 48px; height: 2px; background: var(--gold); margin: 14px 0 10px; }
.section { padding: 90px 0; }
.section-alt { background: var(--bg-alt); }
.section-head { margin-bottom: 38px; }
.section-head.split {
  display: grid; grid-template-columns: 1fr 300px; gap: 24px; align-items: end;
}
.section-head h2, .contact-section h2 { font-size: clamp(40px, 5vw, 66px); margin-bottom: 0; }
.section-head p { color: var(--muted); }
.lead-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 34px; align-items: start; }
.lead-panel {
  background: var(--surface); border: 1px solid var(--line); border-radius: 28px; overflow: hidden; box-shadow: var(--shadow);
}
.lead-photo {
  min-height: 560px;
  background-image: linear-gradient(180deg, rgba(24,32,42,0.08), rgba(24,32,42,0.45)), url('https://img.rocket.new/generatedImages/rocket_gen_img_147397ec6-1772803956682.png');
}
.lead-band {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 20px; background: rgba(255,255,255,0.96);
}
.lead-band strong, .stat-stack strong { display: block; font-size: 26px; font-weight: 800; }
.lead-band span, .stat-stack span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; }
.service-list { display: grid; gap: 16px; }
.info-card, .bento, .platform-card, .contact-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow);
}
.info-card { padding: 24px; }
.info-card h3, .bento h3, .platform-card h3 { margin: 0 0 8px; font-size: 24px; }
.info-card p, .bento p, .platform-card p, .site-footer p { color: var(--muted); margin: 0; }
.vertical-tags, .tag-list { display: flex; flex-wrap: wrap; gap: 10px; }
.vertical-tags { margin: 18px 0 24px; }
.vertical-tags span, .tag-list span {
  padding: 9px 14px; border-radius: 999px; background: var(--surface-2); border: 1px solid var(--line); font-size: 12px; font-weight: 700;
}
.bento-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.bento { padding: 28px; }
.bento-wide {
  grid-column: span 2; display: grid; grid-template-columns: 1.1fr 0.9fr; padding: 0; overflow: hidden;
}
.bento-copy { padding: 30px; }
.bento-copy ul, .platform-body ul { margin: 18px 0 22px; padding-left: 18px; color: var(--muted); }
.bento-copy li, .platform-body li { margin-bottom: 8px; }
.bento-copy a, .platform-body a { color: var(--primary); font-weight: 800; }
.bento-image { min-height: 100%; }
.contact-image {
  min-height: 100%;
  background-image: linear-gradient(180deg, rgba(24,32,42,0.05), rgba(24,32,42,0.28)), url('https://img.rocket.new/generatedImages/rocket_gen_img_11a13b86a-1772501061175.png');
}
.bento-dark { background: linear-gradient(180deg, var(--primary), #202b37); color: var(--white); }
.bento-dark p { color: rgba(255,255,255,0.74); }
.bento-dark .tag-list span { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.12); color: rgba(255,255,255,0.86); }
.tag-light span { background: var(--surface-2); }
.bento-gold { background: linear-gradient(180deg, #d7bb84, #c7a868); }
.stat-stack { display: grid; gap: 22px; margin-top: 16px; }
.platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.platform-card { overflow: hidden; }
.platform-image { height: 220px; }
.platform-one { background-image: linear-gradient(180deg, rgba(24,32,42,0.12), rgba(24,32,42,0.35)), url('https://img.rocket.new/generatedImages/rocket_gen_img_18f69b375-1768339905376.png'); }
.platform-two { background-image: linear-gradient(180deg, rgba(24,32,42,0.12), rgba(24,32,42,0.35)), url('https://img.rocket.new/generatedImages/rocket_gen_img_1482d4d15-1772171209383.png'); }
.platform-three { background-image: linear-gradient(180deg, rgba(24,32,42,0.15), rgba(24,32,42,0.35)), url('https://images.unsplash.com/photo-1639387747861-43abb799ab42?auto=format&fit=crop&w=1200&q=80'); }
.platform-body { padding: 26px; }
.badge {
  display: inline-block; padding: 8px 12px; border-radius: 999px; margin-bottom: 14px;
  background: #eef5ff; color: #2a67b7; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em;
}
.badge-gold { background: #fff2dd; color: #956200; }
.badge-rose { background: #ffe7ed; color: #b73e65; }
.platform-sub { color: var(--gold-dark) !important; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.14em; margin-bottom: 10px !important; }
.contact-section { padding: 100px 0; background: linear-gradient(180deg, #18202a, #10161d); color: var(--white); }
.contact-wrap { text-align: center; }
.contact-wrap > p { color: rgba(255,255,255,0.72); max-width: 680px; margin: 0 auto 26px; }
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.contact-card { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.10); padding: 24px; }
.contact-card strong { display: block; margin-bottom: 8px; font-size: 18px; }
.contact-card span { color: rgba(255,255,255,0.72); font-size: 14px; }
.site-footer { background: #121923; color: var(--white); padding: 28px 0 18px; }
.footer-wrap {
  display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: start; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand { margin-bottom: 14px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer-links a { color: rgba(255,255,255,0.78); font-weight: 600; font-size: 14px; }
.footer-bottom { padding-top: 16px; color: rgba(255,255,255,0.58); font-size: 14px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 980px) {
  .hero-grid, .lead-grid, .section-head.split, .platform-grid, .contact-cards, .footer-wrap, .bento-grid { grid-template-columns: 1fr; }
  .bento-wide { grid-column: span 1; grid-template-columns: 1fr; }
  .hero-card, .hero-image { min-height: 440px; }
  .lead-photo { min-height: 360px; }
  .footer-links { justify-content: flex-start; }
}
@media (max-width: 820px) {
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .nav {
    position: absolute; left: 16px; right: 16px; top: calc(100% + 10px); display: none; flex-direction: column;
    align-items: stretch; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; padding: 14px; box-shadow: var(--shadow);
  }
  .nav.open { display: flex; }
  .nav a:not(.btn) { padding: 10px 6px; }
  .nav-cta { width: 100%; margin-top: 6px; }
  .hero { padding-top: 34px; }
  .hero-actions { flex-direction: column; }
  .hero-sub { font-size: 16px; }
  .lead-band { grid-template-columns: 1fr; }
}
