:root {
  --black: #0d0b09;
  --charcoal: #1b1714;
  --gold: #d7ad52;
  --gold-2: #f0d28a;
  --silver: #d9d9d5;
  --cream: #faf4e8;
  --burgundy: #5a1724;
  --muted: #756d62;
  --white: #ffffff;
  --shadow: 0 20px 50px rgba(13, 11, 9, .18);
  --radius: 16px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, "Segoe UI", Arial, sans-serif; color: var(--charcoal); background: var(--cream); line-height: 1.6; }
body.has-prototype-notice { padding-bottom: 98px; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.skip-link { position: absolute; left: -999px; top: 10px; z-index: 1000; padding: 10px 14px; background: var(--black); color: var(--white); }
.skip-link:focus { left: 10px; }
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(250,244,232,.94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(13,11,9,.12); }
.topbar { background: var(--black); color: var(--gold-2); font-size: .86rem; }
.topbar-inner, .nav-inner, .section-inner { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.topbar-inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.topbar-links, .nav-menu { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.nav-inner { min-height: 80px; display: flex; justify-content: space-between; align-items: center; gap: 22px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--black); font-weight: 950; }
.brand img { width: 148px; max-height: 58px; object-fit: contain; }
.brand-fallback { display: none; font-family: Georgia, serif; font-size: 1.4rem; }
.nav-menu { font-weight: 900; color: var(--black); font-size: .92rem; }
.nav-menu a:hover, .nav-menu a[aria-current="page"] { color: var(--burgundy); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(13,11,9,.18); border-radius: 50%; background: var(--white); cursor: pointer; }
.nav-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: currentColor; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 12px 18px; border-radius: 999px; border: 1px solid transparent; background: var(--black); color: var(--white); font-weight: 950; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn.gold { background: var(--gold); color: #1c1204; }
.btn.secondary { background: var(--white); color: var(--black); border-color: rgba(13,11,9,.2); }
.hero, .page-hero { position: relative; overflow: hidden; display: grid; align-items: end; background: var(--black); }
.hero { min-height: 690px; }
.page-hero { min-height: 430px; }
.hero::before, .page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,6,5,.9), rgba(7,6,5,.55), rgba(7,6,5,.18)), var(--hero-image); background-size: cover; background-position: center; transform: scale(1.02); }
.hero .section-inner, .page-hero .section-inner { position: relative; color: var(--white); padding: 110px 0 70px; }
.page-hero .section-inner { padding: 92px 0 58px; }
.eyebrow { display: inline-flex; margin: 0 0 14px; color: var(--gold-2); font-weight: 950; text-transform: uppercase; font-size: .78rem; letter-spacing: .08em; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.08; color: var(--black); letter-spacing: 0; }
.hero h1, .page-hero h1 { max-width: 830px; color: var(--white); font-size: clamp(2.55rem, 5.7vw, 5.6rem); }
.hero p, .page-hero p { max-width: 730px; margin: 20px 0 0; color: rgba(255,255,255,.88); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.badge { padding: 10px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.11); color: var(--white); font-weight: 900; }
.section { padding: 84px 0; }
.section.alt { background: var(--white); }
.section.dark { background: var(--black); color: rgba(255,255,255,.78); }
.section.dark h2, .section.dark h3 { color: var(--white); }
.section-heading { display: grid; grid-template-columns: minmax(0,.95fr) minmax(280px,.55fr); gap: 34px; align-items: end; margin-bottom: 32px; }
.section-heading h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
.section-heading p { margin: 0; color: var(--muted); }
.grid { display: grid; gap: 22px; }
.grid.two { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0,1fr)); }
.card { background: var(--white); border: 1px solid rgba(13,11,9,.08); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.card.pad { padding: 26px; }
.card img { width: 100%; height: 250px; object-fit: cover; }
.card-body { padding: 24px; }
.card h3 { font-size: 1.38rem; margin-bottom: 10px; }
.list { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 10px; }
.list li { display: flex; gap: 10px; }
.list li::before { content: ""; flex: 0 0 8px; width: 8px; height: 8px; border-radius: 50%; margin-top: 10px; background: var(--gold); }
.split { display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); gap: 48px; align-items: center; }
.split-image img { min-height: 430px; object-fit: cover; border-radius: 26px; box-shadow: var(--shadow); }
.steps { counter-reset: step; }
.step { position: relative; padding: 26px; }
.step::before { counter-increment: step; content: counter(step); width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--gold); color: #211303; font-weight: 950; margin-bottom: 16px; }
.quote-card { border-left: 5px solid var(--gold); }
.cta-band { padding: 44px; border-radius: 28px; background: linear-gradient(135deg, var(--black), var(--burgundy)); color: rgba(255,255,255,.82); display: flex; justify-content: space-between; align-items: center; gap: 24px; box-shadow: var(--shadow); }
.cta-band h2 { color: var(--white); font-size: clamp(1.8rem, 4vw, 3rem); }
.contact-grid { display: grid; grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); gap: 30px; }
.contact-list { display: grid; gap: 14px; margin-top: 18px; }
.contact-item { padding: 18px; border-radius: 16px; background: var(--white); border: 1px solid rgba(13,11,9,.08); }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label { font-weight: 950; color: var(--black); font-size: .9rem; }
input, select, textarea { width: 100%; min-height: 46px; border: 1px solid rgba(13,11,9,.16); border-radius: 12px; padding: 11px 12px; font: inherit; background: var(--white); }
textarea { min-height: 128px; resize: vertical; }
.site-footer { background: #100d0b; color: rgba(255,255,255,.72); padding: 58px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr repeat(3,minmax(0,.62fr)); gap: 28px; }
.site-footer h2, .site-footer h3 { color: var(--white); }
.footer-links { display: grid; gap: 8px; }
.footer-bottom { margin-top: 34px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; font-size: .88rem; }
.prototype-notice { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; background: #fff; color: #242424; border-top: 1px solid rgba(0,0,0,.16); box-shadow: 0 -10px 24px rgba(0,0,0,.1); }
.prototype-notice__inner { width: min(1180px, calc(100% - 28px)); margin: 0 auto; padding: 10px 0; display: grid; gap: 3px; }
.prototype-notice__label { font-weight: 950; color: var(--black); text-transform: uppercase; font-size: .72rem; letter-spacing: .05em; }
.prototype-notice__body { margin: 0; font-size: .72rem; line-height: 1.35; }
@media (max-width: 1020px) { .grid.four,.grid.three,.footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .section-heading,.split,.contact-grid { grid-template-columns: 1fr; } }
@media (max-width: 780px) {
  body.has-prototype-notice { padding-bottom: 68px; }
  .topbar { display: none; }
  .nav-inner { min-height: 68px; }
  .nav-toggle { display: block; }
  .nav-menu { position: absolute; left: 18px; right: 18px; top: 74px; display: none; padding: 18px; border-radius: 18px; background: var(--white); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .nav-menu.open { display: flex; }
  .hero { min-height: 620px; }
  .grid.two,.grid.three,.grid.four,.footer-grid,.form-grid { grid-template-columns: 1fr; }
  .section { padding: 58px 0; }
  .cta-band { padding: 28px; flex-direction: column; align-items: flex-start; }
  .prototype-notice__inner { width: min(100% - 18px, 980px); padding: 6px 0; }
  .prototype-notice__label { font-size: .55rem; }
  .prototype-notice__body { font-size: .56rem; line-height: 1.22; }
}
