:root {
  --ink: #152235;
  --navy: #17345c;
  --navy-deep: #0f2747;
  --red: #c9272f;
  --yellow: #f2b632;
  --paper: #f4f1e8;
  --white: #fff;
  --line: #c9c9c2;
  --muted: #5a6470;
}

* { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font: 15px/1.55 Arial, Helvetica, sans-serif; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--navy); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--red); }
.site-width { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 50; padding: 9px 12px; color: #fff; background: #111; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.service-strip { color: #fff; background: var(--navy-deep); border-bottom: 3px solid var(--red); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.service-strip-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.service-strip a { color: #fff; }
.site-header { background: #fff; }
.header-row { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand strong { display: block; color: var(--red); font: 900 34px/0.92 "Arial Narrow", Impact, sans-serif; letter-spacing: 1px; transform: skew(-5deg); }
.brand small { display: block; margin-top: 4px; color: var(--ink); font: 800 11px/1 Arial, sans-serif; letter-spacing: 2.4px; }
.brand-wheel { width: 62px; aspect-ratio: 1; border: 12px solid #111; border-radius: 50%; box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 7px #111; position: relative; }
.brand-wheel::after { content: ""; position: absolute; inset: -15px; border: 2px dashed #111; border-radius: 50%; }
.header-note { color: var(--muted); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; }
.main-nav { background: var(--navy); border-bottom: 5px solid var(--yellow); }
.nav-row { display: flex; align-items: stretch; }
.nav-row a { min-height: 48px; padding: 15px 19px 13px; color: #fff; border-right: 1px solid rgba(255,255,255,.16); font: 700 13px/1 Arial, sans-serif; text-decoration: none; text-transform: uppercase; }
.nav-row a:first-child { border-left: 1px solid rgba(255,255,255,.16); }
.nav-row a:hover { color: #111; background: var(--yellow); }

.business-hero { min-height: 490px; display: grid; align-items: end; color: #fff; background: linear-gradient(90deg, rgba(10,24,44,.92) 0%, rgba(13,39,71,.78) 48%, rgba(13,39,71,.15) 78%), url('/Portals/60/Skins/master/img/bg.jpg') center top / cover no-repeat; border-bottom: 1px solid #07182d; }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: 44px; align-items: end; padding-block: 74px 62px; }
.hero-copy { max-width: 670px; }
.eyebrow { margin: 0 0 12px; color: var(--red); font: 800 12px/1.2 "Arial Narrow", Arial, sans-serif; letter-spacing: 1.3px; text-transform: uppercase; }
.business-hero .eyebrow, .inner-hero .eyebrow { color: var(--yellow); }
h1, h2, h3 { margin-top: 0; color: var(--ink); font-family: "Arial Narrow", Arial, Helvetica, sans-serif; }
h1 { font-size: clamp(38px, 5.4vw, 68px); line-height: .98; letter-spacing: 0; text-transform: uppercase; }
h2 { font-size: clamp(27px, 3vw, 38px); line-height: 1.05; }
h3 { font-size: 20px; line-height: 1.15; }
.business-hero h1 { margin-bottom: 20px; color: #fff; max-width: 650px; }
.hero-copy > p:not(.eyebrow) { max-width: 610px; margin: 0 0 26px; color: #edf2f8; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 12px 17px; border: 2px solid var(--navy); color: var(--navy); background: #fff; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.button.primary { color: #111; background: var(--yellow); border-color: var(--yellow); }
.button.secondary { color: #fff; background: transparent; border-color: rgba(255,255,255,.7); }
.button.outline { background: transparent; }
.button.light { color: var(--navy-deep); background: #fff; border-color: #fff; }
.hero-service-box { padding: 22px; color: #111; background: var(--yellow); border: 5px solid rgba(255,255,255,.85); box-shadow: 8px 8px 0 rgba(5,17,31,.45); }
.hero-service-box strong, .hero-service-box span { display: block; }
.hero-service-box strong { text-transform: uppercase; font-size: 12px; }
.hero-service-box a { display: block; margin: 7px 0 10px; color: var(--navy-deep); font: 900 25px/1 "Arial Narrow", Arial, sans-serif; text-decoration: none; }
.hero-service-box span { font-size: 12px; }

.reading-board { background: var(--paper); border-block: 1px solid #d7d2c5; }
.reading-frame { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 50px; padding-block: 42px; }
.reading-intro { padding-right: 34px; border-right: 5px solid var(--red); }
.reading-intro h2 { margin-bottom: 13px; }
.reading-intro p:not(.eyebrow) { color: var(--muted); }
.text-link { font-weight: 800; }
.reading-list, .library-list { min-width: 0; }
.reading-row { display: grid; grid-template-columns: 32px minmax(0, 1fr) 38px; gap: 11px; align-items: baseline; min-height: 43px; padding: 10px 5px; color: var(--ink); border-bottom: 1px dotted #a9a79f; text-decoration: none; }
.reading-row:first-child { border-top: 1px dotted #a9a79f; }
.reading-row span, .reading-row i { color: var(--muted); font: 700 10px/1 Arial, sans-serif; font-style: normal; text-transform: uppercase; }
.reading-row strong { overflow-wrap: anywhere; font-size: 14px; line-height: 1.3; }
.reading-row:hover { padding-left: 9px; color: var(--red); background: rgba(255,255,255,.65); }
.reading-more { margin-top: 13px; }
.reading-more summary { cursor: pointer; width: fit-content; padding: 9px 12px; color: #fff; background: var(--navy); font-weight: 800; text-transform: uppercase; }
.reading-more[open] summary { margin-bottom: 12px; }
.reading-more > div, .library-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; }

.section-pad { padding-block: 64px; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(270px, .8fr); gap: 60px; align-items: end; margin-bottom: 36px; }
.section-heading h2 { max-width: 620px; margin-bottom: 0; }
.section-heading > p { margin: 0; color: var(--muted); }
.service-deck { background: #fff; }
.service-image-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 34px; }
.service-image-grid a { display: flex; align-items: center; gap: 18px; padding: 14px 18px; color: #fff; background: var(--navy-deep); border-bottom: 5px solid var(--yellow); font: 800 15px/1.2 "Arial Narrow", Arial, sans-serif; text-decoration: none; text-transform: uppercase; }
.service-image-grid img { width: 102px; height: 102px; object-fit: cover; border-radius: 50%; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 166px; padding: 23px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fbfbf8; }
.service-card h3 { margin-bottom: 12px; }
.service-card p { margin: 0; color: var(--muted); }
.service-grid.large .service-card { min-height: 210px; }
.history-band { color: #fff; background: var(--navy-deep); border-block: 5px solid var(--yellow); }
.history-band h2, .history-band a { color: #fff; }
.history-band p { color: #dce5ee; }
.history-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.location-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 4px solid var(--navy); }
.location-card { padding: 21px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.location-card:first-child { border-left: 1px solid var(--line); }
.location-card p { color: var(--muted); }
.location-card small { color: var(--red); font-weight: 800; text-transform: uppercase; }
.all-locations { grid-template-columns: repeat(4, 1fr); }
.all-locations .location-card:nth-child(4n+1) { border-left: 1px solid var(--line); }
.brand-strip { padding-block: 26px; color: #fff; background: var(--red); }
.brand-strip .site-width { display: flex; flex-wrap: wrap; gap: 13px 28px; }
.brand-strip span { font-family: "Arial Narrow", Arial, sans-serif; font-weight: 900; }

.inner-hero { padding-block: 64px; color: #fff; background: var(--navy-deep) url('/Portals/60/Skins/master/img/bg.jpg') center top / cover no-repeat; box-shadow: inset 0 0 0 999px rgba(10,29,53,.82); border-bottom: 5px solid var(--yellow); }
.inner-hero h1 { max-width: 850px; margin-bottom: 16px; color: #fff; font-size: clamp(36px, 5vw, 58px); }
.inner-hero p:last-child { max-width: 720px; margin-bottom: 0; font-size: 17px; }
.editorial-layout { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr); gap: 70px; }
.editorial-layout aside { padding: 24px; color: #fff; background: var(--navy); border-top: 6px solid var(--yellow); }
.editorial-layout aside strong { display: block; color: var(--yellow); text-transform: uppercase; }
.editorial-layout aside p { margin-top: 5px; }
.callout-band { padding-block: 42px; color: #fff; background: var(--red); }
.callout-band .site-width { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .8fr) auto; gap: 30px; align-items: center; }
.callout-band h2, .callout-band p { margin: 0; color: #fff; }
.hours-band { padding-block: 25px; background: var(--paper); border-block: 1px solid var(--line); }
.hours-band .site-width { display: flex; flex-wrap: wrap; gap: 15px 32px; }
.brand-directory { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 4px solid var(--navy); }
.brand-directory a { display: flex; justify-content: space-between; gap: 20px; padding: 19px; color: var(--ink); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font: 800 18px/1.2 "Arial Narrow", Arial, sans-serif; text-decoration: none; }
.brand-directory a:nth-child(odd) { border-left: 1px solid var(--line); }
.brand-directory span { color: var(--red); font: 800 11px/1.2 Arial, sans-serif; text-transform: uppercase; }
.legacy-copy, .narrow-copy { max-width: 820px; }
.legacy-copy h1:first-child { display: none; }
.legacy-copy h2 { margin-top: 36px; }
.legacy-copy li { margin-bottom: 8px; }
.legacy-copy img { margin: 20px 0; }
.library-section { background: var(--paper); }
.library-list { padding: 18px 24px 28px; background: #fff; border-top: 5px solid var(--red); }

.site-footer { color: #ccd5df; background: #101a28; border-top: 6px solid var(--yellow); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 60px; padding-block: 42px 32px; }
.footer-grid strong { color: #fff; text-transform: uppercase; }
.footer-grid p { margin: 9px 0 0; }
.site-footer a { color: #fff; }
.legal-row { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #334154; font-size: 12px; }

@media (max-width: 900px) {
  .nav-row { overflow-x: auto; }
  .nav-row a { flex: 0 0 auto; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-service-box { max-width: 310px; }
  .reading-frame { grid-template-columns: 240px minmax(0, 1fr); gap: 30px; }
  .service-image-grid, .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-image-grid a:last-child { grid-column: 1 / -1; }
  .location-grid, .all-locations { grid-template-columns: repeat(2, 1fr); }
  .all-locations .location-card:nth-child(4n+1) { border-left: 0; }
  .all-locations .location-card:nth-child(odd) { border-left: 1px solid var(--line); }
  .callout-band .site-width { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .site-width { width: min(100% - 28px, 1120px); }
  .service-strip-inner { padding-block: 8px; flex-direction: column; align-items: flex-start; gap: 2px; }
  .header-row { min-height: 88px; }
  .brand strong { font-size: 27px; }
  .brand-wheel { width: 48px; border-width: 9px; }
  .header-note { display: none; }
  .nav-row { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: visible; }
  .nav-row a { min-height: 42px; padding: 13px 5px 11px; border-bottom: 1px solid rgba(255,255,255,.16); text-align: center; font-size: 10px; }
  .nav-row a:last-child { grid-column: 2; }
  .business-hero { min-height: 560px; background-size: auto 1400px; background-position: center top; }
  .inner-hero { background-size: auto 1400px; background-position: center top; }
  .hero-layout { padding-block: 56px 36px; gap: 28px; }
  h1 { font-size: 42px; }
  .reading-frame { grid-template-columns: 1fr; gap: 24px; padding-block: 34px; }
  .reading-intro { padding: 0 0 20px; border-right: 0; border-bottom: 5px solid var(--red); }
  .reading-more > div, .library-list { grid-template-columns: 1fr; }
  .section-pad { padding-block: 46px; }
  .section-heading, .history-layout, .editorial-layout, .footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .service-image-grid, .service-grid, .location-grid, .all-locations, .brand-directory { grid-template-columns: 1fr; }
  .service-image-grid a:last-child { grid-column: auto; }
  .location-card, .all-locations .location-card:nth-child(4n+1), .all-locations .location-card:nth-child(odd), .brand-directory a, .brand-directory a:nth-child(odd) { border-left: 1px solid var(--line); }
  .brand-strip .site-width, .hours-band .site-width { flex-direction: column; }
  .legal-row { padding-block: 16px; flex-direction: column; align-items: flex-start; gap: 5px; }
}
