:root {
    --blue: #046bd2;
    --blue-dark: #045cb4;
    --orange: #faa634;
    --orange-dark: #e09220;
    --ink: #181818;
    --muted: #334155;
    --slate: #1e293b;
    --fog: #f0f5fa;
    --white: #fff;
    --gray: #6b7280;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: auto; }
body {
    margin: 0;
    font-family: "Source Sans Pro", "Helvetica Neue", sans-serif;
    color: var(--ink);
    background: var(--white);
    line-height: 1.55;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); }
.container { width: min(1140px, calc(100% - 32px)); margin: 0 auto; }
.skip-link {
    position: absolute; left: -999px; top: 0; background: var(--blue); color: #fff; padding: 8px 12px; z-index: 20;
}
.skip-link:focus { left: 8px; }
.topbar {
    background: var(--orange);
    color: #fff;
    text-align: center;
    padding: 10px 16px;
}
.topbar p {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}
.topbar a { color: #fff; }
.site-header { background: #fff; }
.header-inner {
    display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 96px;
}
.logo img { height: 64px; width: auto; }
.header-call { text-align: right; }
.call-kicker {
    display: block;
    color: var(--orange);
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    margin-bottom: 6px;
}
.call-phone {
    display: block;
    color: #818085;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}
.call-phone:hover, .call-kicker:hover { color: var(--orange); }
.menubar { background: #818085; }
.menubar-inner {
    display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 52px;
}
.nav { display: flex; flex-wrap: nowrap; gap: 40px; align-items: center; }
.nav a {
    color: #fff;
    text-decoration: none;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1em;
}
.nav a:hover { color: var(--orange); }
.menu-contact {
    background: #fff;
    color: #181818;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 16px;
    white-space: nowrap;
}
.menu-contact:hover { background: #181818; color: #fff; }
.nav-toggle { display: none; color: #fff; border-color: #fff; }
.hero {
    position: relative;
    min-height: 630px;
    overflow: hidden;
    color: #fff;
    background: #111 url("/static/images/header-dbi2.jpg") center/cover no-repeat;
    display: flex;
    align-items: center;
}
.hero-copy { width: 100%; padding: 72px 0; }
.eyebrow {
    margin: 0 0 12px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 29px;
    color: #fff;
}
.hero h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    margin: 0 0 24px;
    color: #fff;
}
.btn {
    display: inline-block;
    background: var(--orange);
    color: #fff !important;
    text-decoration: none;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 12px 22px;
    border: 0;
    cursor: pointer;
}
.btn:hover { background: var(--orange-dark); }
.section { padding: 64px 0; }
.section-tint { background: var(--fog); }
.contact-band {
    background: #2a2a2a url("/static/images/minimalist-contact-us-bg.jpg") center/cover no-repeat;
    color: #fff;
    padding: 75px 0;
}
.contact-band h2, .contact-band h3 { color: #fff; }
.contact-band a { color: #fff; }
.section-kicker {
    color: var(--blue);
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    letter-spacing: .08em;
    margin: 0 0 12px;
}
.lede { max-width: 46rem; color: var(--muted); font-size: 1.05rem; }
.card-grid, .service-grid, .news-grid {
    display: grid;
    gap: 16px;
}
.card-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 28px; }
.cat-card {
    display: block; color: #fff; text-decoration: none; overflow: hidden;
}
.cat-card img { width: 100%; height: 288px; object-fit: cover; object-position: center; }
.cat-label {
    display: block;
    background: #797979;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1em;
}
.service-grid { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); margin-top: 28px; }
.service-card { background: #fff; padding: 24px; text-align: center; }
.service-card img { margin: 0 auto 12px; height: 56px; width: auto; }
.service-kicker { color: var(--gray); font-size: .85rem; margin: 0; }
.service-card h2 { font-size: 1rem; margin: 6px 0 0; }
.portfolio-split { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 24px; align-items: start; }
.tiny { font-size: .75rem; letter-spacing: .12em; font-weight: 700; }
.map-wrap iframe { width: 100%; height: 280px; border: 0; }
.media-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #111;
    overflow: hidden;
}
.media-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
.gallery { display: block; }
.gallery-slide {
    display: none;
    margin: 0;
}
.gallery-slide.is-active { display: block; }
.gallery-slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.gallery-prev, .gallery-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 0;
    background: rgba(0,0,0,.45);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}
.gallery-prev { left: 8px; }
.gallery-next { right: 8px; }
.gallery-prev:hover, .gallery-next:hover { background: rgba(0,0,0,.7); }
.contact-split { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
.contact-page { padding: 115px 0 70px; }
.contact-kicker {
    margin: 0 0 8px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--ink);
}
.contact-title {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: clamp(40px, 6vw, 60px);
    font-weight: 700;
    line-height: 1;
    color: var(--ink);
}
.contact-title::after {
    content: "";
    display: block;
    width: 20%;
    min-width: 72px;
    height: 5px;
    background: var(--orange);
    margin: 12px 0 0;
}
.contact-lead {
    margin: 16px 0 28px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.contact-aside {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: start;
    padding-top: 8px;
}
.contact-iconbox { display: flex; gap: 15px; align-items: flex-start; }
.contact-icon {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--orange);
    color: #fff;
    display: grid;
    place-items: center;
}
.contact-icon svg { width: 28px; height: 28px; display: block; }
.contact-iconbox h2 {
    margin: 0 0 8px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}
.contact-iconbox p {
    margin: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 21px;
}
.contact-iconbox a { color: var(--ink); text-decoration: none; }
.contact-form .req { color: var(--orange); }
.blog-hero {
    position: relative;
    min-height: 458px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111 url("/static/images/portrait-young-woman-distance-learning-working-from-home-with-laptop-making-notes-student-scaled.jpg") center top / cover no-repeat;
    color: #fff;
}
.blog-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0.52;
}
.blog-hero h1 {
    position: relative;
    z-index: 1;
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: clamp(40px, 6vw, 60px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
    text-align: center;
    color: #fff;
}
.news-band {
    background: #fff url("/static/images/minimalist-news-bg.jpg") center/cover no-repeat;
    padding: 60px 0;
}
.news-kicker {
    text-align: center;
    color: var(--ink);
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}
.news-rule {
    width: 45px;
    height: 2.4px;
    background: var(--orange);
    margin: 10px auto 18px;
}
.news-title {
    font-family: Montserrat, sans-serif;
    font-size: clamp(36px, 5vw, 61px);
    font-weight: 400;
    line-height: 1.05;
    text-align: center;
    margin: 0 0 36px;
}
.news-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.news-card img { width: 100%; height: 170px; object-fit: cover; margin-bottom: 10px; }
.news-card h3 { font-size: 1.05rem; margin: 0 0 6px; color: var(--ink); }
.news-card a { text-decoration: none; }
.byline { color: var(--gray); font-size: .85rem; }
.site-footer {
    background: #3f3735 url("/static/images/footer1.jpg") center/cover no-repeat;
    color: #d7d1c6;
    border-top: 4px solid var(--orange);
    padding: 48px 0 0;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 24px; padding-bottom: 48px; }
.site-footer a { color: #fff; }
.site-footer h2, .site-footer h3 { color: #fff; margin-top: 0; }
.footer-bar { background: #322c2a; padding: 16px 0; }
.copyright { text-align: center; font-size: .85rem; margin: 0; }
.page-hero {
    background: var(--slate) center/cover no-repeat;
    color: #fff;
    padding: 72px 0;
}
.page-hero-plain { background: var(--slate); }
.brand-list { display: grid; gap: 28px; }
.brand-row { display: grid; grid-template-columns: 160px 1fr; gap: 20px; align-items: center; }
.brand-logo { max-height: 72px; width: auto; justify-self: start; }
.article { max-width: 760px; }
.article-hero { width: 100%; margin: 16px 0 24px; }
.contact-form { display: grid; gap: 6px; }
.contact-form label {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 12px;
}
.contact-form label[for="name"] { margin-top: 0; }
.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 10px 16px;
    border: 1px solid #d1d5db;
    border-radius: 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 15px;
    line-height: 28px;
}
.contact-form textarea { min-height: 180px; resize: vertical; }
.contact-form .btn {
    justify-self: start;
    margin-top: 12px;
    border-radius: 50px;
    border: 1px solid var(--orange);
    padding: 12px 36px;
}
.contact-form .btn:hover {
    background: transparent;
    color: var(--orange) !important;
}
.hp-field { position: absolute; left: -9999px; }
.flash-wrap { padding-top: 16px; }
.flash { padding: 10px 12px; }
.flash-success { background: #ecfdf5; }
.flash-error { background: #fef2f2; }
.text-link { font-weight: 700; }
@media (max-width: 1200px) {
    .nav-toggle { display: block; background: none; border: 1px solid #fff; padding: 8px 12px; }
    .menubar-inner { flex-wrap: wrap; padding: 8px 0; }
    .nav { display: none; flex-direction: column; flex-wrap: wrap; align-items: flex-start; gap: 12px; width: 100%; padding-bottom: 12px; }
    .nav.is-open { display: flex; }
}
@media (max-width: 800px) {
    .header-inner { flex-wrap: wrap; }
    .portfolio-split, .contact-split, .footer-grid, .brand-row { grid-template-columns: 1fr; }
    .contact-aside { grid-template-columns: 1fr; }
    .contact-page { padding: 48px 0 40px; }

    .hero { min-height: 480px; }
    .hero h1 { font-size: 40px; line-height: 40px; }
    .card-grid { grid-template-columns: 1fr; }
    .cat-card img { height: 240px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .hero-slide { transition: none; }
}
