/* Peak Performance LLC — four-page review draft, version 4.
   Shared layouts and typography. The deeper-purple palette is proposed for review.
   personality.css supplies the dimensional buttons and visual finishing touches.
   Original logo artwork and approved first-person copy remain unchanged.
   System fonts only; no third-party font or script requests. */
:root {
  --accent: #4b236b;
  --accent-hover: #38164f;
  --accent-deep: #2f143f;
  --accent-soft: #f1eaf6;
  --accent-border: #cbbbd6;
  --on-accent: #eee3f5;
  --ink: #302a35;
  --muted: #61596a;
  --gold: #896129;
  --gold-light: #e5c58c;
  --paper: #faf8f5;
  --white: #fff;
  --line: #e3dce8;
  --sand: var(--accent-soft);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Segoe UI', Arial, sans-serif;
  --container: 1184px;
}
* {box-sizing: border-box;}
html {scroll-behavior: smooth;}
body {margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased;}
img {max-width: 100%; display: block;}
svg {flex-shrink: 0;}
a {color: inherit; text-underline-offset: .25em;}
button {font: inherit;}
a, button {-webkit-tap-highlight-color: transparent;}
a:focus-visible, button:focus-visible {outline: 3px solid var(--accent); outline-offset: 4px; box-shadow: 0 0 0 4px var(--white);}
p {margin: 0 0 1.2em;}
p:last-child {margin-bottom: 0;}
h1,h2,h3 {font-weight: 400; margin: 0;}
h1,h2 {font-family: var(--serif); letter-spacing: -.044em;}
h1 {font-size: clamp(42px, 5.15vw, 74px); line-height: 1.075;}
h1 em {font-weight: 400; color: var(--accent);}
h2 {font-size: clamp(34px, 3.3vw, 46px); line-height: 1.15;}
h3 {font-size: 20px; line-height: 1.4; font-weight: 600; letter-spacing: -.025em;}
strong {font-weight: 600;}
.container {width: min(var(--container), calc(100% - 72px)); margin-inline: auto;}
.icon {width: 22px; height: 22px; vertical-align: middle;}
.eyebrow {color: var(--accent); font-size: 11px; font-weight: 700; line-height: 1.5; letter-spacing: .17em; margin: 0 0 21px;}
.eyebrow.light {color: var(--gold-light);}
.skip-link {position: fixed; top: -100px; left: 20px; z-index: 200; padding: 12px 20px; background: white; font-weight: 700;}
.skip-link:focus {top: 12px;}
.topbar {background: var(--accent); color: #f4f2ec; font-size: 11px; letter-spacing: .08em;}
.topbar-inner {height: 35px; display: flex; align-items: center; justify-content: space-between;}
.topbar b {font-weight: 400; padding: 0 9px; color: var(--gold-light);}
.topbar a {display: flex; align-items: center; gap: 9px; font-size: 12px; letter-spacing: .04em; text-decoration: none;}
.topbar .icon {width: 13px; height: 13px;}
.site-header {background: var(--white); border-bottom: 1px solid var(--line);}
.header-inner {display: flex; align-items: center; justify-content: space-between; min-height: 100px; gap: 24px;}
.brand {display: flex; gap: 13px; align-items: center; text-decoration: none; flex-shrink: 0;}
.brand-image {width: 72px; height: 72px; object-fit: contain;}
.brand-words {display: flex; flex-direction: column; gap: 5px;}
.brand-name {font-size: 18px; letter-spacing: .045em; font-weight: 600; line-height: 1.2;}
.brand-name span {font-size: 10px; letter-spacing: .04em; font-weight: 500;}
.brand-sub {font-size: 9px; letter-spacing: .13em; color: var(--muted);}
.brand-sub b {font-weight: 400; padding-inline: 5px;}
.primary-nav {display: flex; align-items: center; gap: 34px;}
.primary-nav a {font-size: 14px; text-decoration: none; padding-block: 13px; position: relative; font-weight: 500;}
.primary-nav a::after {content: ''; position: absolute; height: 2px; background: var(--accent); bottom: 4px; left: 0; right: 0; transform: scaleX(0); transition: transform .18s ease;}
.primary-nav a:hover::after, .primary-nav a[aria-current="page"]::after {transform: scaleX(1);}
.primary-nav a[aria-current="page"] {color: var(--accent);}
.menu-toggle {display: none;}
.home-hero {padding-block: 66px 63px;}
.hero-grid {display: grid; grid-template-columns: 1.12fr 1fr; align-items: center; gap: 38px;}
.hero-copy .eyebrow {margin-bottom: 25px;}
.hero-lede {font-size: 18px; line-height: 1.75; color: var(--muted); max-width: 475px; margin-top: 25px; margin-bottom: 30px;}
.button-row {display: flex; gap: 14px; flex-wrap: wrap;}
.button {display: inline-flex; justify-content: center; align-items: center; gap: 18px; min-height: 52px; padding: 14px 23px; background: var(--accent); color: white; border: 1px solid var(--accent); text-decoration: none; font-size: 13px; font-weight: 600; line-height: 1.5; transition: background .15s ease, border-color .15s ease;}
.button .icon {width: 17px; height: 17px;}
.button:hover {background: var(--accent-hover); border-color: var(--accent-hover);}
.button-secondary {background: transparent; color: var(--accent); border: 1px solid var(--accent);}
.button-secondary:hover {background: var(--accent-soft); border-color: var(--accent-hover);}
.hero-byline {display: flex; align-items: flex-start; gap: 15px; margin-top: 35px;}
.byline-line {width: 30px; height: 1px; background: var(--gold); margin-top: 12px;}
.hero-byline p {display: flex; flex-direction: column; font-size: 13px; gap: 2px; line-height: 1.6;}
.hero-byline strong {font-weight: 600;}
.hero-byline p span {color: var(--muted); font-size: 12px;}
.hero-art {min-width: 0;}
.logo-frame {position: relative; background: white; padding: 12px; border: 1px solid var(--accent-border); box-shadow: 12px 12px 0 var(--accent-soft);}
.logo-frame::before {content: ''; position: absolute; width: 52px; height: 2px; background: var(--gold); top: -1px; left: -1px;}
.logo-frame::after {content: ''; position: absolute; width: 2px; height: 52px; background: var(--gold); top: -1px; left: -1px;}
.full-logo {width: 100%; height: auto;}
.art-caption {display: flex; align-items: center; justify-content: center; gap: 15px; margin-top: 30px; font-size: 9px; letter-spacing: .2em; color: var(--muted);}
.art-caption span {height: 1px; background: var(--line); width: 32px;}
.highlights {border-block: 1px solid var(--line); background: var(--white);}
.highlights-grid {display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 28px;}
.highlights-grid > div {display: flex; flex-direction: column; padding: 0 32px; border-right: 1px solid var(--line); gap: 4px;}
.highlights-grid > div:first-child {padding-left: 0;}
.highlights-grid > div:last-child {border-right: none;}
.highlight-title {font-family: var(--serif); font-size: 27px; letter-spacing: -.03em; line-height: 1.3;}
.highlights-grid > div > span:last-child {font-size: 12px; color: var(--muted);}
.section {padding-block: 88px;}
.section-heading {margin-bottom: 37px;}
.section-heading > p:not(.eyebrow) {max-width: 650px; color: var(--muted); margin-top: 18px;}
.split-heading {display: grid; grid-template-columns: 1.3fr 1fr; gap: 80px; align-items: end;}
.split-heading > p:not(.eyebrow) {margin-bottom: 4px;}
.steps-grid {display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; margin-top: 47px; margin-bottom: 26px;}
.step {padding-top: 22px; border-top: 1px solid var(--line);}
.step-number {font-family: var(--serif); font-size: 35px; letter-spacing: -.04em; color: var(--accent); display: block; margin-bottom: 17px;}
.step h3 {margin-bottom: 11px;}
.step p {font-size: 14px; color: var(--muted);}
.text-link {display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 600; color: var(--accent); text-decoration: none; padding-block: 7px;}
.text-link .icon {width: 17px; height: 17px;}
.text-link:hover {text-decoration: underline;}
.inclusive-section {padding-block: 65px; background: var(--sand);}
.inclusive-grid {display: grid; grid-template-columns: 1fr 1.1fr; gap: 100px; align-items: start;}
.large-copy {font-size: 20px; line-height: 1.7; letter-spacing: -.015em;}
.inclusive-grid > div:last-child > p:not(.large-copy) {color: var(--muted);}
.location-grid {display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);}
.location-card {padding: 28px 23px 29px; border-right: 1px solid var(--line);}
.location-card:first-child {padding-left: 0;}
.location-card:last-child {border-right: 0; padding-right: 0;}
.location-card > .icon {color: var(--accent); width: 27px; height: 27px; margin-bottom: 22px;}
.location-card h3 {font-size: 18px; margin-bottom: 11px;}
.location-card p {color: var(--muted); font-size: 13px;}
.service-note {display: flex; align-items: flex-start; gap: 10px; font-size: 12px; color: var(--muted); margin-top: 23px;}
.service-note .icon {width: 16px; height: 16px; margin-top: 2px; color: var(--accent);}
.cta-section {background: var(--accent); color: white; padding-block: 61px;}
.cta-inner {display: flex; justify-content: space-between; align-items: center; gap: 50px;}
.cta-inner h2 {font-size: 41px;}
.cta-inner p:not(.eyebrow) {color: var(--on-accent); font-size: 14px; margin-top: 16px;}
.cta-inner .eyebrow {margin-bottom: 16px;}
.cta-inner .button {background: var(--paper); border-color: var(--paper); color: var(--accent); flex-shrink: 0; min-width: 190px;}
.cta-inner .button:hover {background: var(--accent-soft); border-color: var(--accent-soft); color: var(--accent-hover);}
.site-footer {background: var(--white);}
.footer-grid {display: grid; grid-template-columns: 1.35fr .65fr 1.1fr; gap: 70px; padding-block: 58px 45px;}
.footer-name {color: var(--accent); font-size: 15px; font-weight: 600; letter-spacing: .05em; margin-bottom: 15px;}
.footer-name span {font-size: 9px;}
.footer-brand > p:not(.footer-name) {font-size: 13px; color: var(--muted);}
.footer-brand .footer-credential {font-size: 11px !important; margin-top: 18px;}
.footer-label {font-size: 10px; font-weight: 700; letter-spacing: .15em; color: var(--accent); margin-bottom: 19px;}
.footer-nav {display: flex; flex-direction: column; align-items: start; gap: 6px;}
.footer-nav a {font-size: 13px; text-decoration: none;}
.footer-nav a:hover {text-decoration: underline;}
.footer-contact {display: block; font-size: 20px; text-decoration: none; margin-bottom: 3px;}
.footer-email {font-size: 12px; overflow-wrap: anywhere;}
.footer-grid > div:last-child > p:last-child {color: var(--muted); font-size: 11px; margin-top: 15px; line-height: 1.9;}
.footer-bottom {border-top: 1px solid var(--line); padding-block: 22px; display: flex; justify-content: space-between; gap: 24px; color: var(--muted); font-size: 10px;}
.page-hero {padding-block: 64px 54px; border-bottom: 1px solid var(--line);}
.page-hero h1 {font-size: clamp(43px, 5.2vw, 72px);}
.page-lede {font-size: 18px; color: var(--muted); max-width: 660px; margin-top: 23px;}
.overview-grid {display: grid; grid-template-columns: 1.12fr 1fr; gap: 90px; align-items: start;}
.overview-copy h2 {font-size: 41px; margin-bottom: 26px;}
.overview-copy > p:not(.eyebrow) {color: var(--muted);}
.focus-list {border-top: 1px solid var(--line);}
.focus-list > div {display: flex; gap: 22px; border-bottom: 1px solid var(--line); padding: 23px 0;}
.focus-list > div > span {font-size: 13px; color: var(--accent); margin-top: 4px;}
.focus-list h3 {font-size: 21px; margin-bottom: 7px;}
.focus-list p {font-size: 14px; color: var(--muted);}
.gpr-section {background: var(--accent-deep); color: var(--white); padding-block: 68px;}
.gpr-grid {display: grid; grid-template-columns: 1fr 1.1fr; gap: 100px;}
.gpr-grid > div:last-child > p:not(.large-copy) {color: var(--on-accent); font-size: 14px;}
.gpr-grid .scope-note {font-size: 11px !important; border-top: 1px solid #80658f; padding-top: 16px; margin-top: 25px;}
.audience-section {padding-block: 64px; background: var(--sand);}
.audience-grid {display: grid; grid-template-columns: 1fr 1.1fr; gap: 100px;}
.audience-grid > div:last-child > p:not(.large-copy) {color: var(--muted);}
.rates-panel {padding: 40px; border: 1px solid var(--accent-border); display: flex; align-items: center; justify-content: space-between; gap: 45px; background: white;}
.rates-panel h2 {font-size: 38px; margin-bottom: 18px;}
.rates-panel .eyebrow {margin-bottom: 13px;}
.rates-panel p:not(.eyebrow) {font-size: 14px; color: var(--muted);}
.availability-line {font-size: 11px !important;}
.rates-actions {flex-shrink: 0; display: flex; align-items: center; flex-direction: column; gap: 12px;}
.about-grid {display: grid; grid-template-columns: 350px 1fr; align-items: start; gap: 88px;}
.about-identity {border: 1px solid var(--line); background: white;}
.about-logo {padding: 18px; border-bottom: 1px solid var(--line);}
.about-logo img {width: 100%; height: auto;}
.identity-details {padding: 27px;}
.identity-details h2 {font-size: 31px; color: var(--accent);}
.identity-details .credentials {color: var(--accent); font-size: 13px; letter-spacing: .09em; margin-top: 11px; margin-bottom: 22px;}
.identity-details > p:last-child {font-size: 13px; color: var(--muted);}
.about-story h2 {font-size: 41px; margin-bottom: 24px;}
.about-story > p:not(.eyebrow):not(.large-copy) {font-size: 15px; color: var(--muted);}
.statement {border-left: 2px solid var(--accent); padding: 10px 0 10px 24px; margin-block: 29px;}
.statement p {font-family: var(--serif); font-size: 24px; line-height: 1.5; letter-spacing: -.02em;}
.principles-section {padding-block: 57px; border-top: 1px solid var(--line); background: var(--sand);}
.principles-grid {display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px;}
.principles-grid h3 {font-size: 19px; margin-bottom: 9px;}
.principles-grid p {font-size: 13px; color: var(--muted);}
.contact-hero {border-bottom: none; padding-bottom: 44px;}
.contact-actions-section {padding-bottom: 65px; border-bottom: 1px solid var(--line);}
.contact-actions {display: grid; grid-template-columns: 1fr 1fr; gap: 28px;}
.contact-card {position: relative; border: 1px solid var(--line); padding: 36px; background: var(--white); display: flex; align-items: flex-start; flex-direction: column;}
.contact-card .contact-icon {width: 43px; height: 43px; display: flex; align-items: center; justify-content: center; background: var(--sand); color: var(--accent); margin-bottom: 26px;}
.contact-card .eyebrow {margin-bottom: 11px;}
.contact-number {color: var(--accent); font-family: var(--serif); font-size: 43px; line-height: 1.2; letter-spacing: -.045em; text-decoration: none;}
.contact-email {color: var(--accent); font-size: clamp(16px, 1.68vw, 24px); line-height: 1.3; letter-spacing: -.03em; text-decoration: none; overflow-wrap: anywhere; min-height: 51px; display: flex; align-items: center;}
.contact-number:hover, .contact-email:hover {text-decoration: underline;}
.contact-card > p:not(.eyebrow) {font-size: 14px; color: var(--muted); margin-top: 15px; margin-bottom: 24px;}
.contact-card .button {margin-top: auto;}
.email-hint {font-size: 10px; color: var(--muted); margin-top: 10px;}
.contact-details-grid {display: grid; grid-template-columns: 1fr 1fr; gap: 94px;}
.details-icon {color: var(--accent); margin-bottom: 18px;}
.details-icon .icon {width: 28px; height: 28px;}
.details-block h2 {font-size: 38px; margin-bottom: 24px;}
.details-block > p:not(.eyebrow) {color: var(--muted); font-size: 14px;}
.hours {margin: 30px 0 21px;}
.hours > div {display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-block: 15px; border-bottom: 1px solid var(--line); font-size: 14px;}
.hours > div:first-child {border-top: 1px solid var(--line);}
.hours dt {font-weight: 600;}
.hours dd {margin: 0;}
.muted {color: var(--muted);}
.contact-locations-section {background: var(--sand); padding-block: 58px;}
.contact-locations-section h2 {font-size: 38px;}
.location-options {display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px;}
.location-options > span {display: flex; align-items: flex-start; gap: 12px; font-size: 14px;}
.location-options .icon {color: var(--accent);}
@media (min-width: 1550px) {
  :root {--container: 1260px;}
  h1 {font-size: 80px;}
}
@media (max-width: 1100px) {
  .brand-name {font-size: 15px;}
  .brand-image {width: 62px; height: 62px;}
  .primary-nav {gap: 25px;}
  .hero-grid {gap: 28px;}
  .hero-lede {font-size: 16px;}
  .button {padding-inline: 18px; gap: 12px;}
  .highlights-grid > div {padding-inline: 22px;}
  .split-heading, .overview-grid, .inclusive-grid, .gpr-grid, .audience-grid {gap: 55px;}
  .about-grid {grid-template-columns: 300px 1fr; gap: 52px;}
  .footer-grid {gap: 35px;}
  .contact-card {padding: 28px;}
  .contact-number {font-size: 38px;}
  .contact-details-grid {gap: 65px;}
  .rates-panel {padding: 32px;}
}
@media (max-width: 820px) {
  .container {width: calc(100% - 44px);}
  .header-inner {min-height: 90px; flex-wrap: wrap; gap: 0;}
  .brand-image {width: 60px; height: 60px;}
  .brand-name {font-size: 15px;}
  .brand-sub {font-size: 8px;}
  .brand {gap: 8px;}
  .primary-nav {width: 100%; justify-content: space-between; border-top: 1px solid var(--line); padding-block: 8px;}
  .js .menu-toggle {display: inline-flex; align-items: center; gap: 10px; background: white; border: 1px solid var(--line); padding: 10px; font-size: 12px; cursor: pointer;}
  .menu-bars {display: block; width: 16px; height: 12px; border-block: 1px solid var(--ink); position: relative;}
  .menu-bars::after {content: ''; position: absolute; left: 0; right: 0; top: 4px; height: 1px; background: var(--ink);}
  .js .primary-nav {display: none;}
  .js .primary-nav.is-open {display: flex;}
  .home-hero {padding-top: 42px; padding-bottom: 44px;}
  .hero-grid {grid-template-columns: 1fr 1fr; gap: 25px;}
  .hero-copy .eyebrow {font-size: 9px; margin-bottom: 20px;}
  h1 {font-size: 43px;}
  .hero-lede {font-size: 15px; line-height: 1.7; margin-top: 20px; margin-bottom: 23px;}
  .button-row {gap: 10px;}
  .button {padding: 12px 16px; min-height: 46px; font-size: 12px;}
  .hero-byline {margin-top: 25px;}
  .byline-line {display: none;}
  .hero-byline p {font-size: 12px;}
  .hero-byline p span {font-size: 11px;}
  .logo-frame {padding: 7px; box-shadow: 8px 8px 0 var(--accent-soft);}
  .art-caption {font-size: 7px; gap: 8px; margin-top: 24px; letter-spacing: .13em;}
  .art-caption span {width: 17px;}
  .highlight-title {font-size: 24px;}
  .highlights-grid > div {padding-inline: 18px;}
  .highlights-grid > div > span:last-child {font-size: 11px;}
  .section {padding-block: 64px;}
  h2 {font-size: 36px;}
  .split-heading {gap: 34px; grid-template-columns: 1.15fr 1fr;}
  .split-heading > p {font-size: 14px;}
  .steps-grid {gap: 23px;}
  .step h3 {font-size: 18px;}
  .step p {font-size: 13px;}
  .inclusive-grid, .gpr-grid, .audience-grid {gap: 38px;}
  .large-copy {font-size: 18px;}
  .location-grid {grid-template-columns: 1fr 1fr;}
  .location-card {padding: 25px;}
  .location-card:nth-child(2) {border-right: 0;}
  .location-card:nth-child(3) {padding-left: 0; border-top: 1px solid var(--line);}
  .location-card:nth-child(4) {border-top: 1px solid var(--line); padding-left: 25px; padding-right: 0;}
  .location-card h3 {font-size: 19px;}
  .cta-inner h2 {font-size: 35px;}
  .cta-inner {gap: 25px;}
  .cta-inner .button {min-width: 150px;}
  .footer-grid {grid-template-columns: 1.15fr .6fr 1fr; gap: 26px;}
  .footer-name {color: var(--accent); font-size: 12px;}
  .footer-name span {font-size: 8px;}
  .footer-contact {font-size: 17px;}
  .footer-email {font-size: 11px;}
  .footer-bottom {font-size: 9px;}
  .page-hero {padding-block: 48px 45px;}
  .page-hero h1 {font-size: 55px;}
  .page-lede {font-size: 16px;}
  .overview-grid {grid-template-columns: 1fr 1fr; gap: 35px;}
  .overview-copy h2 {font-size: 34px;}
  .overview-copy > p:not(.eyebrow) {font-size: 14px;}
  .focus-list h3 {font-size: 18px;}
  .rates-panel {padding: 30px; gap: 30px;}
  .rates-panel h2 {font-size: 34px;}
  .about-grid {grid-template-columns: 245px 1fr; gap: 32px;}
  .identity-details {padding: 21px;}
  .identity-details h2 {font-size: 27px;}
  .about-story h2 {font-size: 33px;}
  .about-story > p:not(.eyebrow):not(.large-copy) {font-size: 14px;}
  .statement p {font-size: 22px;}
  .principles-grid h3 {font-size: 17px;}
  .contact-card {padding: 25px;}
  .contact-actions {gap: 20px;}
  .contact-number {font-size: 33px;}
  .contact-email {font-size: 18px; min-height: 40px;}
  .contact-card > p:not(.eyebrow) {font-size: 13px;}
  .contact-details-grid {gap: 36px;}
  .details-block h2 {font-size: 34px;}
  .hours > div {font-size: 12px; gap: 8px;}
  .location-options {grid-template-columns: 1fr 1fr; gap: 22px;}
}
@media (max-width: 600px) {
  .container {width: calc(100% - 40px);}
  .topbar {font-size: 8px; letter-spacing: .06em;}
  .topbar-inner {height: 33px;}
  .topbar b {padding-inline: 3px;}
  .topbar a {font-size: 10px; gap: 5px;}
  .topbar .icon {width: 10px; height: 10px;}
  .header-inner {min-height: 86px;}
  .brand-name {font-size: 12px; letter-spacing: .035em;}
  .brand-name span {font-size: 8px;}
  .brand-image {width: 48px; height: 48px;}
  .brand-sub {font-size: 7px; letter-spacing: .07em;}
  .brand-sub b {padding-inline: 2px;}
  .brand {gap: 7px;}
  .js .menu-toggle {padding: 8px; gap: 7px; font-size: 11px;}
  .menu-bars {width: 14px;}
  .primary-nav {gap: 18px; padding-top: 8px; padding-bottom: 14px;}
  .primary-nav a {font-size: 13px;}
  .home-hero {padding-top: 40px; padding-bottom: 35px;}
  .hero-grid {grid-template-columns: 1fr; gap: 39px;}
  .hero-copy .eyebrow {font-size: 9px; letter-spacing: .14em; margin-bottom: 20px;}
  h1 {font-size: clamp(39px, 10vw, 55px); line-height: 1.1;}
  .hero-lede {font-size: 16px; max-width: 440px;}
  .button-row {gap: 10px;}
  .button {min-height: 48px; padding: 12px 17px;}
  .hero-byline {margin-top: 25px;}
  .hero-byline p {font-size: 12px;}
  .hero-art {width: min(100% - 12px, 395px); justify-self: center;}
  .logo-frame {padding: 10px;}
  .art-caption {font-size: 8px; margin-top: 23px;}
  .highlights-grid {grid-template-columns: 1fr; padding-block: 0;}
  .highlights-grid > div {padding: 19px 0; border-right: 0; border-bottom: 1px solid var(--line); flex-direction: row; align-items: center; gap: 20px;}
  .highlights-grid > div:last-child {border-bottom: 0;}
  .highlight-title {font-size: 23px; width: 46%; flex-shrink: 0;}
  .highlights-grid > div > span:last-child {font-size: 11px;}
  .section {padding-block: 55px;}
  h2 {font-size: 35px;}
  .eyebrow {font-size: 10px; margin-bottom: 17px;}
  .split-heading {grid-template-columns: 1fr; gap: 18px;}
  .split-heading > p:not(.eyebrow) {margin-top: 0; font-size: 15px;}
  .section-heading {margin-bottom: 28px;}
  .section-heading > p:not(.eyebrow) {font-size: 15px;}
  .steps-grid {grid-template-columns: 1fr; gap: 22px; margin-top: 30px; margin-bottom: 23px;}
  .step {display: grid; grid-template-columns: 45px 1fr; column-gap: 15px; padding-top: 23px;}
  .step-number {grid-row: 1 / 3; margin-bottom: 0; font-size: 29px; line-height: 1.2;}
  .step h3 {font-size: 18px; margin-bottom: 8px;}
  .step p {font-size: 14px;}
  .inclusive-section, .gpr-section, .audience-section {padding-block: 49px;}
  .inclusive-grid, .gpr-grid, .audience-grid {grid-template-columns: 1fr; gap: 25px;}
  .large-copy {font-size: 19px;}
  .inclusive-grid > div:last-child > p:not(.large-copy) {font-size: 14px;}
  .location-card {padding: 23px 18px;}
  .location-card:nth-child(4) {padding-left: 18px;}
  .location-card h3 {font-size: 17px;}
  .location-card > .icon {width: 25px; height: 25px; margin-bottom: 17px;}
  .location-card p {font-size: 12px;}
  .service-note {font-size: 11px;}
  .cta-section {padding-block: 46px;}
  .cta-inner {flex-direction: column; align-items: flex-start; gap: 25px;}
  .cta-inner h2 {font-size: 35px;}
  .cta-inner p:not(.eyebrow) {font-size: 14px;}
  .cta-inner .button {min-width: 170px;}
  .footer-grid {grid-template-columns: 1fr 1fr; gap: 35px 18px; padding-top: 40px; padding-bottom: 32px;}
  .footer-brand {grid-column: 1 / -1;}
  .footer-name {color: var(--accent); font-size: 15px;}
  .footer-name span {font-size: 9px;}
  .footer-brand > p:not(.footer-name) {font-size: 13px;}
  .footer-brand .footer-credential {margin-top: 13px;}
  .footer-grid > div:nth-child(2) {grid-column: 1;}
  .footer-grid > div:nth-child(3) {grid-column: 2;}
  .footer-label {font-size: 9px; margin-bottom: 14px;}
  .footer-contact {font-size: 18px;}
  .footer-email {font-size: 11px;}
  .footer-grid > div:last-child > p:last-child {font-size: 10px;}
  .footer-bottom {flex-direction: column; gap: 8px; font-size: 9px; padding-block: 20px;}
  .page-hero {padding-top: 40px; padding-bottom: 36px;}
  .page-hero h1 {font-size: clamp(39px, 10vw, 55px);}
  .page-lede {font-size: 16px; margin-top: 20px;}
  .overview-grid {grid-template-columns: 1fr; gap: 33px;}
  .overview-copy h2 {font-size: 35px; margin-bottom: 23px;}
  .overview-copy > p:not(.eyebrow) {font-size: 15px;}
  .focus-list > div {padding-block: 21px;}
  .focus-list h3 {font-size: 20px;}
  .focus-list p {font-size: 14px;}
  .audience-grid > div:last-child > p:not(.large-copy) {font-size: 14px;}
  .rates-panel {padding: 26px 23px; flex-direction: column; align-items: flex-start; gap: 26px;}
  .rates-panel h2 {font-size: 33px;}
  .rates-panel p:not(.eyebrow) {font-size: 14px;}
  .rates-actions {align-items: flex-start;}
  .about-grid {grid-template-columns: 1fr; gap: 37px;}
  .about-identity {max-width: 360px; width: 100%; justify-self: center;}
  .about-logo {padding: 18px;}
  .identity-details {padding: 24px;}
  .identity-details h2 {font-size: 32px;}
  .about-story h2 {font-size: 35px;}
  .about-story > p:not(.eyebrow):not(.large-copy) {font-size: 15px;}
  .statement {padding-left: 20px;}
  .statement p {font-size: 25px;}
  .principles-section {padding-block: 43px;}
  .principles-grid {grid-template-columns: 1fr; gap: 24px;}
  .principles-grid h3 {font-size: 19px;}
  .principles-grid p {font-size: 14px;}
  .contact-actions {grid-template-columns: 1fr; gap: 20px;}
  .contact-actions-section {padding-bottom: 45px;}
  .contact-card {padding: 27px;}
  .contact-card .contact-icon {margin-bottom: 23px;}
  .contact-number {font-size: 39px;}
  .contact-email {font-size: clamp(17px, 5.3vw, 23px); min-height: 0;}
  .contact-card > p:not(.eyebrow) {font-size: 14px;}
  .contact-details-grid {grid-template-columns: 1fr; gap: 43px;}
  .details-block h2 {font-size: 35px;}
  .hours > div {font-size: 13px;}
  .contact-locations-section {padding-block: 46px;}
  .contact-locations-section h2 {font-size: 35px;}
  .location-options {grid-template-columns: 1fr; gap: 20px;}
  .location-options > span {font-size: 14px;}
}
@media (max-width: 359px) {
  .container {width: calc(100% - 32px);}
  .brand-name {font-size: 10px;}
  .brand-image {width: 41px; height: 41px;}
  .brand-sub {font-size: 6px;}
  .brand {gap: 5px;}
  .topbar {font-size: 7px;}
  .topbar a {font-size: 9px;}
  .button {padding-inline: 13px; gap: 9px; font-size: 11px;}
  h1, .page-hero h1 {font-size: 36px;}
  .contact-number {font-size: 33px;}
  .contact-email {font-size: 16px;}
  .footer-contact {font-size: 16px;}
}
@media (prefers-reduced-motion: reduce) {
  html {scroll-behavior: auto;}
  *, *::before, *::after {animation-duration: .01ms !important; transition-duration: .01ms !important;}
}
@media print {
  .topbar, .menu-toggle, .primary-nav, .button-row, .cta-section, .footer-nav, .button, .skip-link {display: none !important;}
  .container {width: 100%;}
  .site-header {border: none;}
  .section {padding-block: 30px;}
  .home-hero, .page-hero {padding-block: 25px;}
  body {font-size: 11pt; background: white;}
  h1 {font-size: 32pt;}
  h2 {font-size: 24pt;}
  .footer-bottom {font-size: 9pt;}
  .logo-frame {box-shadow: none;}
  .gpr-section, .cta-section, .inclusive-section, .audience-section {background: white; color: black;}
  .gpr-grid > div:last-child > p:not(.large-copy) {color: black;}
  .eyebrow.light {color: var(--accent);}
}
