:root {
  --navy: #09283f;
  --navy-dark: #051a2b;
  --gold: #c9a45c;
  --cream: #f7f6f1;
  --text: #183247;
  --muted: #71808c;
  --border: #e3e8eb;
  --shadow: 0 18px 45px rgba(5, 26, 43, .14);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { color: var(--text); background: #fff; font-family: "Segoe UI", Arial, sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(1140px, 92%); margin: auto; }

.site-header { position: sticky; top: 0; z-index: 10; background-color: #000000; border-bottom: 1px solid var(--gold); }
.header-container { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.logo { display: flex; align-items: center; gap: 10px; }
.logo-jm { color: var(--gold); font: 900 2rem Georgia, serif; line-height: 1; letter-spacing: -.08em; }
.logo-text { display: grid; line-height: 1; letter-spacing: .12em; }
.logo-text strong { color: #fff; font-size: .92rem; }
.logo-text small { color: var(--gold); font-size: .56rem; font-weight: 800; letter-spacing: .2em; margin-top: 4px; }
.menu { display: flex; gap: 28px; margin-left: auto; }
.menu a { color: #e6e6e6; font-size: .9rem; font-weight: 700; }
.menu a:hover, .menu a.active { color: var(--gold); }
.menu-dropdown { position: relative; }
.dropdown-toggle { display: inline-flex; align-items: center; gap: 7px; border: 0; background: transparent; color: #e6e6e6; font-size: .9rem; font-weight: 700; padding: 0; }
.dropdown-toggle i { color: var(--gold); font-size: .65rem; transition: transform .2s; }
.menu-dropdown:hover .dropdown-toggle,
.menu-dropdown:focus-within .dropdown-toggle,
.dropdown-toggle[aria-expanded="true"] { color: var(--gold); }
.dropdown-toggle[aria-expanded="true"] i { transform: rotate(180deg); }
.dropdown-menu { position: absolute; top: calc(100% + 16px); left: 50%; display: grid; min-width: 190px; visibility: hidden; opacity: 0; transform: translate(-50%, -8px); background: #0a0a0a; border: 1px solid var(--gold); border-radius: 5px; box-shadow: 0 14px 30px rgba(0,0,0,.4); padding: 8px; transition: opacity .2s, transform .2s, visibility .2s; }
.dropdown-menu::before { content: ""; position: absolute; top: -6px; left: 50%; width: 10px; height: 10px; background: #0a0a0a; border-top: 1px solid var(--gold); border-left: 1px solid var(--gold); transform: translateX(-50%) rotate(45deg); }
.dropdown-menu a { position: relative; z-index: 1; display: block; border-radius: 3px; padding: 9px 12px; white-space: nowrap; }
.dropdown-menu a:hover, .dropdown-menu a:focus { background: rgba(201,164,92,.14); color: var(--gold); }
.menu-dropdown:hover .dropdown-menu,
.menu-dropdown:focus-within .dropdown-menu,
.menu-dropdown.is-open .dropdown-menu { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.creci-header { color: #000; background: var(--gold); border-left: 0; border-radius: 4px; font-size: .77rem; font-weight: 800; padding: 5px 10px; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--navy); font-size: 1.5rem; margin-left: auto; }

.hero { min-height: 600px; position: relative; display: flex; align-items: center; color: #fff; background: #000000 !important; padding-top: 0 !important; margin-top: 0 !important; padding-right: 0; padding-bottom: 40px; padding-left: 0; }
.hero-overlay { position: absolute; inset: 0; background: transparent; }
.hero-content { position: relative; z-index: 1; width: min(1140px, 92%); margin-left: auto; margin-right: auto; padding: 95px 0 110px; }
.hero-logo-img { display: block; width: min(460px, 82vw); max-width: 460px; height: auto; margin: 0 auto 35px; }
.search-container { display: grid; grid-template-columns: 1.3fr 1fr 1.1fr auto; gap: 8px; align-items: end; max-width: 930px; background: #fff; border-radius: 7px; box-shadow: var(--shadow); margin: 0 auto; padding: 10px; }
.form-group { padding: 5px 13px; border-right: 1px solid var(--border); }
.form-group label { display: block; color: #81909b; font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.form-group select, .form-group input { width: 100%; border: 0; outline: 0; color: var(--text); background: transparent; padding-top: 4px; }
.btn-search, .btn { border: 0; border-radius: 5px; background: var(--gold); color: var(--navy-dark); font-weight: 900; padding: 14px 20px; transition: .2s; }
.btn-search:hover, .btn:hover { background: #dfbd76; transform: translateY(-2px); }

.services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; position: relative; margin-top: -40px; background: var(--border); box-shadow: 0 10px 35px rgba(9,40,63,.12); }
.service-box { min-height: 145px; display: grid; place-content: center; gap: 4px; background: #fff; text-align: center; transition: .2s; }
.service-box:hover { background: var(--cream); transform: translateY(-3px); }
.service-box i { color: var(--gold); font-size: 1.55rem; margin-bottom: 5px; }
.service-box h2 { color: var(--navy); font-size: .9rem; text-transform: uppercase; }
.service-box p { color: var(--muted); font-size: .78rem; }

.section { padding: 90px 0; }
.evaluation { background: #0a0a0a; color: #fff; }
.evaluation-content { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.eyebrow { color: var(--gold); font-size: .73rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.evaluation h2, .contact h2 { max-width: 650px; font: 700 clamp(2rem,4vw,3rem)/1.1 Georgia,serif; margin: 8px 0 14px; }
.evaluation p:not(.eyebrow) { color: #f1f1f1; max-width: 530px; }
.contact { background: #fff; }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 80px; }
.contact h2 { color: var(--navy); }
.contact-grid > div > p:last-child { color: var(--muted); max-width: 530px; }
.contact-card { display: grid; gap: 15px; border-left: 3px solid var(--gold); background: var(--cream); padding: 28px; }
.contact-card p { color: var(--navy); font-weight: 700; }
.contact-card i { color: #1d9b62; font-size: 1.2rem; margin-right: 8px; }
.contact-card .btn { justify-self: start; margin-top: 8px; }

.footer { background: #0a0a0a; color: #d9e5eb; padding-top: 48px; }
.footer-container { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 35px; padding-bottom: 42px; }
.logo-light .logo-text strong { color: #fff; }
.footer strong { color: #fff; display: block; margin-bottom: 9px; }
.footer p { color: #a7b9c5; font-size: .9rem; }
.copyright { background: #0a0a0a; border-top: 1px solid rgba(255,255,255,.1); color: #9eb0bc; font-size: .78rem; padding: 17px 4%; text-align: center; }

@media (max-width: 850px) {
  .menu-toggle { display: block; }
  .menu { display: none; position: absolute; top: 82px; left: 0; right: 0; flex-direction: column; gap: 0; background: #000; border-bottom: 1px solid var(--gold); padding: 12px 4%; }
  .menu.open { display: flex; }
  .menu a { padding: 10px 0; }
  .menu-dropdown { width: 100%; }
  .dropdown-toggle { justify-content: space-between; width: 100%; padding: 10px 0; }
  .dropdown-menu { position: static; min-width: 0; visibility: hidden; max-height: 0; overflow: hidden; opacity: 0; transform: none; border: 0; border-left: 1px solid var(--gold); border-radius: 0; box-shadow: none; padding: 0 0 0 12px; transition: max-height .2s, opacity .2s, visibility .2s, padding .2s; }
  .dropdown-menu::before { display: none; }
  .menu-dropdown:hover .dropdown-menu,
  .menu-dropdown:focus-within .dropdown-menu,
  .menu-dropdown.is-open .dropdown-menu { visibility: visible; max-height: 180px; opacity: 1; transform: none; padding-top: 3px; padding-bottom: 5px; }
  .dropdown-menu a { padding: 8px 12px; }
  .creci-header { display: none; }
  .search-container { grid-template-columns: 1fr 1fr; }
  .form-group { border-right: 0; border-bottom: 1px solid var(--border); }
  .location-field { grid-column: 1 / -1; }
  .btn-search { grid-column: 1 / -1; }
  .contact-grid { grid-template-columns: 1fr; gap: 35px; }
}
@media (max-width: 560px) {
  .hero { min-height: 520px; }
  .hero-content { padding: 55px 0 80px; }
  .hero-logo-img { width: min(360px, 86vw); max-width: 360px; }
  .search-container, .services { grid-template-columns: 1fr; }
  .location-field { grid-column: auto; }
  .services { margin-top: 0; }
  .service-box { min-height: 105px; }
  .evaluation-content, .footer-container { display: grid; grid-template-columns: 1fr; }
  .section { padding: 65px 0; }
}
