:root {
  --navy: #112c3d;
  --navy-deep: #091d2a;
  --gold: #f5b81b;
  --gold-dark: #d99b00;
  --sky: #e8f3f5;
  --mist: #f5f8f8;
  --ink: #17303d;
  --muted: #5a6d76;
  --white: #fff;
  --line: #d9e3e6;
  --shell: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.65; background: var(--white); }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; background: var(--gold); color: var(--navy-deep); padding: 10px 16px; font-weight: 700; }
.skip-link:focus { top: 12px; }

h1, h2 { margin: 0; font-family: "Libre Caslon Display", Georgia, serif; font-weight: 400; line-height: 1.05; letter-spacing: -.025em; }
h1 { max-width: 770px; font-size: clamp(2.8rem, 6.4vw, 5.7rem); }
h2 { font-size: clamp(2.2rem, 4.5vw, 4rem); }
h3 { margin: 0; line-height: 1.25; }
p { margin: 0; }
.eyebrow { margin-bottom: 18px; color: var(--gold); font-size: .82rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: #a16f00; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 13px 23px; border: 1px solid var(--gold); border-radius: 4px; background: var(--gold); color: var(--navy-deep); font-size: .94rem; font-weight: 700; line-height: 1.2; text-decoration: none; transition: .2s ease; }
.button:hover { background: #ffc735; border-color: #ffc735; transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid #77d2e8; outline-offset: 3px; }
.button-small { min-height: 44px; padding: 10px 16px; }
.button-ghost { border-color: rgba(255,255,255,.65); background: rgba(9,29,42,.2); color: var(--white); backdrop-filter: blur(6px); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.12); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: var(--white); transition: background .2s, box-shadow .2s; }
.site-header.scrolled { background: rgba(9,29,42,.97); box-shadow: 0 7px 28px rgba(0,0,0,.12); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 88px; }
.brand-logo { display: inline-flex; flex-direction: column; color: var(--white); text-decoration: none; }
.header-logo-image { display: block; width: clamp(255px, 25vw, 365px); height: auto; }
.logo-line { display: flex; align-items: center; line-height: 1; white-space: nowrap; }
.logo-dots { display: grid; gap: 3px; margin-right: 7px; }
.logo-dots i { display: block; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.logo-noble { font-size: 1.36rem; font-weight: 700; letter-spacing: -.055em; }
.logo-healthcare { margin-left: 7px; padding: 6px 10px 5px; background: var(--gold); color: var(--navy-deep); font-size: .73rem; font-weight: 600; letter-spacing: .22em; }
.logo-llc { margin-left: 7px; font-size: .75rem; font-weight: 500; letter-spacing: .09em; }
.logo-tagline { margin: 5px 0 0 20px; font-size: .45rem; font-weight: 600; letter-spacing: .18em; opacity: .78; white-space: nowrap; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav > a:not(.button) { position: relative; font-size: .9rem; font-weight: 600; text-decoration: none; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 2px; background: var(--gold); transition: right .2s; }
.site-nav > a:not(.button):hover::after { right: 0; }
.nav-phone { display: none; }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.35); border-radius: 4px; background: transparent; }
.menu-button span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--white); }

.hero { position: relative; min-height: 830px; padding-top: 88px; color: var(--white); overflow: hidden; background: var(--navy-deep); }
.hero h1 { font-size: clamp(2.8rem, 5.2vw, 4.8rem); }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; left: -260px; bottom: -300px; border: 1px solid rgba(245,184,27,.22); border-radius: 50%; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.12fr .88fr; gap: 70px; align-items: center; min-height: 742px; }
.hero-content { padding: 70px 0 95px; }
.hero-copy { max-width: 680px; margin-top: 28px; font-size: clamp(1.07rem, 2vw, 1.28rem); color: rgba(255,255,255,.88); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 35px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 40px; color: rgba(255,255,255,.78); font-size: .86rem; font-weight: 600; }
.hero-notes span { display: flex; align-items: center; gap: 9px; }
.hero-notes span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.hero-photo { position: relative; align-self: stretch; min-height: 660px; margin: 0; overflow: hidden; border-left: 8px solid var(--gold); box-shadow: -22px 24px 0 rgba(245,184,27,.08); }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(9,29,42,.68), transparent 38%); pointer-events: none; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 47%; }
.hero-photo figcaption { position: absolute; z-index: 2; inset: auto 28px 28px; color: rgba(255,255,255,.86); font-size: .82rem; }
.hero-photo figcaption strong { display: block; color: var(--white); font-family: "Libre Caslon Display", Georgia, serif; font-size: 1.45rem; font-weight: 400; }

.trust-strip { position: relative; z-index: 3; margin-top: -70px; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--white); box-shadow: 0 20px 50px rgba(9,29,42,.16); }
.trust-grid > div { display: flex; flex-direction: column; justify-content: center; min-height: 140px; padding: 28px 42px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border: 0; }
.trust-grid strong { color: var(--navy); font-family: "Libre Caslon Display", Georgia, serif; font-size: 2rem; font-weight: 400; }
.trust-grid span { margin-top: 3px; color: var(--muted); font-size: .87rem; }

.section { padding: 130px 0; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: end; }
.section-heading p:last-child { color: var(--muted); font-size: 1.03rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 60px; }
.service-card { min-height: 280px; padding: 30px; border: 1px solid var(--line); background: var(--white); transition: transform .22s, box-shadow .22s, border-color .22s; }
.service-card:hover { border-color: transparent; transform: translateY(-6px); box-shadow: 0 18px 45px rgba(17,44,61,.11); }
.service-card.featured { background: var(--navy); color: var(--white); }
.service-number { display: block; margin-bottom: 40px; color: #a16f00; font-size: .73rem; font-weight: 700; letter-spacing: .14em; }
.featured .service-number { color: var(--gold); }
.service-card h3 { font-family: "Libre Caslon Display", Georgia, serif; font-size: 1.75rem; font-weight: 400; }
.service-card p { margin-top: 16px; color: var(--muted); }
.service-card.featured p { color: rgba(255,255,255,.72); }
.service-card a { display: inline-block; margin-top: 25px; color: var(--gold); font-weight: 700; text-decoration: none; }

.process { background: var(--sky); }
.process-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.process-copy > p:not(.eyebrow) { margin-top: 26px; color: var(--muted); }
.text-link { display: inline-block; margin-top: 26px; color: var(--navy); font-weight: 700; text-decoration-color: var(--gold); text-decoration-thickness: 2px; text-underline-offset: 5px; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid rgba(17,44,61,.15); }
.steps li:first-child { border-top: 1px solid rgba(17,44,61,.15); }
.steps li > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--navy); color: var(--gold); font-family: Georgia, serif; font-size: 1.2rem; }
.steps h3 { font-size: 1.18rem; }
.steps p { margin-top: 7px; color: var(--muted); }

.story { padding-bottom: 0; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 610px; }
.story-image { position: relative; display: grid; grid-template-rows: minmax(0, 1fr) auto; min-height: 540px; overflow: hidden; border-bottom: 8px solid var(--gold); background: var(--white); box-shadow: 0 26px 65px rgba(17,44,61,.17); }
.story-image img { width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: center top; }
.story-brand-panel { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 125px; padding: 20px 24px 17px; background: var(--white); color: var(--navy-deep); }
.story-brand-logo { align-items: center; color: var(--navy-deep); }
.story-brand-logo .logo-noble { font-size: 1.85rem; }
.story-brand-logo .logo-healthcare { margin-left: 9px; padding: 8px 12px 7px; font-size: .88rem; }
.story-brand-logo .logo-llc { margin-left: 9px; font-size: .9rem; }
.story-brand-logo .logo-tagline { margin-top: 8px; margin-left: 0; font-size: .56rem; opacity: 1; }
.story-copy { align-self: center; padding: 65px 0 65px 75px; }
.story-copy > p:not(.eyebrow) { margin-top: 22px; color: var(--muted); }
.signature-line { display: grid; grid-template-columns: 50px 1fr; align-items: center; gap: 0 15px; margin-top: 34px; }
.signature-line > span { grid-row: 1 / 3; width: 50px; height: 1px; background: var(--gold-dark); }
.signature-line strong { font-family: Georgia, serif; font-size: 1.1rem; }
.signature-line small { color: var(--muted); }

.community { background: var(--mist); }
.community-heading { margin-bottom: 55px; }
.community-grid { display: grid; grid-template-columns: .78fr 1.22fr; grid-template-rows: repeat(2, 310px); gap: 18px; }
.community-grid figure { position: relative; margin: 0; overflow: hidden; border: 4px solid var(--white); background: var(--navy); box-shadow: 0 18px 40px rgba(17,44,61,.14); }
.community-grid .community-tall { grid-row: 1 / 3; }
.community-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.community-grid figure:hover img { transform: scale(1.025); }
.community-grid figure::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(0deg, rgba(9,29,42,.78), transparent); pointer-events: none; }
.community-grid figcaption { position: absolute; z-index: 2; inset: auto 24px 20px; color: var(--white); font-size: .9rem; font-weight: 700; }
.community-tall img { object-position: center 35%; }
.agent-section { margin-top: 0; padding: 75px 0; background: var(--navy); color: var(--white); }
.agent-layout { display: grid; grid-template-columns: 1.25fr .75fr auto; gap: 60px; align-items: center; }
.agent-layout h2 { font-size: clamp(2.3rem, 4vw, 3.8rem); }
.agent-layout p:not(.eyebrow) { max-width: 610px; margin-top: 20px; color: rgba(255,255,255,.7); }
.agent-layout ul { margin: 0; padding: 0; list-style: none; }
.agent-layout li { padding: 7px 0; color: rgba(255,255,255,.83); }
.agent-layout li::before { content: "—"; margin-right: 10px; color: var(--gold); }
.button-light { border-color: var(--white); background: var(--white); color: var(--navy); white-space: nowrap; }

.contact { background: var(--mist); }
.contact-grid { display: grid; grid-template-columns: 1fr .7fr; gap: 90px; align-items: center; }
.contact-grid > div:first-child > p:not(.eyebrow) { max-width: 680px; margin-top: 25px; color: var(--muted); }
.contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; margin-top: 35px; }
.phone-link { display: flex; flex-direction: column; color: var(--navy); text-decoration: none; }
.phone-link small { color: var(--muted); }
.phone-link strong { font-size: 1.2rem; }
.contact-grid .hours { margin-top: 22px !important; font-size: .88rem; }
.contact-card { padding: 42px; border-top: 5px solid var(--gold); background: var(--white); box-shadow: 0 18px 45px rgba(17,44,61,.09); }
.contact-card-label { color: #9a6a00; font-size: .75rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.contact-card h3 { margin-top: 16px; font-family: "Libre Caslon Display", Georgia, serif; font-size: 2rem; font-weight: 400; }
.contact-card ul { margin: 25px 0 0; padding: 0; list-style: none; }
.contact-card li { position: relative; padding: 9px 0 9px 28px; border-bottom: 1px solid var(--line); }
.contact-card li::before { content: "✓"; position: absolute; left: 0; color: #8a6200; font-weight: 700; }

.site-footer { padding: 70px 0 35px; background: var(--navy-deep); color: rgba(255,255,255,.76); }
.footer-main { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 60px; padding-bottom: 45px; border-bottom: 1px solid rgba(255,255,255,.13); }
.footer-main > div:not(.brand-logo) { display: flex; flex-direction: column; gap: 8px; }
.footer-main strong { color: var(--white); }
.footer-main a { text-decoration: none; }
.footer-main a:hover { color: var(--gold); }
.footer-brand { align-self: start; color: var(--white); }
.footer-brand .logo-noble { font-size: 1.65rem; }
.footer-brand .logo-healthcare { font-size: .82rem; }
.footer-brand .logo-tagline { font-size: .5rem; }
.legal { padding-top: 30px; font-size: .76rem; line-height: 1.6; }
.legal p { max-width: 920px; margin-bottom: 12px; }
.legal > div { display: flex; justify-content: space-between; gap: 20px; margin-top: 26px; }
.legal button { border: 0; padding: 0; background: none; color: inherit; text-decoration: underline; cursor: pointer; }
.legal-dialog { max-width: 650px; width: calc(100% - 36px); padding: 42px; border: 0; border-radius: 4px; color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.legal-dialog::backdrop { background: rgba(9,29,42,.72); }
.legal-dialog h2 { font-size: 2.2rem; }
.legal-dialog p { margin-top: 18px; }
.dialog-close { position: absolute; top: 12px; right: 16px; border: 0; background: none; color: var(--ink); font-size: 2rem; cursor: pointer; }
.mobile-actions { display: none; }

@media (max-width: 980px) {
  .site-nav { position: fixed; inset: 0 0 0 20%; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 10px; padding: 80px 38px; background: var(--navy-deep); transform: translateX(100%); transition: transform .25s ease; }
  .site-nav.open { transform: translateX(0); }
  .site-nav > a:not(.button) { padding: 10px 0; font-size: 1.2rem; }
  .nav-phone, .menu-button { display: block; }
  .menu-button { position: relative; z-index: 2; }
  .menu-open .menu-button span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-button span:nth-child(2) { opacity: 0; }
  .menu-open .menu-button span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .menu-button span { transition: .2s; }
  .hero-grid { gap: 36px; }
  .hero-photo { min-height: 610px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-layout, .contact-grid { gap: 55px; }
  .agent-layout { grid-template-columns: 1fr 1fr; }
  .agent-layout .button { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 28px, 620px); }
  body { padding-bottom: 64px; }
  .nav-wrap { min-height: 74px; }
  .header-logo-image { width: min(255px, calc(100vw - 92px)); }
  .logo-noble { font-size: 1.06rem; }
  .logo-healthcare { padding: 5px 7px 4px; font-size: .56rem; letter-spacing: .14em; }
  .logo-llc { margin-left: 5px; font-size: .58rem; }
  .logo-dots { gap: 2px; margin-right: 5px; }
  .logo-dots i { width: 4px; height: 4px; }
  .logo-tagline { display: none; }
  .site-nav { left: 12%; }
  .hero { min-height: auto; padding-top: 74px; }
  .hero-grid { grid-template-columns: 1fr; gap: 0; width: 100%; }
  .hero-content { width: var(--shell); margin-inline: auto; padding: 72px 0 55px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-notes { gap: 8px 18px; margin-top: 28px; }
  .hero-photo { min-height: 560px; border-top: 6px solid var(--gold); border-left: 0; }
  .hero-photo figcaption { inset: auto 20px 20px; }
  .trust-strip { margin-top: 0; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: auto; padding: 22px 26px; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 90px 0; }
  .section-heading, .process-layout, .story-grid, .contact-grid, .agent-layout, .footer-main { grid-template-columns: 1fr; }
  .section-heading { gap: 25px; }
  .service-grid { grid-template-columns: 1fr; margin-top: 40px; }
  .service-card { min-height: auto; }
  .service-number { margin-bottom: 26px; }
  .process-layout { gap: 50px; }
  .story { padding-bottom: 0; }
  .story-image { min-height: 400px; }
  .story-brand-panel { min-height: 100px; padding: 16px 12px 14px; }
  .story-brand-logo .logo-noble { font-size: 1.18rem; }
  .story-brand-logo .logo-healthcare { margin-left: 6px; padding: 6px 8px 5px; font-size: .62rem; letter-spacing: .16em; }
  .story-brand-logo .logo-llc { margin-left: 6px; font-size: .64rem; }
  .story-brand-logo .logo-tagline { display: block; margin-top: 7px; font-size: .46rem; letter-spacing: .14em; }
  .story-copy { padding: 55px 10px 0; }
  .community-grid { grid-template-columns: 1fr; grid-template-rows: 500px 280px 280px; }
  .community-grid .community-tall { grid-row: auto; }
  .agent-section { margin-top: 0; padding: 70px 0; }
  .agent-layout { gap: 30px; }
  .agent-layout .button { grid-column: auto; justify-self: stretch; white-space: normal; }
  .contact-grid { gap: 55px; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .contact-actions .button { width: 100%; }
  .contact-card { padding: 30px 24px; }
  .footer-main { gap: 34px; }
  .legal > div { flex-direction: column; }
  .mobile-actions { position: fixed; inset: auto 0 0; z-index: 45; display: grid; grid-template-columns: 1fr 1fr; height: 64px; box-shadow: 0 -8px 24px rgba(0,0,0,.15); }
  .mobile-actions a { display: grid; place-items: center; background: var(--navy); color: var(--white); font-size: .87rem; font-weight: 700; text-decoration: none; }
  .mobile-actions a:last-child { background: var(--gold); color: var(--navy-deep); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
