:root {
  --ink: #12213a;
  --deep: #041936;
  --green: #082854;
  --teal: #2365a5;
  --gold: #97bce4;
  --cream: #eaf2fb;
  --paper: #f8fbff;
  --line: rgba(18, 33, 58, .14);
  --shadow: 0 18px 50px rgba(4, 25, 54, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: white; color: var(--ink); }
.skip-link:focus { top: 1rem; }
.site-header { height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.25rem, 5vw, 5rem); background: rgba(4, 25, 54, .97); color: white; position: absolute; inset: 0 0 auto; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: .9rem; text-decoration: none; }
.brand-mark { display: inline-grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(151, 188, 228, .82); color: var(--gold); font-family: Georgia, serif; font-size: 1.1rem; letter-spacing: .08em; }
.brand-copy { display: grid; line-height: 1.2; }
.brand-copy strong { font-family: Georgia, serif; font-size: 1.02rem; font-weight: 500; }
.brand-copy small { margin-top: .28rem; font-size: .67rem; letter-spacing: .16em; color: rgba(255,255,255,.68); }
nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.5vw, 2.2rem); }
nav a { font-size: .86rem; text-decoration: none; color: rgba(255,255,255,.82); }
nav a:hover, nav a:focus-visible { color: white; }
.nav-cta { border: 1px solid var(--gold); padding: .62rem 1rem; color: white; }
.hero { min-height: 740px; position: relative; display: grid; align-items: center; overflow: hidden; color: white; background: var(--deep); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(3,20,49,.97) 0%, rgba(4,28,65,.86) 42%, rgba(6,38,83,.28) 75%, rgba(4,25,54,.12) 100%), linear-gradient(0deg, rgba(3,20,49,.46), transparent 40%); }
.hero-content { position: relative; z-index: 2; width: min(760px, calc(100% - 2.5rem)); margin: 84px 0 0 clamp(1.25rem, 8vw, 8rem); padding: 4.5rem 0; }
.eyebrow { margin: 0 0 1rem; color: var(--gold); font-size: .74rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.dark { color: var(--teal); }
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; margin: 0; font-weight: 400; line-height: 1.08; }
h1 { max-width: 760px; font-size: clamp(3.1rem, 6.8vw, 6.3rem); letter-spacing: -.045em; }
h1 em { color: var(--gold); font-weight: 400; }
.hero-lede { max-width: 620px; margin: 1.8rem 0 2rem; font-size: clamp(1rem, 1.5vw, 1.18rem); color: rgba(255,255,255,.78); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .75rem 1.25rem; text-decoration: none; font-size: .88rem; font-weight: 700; letter-spacing: .02em; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--deep); }
.button-secondary { border: 1px solid rgba(255,255,255,.42); color: white; }
.trust-row { display: flex; flex-wrap: wrap; gap: 1.4rem; margin-top: 2.5rem; color: rgba(255,255,255,.62); font-size: .77rem; text-transform: uppercase; letter-spacing: .1em; }
.trust-row span:not(:last-child)::after { content: ''; display: inline-block; width: 3px; height: 3px; margin-left: 1.4rem; border-radius: 50%; vertical-align: middle; background: var(--gold); }
.section-shell { width: min(1180px, calc(100% - 2.5rem)); margin-inline: auto; }
.intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 8vw, 8rem); align-items: end; padding-block: clamp(5rem, 9vw, 8rem); border-bottom: 1px solid var(--line); }
.intro h2, .section-heading h2 { font-size: clamp(2.6rem, 4.8vw, 4.7rem); letter-spacing: -.035em; }
.intro > p { margin: 0 0 .4rem; font-size: 1.08rem; color: #52627a; }
.services { padding-block: clamp(5rem, 8vw, 7.5rem); }
.section-heading { max-width: 700px; margin-bottom: 3rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.service-card { min-height: 350px; display: flex; flex-direction: column; padding: clamp(1.6rem, 3vw, 2.6rem); border-right: 1px solid var(--line); background: var(--paper); }
.service-card:last-child { border-right: 0; }
.service-card.featured { background: var(--cream); }
.number { color: var(--teal); font-size: .73rem; letter-spacing: .18em; }
.service-card h3 { margin: 3.5rem 0 1rem; font-size: 2rem; }
.service-card p { margin: 0; color: #58677d; }
.service-card a { margin-top: auto; padding-top: 2rem; color: var(--teal); font-size: .85rem; font-weight: 700; text-decoration: none; }
.about { background: var(--green); color: white; }
.about-panel { display: grid; grid-template-columns: .78fr 1.22fr; align-items: stretch; min-height: 620px; }
.about-monogram { display: grid; place-items: center; min-height: 420px; background: linear-gradient(145deg, #8ebbea, #28669f); overflow: hidden; }
.about-monogram span { color: rgba(4,25,54,.94); font-family: Georgia, serif; font-size: clamp(7rem, 18vw, 14rem); letter-spacing: -.09em; transform: translateX(-.07em); }
.about-copy { align-self: center; padding: clamp(3rem, 7vw, 7rem); }
.about-copy h2 { max-width: 680px; font-size: clamp(2.5rem, 4vw, 4.2rem); letter-spacing: -.03em; }
.about-copy > p:not(.eyebrow):not(.spanish) { max-width: 650px; margin: 1.8rem 0 0; color: rgba(255,255,255,.72); }
.spanish { color: var(--gold); font-weight: 700; }
.text-link { display: inline-block; margin-top: 1rem; color: white; text-decoration: none; border-bottom: 1px solid rgba(151,188,228,.68); }
.areas { padding-block: clamp(5rem, 8vw, 7.5rem); }
.area-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 4rem; padding-top: 2.5rem; border-top: 1px solid var(--line); }
.area-layout > p { margin: 0; color: #627087; }
.area-layout ul { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin: 0; padding: 0; }
.area-layout li { padding: .8rem 0; border-bottom: 1px solid var(--line); font-family: Georgia, serif; font-size: 1.55rem; }
.contact { margin-bottom: 2.5rem; padding: clamp(2.2rem, 5vw, 4.5rem); background: var(--deep); color: white; display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.contact h2 { max-width: 700px; font-size: clamp(2.4rem, 4vw, 4rem); }
.contact-actions { min-width: 245px; display: grid; gap: 1rem; text-align: center; }
.button-light { background: white; color: var(--deep); }
.contact-email { font-size: .78rem; color: rgba(255,255,255,.7); }
.site-footer { width: min(1180px, calc(100% - 2.5rem)); margin: auto; display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; padding: 2.5rem 0 1.5rem; border-top: 1px solid var(--line); }
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-brand .brand-mark { color: var(--teal); border-color: var(--teal); }
.footer-brand div { display: grid; line-height: 1.4; }
.footer-brand span { color: #6d798c; font-size: .78rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1.5rem; font-size: .75rem; }
.copyright { grid-column: 1 / -1; margin: 0; padding-top: 1rem; border-top: 1px solid var(--line); color: #798498; font-size: .72rem; }

@media (max-width: 820px) {
  .site-header { height: 72px; }
  .brand-copy small { display: none; }
  nav a:not(.nav-cta) { display: none; }
  .hero { min-height: 720px; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,20,49,.95), rgba(4,28,65,.54)), linear-gradient(0deg, rgba(3,20,49,.76), transparent); }
  .hero-content { margin: 72px auto 0; }
  .intro, .area-layout, .about-panel { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 290px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card:last-child { border-bottom: 0; }
  .about-panel { width: 100%; }
  .about-monogram { min-height: 330px; }
  .area-layout { gap: 2rem; }
  .contact { align-items: flex-start; flex-direction: column; }
  .contact-actions { width: 100%; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 520px) {
  .brand-copy strong { font-size: .86rem; }
  .nav-cta { padding: .5rem .72rem; font-size: .77rem; }
  .hero { min-height: 700px; }
  h1 { font-size: clamp(2.7rem, 14vw, 4rem); }
  .hero-actions .button { width: 100%; }
  .trust-row { gap: .7rem 1rem; }
  .trust-row span::after { display: none !important; }
  .area-layout ul { grid-template-columns: 1fr; }
  .footer-brand { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
