:root { --navy:#1D2D3F; --gold:#B69E6F; --white:#fff; --paper:#f6f4f0; --ink:#1D2D3F; }
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--white); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
header.site { display: flex; align-items: center; justify-content: space-between; padding: 12px 36px; background: var(--white); border-bottom: 1px solid var(--gold); position: sticky; top: 0; z-index: 20; }
header.site .logo { height: 132px; width: auto; }
nav a { margin-left: 28px; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--navy); }
nav a.active { border-bottom: 2px solid var(--gold); padding-bottom: 4px; }
.hero { position: relative; min-height: 86vh; display: flex; align-items: center; color: var(--white); background: #0b1218 center/cover no-repeat url("home-assets/hero.jpg"); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(29,45,63,.78) 0%, rgba(29,45,63,.42) 55%, rgba(29,45,63,.22) 100%); }
.hero-inner { position: relative; max-width: 760px; padding: 72px 48px; }
.hero h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(40px, 6vw, 72px); line-height: 1.05; letter-spacing: .04em; margin: 0 0 18px; font-weight: 600; }
.hero .sub { font-family: Georgia, serif; font-size: 22px; color: var(--gold); margin: 0 0 18px; }
.hero p { max-width: 560px; font-size: 16px; color: #e9e4db; }
.cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin: 28px 0 18px; }
.btn { display: inline-block; padding: 14px 22px; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; border-radius: 4px; }
.btn-solid { background: var(--gold); color: var(--navy); }
.btn-ghost { border: 1px solid var(--gold); color: var(--white); }
.eyebrow { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }
section { padding: 88px 48px; }
.wrap { max-width: 1180px; margin: 0 auto; }
h2 { font-family: Georgia, serif; font-size: clamp(28px, 4vw, 46px); line-height: 1.15; margin: 0 0 22px; font-weight: 600; }
.lead { font-size: 18px; max-width: 720px; }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 40px; }
.card { background: var(--paper); padding: 28px 24px 32px; min-height: 240px; }
.card h3 { font-family: Georgia, serif; font-size: 22px; margin: 14px 0 6px; }
.card .tag { color: var(--gold); font-style: italic; margin: 0 0 10px; }
.card p { margin: 0; font-size: 15px; color: #3a4652; }
.text-link { display: inline-block; margin-top: 28px; letter-spacing: .08em; text-transform: uppercase; font-size: 13px; color: var(--navy); border-bottom: 1px solid var(--gold); padding-bottom: 4px; }
.split { display: grid; grid-template-columns: 1.05fr 1fr; min-height: 560px; padding: 0; }
.split img { width: 100%; height: 100%; object-fit: cover; min-height: 480px; }
.split-copy { padding: 72px 48px; display: flex; flex-direction: column; justify-content: center; background: var(--white); }
.points { list-style: none; padding: 0; margin: 28px 0 0; }
.points li { padding: 16px 0; border-top: 1px solid #e6e0d4; }
.points strong { display: block; font-family: Georgia, serif; font-size: 18px; margin-bottom: 4px; }
.navy { background: var(--navy); color: var(--white); }
.navy .text-link { color: var(--gold); border-color: var(--gold); }
.ai { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.ai img { width: 100%; object-fit: cover; }
.panels { display: grid; grid-template-columns: 1fr 1fr; padding: 0; }
.panel { position: relative; min-height: 460px; color: var(--white); display: flex; align-items: flex-end; background-size: cover; background-position: center; }
.panel::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(29,45,63,.82), rgba(29,45,63,.15)); }
.panel-inner { position: relative; padding: 40px; }
.panel h2 { font-size: 32px; }
.philosophy { text-align: center; padding: 120px 48px; }
.philosophy p { max-width: 640px; margin: 12px auto; font-size: 18px; }
.final { text-align: center; padding: 100px 48px; }
.final h2 { color: var(--white); }
.final p { color: #d9d0c3; font-size: 20px; font-family: Georgia, serif; }
footer.site { background: var(--navy); color: var(--white); padding: 22px 16px; font-size: 13px; }
footer.site .wrap { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; max-width: 1100px; }
footer.site .col { padding: 8px 16px; border-left: 1px solid var(--gold); display: flex; align-items: center; }
footer.site .col:first-child { border-left: 0; }
footer.site a { color: var(--white); }
.reveal { opacity: 0; transform: translateY(16px); animation: up .8s ease forwards; }
@keyframes up { to { opacity: 1; transform: none; } }
@media (max-width: 900px) {
  header.site { flex-direction: column; gap: 8px; }
  .cards, .cards.three, .split, .ai, .panels, .who-photos, .statement-row, .contact-layout, .area-names, footer.site .wrap { grid-template-columns: 1fr; }
  section, .hero-inner, .split-copy, .contact-pane { padding: 40px 22px; }
  footer.site .col { border-left: 0; border-top: 1px solid var(--gold); }
}

/* Shared hover — resting look unchanged */
nav a:hover { border-bottom: 2px solid var(--gold); padding-bottom: 4px; }
.btn-solid:hover { background: #c4af82; }
.btn-ghost:hover { background: rgba(182,158,111,.15); }
.text-link:hover { color: var(--gold); }

/* Inner-page heroes (same .hero treatment, different stills) */
.hero.solutions { background-image: url("page-assets/solutions-hero.jpg"); }
.hero.about { background-image: url("page-assets/about-hero.jpg"); }
.hero.contact { background-image: url("page-assets/contact-hero.jpg"); }

.tag { color: var(--gold); font-style: italic; margin: 0 0 10px; }
.split-copy h3 { font-family: Georgia, serif; font-size: 22px; margin: 0 0 8px; font-weight: 600; }
.split.navy .split-copy { background: var(--navy); color: var(--white); }
.split.navy .split-copy p { color: #e9e4db; }
.navy .tag { color: var(--gold); }

.cards.three { grid-template-columns: repeat(3, 1fr); }

.who-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 40px; }
.who-photos img { width: 100%; height: 420px; object-fit: cover; }

.statement-row { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0; }
.statement-row article { padding: 88px 36px; text-align: center; background: var(--navy); color: var(--white); border-left: 1px solid var(--gold); }
.statement-row article:first-child { border-left: 0; }
.statement-row h2 { color: var(--white); margin-bottom: 12px; }
.statement-row p { margin: 0; color: #d9d0c3; }

.contact-layout { display: grid; grid-template-columns: 1.05fr 1fr; min-height: 640px; padding: 0; }
.contact-layout > img { width: 100%; height: 100%; object-fit: cover; min-height: 480px; }
.contact-pane { padding: 72px 48px; display: flex; flex-direction: column; justify-content: center; background: var(--white); }
.contact-pane .stack-links { margin: 8px 0 20px; }
.contact-pane .stack-links a { display: block; margin: 8px 0; }
.contact-pane .stack-links a:hover { color: var(--gold); }

.contact-form label { display: block; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; margin: 16px 0 6px; color: var(--navy); }
.contact-form input,
.contact-form select,
.contact-form textarea { width: 100%; padding: 12px 14px; border: 1px solid #d6d0c6; border-radius: 4px; font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: var(--ink); background: var(--white); }
.contact-form textarea { min-height: 120px; resize: vertical; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { outline: none; border-color: var(--gold); }
.contact-form button.btn { margin-top: 22px; border: 0; cursor: pointer; font-family: Arial, Helvetica, sans-serif; }

.card a { border-bottom: 1px solid var(--gold); padding-bottom: 2px; }
.card a:hover { color: var(--gold); }

.area-names { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 32px; text-align: center; }
.area-names h3 { font-family: Georgia, serif; font-size: clamp(22px, 3vw, 32px); margin: 0; font-weight: 600; }

@media (min-width: 901px) {
  .split.reverse img { order: 2; }
  .split.reverse .split-copy { order: 1; }
}
@media (max-width: 900px) {
  .cards.three, .who-photos, .statement-row, .contact-layout, .area-names { grid-template-columns: 1fr; }
  .statement-row article { border-left: 0; border-top: 1px solid var(--gold); padding: 40px 22px; }
  .statement-row article:first-child { border-top: 0; }
  .contact-pane { padding: 40px 22px; }
  .who-photos img { height: 280px; }
}

