:root {
  --navy-950: #03121f;
  --navy-900: #071a2a;
  --navy-800: #0d2638;
  --cream: #e7d8bd;
  --text: #d0d5d9;
  --muted: #b8c0c7;
  --red: #b62b25;
  --red-hover: #cf352e;
  --border: rgba(190, 204, 214, .27);
  --container: 1400px;
  --gutter: clamp(1.25rem, 4.2vw, 4.5rem);
  --header-height: 76px;
  --display: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  --body: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 1rem); }
[id] { scroll-margin-top: calc(var(--header-height) + 1rem); }
body { margin: 0; overflow-x: hidden; background: var(--navy-950); color: var(--text); font-family: var(--body); line-height: 1.65; }
body::before { position: fixed; z-index: -1; inset: 0; background: repeating-linear-gradient(0deg, rgba(255,255,255,.012) 0 1px, transparent 1px 4px); content: ""; pointer-events: none; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { color: inherit; font: inherit; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(var(--container), calc(100% - 2 * var(--gutter))); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 1rem; left: 1rem; padding: .65rem 1rem; background: var(--cream); color: var(--navy-950); font-weight: 800; transform: translateY(-180%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--cream); outline-offset: 4px; }

.site-header { position: sticky; z-index: 100; top: 0; height: var(--header-height); border-bottom: 1px solid var(--border); background: rgba(3, 18, 31, .97); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 2rem; }
.wordmark { color: var(--cream); font-family: var(--display); font-size: clamp(1.15rem, 2vw, 1.7rem); font-weight: 900; letter-spacing: .14em; line-height: 1; text-decoration: none; white-space: nowrap; }
.main-nav ul { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2.3rem); margin: 0; padding: 0; list-style: none; }
.main-nav a { position: relative; display: block; padding: 1.65rem 0; color: #d9dcde; font-family: var(--display); font-size: .75rem; font-weight: 800; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }
.main-nav a:not(.nav-cta)::after { position: absolute; right: 0; bottom: .95rem; left: 0; height: 2px; background: var(--red); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.main-nav .nav-cta { padding: .62rem 1rem; border: 1px solid var(--red); background: var(--red); color: #fff; }
.main-nav .nav-cta:hover { background: var(--red-hover); }
.nav-toggle { display: none; width: 46px; height: 42px; padding: 10px; border: 1px solid var(--border); background: transparent; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--cream); 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:last-child { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; min-height: clamp(620px, calc(100svh - var(--header-height)), 820px); isolation: isolate; border-bottom: 1px solid var(--border); background: var(--navy-950) url('../sources/img/hero/hero-01.webp') 68% center / cover no-repeat; }
.hero::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, var(--navy-950) 0%, rgba(3,18,31,.97) 32%, rgba(3,18,31,.65) 61%, rgba(3,18,31,.12) 86%), linear-gradient(0deg, rgba(3,18,31,.76), transparent 42%); content: ""; }
.hero-inner { display: flex; align-items: center; min-height: inherit; }
.hero-content { width: min(720px, 58%); padding: 4rem 0 4.5rem; }
.hero-eyebrow, .section-label { margin: 0 0 1rem; color: #ef5a50; font-family: var(--display); font-size: .78rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.hero h1, .section h2, .unit h2, .development h2, .contact h2, .recruitment h2 { margin: 0; color: var(--cream); font-family: var(--display); font-weight: 900; letter-spacing: .025em; line-height: .96; text-transform: uppercase; }
.hero h1 { max-width: 12ch; font-size: clamp(3.4rem, 5.8vw, 6.1rem); text-wrap: balance; }
.hero-copy { max-width: 630px; margin: 1.4rem 0 0; color: #e0e3e5; font-size: clamp(1rem, 1.3vw, 1.16rem); line-height: 1.65; }
.actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: .85rem 1.65rem; border: 1px solid var(--cream); font-family: var(--display); font-size: .84rem; font-weight: 900; letter-spacing: .08em; line-height: 1.2; text-align: center; text-decoration: none; text-transform: uppercase; transition: background-color .18s, border-color .18s, transform .18s; }
.button:hover { transform: translateY(-2px); }
.button-primary { border-color: var(--red); background: var(--red); color: #fff; }
.button-primary:hover { border-color: var(--red-hover); background: var(--red-hover); }
.button-secondary { background: rgba(3,18,31,.55); color: var(--cream); }
.button-secondary:hover { background: rgba(231,216,189,.1); }
.hero-status { margin: 1.25rem 0 0; color: #c7cdd2; font-size: .82rem; font-weight: 700; letter-spacing: .025em; }
.hero-status span { margin-inline: .35rem; color: #ef5a50; }

.pillars { padding: 1.2rem 0; border-bottom: 1px solid var(--border); }
.pillar-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.pillar-card { display: grid; grid-template-columns: 58px 1fr; gap: 1.25rem; min-height: 146px; padding: 1.35rem 1.5rem; border: 1px solid var(--border); background: linear-gradient(135deg, rgba(13,38,56,.5), rgba(3,18,31,.72)); }
.card-marker { display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: .8rem; padding-right: 1rem; border-right: 1px solid var(--border); }
.card-marker svg { width: 40px; height: 40px; color: var(--cream); fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.card-index, .campaign-grid span, .reason-grid span, .recruitment-card > span { margin: 0; color: #ef5a50; font-family: var(--display); font-size: .72rem; font-weight: 900; letter-spacing: .16em; }
.pillar-card h2 { margin: 0 0 .45rem; color: var(--cream); font-family: var(--display); font-size: clamp(1.1rem, 1.4vw, 1.45rem); line-height: 1.1; text-transform: uppercase; }
.pillar-card p:not(.card-index) { margin: 0; font-size: .88rem; line-height: 1.5; }

.section { padding: clamp(4rem, 6vw, 6rem) 0; }
.section h2, .unit h2, .contact h2, .recruitment h2 { font-size: clamp(2.25rem, 3.5vw, 3.75rem); }
.project { background: var(--navy-900); }
.project-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem, 7vw, 8rem); }
.project-copy p { margin: 0 0 1.15rem; color: var(--muted); }
.project-copy .lead { color: var(--cream); font-size: 1.12rem; }
.campaign-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(2.75rem, 5vw, 4.5rem); border-block: 1px solid var(--border); }
.campaign-grid article { padding: 1.7rem; border-left: 1px solid var(--border); }
.campaign-grid article:last-child { border-right: 1px solid var(--border); }
.feature-marker { display: flex; align-items: flex-start; justify-content: space-between; min-height: 46px; }
.feature-marker svg { width: 42px; height: 42px; color: var(--cream); fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.campaign-grid h3, .reason-grid h3, .recruitment-card h3 { margin: 1.8rem 0 .55rem; color: var(--cream); font-family: var(--display); font-size: 1.3rem; line-height: 1.15; text-transform: uppercase; }
.campaign-grid p, .reason-grid p { margin: 0; color: var(--muted); }

.unit { display: grid; grid-template-columns: 1.08fr .92fr; background: var(--navy-950); }
.unit-media { min-height: 540px; }
.unit-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.62) contrast(1.06); }
.unit-content { display: flex; flex-direction: column; justify-content: center; padding: clamp(3.5rem, 5vw, 5.5rem); }
.unit-content h2 { max-width: 13ch; }
.unit-content p:not(.section-label) { max-width: 620px; color: var(--muted); }

.reasons { border-block: 1px solid var(--border); background: var(--navy-900); }
.section-intro { max-width: 760px; margin-bottom: 2.5rem; }
.section-intro > p:last-child { color: var(--muted); }
.reason-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--border); }
.reason-grid article { padding: 1.6rem; border-right: 1px solid var(--border); }
.reason-grid article:last-child { border: 0; }
.reason-grid h3 { min-height: 2.4em; margin-top: 1.5rem; font-size: 1.14rem; }
.reason-grid p { font-size: .9rem; }

.recruitment { background: var(--navy-950); }
.recruitment-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 3rem; margin-bottom: 2.5rem; }
.recruitment-heading > p { max-width: 600px; margin: 0 0 .25rem; color: var(--muted); }
.recruitment-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.recruitment-card { display: block; min-height: 250px; padding: 1.8rem; border: 1px solid var(--border); background: rgba(7,26,42,.65); text-decoration: none; transition: border-color .18s, background-color .18s, transform .18s; }
.recruitment-card:hover, .recruitment-card:focus-visible { border-color: rgba(231,216,189,.7); background: var(--navy-800); transform: translateY(-2px); }
.recruitment-card-top { display: flex; align-items: flex-start; justify-content: space-between; }
.recruitment-card-top svg { width: 46px; height: 46px; color: var(--cream); fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.45; transition: color .18s, transform .18s; }
.recruitment-card:hover .recruitment-card-top svg, .recruitment-card:focus-visible .recruitment-card-top svg { color: #ef5a50; transform: translateY(-2px); }
.recruitment-card h3 { margin-top: 1.5rem; }
.recruitment-card p { max-width: 540px; margin: 0 0 1.4rem; color: var(--muted); }
.recruitment-card strong, .text-link { color: var(--cream); font-family: var(--display); font-size: .78rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }

.development { padding: clamp(4rem, 6vw, 6rem) 0; border-block: 1px solid var(--border); background: var(--navy-800); }
.development-inner { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: stretch; gap: clamp(3rem, 7vw, 8rem); }
.development h2 { max-width: 12ch; font-size: clamp(2rem, 3vw, 3.15rem); }
.development p:not(.section-label) { margin: 0 0 1rem; color: var(--muted); }
.development-heading { align-self: center; }
.development-heading > p:not(.section-label) { max-width: 46ch; margin-top: 1.25rem; }
.development-entry { padding: clamp(1.75rem, 3vw, 2.75rem); border: 1px solid var(--border); background: rgba(3,18,31,.55); }
.development-meta { display: flex; flex-wrap: wrap; align-items: center; gap: .65rem 1rem; color: #cbd1d5; font-family: var(--display); font-size: .72rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.development-meta > span:first-child { color: #ef5a50; }
.development-entry h3 { max-width: 18ch; margin: 1.25rem 0; font-family: var(--display); font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1; text-transform: uppercase; }
.development-entry h3 a { color: var(--cream); text-decoration-thickness: 1px; text-underline-offset: 7px; }
.development-entry .tag-list { margin-block: 1.5rem; }
.development-entry .button { min-height: 50px; }
.text-link { text-underline-offset: 5px; }

.faq { background: var(--navy-950); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 7vw, 8rem); }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { position: relative; padding: 1.3rem 3rem 1.3rem 0; color: var(--cream); font-family: var(--display); font-size: 1.08rem; font-weight: 800; letter-spacing: .03em; cursor: pointer; list-style: none; text-transform: uppercase; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 1.1rem; right: .4rem; color: #ef5a50; content: "+"; font: 300 1.6rem/1 var(--body); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 680px; margin: -.1rem 3rem 1.3rem 0; color: var(--muted); }

.contact { position: relative; padding: clamp(5rem, 8vw, 8rem) 0; text-align: center; isolation: isolate; background: url('../sources/img/cta/cta-background.webp') center / cover no-repeat; }
.contact::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(rgba(3,18,31,.85), rgba(3,18,31,.97)); content: ""; }
.contact-inner { display: flex; flex-direction: column; align-items: center; }
.contact h2 { max-width: 18ch; }
.contact p:not(.section-label) { max-width: 610px; margin: 1.3rem auto 1.8rem; color: #d7dce0; }
.site-footer { padding: 2rem 0; border-top: 1px solid var(--border); color: #c4cbd1; font-size: .78rem; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.footer-inner p { margin: 0; }
.footer-inner .wordmark { font-size: 1rem; }
.footer-inner a { text-underline-offset: 4px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .75rem 1.5rem; }
.mobile-cta { display: none; }

/* Journal de développement */
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.main-nav a[aria-current="page"]::after { transform: scaleX(1); }
.editorial-shell { padding-bottom: clamp(4rem, 7vw, 7rem); }
.breadcrumb { padding-top: 1.5rem; color: #bfc7cd; font-size: .8rem; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: .45rem; margin: 0; padding: 0; list-style: none; }
.breadcrumb li + li::before { margin-right: .45rem; color: #ef5a50; content: "/"; }
.breadcrumb a { color: var(--cream); text-underline-offset: 4px; }
.journal-hero, .article-header { padding: clamp(4rem, 8vw, 7.5rem) 0 clamp(3rem, 5vw, 5rem); border-bottom: 1px solid var(--border); }
.journal-hero { max-width: 900px; }
.journal-hero h1, .article-header h1, .article-body h2 { margin: 0; color: var(--cream); font-family: var(--display); font-weight: 900; letter-spacing: .025em; line-height: .98; text-transform: uppercase; text-wrap: balance; }
.journal-hero h1 { font-size: clamp(3rem, 6vw, 6.4rem); }
.journal-hero > p:last-child { max-width: 680px; margin: 1.5rem 0 0; color: #d5dadd; font-size: 1.12rem; }
.journal-list { padding-top: clamp(2.5rem, 5vw, 4.5rem); }
.journal-card { display: grid; grid-template-columns: minmax(150px, .3fr) minmax(0, 1fr); border: 1px solid var(--border); background: linear-gradient(135deg, rgba(13,38,56,.7), rgba(3,18,31,.88)); }
.journal-card-meta { display: flex; flex-direction: column; gap: .35rem; padding: 2rem; border-right: 1px solid var(--border); color: #ccd2d6; font-family: var(--display); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.journal-card-meta span { color: #ef5a50; }
.journal-card-body { padding: clamp(2rem, 4vw, 3.5rem); }
.journal-card h3 { max-width: 19ch; margin: .8rem 0 1rem; font-family: var(--display); font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; text-transform: uppercase; }
.journal-card h3 a { color: var(--cream); text-decoration-thickness: 1px; text-underline-offset: 7px; }
.journal-card-body > p:not(.status-badge) { max-width: 68ch; color: var(--muted); }
.tag-list { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.5rem 0; padding: 0; list-style: none; }
.tag-list li, .status-badge { display: inline-flex; align-items: center; width: fit-content; padding: .35rem .65rem; border: 1px solid var(--border); color: #e1e4e6; font-family: var(--display); font-size: .68rem; font-weight: 900; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; }
.status-badge::before { width: .5rem; height: .5rem; margin-right: .45rem; border-radius: 50%; background: currentColor; content: ""; }
.status-published-badge { color: #9fdbc0; }.status-developed { color: #b8cee1; }.status-validation { color: #f0c875; }.status-preparation { color: #c7bdab; }
.journal-cta { margin-top: 0; }
.article-page .breadcrumb, .article-header, .status-legend { width: min(100%, 980px); margin-inline: auto; }
.article-header { max-width: 980px; }
.article-header h1 { max-width: 16ch; font-size: clamp(3rem, 6.2vw, 6.7rem); }
.article-meta { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; margin-top: 1.5rem; color: #c9d0d5; font-family: var(--display); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-lead { max-width: 68ch; margin: 2rem 0 1rem; color: var(--cream); font-size: clamp(1.15rem, 2vw, 1.4rem); line-height: 1.6; }
.article-header > p:last-child { max-width: 72ch; color: var(--muted); }
.status-legend { padding: 2rem 0; border-bottom: 1px solid var(--border); }
.status-legend h2, .article-toc h2 { margin: 0 0 1rem; color: var(--cream); font-family: var(--display); font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; }
.status-legend dl { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin: 0; }
.status-legend dl div { padding-left: 1rem; border-left: 1px solid var(--border); }
.status-legend dt { color: var(--cream); font-weight: 800; }.status-legend dd { margin: .35rem 0 0; color: var(--muted); font-size: .82rem; line-height: 1.45; }
.status-dot { display: inline-block; width: .55rem; height: .55rem; margin-right: .45rem; border-radius: 50%; }.status-published { background: #70bd9b; }.status-developed { background: #8db3d1; }.status-validating { background: #ddb45c; }.status-preparing { background: #9e9381; }
.article-toc { max-width: 860px; margin: clamp(2.5rem, 5vw, 4rem) auto; padding: 1.5rem 1.75rem; border: 1px solid var(--border); background: var(--navy-900); }
.article-toc ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem 2rem; margin: 0; padding-left: 1.25rem; }
.article-toc a { color: var(--cream); text-underline-offset: 4px; }
.article-body, .article-pagination { width: min(100%, 84ch); margin-inline: auto; }
.article-body section { padding: clamp(2.5rem, 5vw, 4.5rem) 0; border-top: 1px solid var(--border); }
.article-body h2 { margin-bottom: 2rem; font-size: clamp(2.25rem, 4vw, 3.8rem); }
.article-body h3 { display: flex; flex-wrap: wrap; align-items: center; gap: .65rem 1rem; margin: 2.5rem 0 1rem; color: var(--cream); font-family: var(--display); font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.2; text-transform: uppercase; }
.article-body p, .article-body li { color: #cbd1d5; }
.article-body p { margin: 0 0 1.2rem; }.article-body li + li { margin-top: .45rem; }.article-body a { color: var(--cream); text-underline-offset: 4px; }
.article-pagination { padding-top: 2rem; border-top: 1px solid var(--border); }.article-pagination a { color: var(--cream); font-family: var(--display); font-size: .8rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; text-underline-offset: 5px; }
.legal-header { max-width: 980px; padding: clamp(4rem, 8vw, 7rem) 0 clamp(2.5rem, 5vw, 4rem); border-bottom: 1px solid var(--border); }
.legal-header h1 { margin: 0; color: var(--cream); font-family: var(--display); font-size: clamp(3rem, 6vw, 6rem); font-weight: 900; line-height: 1; text-transform: uppercase; }
.legal-header > p:last-child { max-width: 68ch; margin: 1.5rem 0 0; color: var(--muted); }
.legal-content { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.legal-section { padding: clamp(1.5rem, 3vw, 2.25rem); border: 1px solid var(--border); background: rgba(7,26,42,.65); }
.legal-section h2 { margin: 0 0 1.25rem; color: var(--cream); font-family: var(--display); font-size: 1.35rem; text-transform: uppercase; }
.legal-section p { margin: 0 0 .75rem; color: var(--muted); }.legal-section p:last-child { margin-bottom: 0; }

@media (max-width: 1024px) {
  .reason-grid { grid-template-columns: repeat(2, 1fr); }
  .reason-grid article:nth-child(2) { border-right: 0; }
  .reason-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
}

@media (max-width: 900px) {
  :root { --header-height: 74px; }
  .hero-content { width: 68%; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar-card { min-height: 0; }
  .project-grid, .faq-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .campaign-grid { grid-template-columns: 1fr; }
  .campaign-grid article, .campaign-grid article:last-child { border-right: 1px solid var(--border); }
  .unit { grid-template-columns: 1fr; }
  .unit-media { min-height: 400px; }
  .unit-content { padding: 4rem var(--gutter); }
}

@media (max-width: 820px) {
  .header-inner { position: relative; }
  .main-nav { width: 100%; order: 3; }
  .main-nav ul { flex-direction: column; align-items: stretch; padding: 1rem var(--gutter) 1.4rem; background: var(--navy-900); }
  .main-nav a, .main-nav .nav-cta { padding: .72rem 0; background: transparent; font-size: .78rem; }
  .main-nav a:not(.nav-cta)::after { right: auto; bottom: .45rem; width: 34px; }
  .main-nav .nav-cta { color: #fff; }
  .js-enabled .header-inner { flex-wrap: nowrap; }
  .js-enabled .nav-toggle { display: block; }
  .js-enabled .main-nav { position: absolute; top: var(--header-height); left: calc(-1 * var(--gutter)); width: 100vw; visibility: hidden; opacity: 0; transform: translateY(-10px); transition: opacity .18s, transform .18s, visibility .18s; }
  .js-enabled .main-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .js-enabled body.menu-open { overflow: hidden; }
  html:not(.js-enabled) .site-header { height: auto; }
  html:not(.js-enabled) .header-inner { flex-wrap: wrap; height: auto; min-height: var(--header-height); padding-top: 1rem; }
  html:not(.js-enabled) .main-nav ul { display: grid; grid-template-columns: repeat(3, 1fr); padding-inline: 0; }
  .development-inner { grid-template-columns: 1fr; gap: 2rem; }
  .status-legend dl { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .js-enabled body { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
  .hero { min-height: 700px; background-position: 68% center; }
  .hero::before { background: linear-gradient(90deg, rgba(3,18,31,.98), rgba(3,18,31,.86) 64%, rgba(3,18,31,.48)), linear-gradient(0deg, var(--navy-950), transparent 52%); }
  .hero-content { width: 100%; padding-block: 3.5rem; }
  .hero h1 { font-size: clamp(2.85rem, 13.8vw, 4.4rem); }
  .hero-eyebrow { font-size: .7rem; letter-spacing: .14em; }
  .actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-status span { display: none; }
  .hero-status { display: grid; gap: .15rem; }
  .recruitment-heading, .recruitment-grid { grid-template-columns: 1fr; }
  .recruitment-heading { gap: 1rem; }
  .recruitment-card { min-height: 0; }
  .reason-grid { grid-template-columns: 1fr; }
  .reason-grid article { border-right: 0; border-bottom: 1px solid var(--border); }
  .reason-grid article:nth-child(2) { border-bottom: 1px solid var(--border); }
  .reason-grid article:last-child { border-bottom: 0; }
  .reason-grid h3 { min-height: 0; }
  .js-enabled .mobile-cta { position: fixed; z-index: 90; right: max(1rem, env(safe-area-inset-right)); bottom: max(1rem, env(safe-area-inset-bottom)); left: max(1rem, env(safe-area-inset-left)); display: block; padding: .85rem 1rem; border: 1px solid var(--red-hover); background: rgba(182,43,37,.97); color: #fff; font-family: var(--display); font-size: .8rem; font-weight: 900; letter-spacing: .08em; text-align: center; text-decoration: none; text-transform: uppercase; box-shadow: 0 8px 30px rgba(0,0,0,.35); opacity: 0; pointer-events: none; transform: translateY(120%); transition: opacity .2s, transform .2s; }
  .js-enabled .mobile-cta.is-visible { opacity: 1; pointer-events: auto; transform: none; }
  .footer-inner { flex-direction: column; text-align: center; }
  .footer-links { justify-content: center; }
  .legal-content { grid-template-columns: 1fr; }
  .journal-card { grid-template-columns: 1fr; }
  .journal-card-meta { padding: 1.25rem 1.5rem; border-right: 0; border-bottom: 1px solid var(--border); }
  .article-toc ol { grid-template-columns: 1fr; }
  .article-body h3 { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 390px) {
  .wordmark { font-size: 1.02rem; }
  .hero { min-height: 680px; }
  .hero h1 { font-size: 2.8rem; }
  html:not(.js-enabled) .main-nav ul { grid-template-columns: repeat(2, 1fr); }
  .status-legend dl { grid-template-columns: 1fr; }
}

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