@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --teal: #0d7377;
  --teal-dark: #08585c;
  --teal-soft: #eaf4f3;
  --navy: #17343a;
  --ink: #263b40;
  --muted: #6d7e81;
  --line: #dce5e4;
  --paper: #ffffff;
  --soft: #f6f8f8;
  --gold: #b79554;
  --shadow: 0 14px 36px rgba(20, 48, 54, .08);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Manrope, Arial, sans-serif; font-size: 16px; line-height: 1.72; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid rgba(13,115,119,.32); outline-offset: 3px; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip { position: fixed; left: 12px; top: -80px; z-index: 999; padding: 10px 14px; background: var(--navy); color: white; }
.skip:focus { top: 12px; }

.topbar { background: var(--navy); color: #dce9e9; font-size: .8rem; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-links { display: flex; gap: 22px; }
.topbar a:hover { color: white; }

.brandbar { background: white; }
.brandbar-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo { display: inline-flex; align-items: center; gap: 15px; }
.logo-mark { width: 54px; height: 54px; border: 2px solid var(--teal); display: grid; place-items: center; font-family: 'DM Serif Display', Georgia, serif; font-size: 1.1rem; color: var(--teal); line-height: 1; }
.logo-copy strong { display: block; color: var(--navy); font-family: 'DM Serif Display', Georgia, serif; font-size: 1.8rem; font-weight: 400; line-height: 1.05; }
.logo-copy span { color: var(--muted); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.brand-contact { display: flex; align-items: center; gap: 26px; font-size: .84rem; }
.brand-contact a { color: var(--teal-dark); font-weight: 700; }
.brand-contact span { color: var(--muted); }

.navbar { background: var(--teal); color: white; border-bottom: 3px solid var(--teal-dark); }
.nav-inner { min-height: 50px; display: flex; align-items: stretch; }
.desktop-nav { display: flex; align-items: stretch; }
.desktop-nav a { display: flex; align-items: center; padding: 0 21px; font-size: .86rem; font-weight: 600; border-right: 1px solid rgba(255,255,255,.13); }
.desktop-nav a:first-child { border-left: 1px solid rgba(255,255,255,.13); }
.desktop-nav a:hover, .desktop-nav a.active { background: var(--teal-dark); }
.menu-button { display: none; margin-left: auto; min-width: 46px; border: 0; background: transparent; color: white; font-size: 1.4rem; cursor: pointer; }
.mobile-nav { background: var(--teal-dark); }
.mobile-nav nav { display: grid; padding: 8px 0 14px; }
.mobile-nav a { padding: 12px 20px; color: white; border-bottom: 1px solid rgba(255,255,255,.12); }

.hero-banner { position: relative; min-height: 360px; display: flex; align-items: end; background-size: cover; background-position: center; }
.hero-content { padding: 70px 0 58px; color: white; }
.hero-content p.kicker { margin: 0 0 9px; color: #d6eded; font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-content h1 { max-width: 760px; margin: 0; font-family: 'DM Serif Display', Georgia, serif; font-size: clamp(2.55rem, 5vw, 4.6rem); font-weight: 400; line-height: 1.02; }
.hero-content .sub { max-width: 700px; margin: 16px 0 0; color: rgba(255,255,255,.9); font-size: 1rem; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.btn { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 18px; border: 1px solid transparent; border-radius: 3px; font-size: .85rem; font-weight: 700; transition: .18s ease; }
.btn-primary { background: white; color: var(--teal-dark); }
.btn-primary:hover { background: #f1f5f4; transform: translateY(-1px); }
.btn-ghost { border-color: rgba(255,255,255,.58); color: white; }
.btn-ghost:hover { background: rgba(255,255,255,.1); }

.page-strip { background: var(--soft); border-bottom: 1px solid var(--line); }
.page-strip .wrap { padding: 34px 0 30px; }
.breadcrumb { margin: 0 0 5px; color: var(--teal); font-size: .76rem; font-weight: 700; }
.page-strip h1 { margin: 0; color: var(--navy); font-family: 'DM Serif Display', Georgia, serif; font-size: clamp(2rem, 4vw, 3.1rem); font-weight: 400; line-height: 1.1; }

.section { padding: 66px 0; }
.section.soft { background: var(--soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.two-col { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 58px; align-items: start; }
.copy h2, .section h2 { margin: 0 0 18px; color: var(--navy); font-family: 'DM Serif Display', Georgia, serif; font-size: clamp(2rem, 3.3vw, 2.75rem); font-weight: 400; line-height: 1.12; }
.copy h3 { margin: 28px 0 9px; color: var(--navy); font-size: 1.05rem; }
.copy p { margin: 0 0 17px; }
.copy .lead { color: #40575c; font-size: 1.06rem; }
.rule-title { display: flex; align-items: center; gap: 14px; margin-bottom: 23px; }
.rule-title::after { content: ''; height: 1px; flex: 1; background: var(--line); }
.rule-title h2 { margin: 0; font-size: 2rem; white-space: nowrap; }

.service-panel { border: 1px solid var(--line); background: white; box-shadow: var(--shadow); }
.service-panel h2 { margin: 0; padding: 15px 20px; background: var(--teal); color: white; font-family: Manrope, Arial, sans-serif; font-size: .93rem; font-weight: 700; }
.service-links { display: grid; grid-template-columns: 1fr 1fr; }
.service-links a { min-height: 47px; display: flex; align-items: center; padding: 9px 14px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); color: #365258; font-size: .78rem; font-weight: 600; line-height: 1.3; }
.service-links a:nth-child(even) { border-right: 0; }
.service-links a:hover { color: var(--teal-dark); background: var(--teal-soft); }
.side-note { margin-top: 20px; padding: 19px 20px; border-left: 3px solid var(--gold); background: #fbfaf7; color: #596b6e; font-size: .83rem; }

.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 34px; border-top: 1px solid var(--line); }
.feature { display: grid; grid-template-columns: 46px 1fr; gap: 15px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.feature-number { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #bed7d6; color: var(--teal); font-family: 'DM Serif Display', Georgia, serif; }
.feature h3 { margin: 0 0 7px; color: var(--navy); font-size: 1rem; }
.feature p { margin: 0; color: var(--muted); font-size: .87rem; line-height: 1.6; }
.feature a { color: var(--teal-dark); font-weight: 700; }

.mission-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.mission-tag { padding: 28px 30px; border-top: 3px solid var(--teal); background: white; box-shadow: var(--shadow); }
.mission-tag strong { display: block; color: var(--navy); font-family: 'DM Serif Display', Georgia, serif; font-size: 1.75rem; font-weight: 400; }
.mission-tag span { color: var(--muted); }
.check-list { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 11px; }
.check-list li { position: relative; padding-left: 25px; color: #455c61; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--teal); font-weight: 700; }

.offer-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 62px; align-items: center; }
.offer-image { min-height: 390px; background-position: center; background-size: cover; }
.pill-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.pill-row span { padding: 7px 11px; border: 1px solid var(--line); border-radius: 2px; color: var(--teal-dark); background: white; font-size: .75rem; font-weight: 700; }

.content-list { margin: 18px 0; padding-left: 20px; }
.content-list li { margin-bottom: 8px; }
.service-index { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 26px; margin-top: 26px; }
.service-index a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 0; border-bottom: 1px solid var(--line); color: var(--navy); font-weight: 700; }
.service-index a::after { content: '→'; color: var(--teal); }

.client-sectors { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); margin-top: 30px; }
.client-sectors div { min-height: 130px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.client-sectors strong { display: block; color: var(--navy); margin-bottom: 5px; }
.client-sectors span { color: var(--muted); font-size: .85rem; }

.blog-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.blog-item { display: grid; grid-template-columns: 150px 1fr auto; gap: 30px; align-items: center; padding: 26px 0; border-bottom: 1px solid var(--line); }
.blog-item span { color: var(--teal); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.blog-item h2 { margin: 0 0 6px; font-family: Manrope, Arial, sans-serif; font-size: 1.08rem; font-weight: 700; }
.blog-item p { margin: 0; color: var(--muted); font-size: .86rem; }
.blog-item b { color: var(--teal); font-size: 1.3rem; }

.training-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 30px; margin-top: 28px; }
.training-list div { padding: 18px 0; border-bottom: 1px solid var(--line); }
.training-list strong { display: block; color: var(--navy); }
.training-list span { color: var(--muted); font-size: .84rem; }

.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 64px; }
.contact-card { padding: 28px; border-top: 3px solid var(--teal); background: var(--soft); }
.contact-card h2 { font-size: 1.8rem; }
.contact-lines { display: grid; gap: 0; margin-top: 22px; }
.contact-lines a, .contact-lines div { padding: 14px 0; border-top: 1px solid var(--line); }
.contact-lines small { display: block; color: var(--muted); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.contact-lines strong { color: var(--navy); font-size: .94rem; }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.form label { display: grid; gap: 6px; color: var(--navy); font-size: .8rem; font-weight: 700; }
.form .full { grid-column: 1 / -1; }
.form input, .form textarea, .form select { width: 100%; min-height: 46px; border: 1px solid #c9d7d6; border-radius: 2px; padding: 11px 12px; background: white; color: var(--ink); }
.form textarea { min-height: 135px; resize: vertical; }
.form button { justify-self: start; background: var(--teal); color: white; border-color: var(--teal); }
.form button:hover { background: var(--teal-dark); }

.cta { background: var(--teal); color: white; }
.cta .wrap { min-height: 170px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.cta h2 { margin: 0 0 6px; color: white; font-size: 2.1rem; }
.cta p { margin: 0; color: #d7eeee; }

.footer { background: var(--navy); color: #c4d0d1; }
.footer-grid { display: grid; grid-template-columns: 1.15fr .75fr .9fr; gap: 60px; padding: 52px 0; }
.footer h2 { color: white; font-family: Manrope, Arial, sans-serif; font-size: .82rem; text-transform: uppercase; letter-spacing: .09em; }
.footer p, .footer a { font-size: .82rem; color: #b6c6c8; }
.footer nav { display: grid; gap: 7px; }
.footer a:hover { color: white; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 16px 0; color: #8fa4a6; font-size: .73rem; }

@media (max-width: 900px) {
  .brand-contact { display: none; }
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .nav-inner { min-height: 48px; }
  .two-col, .mission-grid, .offer-grid, .contact-layout { grid-template-columns: 1fr; gap: 42px; }
  .service-panel { max-width: 620px; }
  .client-sectors { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .cta .wrap { padding: 35px 0; align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .wrap { width: min(var(--max), calc(100% - 28px)); }
  .topbar-inner { justify-content: center; }
  .topbar-inner > span { display: none; }
  .topbar-links { gap: 14px; font-size: .73rem; }
  .brandbar-inner { min-height: 82px; }
  .logo-mark { width: 46px; height: 46px; }
  .logo-copy strong { font-size: 1.5rem; }
  .logo-copy span { font-size: .62rem; }
  .hero-banner { min-height: 390px; background-position: 58% center; }
  .hero-content { padding: 62px 0 45px; }
  .hero-content h1 { font-size: clamp(2.55rem, 13vw, 3.65rem); }
  .hero-actions { display: grid; }
  .btn { width: 100%; }
  .section { padding: 52px 0; }
  .service-links, .feature-grid, .service-index, .training-list, .form { grid-template-columns: 1fr; }
  .service-links a { border-right: 0; }
  .form .full { grid-column: auto; }
  .client-sectors { grid-template-columns: 1fr; }
  .blog-item { grid-template-columns: 1fr auto; gap: 8px 18px; }
  .blog-item span { grid-column: 1; }
  .blog-item div { grid-column: 1; }
  .blog-item b { grid-column: 2; grid-row: 1 / 3; align-self: center; }
  .offer-image { min-height: 270px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid > div:first-child { grid-column: auto; }
}
