/* Kerry Rogers Group — classic advisory, English multipage edition. */
:root {
  --navy: #102f46; --navy-dark: #0b263a; --ink: #152f43;
  --muted: #566671; --green: #b9d38a; --green-dark: #557641;
  --line: #dce3e6; --paper: #f4f6f5;
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --header-height: 100px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body { margin: 0; color: var(--ink); background: #fff; font: 16px/1.7 var(--sans); -webkit-font-smoothing: antialiased; min-height: 100vh; display: flex; flex-direction: column; }
main { flex: 1; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #608e47; outline-offset: 6px; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: 1.13; text-wrap: balance; }
h2 { font-size: clamp(2.2rem, 3.7vw, 3.3rem); }
em { font-weight: 400; color: var(--green-dark); }
.container { width: min(1200px, calc(100% - 112px)); margin-inline: auto; }
.section { padding-block: 92px; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 50; background: var(--navy); color: #fff; padding: 12px 24px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 20; background: #fff; border-bottom: 1px solid rgba(16,47,70,.09); }
.header-inner { min-height: var(--header-height); max-width: 1440px; margin: auto; padding-inline: 48px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; align-items: center; gap: 15px; flex-shrink: 0; }
.brand-mark { width: 62px; height: 56px; object-fit: contain; }
.brand-name { font: 1.45rem/1.15 var(--serif); letter-spacing: -.02em; }
.brand-name > span { display: block; font-family: var(--sans); font-size: .69em; letter-spacing: .22em; text-transform: uppercase; margin-top: 5px; }
.site-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; font-size: .9rem; }
.site-nav > a, .expertise-menu > summary { display: flex; align-items: center; gap: 9px; position: relative; padding-block: 13px; white-space: nowrap; cursor: pointer; line-height: 1.5; }
.site-nav > a::after, .expertise-menu > summary::after { content: ""; position: absolute; left: 0; right: 0; bottom: 5px; height: 1px; background: var(--green-dark); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.site-nav > a:hover::after, .site-nav > a[aria-current]::after, .expertise-menu > summary.is-active::after, .expertise-menu[open] > summary::after { transform: scaleX(1); }
.expertise-menu { position: relative; }
.expertise-menu > summary { list-style: none; }
.expertise-menu > summary::-webkit-details-marker { display: none; }
.chevron { width: 6px; height: 6px; border-right: 1px solid; border-bottom: 1px solid; transform: translateY(-2px) rotate(45deg); transition: transform .15s; }
.expertise-menu[open] .chevron { transform: translateY(2px) rotate(225deg); }
.expertise-dropdown { position: absolute; top: calc(100% + 14px); left: -24px; width: 256px; padding: 12px 22px; background: #fff; border-top: 2px solid var(--green-dark); box-shadow: 0 12px 35px rgba(16,47,70,.12); }
.expertise-dropdown a { display: block; padding-block: 13px; }
.expertise-dropdown a + a { border-top: 1px solid var(--line); }
.expertise-dropdown a:hover, .expertise-dropdown a[aria-current] { color: var(--green-dark); }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: none; }
.menu-button span { display: block; height: 1px; width: 24px; background: var(--navy); margin: 6px 0; transition: transform .15s; }
.menu-button[aria-expanded=true] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-button[aria-expanded=true] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.hero { position: relative; isolation: isolate; background: var(--navy-dark); color: #fff; overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; z-index: -3; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg,rgba(8,34,53,.97),rgba(8,34,53,.9) 24%,rgba(8,34,53,.57) 50%,rgba(8,34,53,.06) 85%),linear-gradient(0deg,rgba(8,34,53,.36),transparent 36%); }
.hero-inner { min-height: 650px; padding-block: 79px 98px; position: relative; }
.eyebrow, .section-label { text-transform: uppercase; letter-spacing: .15em; font-size: .76rem; font-weight: 600; line-height: 1.6; }
.hero-eyebrow { color: #d4e2df; display: flex; align-items: center; gap: 17px; margin-bottom: 29px; letter-spacing: .2em; }
.hero-eyebrow::before { content: ""; display: block; width: 42px; height: 2px; background: var(--green); }
.hero h1 { font-size: clamp(3.35rem,5.6vw,5.1rem); line-height: 1.08; max-width: 920px; }
.hero h1 > span { display: block; }
.hero-description { font-size: 1.16rem; line-height: 1.65; max-width: 420px; margin-top: 25px; color: #e3eaf0; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 38px; padding: 14px 25px; min-height: 54px; font-size: .91rem; font-weight: 550; transition: background .2s,transform .2s; }
.button-green { background: var(--green); color: var(--navy-dark); margin-top: 32px; }
.button-green:hover { background: #cae29f; transform: translateY(-2px); }
.button > span { font-size: 1.2rem; font-weight: 400; }
.hero-bottom { position: absolute; bottom: 27px; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.23); padding-top: 20px; font-size: .78rem; color: #e0e8eb; }
.home-summary { padding-block: 64px 72px; }
.home-summary p { max-width: 910px; font-size: 1.25rem; line-height: 1.8; color: var(--muted); }
.about-hero-inner { min-height: 570px; padding-block: 82px 88px; }
.about-prose { display: grid; grid-template-columns: 1.1fr 1fr; gap: 90px; align-items: start; }
.prose.about-prose p + p { margin-top: 0; }
.company-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.company-copy p { font-size: 1.125rem; line-height: 1.75; color: #354e5e; }
.section-label { color: var(--green-dark); margin-bottom: 28px; }
.intro-grid, .section-intro, .story-grid, .clients-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 90px; }
.intro-copy { align-self: center; }
.intro-copy > p { font-size: 1.15rem; color: var(--muted); max-width: 430px; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; font-size: .91rem; padding-block: 9px; border-bottom: 1px solid var(--green-dark); }
.text-link:hover { color: var(--green-dark); }
.intro-copy .text-link, .prose .text-link { margin-top: 28px; }
.home-expertise { background: var(--paper); }
.section-intro { align-items: end; margin-bottom: 48px; }
.section-intro > p { color: var(--muted); max-width: 420px; }
.expertise-links { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid #b9c7c8; }
.expertise-link { position: relative; padding: 32px 64px 0 0; }
.expertise-link + .expertise-link { border-left: 1px solid var(--line); padding-left: 42px; }
.expertise-link h3 { font: 400 1.9rem/1.2 var(--serif); letter-spacing: -.025em; }
.expertise-link p { color: var(--muted); font-size: .94rem; margin-top: 17px; }
.link-arrow { position: absolute; right: 28px; top: 30px; font-size: 1.6rem; color: var(--green-dark); transition: transform .2s; }
.expertise-link:hover .link-arrow { transform: translate(3px,-3px); }
.page-heading { background: var(--paper); padding-block: 76px 80px; border-bottom: 1px solid var(--line); }
.page-heading h1 { font-size: clamp(3.2rem,5vw,4.8rem); max-width: 1080px; }
.page-heading .section-label { margin-bottom: 25px; }
.page-lead { margin-top: 25px; max-width: 640px; color: var(--muted); font-size: 1.12rem; }
.dark-heading { background: var(--navy); color: #fff; border: 0; }
.dark-heading .section-label { color: var(--green); }
.story-grid { grid-template-columns: .8fr 1.2fr; }
.story-aside .eyebrow { color: var(--green-dark); }
.aside-caption { font: 2.25rem/1.35 var(--serif); margin-top: 24px; letter-spacing: -.025em; }
.prose p { color: var(--muted); line-height: 1.85; }
.prose .lead { font-size: 1.22rem; line-height: 1.75; color: var(--ink); }
.prose p + p { margin-top: 23px; }
.image-band { position: relative; isolation: isolate; min-height: 300px; display: flex; align-items: center; background: var(--navy); color: #fff; }
.image-band::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(8,34,53,.87),rgba(8,34,53,.1)); z-index: -1; }
.image-band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 50%; z-index: -2; }
.image-band p { font: 2.4rem/1.25 var(--serif); letter-spacing: -.025em; }
.section.expertise-content { padding-block: 88px 104px; }
.expertise-layout { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.45fr); gap: 96px; align-items: start; }
.expertise-heading h1 { font-size: clamp(3.2rem,4.4vw,4.2rem); line-height: 1.12; text-wrap: initial; }
.expertise-heading .page-lead { max-width: 340px; margin-top: 26px; }
.expertise-list { display: grid; gap: 0; padding-top: 7px; }
.expertise-row { padding-block: 24px; }
.expertise-row + .expertise-row { border-top: 1px solid var(--line); }
.expertise-row:first-child { padding-top: 0; }
.expertise-row:last-child { padding-bottom: 0; }
.expertise-row h2 { font-size: 1.8rem; line-height: 1.3; letter-spacing: -.025em; text-wrap: initial; }
.expertise-row p { margin-top: 13px; font-size: 1.05rem; line-height: 1.75; color: var(--muted); max-width: 640px; }
.expertise-tabs { display: flex; gap: 40px; border-bottom: 1px solid var(--line); margin-bottom: 64px; }
.expertise-tabs a { font-size: .89rem; padding-block: 25px 20px; position: relative; }
.expertise-tabs a span { margin-left: 10px; color: var(--green-dark); }
.expertise-tabs a[aria-current] { color: var(--green-dark); border-bottom: 2px solid var(--green-dark); }
.expertise-tabs a:hover { color: var(--green-dark); }
.industry-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.industry { padding: 12px 34px 20px 0; min-height: 230px; }
.industry + .industry { border-left: 1px solid var(--line); padding-left: 36px; }
.accent-line { display: block; width: 36px; height: 2px; background: var(--green-dark); margin-bottom: 28px; }
.industry h2 { font-size: 1.95rem; line-height: 1.25; text-wrap: initial; }
.industry p { font-size: .96rem; color: var(--muted); margin-top: 18px; max-width: 250px; }
.functions-layout { display: grid; grid-template-columns: .95fr 1.3fr; gap: 100px; }
.functions-layout h2 { font-size: 2.65rem; }
.function-row { padding: 26px 0; border-bottom: 1px solid var(--line); }
.function-row:first-child { padding-top: 0; }
.function-row h3 { font: 400 1.65rem/1.3 var(--serif); letter-spacing: -.025em; }
.function-row p { color: var(--muted); font-size: .96rem; margin-top: 10px; }
.principles > h2 { font-family: var(--sans); color: var(--green-dark); margin-bottom: 24px; }
.principle { padding: 22px 0; border-top: 1px solid var(--line); }
.principle h3 { font: 400 1.6rem/1.3 var(--serif); letter-spacing: -.02em; }
.principle p { font-size: .92rem; color: var(--muted); margin-top: 8px; }
.people-section { padding-top: 64px; }
.people-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; max-width: 980px; }
.person { min-width: 0; }
.person-photo { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; background: var(--paper); }
.person-info { padding-top: 25px; border-bottom: 1px solid var(--line); padding-bottom: 22px; }
.person-info h2 { font-size: 2rem; }
.linkedin-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 14px; padding-block: 5px; font-size: .9rem; }
.linkedin-link:hover { color: var(--green-dark); }
.linkedin-icon { display: inline-flex; align-items: center; justify-content: center; background: var(--navy); color: #fff; font: bold 13px/1 Arial,sans-serif; width: 19px; height: 19px; border-radius: 1px; }
.contact-strip { background: var(--paper); padding-block: 42px; }
.contact-strip > .container { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.contact-strip h2 { font-size: 2rem; }
.contact-strip .text-link { flex-shrink: 0; }
.contact-page { padding-block: 110px 130px; background: var(--paper); }
.page-contact main { display: flex; flex-direction: column; }
.page-contact .contact-page { flex: 1; display: flex; align-items: center; }
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 90px; align-items: center; }
.contact-grid h1 { font-size: clamp(3.5rem,5.5vw,5.3rem); }
.contact-copy > p:first-child { color: var(--muted); max-width: 440px; }
.email-link { display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--green-dark); padding-bottom: 14px; margin-top: 28px; font-size: clamp(1rem,1.65vw,1.2rem); }
.email-link > span:first-child { overflow-wrap: anywhere; }
.email-link > span:last-child { font-size: 1.5rem; color: var(--green-dark); }
.email-link:hover { color: var(--green-dark); }
.location { font-size: .85rem; color: var(--muted); margin-top: 23px; }
.contact-signature { background: var(--navy); color: #fff; padding-block: 52px; }
.contact-signature .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.contact-signature p { font: 1.8rem/1.3 var(--serif); }
.contact-signature .text-link { border-color: var(--green); }
.contact-signature .text-link:hover { color: var(--green); }
.site-footer { border-top: 1px solid var(--line); }
.footer-inner { padding-block: 24px; text-align: center; }
.footer-brand { font: 1.1rem/1.4 var(--serif); }
.footer-inner p { font-size: .73rem; color: var(--muted); }
.footer-contact { font-size: .79rem; }
.footer-contact span { margin-left: 9px; color: var(--green-dark); }
@media(min-width:1600px) { .hero-inner { min-height: 700px; padding-top: 105px; } .hero h1 { font-size: 5.35rem; } }
@media(max-width:1100px) {
  .header-inner { padding-inline: 32px; gap: 22px; }
  .site-nav { gap: 21px; }
  .brand-name { font-size: 1.25rem; }
  .brand-mark { width: 54px; height: 49px; }
  .container { width: calc(100% - 80px); }
  .intro-grid, .section-intro, .story-grid, .clients-grid, .contact-grid, .functions-layout { gap: 50px; }
  .hero h1 { font-size: 4.1rem; }
  .industry h2 { font-size: 1.7rem; }
  .about-prose { gap: 50px; }
}
@media(max-width:1000px) {
  :root { --header-height: 84px; }
  .header-inner { flex-wrap: wrap; padding-block: 16px; gap: 0; }
  .js .menu-button { display: block; }
  .site-nav { width: 100%; flex-basis: 100%; flex-direction: column; align-items: stretch; margin: 15px 0 0; gap: 0; border-top: 1px solid var(--line); max-height: calc(100dvh - var(--header-height) - 24px); overflow-y: auto; }
  .js .site-nav:not(.is-open) { display: none; }
  .site-nav > a, .expertise-menu > summary { padding-block: 15px; border-bottom: 1px solid var(--line); }
  .site-nav > a::after, .expertise-menu > summary::after { display: none; }
  .site-nav [aria-current], .expertise-menu > summary.is-active { color: var(--green-dark); }
  .expertise-menu > summary { justify-content: space-between; }
  .expertise-dropdown { position: static; width: auto; box-shadow: none; border: 0; padding: 0 20px; background: var(--paper); }
  .section { padding-block: 72px; }
  .expertise-layout { gap: 48px; }
  .page-heading { padding-block: 60px; }
  .hero-image { object-position: 61% top; }
  .hero-shade { background: linear-gradient(90deg,rgba(8,34,53,.97),rgba(8,34,53,.66) 60%,rgba(8,34,53,.2)); }
  .people-grid { gap: 40px; }
  .industry + .industry { padding-left: 24px; }
  .industry { padding-right: 24px; }
}
@media(max-width:700px) {
  :root { --header-height: 78px; }
  .container { width: calc(100% - 48px); }
  .header-inner { padding: 17px 22px; }
  .brand { gap: 10px; }
  .brand-mark { width: 46px; height: 42px; }
  .brand-name { font-size: 1.1rem; }
  .brand-name > span { font-size: .64em; }
  .hero-inner { min-height: 620px; padding-block: 62px 85px; }
  .hero-eyebrow { font-size: .68rem; gap: 13px; margin-bottom: 30px; }
  .hero-eyebrow::before { width: 29px; }
  .hero h1 { font-size: clamp(2.65rem,9.3vw,3.7rem); line-height: 1.13; }
  .hero h1 > span:last-child { max-width: 420px; }
  .hero-description { font-size: 1rem; max-width: 325px; margin-top: 23px; }
  .hero-image { object-position: 70% top; }
  .hero-shade { background: linear-gradient(90deg,rgba(8,34,53,.92),rgba(8,34,53,.55)); }
  .hero-bottom { bottom: 22px; font-size: .75rem; padding-top: 16px; }
  .home-summary { padding-block: 42px 48px; }
  .home-summary p { font-size: 1.04rem; }
  .about-hero-inner { min-height: 500px; padding-block: 58px 64px; }
  .about-prose { grid-template-columns: 1fr; gap: 24px; }
  .company-copy { grid-template-columns: 1fr; gap: 24px; }
  .company-copy p { font-size: 1.0625rem; }
  .section.expertise-content { padding-block: 52px 64px; }
  .expertise-layout { grid-template-columns: 1fr; gap: 46px; }
  .expertise-heading h1 { font-size: 2.65rem; }
  .expertise-heading .page-lead { margin-top: 22px; }
  .expertise-list { padding-top: 0; }
  .expertise-row { padding-block: 20px; }
  .expertise-row h2 { font-size: 1.55rem; }
  .expertise-row p { font-size: 1rem; }
  .section { padding-block: 58px; }
  .section-label { font-size: .72rem; margin-bottom: 24px; }
  h2 { font-size: 2.2rem; }
  .intro-grid, .section-intro, .story-grid, .clients-grid, .contact-grid, .functions-layout { grid-template-columns: 1fr; gap: 30px; }
  .intro-copy > p, .prose .lead { font-size: 1.08rem; }
  .section-intro { margin-bottom: 32px; }
  .expertise-links { grid-template-columns: 1fr; }
  .expertise-link { padding: 27px 32px 27px 0; }
  .expertise-link + .expertise-link { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; padding-bottom: 0; }
  .expertise-link h3 { font-size: 1.65rem; }
  .link-arrow { right: 0; top: 22px; }
  .page-heading { padding-block: 52px 55px; }
  .page-heading h1 { font-size: clamp(2.55rem,8vw,3.5rem); }
  .page-lead { font-size: 1rem; margin-top: 23px; }
  .aside-caption { font-size: 1.7rem; margin-top: 16px; }
  .aside-caption br { display: none; }
  .image-band { min-height: 240px; }
  .image-band p { font-size: 1.85rem; }
  .expertise-content { padding-top: 0; }
  .expertise-tabs { gap: 22px; margin-bottom: 38px; }
  .expertise-tabs a { font-size: .8rem; padding-block: 20px 15px; }
  .expertise-tabs a span { display: none; }
  .industry-grid { grid-template-columns: 1fr; }
  .industry { min-height: 0; padding: 0 0 30px; }
  .industry + .industry { border-left: 0; border-top: 1px solid var(--line); padding: 30px 0; }
  .industry:last-child { padding-bottom: 0; }
  .accent-line { margin-bottom: 18px; }
  .industry h2 { font-size: 1.85rem; }
  .industry p { max-width: none; margin-top: 12px; }
  .functions-layout { gap: 36px; }
  .functions-layout h2 { font-size: 2.1rem; }
  .function-row h3 { font-size: 1.55rem; }
  .people-grid { grid-template-columns: 1fr; gap: 45px; max-width: 440px; }
  .people-section { padding-top: 40px; }
  .person-info h2 { font-size: 1.85rem; }
  .contact-strip > .container { display: block; }
  .contact-strip h2 { font-size: 1.8rem; }
  .contact-strip .text-link { margin-top: 18px; }
  .contact-page { padding-block: 60px 75px; }
  .contact-grid h1 { font-size: clamp(2.8rem,10vw,4rem); }
  .contact-copy { margin-top: 10px; }
  .email-link { font-size: 1.03rem; }
  .contact-signature { padding-block: 38px; }
  .contact-signature .container { display: block; }
  .contact-signature p { font-size: 1.5rem; }
  .contact-signature .text-link { margin-top: 20px; }
  .footer-inner { padding-block: 22px; }
}
@media(max-width:360px) {
  .container { width: calc(100% - 40px); }
  .header-inner { padding-inline: 18px; }
  .brand-name { font-size: 1rem; }
  .hero-inner { min-height: 640px; }
  .hero h1 { font-size: 2.6rem; }
  .email-link { font-size: .93rem; }
  .contact-grid h1 { font-size: 2.35rem; }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
