@import url('https://fonts.cdnfonts.com/css/glacial-indifference-2');

:root {
  --navy: #1b2a8f;
  --navy-dark: #111b63;
  --orange: #df6435;
  --orange-light: #fff0ea;
  --ink: #151a2d;
  --muted: #687086;
  --line: #e7e9f1;
  --paper: #ffffff;
  --wash: #f6f7fb;
  --navy-wash: #eef0fb;
  --shadow: 0 18px 50px rgba(20, 29, 80, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Glacial Indifference', sans-serif; color: var(--ink); background: var(--paper); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; }

.site-nav { position: sticky; top: 0; z-index: 20; min-height: 94px; padding: 0 4%; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.brand { width: 205px; height: 76px; display: grid; place-items: center; overflow: hidden; flex: 0 0 auto; }
.brand img { display: block; width: 226px; max-width: none; height: auto; transform: scale(1.12); transform-origin: center; }
.nav-links { display: flex; align-items: center; gap: 20px; list-style: none; padding: 0; margin: 0; }
.nav-links a { color: var(--muted); font-size: 15.5px; font-weight: 600; }
.nav-links a:hover, .nav-links a[aria-current='page'] { color: var(--navy); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 10px; color: var(--navy); background: white; cursor: pointer; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 0 20px; border: 0; border-radius: 10px; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--orange); box-shadow: 0 10px 24px rgba(223,100,53,.22); }
.button-secondary { color: var(--navy); background: white; border: 2px solid var(--navy); }
.button-light { color: var(--navy); background: white; }

.hero { position: relative; overflow: hidden; padding: 90px 5%; color: white; background: linear-gradient(130deg, var(--navy-dark), var(--navy) 65%, #263f79); }
.hero::after { content: ''; position: absolute; right: -12vw; top: -20vw; width: 48vw; height: 48vw; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 7vw rgba(255,255,255,.035), 0 0 0 14vw rgba(255,255,255,.025); }
.hero-inner { position: relative; z-index: 1; max-width: 1180px; margin: auto; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.eyebrow { display: inline-block; margin-bottom: 18px; color: var(--orange); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero .eyebrow { padding: 7px 14px; color: white; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.17); border-radius: 999px; }
.hero h1 { max-width: 780px; margin: 0 0 20px; font-size: clamp(40px, 6vw, 72px); line-height: .98; letter-spacing: -.035em; }
.hero h1 span { color: #f1845a; }
.hero p { max-width: 650px; margin: 0; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-card { padding: 30px; color: var(--ink); background: white; border-radius: 22px; box-shadow: var(--shadow); }
.hero-card h2 { margin: 0 0 18px; font-size: 23px; }

.section { padding: 82px 5%; }
.section-wash { background: var(--wash); }
.section-navy { background: var(--navy-wash); }
.container { max-width: 1180px; margin: auto; }
.section-heading { max-width: 680px; margin-bottom: 38px; }
.section-heading.center { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading h2 { margin: 0 0 12px; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; }
.section-heading p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.copy p { color: var(--muted); line-height: 1.85; }
.highlight { margin-top: 24px; padding: 20px 22px; color: var(--navy); font-weight: 700; line-height: 1.6; background: var(--navy-wash); border-left: 4px solid var(--navy); border-radius: 0 12px 12px 0; }

.search-bar { display: grid; grid-template-columns: 1fr 190px 150px; gap: 10px; }
.field { width: 100%; min-height: 48px; padding: 12px 14px; color: var(--ink); background: white; border: 1px solid #dcdfea; border-radius: 9px; outline: none; }
.field:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(27,42,143,.1); }
textarea.field { min-height: 135px; resize: vertical; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 8px 30px rgba(20,29,80,.06); }
.card-body { padding: 24px; }
.card h3 { margin: 0 0 10px; font-size: 20px; }
.card p { margin: 0; color: var(--muted); line-height: 1.65; }
.property-art { position: relative; min-height: 210px; padding: 22px; display: flex; align-items: flex-end; color: white; background: linear-gradient(145deg, #23367f, #6f7cb0); }
.property-art.commercial { background: linear-gradient(145deg, #5f351f, #d67b49); }
.property-art.industrial { background: linear-gradient(145deg, #263b45, #75878f); }
.property-art::before { content: ''; position: absolute; inset: 18px 18px 58px; border: 2px solid rgba(255,255,255,.35); border-bottom: 0; clip-path: polygon(0 100%, 0 38%, 50% 0, 100% 38%, 100% 100%); }
.property-tag { position: relative; z-index: 1; padding: 6px 10px; font-size: 12px; font-weight: 700; background: rgba(18,25,44,.75); border-radius: 999px; }
.property-meta { display: flex; justify-content: space-between; gap: 15px; margin-top: 18px; color: var(--muted); font-size: 13px; }
.price { color: var(--navy); font-size: 20px; font-weight: 800; }

.stats { padding: 38px; color: white; background: linear-gradient(145deg, var(--navy), #3047a8); border-radius: 22px; }
.stat { padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.stat:first-child { padding-top: 0; }
.stat:last-child { padding-bottom: 0; border-bottom: 0; }
.stat strong { display: block; margin-bottom: 5px; color: #f1845a; font-size: 42px; }
.stat span { color: rgba(255,255,255,.72); }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.form-group { display: grid; gap: 7px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-size: 13px; font-weight: 700; color: #3f465a; }
.form-panel { padding: 32px; background: white; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
.hidden { position: absolute; left: -9999px; }
.contact-list { display: grid; gap: 16px; margin-top: 28px; }
.contact-item { padding: 19px; color: var(--navy); font-weight: 700; background: var(--navy-wash); border-radius: 12px; }

.cta { padding: 76px 5%; color: white; text-align: center; background: linear-gradient(130deg, var(--navy-dark), var(--navy)); }
.cta h2 { margin: 0 0 12px; font-size: clamp(32px, 5vw, 48px); }
.cta p { max-width: 590px; margin: 0 auto 28px; color: rgba(255,255,255,.76); line-height: 1.7; }
.footer { padding: 32px 5%; color: rgba(255,255,255,.66); background: #10162b; }
.footer-inner { max-width: 1180px; margin: auto; display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.footer a:hover { color: white; }

@media (max-width: 1120px) {
  .menu-toggle { display: inline-grid; place-items: center; }
  .nav-links { display: none; position: absolute; left: 0; right: 0; top: 94px; padding: 20px 5%; align-items: stretch; flex-direction: column; background: white; border-bottom: 1px solid var(--line); }
  .nav-links.open { display: flex; }
  .nav-actions .button-secondary { display: none; }
  .hero-grid, .split { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .site-nav { min-height: 78px; }
  .brand { width: 166px; height: 64px; }
  .brand img { width: 184px; }
  .nav-links { top: 78px; }
  .nav-actions .button-primary { display: none; }
  .hero, .section { padding-top: 64px; padding-bottom: 64px; }
  .cards, .form-grid, .search-bar { grid-template-columns: 1fr; }
  .form-group.full { grid-column: auto; }
}
