:root {
  --navy: #092b43;
  --navy-deep: #041a29;
  --teal: #087d91;
  --teal-bright: #13a3b8;
  --gold: #c7a35a;
  --ink: #203849;
  --muted: #627887;
  --light: #f2f7f8;
  --white: #fff;
  --border: #d8e4e8;
  --shadow: 0 24px 60px rgba(5, 38, 58, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--white); color: var(--ink); font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.65; margin: 0; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { margin: auto; width: min(1220px, 92%); }
.skip-link { background: var(--gold); color: var(--navy); font-weight: 800; left: 16px; padding: 10px 14px; position: fixed; top: -60px; z-index: 1000; }
.skip-link:focus { top: 12px; }

.topbar { background: var(--navy-deep); border-bottom: 1px solid rgba(255,255,255,.08); color: #c9d6de; font-size: .82rem; letter-spacing: .01em; }
.topbar .container { align-items: center; display: flex; min-height: 40px; }
.topbar .info { display: flex; flex-wrap: wrap; }
.topbar .info span { align-items: center; border-right: 1px solid rgba(255,255,255,.1); display: flex; padding: 0 18px; }
.topbar .info span:first-child { padding-left: 0; }
.topbar .info span:last-child { border-right: 0; }
.topbar a:hover { color: #fff; }

.header { backdrop-filter: blur(14px); background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(8,28,51,.08); box-shadow: 0 8px 28px rgba(6,35,56,.05); position: sticky; top: 0; z-index: 50; }
.nav { align-items: center; display: flex; gap: 32px; justify-content: space-between; min-height: 94px; }
.brand { align-items: center; display: flex; gap: 15px; max-width: 410px; }
.brand > div { min-width: 0; }
.brand img { height: auto; object-fit: contain; width: 74px; }
.brand strong { color: var(--navy); display: block; font-size: .86rem; letter-spacing: .065em; line-height: 1.25; }
.brand span { color: var(--muted); display: block; font-size: .71rem; line-height: 1.3; margin-top: 4px; }
.menu { align-items: center; color: #354c5d; display: flex; font-size: .89rem; font-weight: 700; gap: 23px; }
.menu a { padding: 36px 0; position: relative; }
.menu a::after { background: var(--teal); border-radius: 2px; bottom: 26px; content: ""; height: 2px; left: 0; position: absolute; right: 100%; transition: .25s; }
.menu a:hover, .menu a.active { color: var(--navy); }
.menu a:hover::after, .menu a.active::after { right: 0; }
.nav-toggle { background: var(--navy); border: 0; border-radius: 8px; color: white; display: none; padding: 9px 12px; }

.page-hero { background: var(--navy); color: #fff; overflow: hidden; padding: 98px 0 104px; position: relative; }
.page-hero::before { background: radial-gradient(circle, rgba(19,163,184,.2) 0, rgba(19,163,184,0) 68%); content: ""; height: 680px; position: absolute; right: -120px; top: -330px; width: 680px; }
.page-hero::after { border: 1px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; height: 410px; position: absolute; right: 7%; top: -245px; width: 410px; }
.hero-grid { align-items: end; display: grid; gap: 96px; grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr); position: relative; z-index: 1; }
.breadcrumb { align-items: center; color: #a9c3d0; display: flex; font-size: .72rem; font-weight: 750; gap: 9px; letter-spacing: .13em; margin-bottom: 27px; text-transform: uppercase; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span { color: var(--teal-bright); }
.eyebrow { color: var(--teal); display: inline-block; font-size: .75rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.page-hero .eyebrow { color: #77d7e3; }
.page-hero h1 { font-family: Cambria, Georgia, "Times New Roman", serif; font-size: clamp(2.8rem, 5.2vw, 5rem); letter-spacing: -.055em; line-height: .99; margin: 14px 0 24px; max-width: 780px; }
.page-hero .hero-copy > p { color: #c4d4dc; font-size: 1.08rem; line-height: 1.75; margin: 0; max-width: 720px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 27px; margin-top: 34px; }
.btn { align-items: center; background: linear-gradient(135deg, #0b91a8, #08768a); border: 0; border-radius: 8px; color: #fff; cursor: pointer; display: inline-flex; font: inherit; font-weight: 750; gap: 12px; justify-content: center; padding: 14px 22px; transition: box-shadow .2s, transform .2s; }
.btn:hover { box-shadow: 0 12px 28px rgba(11,145,168,.28); transform: translateY(-2px); }
.text-link { align-items: center; color: #fff; display: inline-flex; font-size: .95rem; font-weight: 700; gap: 9px; }
.link-icon { align-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; display: inline-flex; height: 34px; justify-content: center; width: 34px; }
.hero-note { background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.14); border-radius: 14px; box-shadow: 0 24px 70px rgba(0,0,0,.16); padding: 29px 30px; }
.hero-note-kicker { color: #79dbe5; font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-note > p { color: #d5e1e6; font-family: Cambria, Georgia, serif; font-size: 1.15rem; line-height: 1.55; margin: 12px 0 24px; }
.hero-note-meta { align-items: center; border-top: 1px solid rgba(255,255,255,.12); display: flex; gap: 12px; padding-top: 20px; }
.status-dot { background: #6ee7a8; border: 5px solid rgba(110,231,168,.13); border-radius: 50%; box-sizing: content-box; height: 8px; width: 8px; }
.hero-note-meta strong, .hero-note-meta small { display: block; }
.hero-note-meta strong { font-size: .86rem; }
.hero-note-meta small { color: #aac0cb; margin-top: 1px; }

.section { padding: 106px 0 112px; }
.contact-section { background: linear-gradient(180deg, #fff 0, #f5f9fa 100%); }
.contact-grid { align-items: start; display: grid; gap: 78px; grid-template-columns: minmax(0,.88fr) minmax(500px,1.12fr); }
.contact-details h2 { color: var(--navy); font-family: Cambria, Georgia, serif; font-size: clamp(2rem,3vw,2.75rem); letter-spacing: -.04em; line-height: 1.08; margin: 12px 0 18px; }
.section-intro { color: var(--muted); margin: 0 0 30px; max-width: 560px; }
.contact-list { display: grid; gap: 13px; grid-template-columns: 1fr 1fr; }
.contact-item { align-items: flex-start; background: #fff; border: 1px solid var(--border); border-radius: 10px; display: flex; gap: 14px; min-width: 0; padding: 20px; transition: border-color .2s, box-shadow .2s, transform .2s; }
.contact-item-wide { grid-column: 1 / -1; }
.contact-item:hover { border-color: rgba(11,145,168,.34); box-shadow: 0 12px 28px rgba(6,35,56,.065); transform: translateY(-2px); }
.contact-icon { align-items: center; background: #e9f6f8; border-radius: 8px; color: var(--teal); display: flex; flex: 0 0 40px; height: 40px; justify-content: center; }
.contact-item strong { color: var(--navy); display: block; font-size: .73rem; letter-spacing: .11em; margin-bottom: 5px; text-transform: uppercase; }
.contact-item p { color: #526c7c; line-height: 1.55; margin: 0; overflow-wrap: anywhere; }
.contact-item a:hover { color: var(--teal); }
.item-link { color: var(--teal); display: inline-block; font-size: .84rem; font-weight: 800; margin-top: 10px; }
.office-map { border: 1px solid var(--border); border-radius: 12px; height: 220px; margin-top: 16px; overflow: hidden; }
.office-map iframe { border: 0; height: 100%; width: 100%; }

.card { background: #fff; border: 1px solid rgba(9,43,67,.1); border-radius: 16px; box-shadow: var(--shadow); padding: 42px 44px; scroll-margin-top: 125px; }
.form-heading { border-bottom: 1px solid #e5ecef; margin-bottom: 26px; padding-bottom: 24px; }
.card h3 { color: var(--navy); font-family: Cambria, Georgia, serif; font-size: 2rem; letter-spacing: -.03em; line-height: 1.15; margin: 8px 0 8px; }
.form-heading p { color: var(--muted); font-size: .92rem; margin: 0; }
.form { display: grid; gap: 18px; }
.field-grid { display: grid; gap: 17px; grid-template-columns: 1fr 1fr; }
.field { display: grid; gap: 7px; }
.field label { color: var(--navy); font-size: .78rem; font-weight: 800; letter-spacing: .025em; }
.field label span { color: var(--teal); }
.form input, .form textarea, .form select { background: #f9fbfc; border: 1px solid #ccd9df; border-radius: 8px; color: var(--ink); font: inherit; padding: 13px 14px; transition: background .2s, border-color .2s, box-shadow .2s; width: 100%; }
.form input::placeholder, .form textarea::placeholder { color: #91a2ac; }
.form input:focus, .form textarea:focus, .form select:focus { background: #fff; border-color: var(--teal); box-shadow: 0 0 0 4px rgba(11,145,168,.1); outline: none; }
.form textarea { min-height: 135px; resize: vertical; }
.form-submit { margin-top: 2px; min-height: 52px; width: 100%; }
.notice { align-items: center; color: #718590; display: flex; font-size: .78rem; gap: 7px; justify-content: center; }

.footer { background: var(--navy-deep); color: #b9c8d1; padding: 72px 0 22px; }
.footer-grid { display: grid; gap: 48px; grid-template-columns: 1.2fr .7fr 1fr .75fr; }
.footer h3 { color: #fff; font-family: Cambria, Georgia, serif; margin: 0 0 16px; }
.footer p { margin: 0; overflow-wrap: anywhere; }
.footer-links > a { display: block; margin: 8px 0; }
.footer a:hover, .footer a:focus-visible { color: #fff; outline: none; }
.footer-contact { min-width: 0; }
.footer-contact-row { align-items: flex-start; display: grid; gap: 10px; grid-template-columns: 22px minmax(0,1fr); margin: 10px 0 !important; }
.footer-contact-icon { color: #76d9e3; line-height: 1.55; }
.footer-hours strong { color: #fff; font-size: 1rem; }
.footer-hours .closed { color: #8298a5; font-size: .86rem; margin-top: 9px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); color: #8fa2ae; font-size: .85rem; margin-top: 46px; padding-top: 19px; }

@media (max-width: 1100px) {
  .brand { max-width: 330px; }
  .brand img { width: 66px; }
  .brand strong { font-size: .76rem; }
  .menu { font-size: .82rem; gap: 15px; }
  .hero-grid { gap: 55px; }
  .contact-grid { gap: 46px; }
  .footer-grid { gap: 32px; }
}

@media (max-width: 900px) {
  .topbar .container { justify-content: center; }
  .topbar .info span:first-child { display: none; }
  .nav { min-height: 82px; }
  .brand { max-width: calc(100% - 60px); }
  .brand img { width: 62px; }
  .nav-toggle { background: transparent; border: 1px solid var(--border); border-radius: 50%; color: var(--navy); cursor: pointer; display: block; flex: 0 0 auto; font-size: 0; height: 46px; position: relative; width: 46px; }
  .nav-toggle::before, .nav-toggle::after { background: currentColor; content: ""; height: 2px; left: 13px; position: absolute; right: 13px; transition: .25s; }
  .nav-toggle::before { box-shadow: 0 6px 0 currentColor; top: 17px; }
  .nav-toggle::after { top: 29px; }
  .nav-toggle[aria-expanded="true"]::before { box-shadow: none; top: 22px; transform: rotate(45deg); }
  .nav-toggle[aria-expanded="true"]::after { top: 22px; transform: rotate(-45deg); }
  .menu { align-items: stretch; background: #fff; border-top: 1px solid var(--border); box-shadow: 0 14px 28px rgba(0,0,0,.12); display: none; flex-direction: column; gap: 0; left: 0; max-height: calc(100dvh - 82px); overflow-y: auto; padding: 14px 20px 24px; position: absolute; right: 0; top: 82px; z-index: 100; }
  .menu.open { display: flex; }
  .menu a { border-bottom: 1px solid #edf0f2; min-height: 48px; padding: 14px 12px; }
  .menu a::after { display: none; }
  .menu a.active { border-left: 3px solid var(--teal); padding-left: 17px; }
  body.menu-open { overflow: hidden; }
  .hero-grid { align-items: start; grid-template-columns: 1fr; }
  .hero-note { max-width: 520px; }
  .contact-grid { grid-template-columns: 1fr; }
  .card { scroll-margin-top: 100px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 650px) {
  .topbar { display: none; }
  .nav { min-height: 74px; }
  .brand { gap: 9px; max-width: calc(100% - 54px); }
  .brand img { width: 54px; }
  .brand strong { font-size: .68rem; line-height: 1.2; }
  .brand span { display: none; }
  .menu { max-height: calc(100dvh - 74px); top: 74px; }
  .page-hero { padding: 66px 0 70px; }
  .page-hero h1 { font-size: clamp(2.55rem, 12vw, 3.45rem); }
  .page-hero .hero-copy > p { font-size: 1rem; }
  .hero-grid { gap: 38px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .btn { width: 100%; }
  .hero-note { padding: 24px; }
  .section { padding: 72px 0 76px; }
  .contact-list, .field-grid { grid-template-columns: 1fr; }
  .contact-item-wide { grid-column: auto; }
  .card { padding: 30px 24px; }
  .form input, .form textarea, .form select { font-size: 16px; }
  .footer { padding-top: 56px; }
  .footer-grid { gap: 34px; grid-template-columns: 1fr; }
  .footer-bottom { margin-top: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
