:root {
  --navy: #444f82;
  --navy-2: #303a70;
  --ink: #2d365f;
  --paper: #fbfbfd;
  --white: #ffffff;
  --muted: #68708e;
  --line: #dfe2ec;
  --accent: #ee9b27;
  --accent-dark: #d98212;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 100; background: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header {
  width: min(calc(100% - 48px), var(--max));
  height: 106px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: clamp(250px, 25vw, 365px); height: auto; }
.desktop-nav { display: flex; gap: 2rem; align-items: center; }
.desktop-nav a { text-decoration: none; font-size: .9rem; font-weight: 600; }
.desktop-nav a:not(.nav-cta):hover { color: var(--accent-dark); }
.language-link { padding-left: 1rem; border-left: 1px solid var(--line); color: var(--accent-dark); }
.nav-cta { padding: .76rem 1.2rem; color: white; background: var(--accent); border: 1px solid var(--accent); border-radius: 999px; }
.nav-cta:hover { background: var(--accent-dark); border-color: var(--accent-dark); }
.menu-button, .mobile-nav { display: none; }

.hero {
  width: min(calc(100% - 48px), var(--max));
  margin: 0 auto;
  padding: 70px 0 56px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 4.5rem;
  align-items: center;
}
.eyebrow { margin: 0 0 1.2rem; text-transform: uppercase; letter-spacing: .19em; font-size: .72rem; font-weight: 800; color: var(--accent-dark); }
h1, h2 { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-weight: 750; letter-spacing: -.045em; line-height: 1.02; margin: 0; color: var(--navy); }
h1 { font-size: clamp(3.2rem, 5.35vw, 5.55rem); }
h1 em { color: var(--accent); font-style: normal; font-weight: 750; }
.intro { max-width: 650px; font-size: 1.14rem; line-height: 1.75; color: #566473; margin: 2rem 0 2.2rem; }
.hero-actions { display: flex; align-items: center; gap: 1.7rem; flex-wrap: wrap; }
.button { display: inline-flex; gap: .8rem; align-items: center; padding: 1rem 1.4rem; text-decoration: none; font-weight: 750; border-radius: 999px; }
.button-primary { background: var(--accent); color: white; }
.button-primary:hover { background: var(--accent-dark); }
.text-link { font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: .35rem; }
.image-frame { position: relative; min-height: 590px; overflow: hidden; background: linear-gradient(135deg, #e8eaf2, #b6bdd8); border-radius: 0 56px 0 0; box-shadow: 18px 18px 0 rgba(238,155,39,.17); }
.image-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(11,31,51,.12); pointer-events: none; }
.image-frame img { width: 100%; height: 590px; object-fit: cover; }
.image-badge { position: absolute; left: 24px; bottom: 24px; width: calc(100% - 48px); padding: 1.15rem 1.25rem; background: rgba(68,79,130,.94); color: white; display: flex; justify-content: space-between; align-items: center; backdrop-filter: blur(8px); border-left: 5px solid var(--accent); }
.image-badge span { color: #d8e0e8; font-size: .84rem; }
.image-badge strong { font-size: .9rem; letter-spacing: .02em; }
.hero-proof { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 1rem; }
.hero-proof div { padding: 1.45rem 1.5rem 1.45rem 0; display: grid; gap: .15rem; }
.hero-proof div + div { padding-left: 2rem; border-left: 1px solid var(--line); }
.hero-proof strong { font-size: 1.03rem; color: var(--navy); }
.hero-proof span { color: var(--muted); font-size: .85rem; }

.statement, .services, .process, .why-jlm, .faq, .contact, footer { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.statement { padding: 145px 0; display: grid; grid-template-columns: 80px 1.15fr .85fr; gap: 3.5rem; align-items: end; position: relative; }
.statement::before { content: ""; position: absolute; width: 84px; height: 8px; top: 93px; left: 0; background: linear-gradient(90deg, var(--navy) 0 58%, var(--accent) 58%); }
.section-number { color: var(--accent-dark); font-weight: 800; font-size: .78rem; }
.kicker { margin: 0 0 1rem; color: var(--muted); font-size: .9rem; }
h2 { font-size: clamp(2.45rem, 4.4vw, 4.55rem); }
.statement-copy { color: var(--muted); font-size: 1.03rem; margin: 0 0 .4rem; max-width: 430px; }

.services { padding: 110px 0 130px; border-top: 1px solid var(--line); }
.section-heading { max-width: 760px; }
.section-heading > p:last-child { max-width: 570px; color: var(--muted); margin: 1.5rem 0 0; }
.service-grid { margin-top: 4.5rem; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.service-card { padding: 2.5rem 2.8rem 3rem; border: 1px solid var(--line); border-radius: 18px; min-height: 280px; background: white; box-shadow: 0 12px 36px rgba(68,79,130,.05); }
.service-card > span { color: var(--accent-dark); font-weight: 800; font-size: .75rem; }
.service-card h3 { font: 700 1.65rem/1.2 Inter, ui-sans-serif, sans-serif; letter-spacing: -.025em; color: var(--navy); margin: 2.4rem 0 .9rem; }
.service-card p { color: var(--muted); margin: 0; max-width: 480px; }

.process { background: #f0f2f8; width: 100%; max-width: none; padding: 120px max(24px, calc((100% - var(--max)) / 2)); display: grid; grid-template-columns: .78fr 1.22fr; gap: 7rem; }
.process-intro { position: sticky; top: 2rem; align-self: start; }
.process-intro > p:last-child { color: var(--muted); max-width: 460px; margin-top: 1.5rem; }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: 64px 1fr; gap: 1rem; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--accent-dark); font-weight: 800; font-size: .75rem; padding-top: .3rem; }
.process-list h3 { margin: 0 0 .4rem; color: var(--navy); font: 700 1.35rem Inter, ui-sans-serif, sans-serif; letter-spacing: -.02em; }
.process-list p { color: var(--muted); margin: 0; }

.expertise { background: linear-gradient(135deg, var(--navy-2), var(--navy)); color: white; padding: 120px max(24px, calc((100% - var(--max)) / 2)); position: relative; overflow: hidden; }
.expertise::after { content: ""; position: absolute; width: 280px; height: 280px; border: 34px solid rgba(238,155,39,.13); border-radius: 50%; right: -90px; top: -110px; }
.section-heading.light h2 { color: white; }
.section-heading.light > p:last-child { color: #aebdca; }
.category-list { display: flex; flex-wrap: wrap; gap: .8rem; margin: 3.5rem 0 5.5rem; }
.category-list span { border: 1px solid #456074; padding: .75rem 1rem; color: #e3eaf0; font-size: .92rem; }
.quote-block { border-top: 1px solid #3b5368; padding-top: 3.4rem; display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: end; }
.quote-block p { margin: 0; max-width: 890px; font: 650 clamp(1.65rem, 2.8vw, 2.7rem)/1.25 Inter, ui-sans-serif, sans-serif; letter-spacing: -.03em; color: white; }
.quote-block span { color: #9fb1c0; font-size: .82rem; white-space: nowrap; }

.why-jlm { padding: 130px 0; }
.why-heading { display: grid; grid-template-columns: .4fr 1.6fr; align-items: start; }
.why-grid { margin-top: 5rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; }
.why-grid article { padding-top: 1.5rem; border-top: 2px solid var(--navy); }
.why-grid h3 { font: 700 1.3rem Inter, ui-sans-serif, sans-serif; letter-spacing: -.02em; color: var(--navy); margin: 0 0 .8rem; }
.why-grid p { color: var(--muted); margin: 0; }

.faq { padding: 20px 0 130px; }
.faq-list { margin-top: 3.5rem; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 1.45rem 0; }
.faq-list summary { cursor: pointer; list-style: none; padding-right: 3rem; position: relative; color: var(--navy); font-weight: 750; font-size: 1.15rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .3rem; top: -.15rem; color: var(--accent-dark); font-size: 1.7rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 820px; margin: 1rem 0 0; color: var(--muted); }

.contact { width: 100%; max-width: none; padding: 105px max(24px, calc((100% - var(--max)) / 2)); background: var(--accent); display: grid; grid-template-columns: 1fr .8fr; gap: 6rem; align-items: end; }
.contact .eyebrow { color: var(--navy); }
.contact-copy > p:not(.eyebrow) { max-width: 590px; margin: 1.5rem 0 0; color: #3b4147; }
.office-locations { display: flex; gap: 2.5rem; margin-top: 2.2rem; }
.office-locations address { display: grid; color: #464b57; font-size: .82rem; font-style: normal; line-height: 1.55; }
.office-locations strong { color: var(--navy); font-size: .95rem; }
.contact-card { min-height: 158px; background: var(--navy); color: white; padding: 2rem; text-decoration: none; display: grid; grid-template-columns: 1fr auto; align-items: center; border-radius: 18px; }
.contact-card span { grid-column: 1; color: #aebdca; font-size: .83rem; }
.contact-card strong { grid-column: 1; font: 700 clamp(1.15rem, 2vw, 1.65rem) Inter, ui-sans-serif, sans-serif; letter-spacing: -.02em; }
.contact-card b { grid-column: 2; grid-row: 1 / 3; font-size: 2rem; font-weight: 400; }
.contact-card:hover b { transform: translate(4px, -4px); }

footer { padding: 2rem 0; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; color: var(--muted); font-size: .8rem; }
.footer-brand { justify-self: start; color: var(--ink); }
.footer-brand img { width: 205px; }
footer p { margin: 0; text-align: center; }
footer p:last-child { text-align: right; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .menu-button { display: grid; gap: 6px; width: 42px; height: 42px; place-content: center; border: 0; background: transparent; }
  .menu-button span { width: 23px; height: 2px; background: var(--navy); transition: transform .2s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { background: var(--navy); color: white; padding: 1.2rem 24px 1.5rem; }
  .mobile-nav.open { display: grid; }
  .mobile-nav a { padding: .8rem 0; text-decoration: none; border-bottom: 1px solid #31495e; }
  .hero { grid-template-columns: 1fr; gap: 3rem; padding-top: 38px; }
  .hero-copy { max-width: 760px; }
  .image-frame, .image-frame img { height: 520px; min-height: 520px; }
  .statement { grid-template-columns: 60px 1fr; }
  .statement-copy { grid-column: 2; }
  .process { grid-template-columns: 1fr; gap: 4rem; }
  .process-intro { position: static; }
  .quote-block { grid-template-columns: 1fr; }
  .why-heading { grid-template-columns: 1fr; gap: 1rem; }
  .contact { grid-template-columns: 1fr; gap: 3rem; }
  footer { grid-template-columns: 1fr; gap: 1rem; text-align: center; }
  .footer-brand { justify-self: center; }
  footer p:last-child { text-align: center; }
}

@media (max-width: 620px) {
  .site-header, .hero, .statement, .services, .why-jlm, .faq, footer { width: min(calc(100% - 32px), var(--max)); }
  .site-header { height: 76px; }
  .brand img { width: 228px; }
  h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
  .hero { padding-top: 24px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .image-frame, .image-frame img { height: 410px; min-height: 410px; }
  .image-badge { left: 14px; bottom: 14px; width: calc(100% - 28px); align-items: flex-start; flex-direction: column; gap: .15rem; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof div, .hero-proof div + div { padding: 1.1rem 0; border-left: 0; }
  .hero-proof div + div { border-top: 1px solid var(--line); }
  .statement { padding: 90px 0; grid-template-columns: 1fr; gap: 1rem; }
  .statement-copy { grid-column: 1; margin-top: 1rem; }
  .services { padding: 80px 0 90px; }
  .service-grid { grid-template-columns: 1fr; margin-top: 3rem; }
  .service-card { padding: 2rem 1.5rem 2.4rem; min-height: 0; }
  .process, .expertise, .contact { padding: 85px 16px; }
  .quote-block { gap: 1.2rem; }
  .quote-block span { white-space: normal; }
  .why-jlm { padding: 90px 0; }
  .why-grid { grid-template-columns: 1fr; margin-top: 3rem; gap: 2rem; }
  .faq { padding: 0 0 90px; }
  .contact-card { padding: 1.35rem; min-height: 132px; }
  .office-locations { flex-direction: column; gap: .9rem; }
}
