:root {
  --navy: #071421;
  --navy-2: #0d2a45;
  --blue: #123f67;
  --gold: #c6a15b;
  --gold-2: #e2c98d;
  --cream: #f6f0e6;
  --paper: #fbfaf7;
  --white: #fff;
  --text: #263241;
  --muted: #687385;
  --line: rgba(7,20,33,.12);
  --shadow: 0 24px 70px rgba(7,20,33,.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 108px; }
body { margin: 0; font-family: Montserrat, system-ui, sans-serif; color: var(--text); background: var(--paper); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1,h2,h3 { margin: 0; line-height: 1.05; text-wrap: balance; }
h1,h2 { font-family: "Cormorant Garamond", Georgia, serif; }
h1 { font-size: clamp(48px, 7vw, 90px); letter-spacing: -.035em; max-width: 950px; }
h2 { font-size: clamp(36px, 5vw, 64px); color: var(--navy); letter-spacing: -.025em; }
h3 { color: var(--navy); font-size: 20px; }
.top-strip { min-height: 38px; padding: 8px clamp(18px, 6vw, 78px); display: flex; justify-content: space-between; gap: 16px; align-items: center; background: var(--navy); color: rgba(255,255,255,.78); font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.top-strip a { color: var(--gold-2); }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; justify-content: space-between; align-items: center; gap: 22px; padding: 16px clamp(18px, 6vw, 78px); background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(7,20,33,.08); backdrop-filter: blur(18px); }
.brand { color: var(--navy); text-transform: uppercase; }
.brand-wordmark { display: inline-grid; gap: 5px; line-height: 1; min-width: 214px; }
.brand-wordmark strong { font-size: 30px; font-weight: 500; letter-spacing: .22em; color: #17364f; }
.brand-wordmark small { justify-self: center; color: #77787d; font-size: 11px; font-weight: 600; letter-spacing: .42em; }
.nav { display: flex; align-items: center; gap: 28px; color: var(--navy); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.nav a:hover { color: var(--gold); }
.nav-button { padding: 12px 18px; background: var(--gold); color: var(--navy) !important; border-radius: 2px; }
.hero { position: relative; min-height: calc(100vh - 92px); display: grid; align-items: center; padding: 110px clamp(22px, 7vw, 96px); color: var(--white); overflow: hidden; background-image: url("https://images.unsplash.com/photo-1512917774080-9991f1c4c750?auto=format&fit=crop&w=1800&q=84"); background-size: cover; background-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,20,33,.88), rgba(7,20,33,.62) 48%, rgba(7,20,33,.24)), linear-gradient(0deg, rgba(7,20,33,.24), rgba(198,161,91,.14)); }
.hero-content { position: relative; z-index: 1; max-width: 980px; }
.kicker,.eyebrow { margin: 0 0 16px; color: var(--gold-2); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 900; }
.hero p:not(.kicker) { max-width: 720px; margin: 24px 0 0; color: rgba(255,255,255,.86); font-size: clamp(18px, 2vw, 23px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 25px; border: 0; border-radius: 2px; font-weight: 900; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; cursor: pointer; transition: .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: var(--navy); box-shadow: 0 16px 34px rgba(198,161,91,.28); }
.btn-ghost { color: var(--white); border: 1px solid rgba(255,255,255,.54); background: rgba(255,255,255,.08); }
.btn-dark { background: var(--navy); color: var(--white); }
.hero-card { position: absolute; right: clamp(22px, 7vw, 96px); bottom: 52px; z-index: 2; width: min(360px, calc(100% - 44px)); padding: 26px; background: rgba(255,255,255,.94); color: var(--navy); border-left: 5px solid var(--gold); box-shadow: var(--shadow); }
.hero-card span { display: block; color: var(--gold); font-size: 12px; text-transform: uppercase; font-weight: 900; letter-spacing: .16em; }
.hero-card strong { display: block; margin-top: 4px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 34px; line-height: 1; }
.hero-card p { margin: 10px 0 0; color: var(--muted); font-size: 14px; }
.quick-form { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)) auto; gap: 1px; margin: -42px clamp(22px, 7vw, 96px) 0; background: rgba(7,20,33,.16); box-shadow: var(--shadow); }
.quick-form > * { padding: 24px; background: var(--white); }
.quick-form span,.service-grid span { color: var(--gold); font-weight: 900; letter-spacing: .14em; font-size: 12px; }
.quick-form strong { display: block; color: var(--navy); }
.quick-form small { display: block; color: var(--muted); margin-top: 3px; }
.section { padding: clamp(76px, 10vw, 126px) clamp(22px, 7vw, 96px); }
.intro { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(34px, 7vw, 94px); align-items: center; }
.intro-image { position: relative; }
.intro-image::before { content: ""; position: absolute; inset: 28px -24px -28px 24px; border: 2px solid var(--gold); z-index: 0; }
.intro-image img { position: relative; z-index: 1; height: 560px; width: 100%; object-fit: cover; box-shadow: var(--shadow); }
.intro-copy p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.checklist { padding: 0; margin: 24px 0 0; list-style: none; display: grid; gap: 12px; }
.checklist li { position: relative; padding-left: 30px; font-weight: 700; }
.checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }
.services { background: var(--cream); }
.section-heading { max-width: 820px; margin: 0 auto 48px; text-align: center; }
.section-heading.light h2 { color: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.service-grid article { background: var(--white); box-shadow: 0 16px 42px rgba(7,20,33,.08); }
.service-grid img { height: 220px; width: 100%; object-fit: cover; }
.service-grid div { padding: 26px; }
.service-grid h3 { margin-top: 10px; }
.service-grid p { color: var(--muted); margin-bottom: 0; }
.process { color: var(--white); background: linear-gradient(135deg, rgba(7,20,33,.96), rgba(18,63,103,.92)), url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1600&q=82") center/cover; }
.timeline { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.timeline article { padding: 32px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); }
.timeline span { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 20px; background: var(--gold); color: var(--navy); font-weight: 900; }
.timeline h3 { color: var(--white); }
.timeline p { color: rgba(255,255,255,.76); margin-bottom: 0; }
.form-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(34px, 6vw, 84px); align-items: start; }
.form-panel-copy { position: sticky; top: 100px; }
.form-panel-copy p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.note-card { margin-top: 28px; padding: 24px; background: var(--navy); color: var(--white); border-left: 5px solid var(--gold); }
.note-card strong { display: block; color: var(--gold-2); }
.note-card span { color: rgba(255,255,255,.78); }
.lead-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; padding: clamp(24px,4vw,42px); background: var(--white); box-shadow: var(--shadow); border: 1px solid var(--line); }
label { display: grid; gap: 8px; color: var(--navy); font-size: 13px; font-weight: 900; }
input,select,textarea { width: 100%; border: 1px solid rgba(7,20,33,.16); background: #fff; padding: 14px 15px; font: inherit; color: var(--text); border-radius: 0; }
input:focus,select:focus,textarea:focus { outline: 2px solid rgba(198,161,91,.3); border-color: var(--gold); }
.full-field,.lead-form .btn,.privacy,.form-status { grid-column: 1 / -1; }
.privacy,.form-status { margin: 0; color: var(--muted); font-size: 12px; }
.form-status { font-weight: 800; min-height: 18px; }
.form-status[data-type="success"] { color: #0f7b45; }
.form-status[data-type="warning"] { color: #9a6700; }
.whatsapp-fallback { color: var(--navy); text-decoration: underline; }
.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.faq-grid article { padding: 28px; background: var(--paper); border-top: 4px solid var(--gold); }
.faq-grid p { color: var(--muted); margin-bottom: 0; }
.final-cta { padding: clamp(78px,10vw,126px) clamp(22px,7vw,96px); text-align: center; color: var(--white); background: linear-gradient(135deg, rgba(7,20,33,.96), rgba(18,63,103,.9)); }
.final-cta h2 { color: var(--white); }
.final-cta p:not(.eyebrow) { max-width: 660px; margin: 18px auto 28px; color: rgba(255,255,255,.78); font-size: 18px; }
.footer { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 24px; padding: 30px clamp(22px,7vw,96px); background: var(--navy); color: rgba(255,255,255,.72); border-top: 1px solid rgba(198,161,91,.4); font-size: 14px; }
.footer strong { color: var(--white); }
.footer a { color: var(--gold-2); }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
@media (max-width: 1100px) {
  .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .quick-form { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 860px) {
  .top-strip { display: none; }
  .site-header { padding: 12px 18px; }
  .nav a:not(.nav-button) { display: none; }
  .brand-wordmark { min-width: 156px; }
  .brand-wordmark strong { font-size: 22px; letter-spacing: .18em; }
  .brand-wordmark small { font-size: 8px; letter-spacing: .35em; }
  .hero { min-height: 720px; padding: 86px 20px 150px; }
  .hero-card { left: 20px; right: 20px; bottom: 28px; width: auto; }
  h1 { font-size: 44px; }
  .quick-form,.intro,.form-section,.timeline,.faq-grid { grid-template-columns: 1fr; }
  .quick-form { margin: 0; }
  .intro-image img { height: 360px; }
  .intro-image::before { display: none; }
  .form-panel-copy { position: static; }
  .lead-form { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  h1 { font-size: 38px; }
  h2 { font-size: 36px; }
  .btn { width: 100%; }
  .service-grid { grid-template-columns: 1fr; }
  .hero-actions { width: 100%; }
  .nav-button { padding: 10px 12px; }
}
