:root {
  --navy: #081426;
  --navy-2: #0e2038;
  --ink: #0d1728;
  --cream: #f4eadb;
  --paper: #fbf6ed;
  --gold: #c89a45;
  --gold-light: #efd08a;
  --wood: #3a1f12;
  --white: #ffffff;
  --muted: #aeb7c5;
  --shadow: 0 28px 70px rgba(0, 0, 0, .38);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 40;
  height: 92px;
  display: grid;
  grid-template-columns: 240px 1fr auto;
  align-items: center;
  padding: 0 5.5vw;
  background: rgba(4, 8, 14, .74);
  border-bottom: 1px solid rgba(239, 208, 138, .18);
  backdrop-filter: blur(16px);
}
.brand img { width: 142px; filter: drop-shadow(0 10px 22px rgba(0,0,0,.45)); }
.main-nav { display: flex; justify-content: center; gap: clamp(22px, 3vw, 54px); }
.main-nav a, .nav-cta {
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: 14px;
  font-weight: 700;
}
.main-nav a:first-child { color: var(--gold-light); border-bottom: 2px solid var(--gold); padding-bottom: 18px; }
.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--gold-light);
  border: 1px solid rgba(239, 208, 138, .65);
  padding: 15px 24px;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.25);
}

.hero {
  position: relative;
  min-height: 860px;
  display: grid;
  align-items: end;
  padding: 158px 5.5vw 34px;
  color: var(--white);
  background-image:
    radial-gradient(circle at 73% 28%, rgba(201, 154, 69, .18), transparent 34%),
    linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.44) 36%, rgba(0,0,0,.08) 72%),
    url('texas-office-hero.jpg');
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.16), transparent 52%, rgba(0,0,0,.42));
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(650px, 48vw);
  margin-bottom: 180px;
}
.eyebrow {
  margin: 0 0 16px;
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 16px;
  font-weight: 800;
}
.eyebrow.dark { color: #9a6f2c; }
.hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(58px, 7vw, 112px);
  line-height: .92;
  letter-spacing: -.045em;
  text-shadow: 0 16px 30px rgba(0,0,0,.55);
}
.divider { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; width: min(470px, 100%); margin: 24px 0 22px; color: var(--gold-light); }
.divider span { height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.hero-copy { max-width: 560px; margin: 0 0 28px; font-family: var(--serif); font-size: clamp(20px, 2vw, 29px); line-height: 1.24; }
.button-gold {
  display: inline-flex;
  gap: 22px;
  align-items: center;
  padding: 18px 30px;
  border-radius: 5px;
  background: linear-gradient(135deg, #e7c170, #a87528);
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 800;
  box-shadow: 0 18px 32px rgba(0,0,0,.32);
}

.hero-card {
  position: absolute;
  z-index: 3;
  left: 5.5vw;
  right: 5.5vw;
  bottom: 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 26px 28px;
  border-radius: 11px;
  background: linear-gradient(135deg, rgba(8,20,38,.96), rgba(14,32,56,.92));
  border: 1px solid rgba(239, 208, 138, .22);
  box-shadow: var(--shadow);
}
.value-item { display: grid; grid-template-columns: 58px 1fr; column-gap: 18px; padding: 0 26px; border-right: 1px solid rgba(255,255,255,.18); }
.value-item:last-child { border-right: 0; }
.value-icon { grid-row: span 2; color: var(--gold-light); font-size: 46px; line-height: 1; }
.value-item strong { color: var(--gold-light); text-transform: uppercase; letter-spacing: .08em; font-size: 14px; }
.value-item p { margin: 8px 0 0; color: #eef3fa; font-size: 15px; }

.intro-section { position: relative; padding: 82px 0 76px; background: var(--paper); overflow: hidden; }
.intro-section::before { content: "★"; position: absolute; left: 2vw; top: -30px; color: rgba(8,20,38,.045); font-size: 330px; line-height: 1; }
.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 88px; align-items: start; }
.section-title h2, .centered-title, .approach-card h2, .contact-panel h2 {
  margin: 0;
  font-family: var(--serif);
  color: var(--navy);
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1.05;
  letter-spacing: -.035em;
}
.section-copy { font-size: 18px; max-width: 600px; }
.section-copy p:first-child { margin-top: 38px; }

.focus-section { padding: 86px 0 96px; background: #fffaf1; border-top: 1px solid rgba(8,20,38,.08); }
.centered { text-align: center; }
.centered-title { width: min(820px, 100%); margin: 0 auto 44px; text-align: center; }
.focus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.focus-grid article { padding: 34px; background: white; border: 1px solid rgba(8,20,38,.08); box-shadow: 0 18px 50px rgba(29, 20, 10, .08); }
.focus-grid span { color: var(--gold); font-family: var(--serif); font-size: 36px; }
.focus-grid h3 { margin: 14px 0 10px; color: var(--navy); font-family: var(--serif); font-size: 29px; }
.focus-grid p { margin: 0; color: #435069; }

.approach-section { padding: 88px 0; background: linear-gradient(135deg, #071225, #0e2038 62%, #241307); color: white; }
.approach-card { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: center; padding: 52px; border: 1px solid rgba(239,208,138,.22); background: rgba(255,255,255,.035); box-shadow: var(--shadow); }
.approach-card h2 { color: white; }
.approach-card p:last-child { font-size: 19px; color: #e4e9f2; }

.contact-section { padding: 92px 0; background: var(--paper); }
.contact-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 30px; align-items: stretch; }
.contact-panel { position: relative; overflow: hidden; padding: 44px; color: white; background: linear-gradient(135deg, var(--navy), var(--navy-2)); border-radius: 12px; box-shadow: var(--shadow); }
.contact-panel::after { content: "K"; position: absolute; right: 26px; bottom: -55px; font-family: var(--serif); font-size: 260px; font-weight: 700; color: rgba(255,255,255,.045); }
.contact-panel h2 { color: white; margin-bottom: 28px; }
.contact-line { position: relative; z-index: 2; display: grid; grid-template-columns: 34px 1fr; gap: 16px; align-items: start; margin: 18px 0; color: #eef3fa; }
.contact-line span { color: var(--gold-light); font-size: 24px; }
address { font-style: normal; }
.flag-accent { width: 104px; margin-top: 28px; border: 1px solid rgba(239,208,138,.45); box-shadow: 0 12px 26px rgba(0,0,0,.32); }
.contact-form { padding: 40px; background: white; border: 1px solid rgba(8,20,38,.08); box-shadow: 0 18px 50px rgba(29,20,10,.08); border-radius: 12px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 18px; color: var(--navy); font-weight: 800; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(8,20,38,.18); border-radius: 5px; padding: 14px 16px; font: inherit; color: var(--ink); background: #fffdf8; }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid rgba(201,154,69,.32); border-color: var(--gold); }
.contact-form button { border: 0; width: 100%; cursor: pointer; padding: 17px 22px; border-radius: 5px; background: linear-gradient(135deg, #d9aa54, #9d6b24); color: white; text-transform: uppercase; letter-spacing: .08em; font-weight: 900; font-size: 15px; }
.honeypot { display: none !important; }

.site-footer { padding: 28px 0; background: #050b15; color: #cdd5e2; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-inner img { width: 86px; opacity: .88; }
.footer-inner p { margin: 0; font-size: 14px; }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: 170px 1fr; height: auto; padding: 16px 22px; gap: 12px; }
  .brand img { width: 116px; }
  .main-nav { justify-content: flex-end; gap: 16px; flex-wrap: wrap; }
  .nav-cta { display: none; }
  .hero { min-height: 900px; padding: 124px 24px 28px; }
  .hero-content { width: 100%; margin-bottom: 330px; }
  .hero-card { grid-template-columns: repeat(2, 1fr); left: 24px; right: 24px; }
  .value-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); padding: 18px; }
  .value-item:nth-last-child(-n+2) { border-bottom: 0; }
  .split, .approach-card, .contact-layout { grid-template-columns: 1fr; gap: 34px; }
  .section-copy p:first-child { margin-top: 0; }
}

@media (max-width: 680px) {
  .main-nav { display: none; }
  .site-header { grid-template-columns: 1fr; }
  .hero { min-height: 980px; background-position: 60% center; }
  .hero h1 { font-size: 52px; }
  .hero-copy { font-size: 20px; }
  .hero-card { grid-template-columns: 1fr; padding: 14px; }
  .value-item, .value-item:nth-last-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.15); }
  .value-item:last-child { border-bottom: 0; }
  .focus-grid { grid-template-columns: 1fr; }
  .contact-form, .contact-panel, .approach-card { padding: 28px; }
  .footer-inner { display: grid; justify-items: start; }
}
