@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=Source+Sans+3:wght@400;600;700&display=swap');
:root { --paper: #f0f0f0; --bluegray: #486078; --slate: #606078; --navy: #183048; --gold: #b08b2e; --ink: #122334; --line: #bdc5cb; --max: 1240px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'Source Sans 3', sans-serif; line-height: 1.35; }
a { color: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.container { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.skip-link { position: absolute; top: -200px; left: 12px; z-index: 20; padding: 12px 16px; background: var(--gold); color: var(--ink); font-weight: 700; }
.skip-link:focus { top: 12px; }
.site-header { position: relative; z-index: 5; background: var(--navy); color: white; }
.header-inner, .footer-inner { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 24px; }
.brand { display: inline-flex; align-items: center; color: white; font-family: 'Barlow Condensed', sans-serif; font-size: 1.8rem; font-weight: 700; text-decoration: none; letter-spacing: .01em; }
.brand img { display: block; width: 205px; height: auto; filter: brightness(0) invert(1); }
.site-nav { display: flex; align-items: center; gap: 14px; font-size: .78rem; font-weight: 600; }
.site-nav a, .footer-inner a { text-decoration: none; }
.linkedin-link { display: inline-flex; align-items: center; gap: 6px; }
.linkedin-mark { display: inline-grid; width: 20px; height: 20px; place-items: center; background: white; color: var(--navy); font-size: .82rem; font-weight: 700; line-height: 1; }
.nav-cta { padding: 9px 12px; background: var(--gold); color: white; }
.menu-toggle { display: none; border: 1px solid white; background: transparent; color: white; padding: 8px 12px; font: inherit; font-weight: 700; }
.hero-photo { min-height: clamp(390px, 50vw, 620px); display: flex; align-items: center; color: white; background: linear-gradient(90deg, rgba(10,28,43,.83), rgba(24,48,72,.25)), url('images/cole-advisors-stormy-sea-captain-hero.jpg') center center/cover; }
.hero-content { text-align: center; padding: 62px 24px 74px; }
.eyebrow { margin: 0 0 14px; color: var(--bluegray); font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; color: var(--navy); line-height: 1.05; font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase; }
h1 { color: white; font-size: clamp(3rem, 7vw, 5.8rem); letter-spacing: .01em; }
h2 { font-size: clamp(1.8rem, 3vw, 2.55rem); letter-spacing: .01em; }
h3 { font-size: 1.25rem; }
.hero-lede { max-width: 650px; margin: 12px auto 22px; font-size: 1.05rem; }
.button-row { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 24px; }
.button { display: inline-block; min-height: 48px; padding: 13px 20px; border: 1px solid transparent; font: inherit; font-weight: 700; text-decoration: none; cursor: pointer; }
.button-gold { background: var(--gold); color: white; }
.button-ghost { border-color: white; color: white; }
.button-primary { background: var(--navy); color: white; }
.button-light { background: white; color: var(--navy); }
.audiences { display: flex; align-items: stretch; flex-wrap: wrap; background: var(--paper); }
.challenge-panel, .audience-card { padding: 38px 42px 44px; }
.challenge-panel { flex: 1.5 1 52%; color: white; background: var(--bluegray); text-align: center; }
.audience-card { flex: .9 1 24%; }
.challenge-panel h2, .challenge-panel .eyebrow { color: white; }
.panel-intro { max-width: 560px; margin: 8px auto 26px; font-size: .98rem; }
.challenge-grid { display: flex; flex-wrap: wrap; gap: 14px; max-width: 720px; margin: auto; }
.challenge-grid article { min-height: 170px; padding: 18px 16px; color: var(--ink); background: var(--paper); }
.challenge-grid article { flex: 1 1 calc(50% - 10px); }
.challenge-icon { display: block; font-size: 1.7rem; font-weight: 700; }
.challenge-grid h3 { font-size: 1.15rem; text-transform: none; }
.challenge-grid p { margin: 8px 0 0; font-size: .88rem; line-height: 1.3; }
.small-link { display: inline-block; margin-top: 15px; padding: 7px 10px; color: white; background: var(--navy); font-size: .85rem; font-weight: 700; text-decoration: none; }
.audience-card { border-left: 1px solid var(--line); background: #e3e8ec; }
.advisors-card { background: #d7dde2; }
.card-kicker { margin: 0 0 12px; font-family: 'Barlow Condensed', sans-serif; font-size: 1.15rem; font-weight: 700; }
.card-image { height: 128px; margin-bottom: 16px; background-position: center; background-size: cover; }
.owners-image { background-image: linear-gradient(rgba(238,242,244,.15), rgba(238,242,244,.15)), url('https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=700&q=80'); }
.advisors-image { background-image: linear-gradient(rgba(238,242,244,.15), rgba(238,242,244,.15)), url('https://images.unsplash.com/photo-1556761175-5973dc0f32e7?auto=format&fit=crop&w=700&q=80'); }
.audience-card h2 { font-size: 1.55rem; text-transform: none; }
.audience-card > p:not(.card-kicker) { font-size: 1rem; }
.audience-card ul { padding-left: 20px; margin: 14px 0 0; font-size: .9rem; }
.gold-link { background: var(--gold); }
.about { background: var(--paper); }
.about h2 { max-width: 680px; }
.about p:last-child { max-width: 580px; font-size: 1.15rem; }
.section { padding: 78px 0; }
.accessibility-page h1 { color: var(--navy); font-size: clamp(3rem, 7vw, 5.8rem); }
.accessibility-hero { padding-bottom: 62px; background: #d7dde2; }
.accessibility-hero .section-lede { max-width: 600px; margin-top: 18px; }
.accessibility-content { background: var(--paper); }
.accessibility-grid { display: grid; grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr); gap: 72px; }
.accessibility-grid h2 { max-width: 360px; }
.accessibility-grid h3 { margin: 34px 0 14px; }
.accessibility-contact { padding: 68px 0; color: white; background: var(--bluegray); }
.accessibility-contact h2, .accessibility-contact .eyebrow { color: white; }
.accessibility-contact-inner { display: grid; grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr); gap: 72px; }
.accessibility-contact-inner p:first-child { max-width: 620px; margin-top: 0; font-size: 1.08rem; }
.accessibility-contact-inner p:last-child { margin-bottom: 0; }
.content-grid { display: flex; align-items: flex-start; gap: 72px; }
.content-grid > :first-child { flex: .78 1 0; }
.content-grid > :last-child { flex: 1.22 1 0; }
.long-copy { max-width: 720px; font-size: 1.05rem; }
.long-copy p:first-child { margin-top: 0; }
.long-copy p:last-child { margin-bottom: 0; }
.focus-grid { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 58px; }
.focus-grid article { padding: 24px; border-top: 4px solid var(--gold); background: white; }
.focus-grid article { flex: 1 1 28%; }
.focus-grid h3 { margin-bottom: 10px; }
.focus-grid p { margin-bottom: 0; font-size: .94rem; }
.values { color: white; background: var(--bluegray); }
.values h2, .values .eyebrow { color: white; }
.section-lede { max-width: 650px; margin: 0; font-size: 1.12rem; }
.values-grid { display: flex; flex-wrap: wrap; gap: 1px; margin-top: 54px; background: rgba(255,255,255,.25); }
.values-grid article { padding: 24px; background: var(--bluegray); }
.values-grid article { flex: 1 1 30%; }
.values-grid span { color: #e1bd65; font-weight: 700; }
.values-grid h3 { margin: 28px 0 9px; color: white; }
.values-grid p { margin-bottom: 0; font-size: .93rem; }
.service-layout { display: flex; align-items: flex-start; gap: 72px; margin-top: 58px; }
.service-layout > div:first-child { flex: .8 1 0; }
.service-layout > div:last-child { flex: 1.2 1 0; }
.service-layout h3 { margin-bottom: 17px; }
.check-list, .service-list, .industry-list { display: flex; flex-direction: column; padding: 0; margin: 0; list-style: none; gap: 8px; }
.check-list li, .service-list li { padding-left: 20px; position: relative; font-size: .92rem; }
.check-list li::before { content: '>'; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.service-list { flex-direction: row; flex-wrap: wrap; column-gap: 24px; }
.service-list li { padding: 9px 0; border-bottom: 1px solid var(--line); }
.service-list li { flex: 1 1 calc(50% - 24px); }
.industries { color: white; background: var(--navy); }
.industries h2, .industries .eyebrow { color: white; }
.industry-list { flex-direction: row; flex-wrap: wrap; gap: 0; border-top: 1px solid rgba(255,255,255,.35); }
.industry-list li { padding: 13px 10px 13px 0; border-bottom: 1px solid rgba(255,255,255,.35); font-weight: 600; }
.industry-list li { flex: 1 1 30%; }
.location-copy { max-width: 620px; margin: 30px 0 0; font-size: 1rem; }
.contact-section { padding: 78px 0; background: var(--slate); color: white; }
.contact-section h2, .contact-section .eyebrow { color: white; }
.contact-grid { display: flex; align-items: flex-start; gap: 100px; }
.contact-grid > * { flex: 1 1 0; }
.contact-grid > div > p:last-child { max-width: 400px; font-size: 1.15rem; }
.contact-section address { margin-top: 28px; font-style: normal; line-height: 1.7; }
.contact-form { display: flex; flex-direction: column; gap: 9px; }
.contact-form label { margin-top: 12px; font-weight: 600; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px; border: 1px solid rgba(255,255,255,.55); background: transparent; color: white; font: inherit; }
.contact-form textarea { resize: vertical; }
.contact-form .captcha-row { display: flex; flex-direction: column; gap: 6px; margin-top: 4px; }
.contact-form .captcha-row label { margin-top: 0; }
.contact-form input.is-invalid { border-color: #ffd166; }
.contact-form .button { justify-self: start; margin-top: 16px; background: var(--gold); color: white; }
.form-status { min-height: 24px; margin: 0; color: white; }
.site-footer { background: var(--navy); color: white; }
.site-footer .brand { color: white; }
.footer-inner { min-height: 110px; font-size: .85rem; }
.footer-inner > div { display: flex; gap: 18px; }
.back-to-top { position: fixed; right: 24px; bottom: 24px; z-index: 4; min-height: 48px; padding: 12px 17px; background: var(--gold); color: white; font: inherit; font-weight: 700; text-decoration: none; opacity: 0; visibility: hidden; pointer-events: none; box-shadow: 0 8px 24px rgba(0,0,0,.18); transition: opacity .2s ease, visibility .2s ease; }
.back-to-top.is-visible { opacity: 1; visibility: visible; pointer-events: auto; }
@media (max-width: 900px) { .site-nav { gap: 8px; font-size: .7rem; } .audience-card { flex-basis: 45%; } .challenge-panel { flex-basis: 100%; } }
@media (max-width: 760px) { .container { width: min(calc(100% - 32px), var(--max)); } .header-inner { min-height: 70px; } .brand img { width: 185px; } .menu-toggle { display: block; } .site-nav { display: none; position: absolute; top: 70px; left: 0; right: 0; padding: 16px; background: var(--navy); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; } .site-nav.is-open { display: flex; } .site-nav a { padding: 9px 0; } .nav-cta { text-align: center; } .hero-photo { min-height: 390px; } .hero-content { padding: 54px 16px; } .hero-lede { font-size: .98rem; } .audiences { display: block; } .challenge-panel, .audience-card { padding: 25px 22px 30px; } .audience-card { border-left: 0; border-top: 1px solid var(--line); } .challenge-grid { gap: 8px; } .challenge-grid article { flex-basis: 100%; } .card-image { height: 170px; } .content-grid, .service-layout, .contact-grid, .accessibility-grid, .accessibility-contact-inner { display: flex; flex-direction: column; gap: 24px; } .content-grid > *, .service-layout > *, .contact-grid > * { flex-basis: auto; width: 100%; } .focus-grid, .values-grid { flex-direction: column; margin-top: 36px; } .service-layout { margin-top: 38px; } .service-list { flex-direction: column; } .service-list li { flex-basis: auto; } .industry-list { flex-direction: row; } .industry-list li { flex-basis: 45%; } .footer-inner { padding: 25px 0; align-items: flex-start; flex-direction: column; } .back-to-top { right: 16px; bottom: 16px; } }
