:root {
  --navy: #0d3f68;
  --deep-navy: #082b49;
  --blue: #165b91;
  --gold: #b68a3a;
  --ink: #191d21;
  --muted: #5d6872;
  --mist: #eef3f6;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", sans-serif; }
a { color: inherit; }
.site-header { height: 148px; max-width: 1240px; margin: auto; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 400px; height: 150px; object-fit: cover; object-position: center; }
nav { display: flex; gap: 32px; margin-left: auto; }
nav a { font-size: .92rem; font-weight: 600; text-decoration: none; }
nav a:hover { color: var(--blue); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 26px; border: 1px solid var(--navy); background: var(--navy); color: var(--white); font-weight: 700; text-decoration: none; transition: .2s ease; }
.button:hover { background: var(--deep-navy); transform: translateY(-2px); }
.button-small { min-height: 43px; padding: 0 19px; font-size: .9rem; }
.hero { position: relative; overflow: hidden; min-height: 660px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; padding: 90px max(6vw, 32px); color: var(--white); background: linear-gradient(112deg, rgba(6,35,59,.98) 0%, rgba(10,54,88,.96) 55%, rgba(18,80,124,.9) 100%); }
.hero::after { content: ""; position: absolute; width: 640px; height: 640px; right: -170px; top: -250px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 65px rgba(255,255,255,.025), 0 0 0 130px rgba(255,255,255,.02); }
.hero-copy, .hero-art { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 18px; color: var(--gold); font-size: .77rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2 { font-family: "Libre Baskerville", serif; }
h1 { max-width: 740px; margin: 0; font-size: clamp(3rem, 6.1vw, 5.8rem); line-height: 1.03; letter-spacing: -.055em; }
h1 em { color: #cda85e; font-weight: 400; }
.hero-text { max-width: 620px; margin: 30px 0; color: #dbe7ef; font-size: 1.18rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.hero .button { color: var(--deep-navy); background: var(--white); border-color: var(--white); }
.hero .button:hover { background: #edf3f6; }
.text-link { color: var(--white); font-weight: 700; text-decoration: none; }
.text-link span { margin-left: 8px; color: var(--gold); }
.route-card { max-width: 430px; margin-left: auto; padding: 38px; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.075); backdrop-filter: blur(10px); }
.route-label { display: block; margin-bottom: 16px; color: #d6b776; font-size: .75rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.route-card strong { display: block; font-family: "Libre Baskerville", serif; font-size: 1.85rem; line-height: 1.4; }
.route-line { display: flex; align-items: center; margin: 42px 0 10px; }
.route-line span { width: 13px; height: 13px; border: 3px solid white; border-radius: 50%; }
.route-line i { flex: 1; height: 1px; margin: 0 8px; background: linear-gradient(90deg, var(--gold), var(--white)); }
.route-cities { display: flex; justify-content: space-between; color: #cadbe7; }
.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1180px; margin: -42px auto 0; position: relative; z-index: 2; background: var(--white); box-shadow: 0 18px 50px rgba(4,35,59,.12); }
.trust-strip div { padding: 28px 32px; border-right: 1px solid #dce4e9; }
.trust-strip div:last-child { border: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { color: var(--navy); margin-bottom: 5px; }
.trust-strip span { color: var(--muted); font-size: .88rem; }
.section { max-width: 1180px; margin: auto; padding: 120px 30px; }
.section-heading { display: grid; grid-template-columns: .65fr 1.35fr; align-items: start; gap: 50px; margin-bottom: 62px; }
h2 { margin: 0; color: var(--deep-navy); font-size: clamp(2.3rem, 4vw, 4rem); line-height: 1.17; letter-spacing: -.035em; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cad5dc; }
.service-grid article { padding: 34px 34px 15px 0; }
.service-grid article + article { padding-left: 34px; border-left: 1px solid #cad5dc; }
.service-number { color: var(--gold); font-size: .78rem; font-weight: 700; letter-spacing: .12em; }
h3 { margin: 24px 0 14px; color: var(--deep-navy); font-family: "Libre Baskerville", serif; font-size: 1.45rem; }
.service-grid p, .about-copy > p { color: var(--muted); font-size: 1rem; line-height: 1.75; }
.about { max-width: none; display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; align-items: center; padding-left: max(7vw, 32px); padding-right: max(7vw, 32px); background: var(--mist); }
.about-mark { min-height: 430px; position: relative; overflow: hidden; background: linear-gradient(145deg, var(--deep-navy), var(--blue)); }
.about-mark span { position: absolute; left: -10%; width: 120%; height: 62px; border-radius: 50%; border-top: 7px solid rgba(255,255,255,.88); transform: rotate(-7deg); }
.about-mark span:nth-child(1) { top: 34%; }
.about-mark span:nth-child(2) { top: 47%; left: 5%; }
.about-mark span:nth-child(3) { top: 60%; left: 22%; width: 70%; }
.about-copy > p { max-width: 670px; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; padding-top: 28px; border-top: 1px solid #c8d4dc; }
.values strong, .values span { display: block; }
.values strong { color: var(--navy); font-size: .9rem; }
.values span { margin-top: 5px; color: var(--muted); font-size: .82rem; }
.contact { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: center; padding: 95px max(7vw, 32px); color: white; background: var(--deep-navy); }
.contact h2 { color: white; }
.contact > div > p:not(.eyebrow) { max-width: 650px; color: #cbdbe6; font-size: 1.08rem; line-height: 1.7; }
.light { color: #d3b268; }
.contact-card { padding: 32px; border-left: 3px solid var(--gold); background: rgba(255,255,255,.07); }
.contact-card span, .contact-card strong { display: block; }
.contact-card span { color: #c9dae6; font-size: .84rem; }
.contact-card strong { margin: 8px 0 18px; font-family: "Libre Baskerville", serif; font-size: 1.35rem; }
.contact-card p { margin: 0; color: #c9dae6; line-height: 1.6; }
.contact-card .contact-label { margin-bottom: 5px; color: #d8b86f; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.phone-link { display: inline-block; margin-bottom: 16px; color: white; font-family: "Libre Baskerville", serif; font-size: 1.65rem; font-weight: 700; text-decoration-color: var(--gold); text-underline-offset: 6px; }
.phone-link:hover { color: #e2c98f; }
.office-phone-link { display: inline-block; margin-bottom: 16px; color: white; font-size: 1.05rem; font-weight: 600; text-decoration-color: var(--gold); text-underline-offset: 4px; }
.office-phone-link:hover { color: #e2c98f; }
.email-link { display: inline-block; max-width: 100%; margin-bottom: 22px; color: white; font-size: 1rem; font-weight: 600; overflow-wrap: anywhere; text-decoration-color: var(--gold); text-underline-offset: 4px; }
.email-link:hover { color: #e2c98f; }
.contact-card .authority-numbers { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.16); color: #c9dae6; font-size: .86rem; letter-spacing: .04em; }
.authority-numbers i { margin: 0 6px; color: var(--gold); font-style: normal; }
footer { max-width: 1240px; margin: auto; padding: 38px 32px; display: flex; align-items: center; gap: 28px; color: var(--muted); font-size: .84rem; }
footer img { width: 142px; height: 58px; object-fit: cover; object-position: center; }
footer p { margin-right: auto; }

@media (max-width: 850px) {
  .site-header { height: 112px; padding: 0 20px; }
  .brand img { width: 250px; height: 94px; }
  nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 55px; padding: 78px 24px 100px; }
  .route-card { margin: 0; }
  .trust-strip { grid-template-columns: 1fr; margin: -30px 20px 0; }
  .trust-strip div { border-right: 0; border-bottom: 1px solid #dce4e9; }
  .section-heading, .service-grid, .about, .contact { grid-template-columns: 1fr; }
  .section { padding: 90px 24px; }
  .service-grid article, .service-grid article + article { padding: 30px 0; border-left: 0; border-bottom: 1px solid #cad5dc; }
  .about { gap: 55px; }
  .about-mark { min-height: 300px; }
  .values { grid-template-columns: 1fr; gap: 22px; }
  .contact { gap: 45px; padding: 78px 24px; }
  footer { flex-wrap: wrap; padding: 30px 24px; }
  footer p { width: calc(100% - 175px); margin: 0; }
  footer > span { width: 100%; }
}

@media (max-width: 520px) {
  .button-small { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .route-card { padding: 28px; }
  .route-card strong { font-size: 1.45rem; }
}
