@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display:ital@0;1&display=swap');

:root {
  --navy: #285185;
  --navy-dark: #183451;
  --copper: #d67940;
  --coral: #b75f3a;
  --sky: #dbeaf4;
  --mist: #eef3f7;
  --paper: #f8fafc;
  --ink: #20364f;
  --muted: #63758a;
  --line: rgba(40, 81, 133, .17);
  --white: #fff;
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
  --page: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { margin-bottom: 24px; font-family: var(--serif); font-weight: 400; letter-spacing: 0; line-height: 1; }
h1 { font-size: 5.25rem; }
h2 { font-size: 4rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -80px; padding: 10px 16px; color: var(--navy-dark); background: #fff; }
.skip-link:focus { top: 16px; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(214,121,64,.5); outline-offset: 3px; }
.section { width: var(--page); margin: auto; }
.kicker { margin-bottom: 14px; color: var(--coral); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 22px; border: 0; border-radius: 8px; font-weight: 700; text-decoration: none; cursor: pointer; }
.button-primary { color: #fff; background: var(--navy); }
.button-primary:hover { background: var(--navy-dark); }
.button-light { color: var(--navy); background: #fff; }
.arrow-link, .service-link { display: inline-flex; gap: 8px; color: var(--navy-dark); font-weight: 700; text-decoration: none; border-bottom: 2px solid currentColor; }

.topline { display: flex; justify-content: space-between; gap: 24px; padding: 7px max(20px, calc((100% - 1180px) / 2)); color: #fff; background: var(--navy-dark); font-size: .78rem; }
.topline p { margin: 0; }
.topline a { font-weight: 700; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(248,250,252,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { width: var(--page); min-height: 82px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 184px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: .88rem; font-weight: 700; }
.site-nav a { text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--coral); }
.site-nav .nav-cta { padding: 11px 19px; color: #fff; background: var(--navy); border-radius: 8px; }
.site-nav .nav-cta:hover { color: #fff; background: var(--navy-dark); }
.nav-toggle { display: none; padding: 8px; background: transparent; border: 0; }
.nav-toggle span { display: block; width: 25px; height: 2px; margin: 5px; background: var(--navy); transition: transform .2s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; color: #fff; background: var(--navy-dark); }
.hero-photo { position: absolute; inset: 0 0 0 auto; width: 42%; height: 100%; object-fit: cover; object-position: center; }
.hero::after { content: ""; position: absolute; inset: 0 auto 0 0; width: 58%; background: linear-gradient(90deg, rgba(24,52,81,.98), rgba(24,52,81,.94)); }
.hero-inner { position: relative; z-index: 1; width: var(--page); margin: auto; }
.hero-inner > * { max-width: 610px; }
.hero .kicker, .difference-copy .kicker, .career-values .kicker, .contact .kicker { color: #f2d4c5; }
.hero h1 { font-size: 5.1rem; }
.hero h1 em { color: var(--copper); font-weight: 400; }
.hero-copy { font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-note { margin: 24px 0 0; font-size: .85rem; }
.hero-note span { color: var(--copper); }
.proof-strip { display: grid; grid-template-columns: repeat(4,1fr); padding: 0 max(20px, calc((100% - 1180px) / 2)); background: #e7edf5; }
.proof-strip p { margin: 0; padding: 24px 20px; border-right: 1px solid rgba(40,81,133,.2); }
.proof-strip strong, .proof-strip span { display: block; }
.proof-strip strong { font-size: .92rem; }
.proof-strip span { font-size: .76rem; }

.welcome { display: grid; grid-template-columns: 1.1fr .8fr; gap: 90px; align-items: end; padding: 110px 0; }
.welcome h2, .services-heading h2, .process h2 { margin-bottom: 0; }
.welcome-copy p, .services-heading > p, .detail-intro p { color: var(--muted); }
.services { padding: 98px 0; background: var(--mist); }
.services-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 44px; }
.services-heading .kicker { grid-column: 1/-1; margin-bottom: -40px; }
.service-list { display: grid; gap: 14px; }
.service { display: grid; grid-template-columns: 70px 1fr 1fr; gap: 5%; padding: 38px; border-radius: 8px; }
.service-coral { background: #f2d4c5; }
.service-sky { background: #dbeaf4; }
.service-gold { background: #e7edf5; }
.service-number { width: 48px; height: 48px; display: grid; place-items: center; margin: 0; color: #fff; background: var(--navy); border-radius: 50%; font-weight: 700; }
.service h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.service ul { margin: 0; padding-left: 20px; }
.service li { padding: 5px 0; }

.difference { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 760px; }
.difference-media { position: relative; min-height: 540px; overflow: hidden; }
.difference-media img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.joy-seal { position: absolute; right: -2px; bottom: 70px; width: 120px; height: 120px; display: grid; place-content: center; text-align: center; color: var(--navy-dark); background: var(--copper); border-radius: 50%; transform: rotate(-7deg); }
.joy-seal strong, .joy-seal span { display: block; }
.difference-copy { padding: 100px clamp(45px,8vw,130px); color: #fff; background: var(--navy); }
.difference-copy .lead { color: rgba(255,255,255,.8); }
.promise-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 36px; margin-top: 38px; }
.promise-grid div { padding-top: 14px; border-top: 1px solid rgba(255,255,255,.25); }
.promise-grid span { color: #f2d4c5; font-size: .75rem; }
.promise-grid h3 { margin: 5px 0; }
.promise-grid p { color: rgba(255,255,255,.72); font-size: .88rem; }

.process { padding: 110px 0; text-align: center; }
.process-heading { max-width: 760px; margin: 0 auto 58px; }
.process-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin: 0 0 42px; padding: 0; list-style: none; }
.process-steps li { padding: 32px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.process-steps span { width: 42px; height: 42px; display: grid; place-items: center; margin: 0 auto 18px; color: #fff; background: var(--navy); border-radius: 50%; font-weight: 700; }
.process-steps h3 { font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.process-steps p { color: var(--muted); font-size: .9rem; }
.care-check { padding: 82px 0; background: var(--sky); }
.care-check-inner { width: var(--page); margin: auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.care-check h2 { margin: 0; font-size: 3.1rem; }
.care-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.care-options button { padding: 16px 20px; text-align: left; color: var(--ink); background: rgba(255,255,255,.75); border: 1px solid var(--line); border-radius: 8px; cursor: pointer; }
.care-options button:hover, .care-options button.selected { color: #fff; background: var(--navy); }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10%; padding: 110px 0; }
.faq-heading > p:last-child { color: var(--muted); }
.faq-heading a { color: var(--navy); font-weight: 700; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 0; color: var(--ink); background: transparent; border: 0; font-weight: 700; text-align: left; cursor: pointer; }
.faq-item button span { position: relative; width: 18px; height: 18px; flex: 0 0 auto; }
.faq-item button span::before, .faq-item button span::after { content: ""; position: absolute; top: 8px; left: 1px; width: 16px; height: 2px; background: currentColor; }
.faq-item button span::after { transform: rotate(90deg); }
.faq-item button[aria-expanded="true"] span::after { opacity: 0; }
.faq-panel { padding: 0 34px 22px 0; color: var(--muted); }

.contact { display: grid; grid-template-columns: 1fr 1.1fr; gap: 9%; padding: 100px max(20px, calc((100% - 1180px) / 2)); color: #fff; background: var(--navy-dark); }
.contact-copy > p { color: rgba(255,255,255,.74); }
.contact-details { display: grid; gap: 10px; margin-top: 30px; }
.contact-details a, .contact-details p { margin: 0; text-decoration: none; }
.contact-details span { display: block; color: #f2d4c5; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-form, .application-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 32px; color: var(--ink); background: #fff; border-radius: 8px; }
.field-group { display: grid; gap: 6px; }
.field-group label { font-size: .82rem; font-weight: 700; }
input, select, textarea { width: 100%; padding: 12px 13px; color: var(--ink); background: #fff; border: 1px solid #cbd6e0; border-radius: 6px; }
textarea { resize: vertical; }
.full { grid-column: 1/-1; }
.consent { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: .8rem; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; flex: 0 0 auto; }
.consent a { color: var(--navy); font-weight: 700; }
.form-status { margin: 0; font-size: .86rem; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.file-field input[type="file"] { padding: 9px; border-style: dashed; cursor: pointer; }
.file-field input[type="file"]::file-selector-button { margin-right: 12px; padding: 9px 13px; color: #fff; background: var(--navy); border: 0; border-radius: 6px; font-weight: 700; cursor: pointer; }
.file-field p { margin: 0; color: var(--muted); font-size: .76rem; }

.career-hero { overflow: hidden; background: #edf3f8; }
.career-hero-inner { width: var(--page); min-height: 650px; margin: auto; display: grid; grid-template-columns: 1.05fr .95fr; gap: 7%; align-items: center; }
.career-hero h1 { color: var(--navy-dark); }
.career-hero h1 em { color: var(--coral); font-weight: 400; }
.career-hero-copy > p:not(.kicker) { max-width: 620px; font-size: 1.08rem; }
.career-hero-actions { display: flex; gap: 12px; margin-top: 30px; }
.career-portrait { align-self: end; height: 570px; overflow: hidden; border-radius: 50% 50% 0 0; }
.career-portrait img { width: 100%; height: 100%; object-fit: cover; }
.career-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9%; padding: 105px 0; }
.career-intro-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.career-intro-copy p { color: var(--muted); }
.career-values { padding: 105px 0; color: #fff; background: var(--navy); }
.career-values-inner { width: var(--page); margin: auto; }
.career-values-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 8%; }
.career-values-heading > p { color: rgba(255,255,255,.72); }
.value-cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 45px; }
.value-card { min-height: 250px; padding: 27px; color: var(--ink); background: #fff; border-radius: 8px; }
.value-card:nth-child(1), .value-card:nth-child(4) { background: #e7edf5; }
.value-card:nth-child(3) { background: #f2d4c5; }
.value-icon { font-size: 1.8rem; }
.role-section { display: grid; grid-template-columns: .68fr 1.32fr; gap: 8%; padding: 105px 0; }
.role-sticky { align-self: start; position: sticky; top: 120px; }
.role-sticky > p:last-child, .role-meta, .role-note { color: var(--muted); }
.role-card { padding: 40px; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 18px 50px rgba(40,81,133,.08); }
.role-label { display: inline-block; padding: 7px 11px; color: var(--navy); background: var(--sky); border-radius: 8px; font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.role-card h3 { margin: 18px 0 8px; font-family: var(--serif); font-size: 2.2rem; font-weight: 400; }
.role-rule { height: 1px; margin: 28px 0; background: var(--line); }
.role-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; }
.role-columns ul { padding-left: 20px; }
.role-note { margin: 28px 0; padding: 15px 18px; background: var(--paper); border-left: 4px solid var(--copper); font-size: .86rem; }
.hiring-process { padding: 105px 0; background: var(--mist); }
.hiring-inner { width: var(--page); margin: auto; }
.hiring-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin-top: 55px; padding: 0; list-style: none; counter-reset: step; }
.hiring-steps li { position: relative; padding: 65px 30px 20px 0; border-top: 2px solid var(--navy); counter-increment: step; }
.hiring-steps li::before { content: counter(step); position: absolute; top: -23px; width: 44px; height: 44px; display: grid; place-items: center; color: #fff; background: var(--navy); border-radius: 50%; font-weight: 700; }
.hiring-steps p { color: var(--muted); font-size: .9rem; }
.career-application { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8%; padding: 105px max(20px, calc((100% - 1180px) / 2)); color: #fff; background: var(--navy-dark); }
.application-intro > p:not(.kicker) { color: rgba(255,255,255,.72); }
.application-note { padding-left: 15px; border-left: 3px solid var(--copper); font-size: .86rem; }

.interior-hero { padding: 92px 0; background: #e7edf5; }
.interior-hero-inner { width: var(--page); margin: auto; display: grid; grid-template-columns: 1fr .8fr; gap: 8%; align-items: end; }
.interior-hero h1, .legal h1 { color: var(--navy-dark); }
.interior-hero-copy, .detail-intro p { color: var(--muted); font-size: 1.08rem; }
.detail-section { width: var(--page); margin: auto; padding: 100px 0; display: grid; grid-template-columns: .78fr 1.22fr; gap: 9%; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.detail-item { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.detail-item p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.fit-band { padding: 88px 0; background: var(--sky); }
.fit-inner { width: var(--page); margin: auto; display: grid; grid-template-columns: .85fr 1.15fr; gap: 9%; }
.fit-list { margin: 0; padding-left: 22px; }
.detail-cta { padding: 88px 20px; text-align: center; color: #fff; background: var(--navy-dark); }
.detail-cta > * { max-width: 760px; margin-left: auto; margin-right: auto; }
.detail-cta p { color: rgba(255,255,255,.75); }
.legal { width: min(850px, calc(100% - 40px)); margin: auto; padding: 90px 0 110px; }
.legal .updated, .legal p, .legal li { color: var(--muted); }
.legal h2 { margin-top: 42px; font-size: 2rem; }
.legal a { color: var(--navy); font-weight: 700; }
.policy-nav { display: flex; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 35px; padding: 65px max(20px, calc((100% - 1180px) / 2)) 28px; color: #fff; background: #122b46; }
.footer-brand { display: grid; gap: 10px; }
.footer-logo { width: 190px; padding: 8px 10px; background: #fff; border-radius: 8px; }
.footer-brand > span:last-child { color: rgba(255,255,255,.65); font-size: .84rem; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 24px; }
.site-footer nav a, .footer-bottom a { text-decoration: none; }
.footer-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; gap: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.55); font-size: .75rem; }
.footer-bottom p { margin: 0; }

.not-found { min-height: 620px; display: grid; place-items: center; padding: 90px 20px; text-align: center; background: var(--sky); }
.not-found > div { width: min(760px,100%); }
.not-found > div > p:not(.kicker) { max-width: 620px; margin: auto; color: var(--muted); }
.not-found-actions { display: flex; justify-content: center; gap: 12px; margin-top: 34px; }

@media (max-width: 960px) {
  .nav-toggle { display: block; }
  .site-nav:not(.policy-nav) { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 22px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  .site-nav.open { display: flex; }
  .welcome, .services-heading, .difference, .care-check-inner, .faq, .contact, .career-intro, .role-section, .career-application, .interior-hero-inner, .detail-section, .fit-inner { grid-template-columns: 1fr; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .difference-media { min-height: 520px; }
  .role-sticky { position: static; }
  .career-values-heading { grid-template-columns: 1fr; }
  .value-cards, .hiring-steps { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 650px) {
  h1 { font-size: 3.2rem; }
  h2 { font-size: 2.7rem; }
  .topline p { display: none; }
  .topline { justify-content: center; }
  .header-inner, .section, .care-check-inner { width: min(100% - 28px,1180px); }
  .header-inner { min-height: 66px; }
  .brand img { width: 165px; }
  .hero { min-height: 0; display: block; padding-top: 360px; }
  .hero-photo { top: 0; width: 100%; height: 360px; object-position: 62% center; }
  .hero::after { inset: 360px 0 0; width: auto; }
  .hero-inner { padding: 46px 0 50px; }
  .hero h1 { font-size: 3.2rem; }
  .hero-actions { display: grid; }
  .proof-strip { padding: 0 14px; }
  .proof-strip p { padding: 18px 10px; }
  .welcome { gap: 35px; padding: 75px 0; }
  .services, .process, .faq { padding: 76px 0; }
  .services-heading { gap: 32px; }
  .services-heading .kicker { margin: 0; }
  .service { grid-template-columns: 54px 1fr; gap: 16px; padding: 26px 20px; }
  .service ul { grid-column: 2; }
  .difference-media { min-height: 390px; }
  .difference-copy { padding: 66px 20px; }
  .promise-grid, .process-steps, .care-options, .contact-form, .application-form, .career-intro-copy, .role-columns, .detail-grid { grid-template-columns: 1fr; }
  .process-steps { gap: 14px; }
  .care-check { padding: 68px 0; }
  .care-check h2 { font-size: 2.55rem; }
  .contact, .career-application { padding: 70px 20px; }
  .contact-form, .application-form, .role-card { padding: 22px; }
  .career-hero-inner { min-height: 0; grid-template-columns: 1fr; padding-top: 65px; }
  .career-hero-actions { display: grid; }
  .career-portrait { height: 420px; margin-top: 55px; }
  .career-intro, .career-values, .role-section, .hiring-process { padding-top: 75px; padding-bottom: 75px; }
  .value-cards, .hiring-steps { grid-template-columns: 1fr; }
  .hiring-steps { gap: 34px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; }
  .not-found-actions { flex-direction: column; }
}
