:root {
  --ink:#06111f;
  --navy:#071a33;
  --blue:#075bff;
  --blue2:#0b83ff;
  --gold:#ffc928;
  --silver:#dbe4ee;
  --paper:#f4f6fa;
  --muted:#627087;
  --line:#dce2eb;
  --white:#fff;
  --radius:22px
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth
}

body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Arial,var(--font-geist-sans),sans-serif
}

a {
  color:inherit;
  text-decoration:none
}

button,input,textarea,select {
  font:inherit
}

.shell {
  width:min(1240px,calc(100% - 48px));
  margin-inline:auto
}

.eyebrow {
  margin:0 0 16px;
  color:var(--blue);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.18em
}

.site-header {
  height:76px;
  padding:0 max(24px,calc((100% - 1240px)/2));
  display:flex;
  align-items:center;
  gap:28px;
  background:#040d19f2;
  color:white;
  position:sticky;
  top:0;
  z-index:50;
  border-bottom:1px solid #ffffff1f;
  backdrop-filter:blur(14px)
}

.brand {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:.85rem;
  letter-spacing:.11em;
  white-space:nowrap
}

.brand b {
  color:#1680ff
}

.brand-mark {
  width:35px;
  height:35px;
  display:grid;
  place-items:center;
  border:1px solid #9dacbd;
  background:linear-gradient(135deg,#fff,#8593a6 45%,#273545);
  color:#07101d;
  font-family:Georgia,serif;
  font-size:1.65rem;
  font-weight:900;
  clip-path:polygon(50% 0,100% 100%,72% 100%,50% 50%,28% 100%,0 100%)
}

.site-header nav {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  flex:1
}

.site-header nav a {
  font-size:.8rem;
  color:#c8d3e2
}

.site-header nav a:hover {
  color:white
}

.header-cta {
  font-size:.77rem;
  font-weight:800;
  padding:11px 16px;
  border:1px solid var(--gold);
  color:var(--gold);
  border-radius:999px
}

.hero {
  display:grid;
  grid-template-columns:1.05fr .95fr;
  min-height:720px;
  align-items:center;
  gap:58px;
  padding-block:52px;
  background:radial-gradient(circle at 85% 30%,#0a5afe1d,transparent 35%)
}

.hero h1,.section h2,.community-band h2,.tool-showcase h2,.newsletter h2,.page-hero h1 {
  font-family:Georgia,serif;
  font-weight:500;
  letter-spacing:-.045em
}

.hero h1 {
  font-size:clamp(3.6rem,6.3vw,6.5rem);
  line-height:.91;
  margin:0 0 28px
}

.hero h1 span,.community-band h2 span {
  color:var(--blue)
}

.hero-lead {
  font-size:1.18rem;
  line-height:1.65;
  color:#435064;
  max-width:680px
}

.hero-actions {
  display:flex;
  align-items:center;
  gap:22px;
  margin:34px 0
}

.primary-button,.text-button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  font-weight:850
}

.primary-button {
  padding:17px 22px;
  background:var(--blue);
  color:white;
  border-radius:7px;
  box-shadow:0 12px 28px #075bff35
}

.primary-button:hover {
  transform:translateY(-2px);
  box-shadow:0 18px 34px #075bff45
}

.text-button {
  border-bottom:1px solid currentColor;
  padding:9px 0
}

.text-button.dark {
  color:var(--ink)
}

.trust-line {
  display:flex;
  gap:20px;
  flex-wrap:wrap
}

.trust-line span {
  font-size:.72rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.07em
}

.trust-line span:before {
  content:"✓";
  color:var(--blue);
  margin-right:7px
}

.hero-visual {
  position:relative;
  height:610px;
  overflow:hidden;
  border-radius:4px 4px 58px 4px;
  background:#04101e;
  box-shadow:0 36px 80px #03122548
}

.hero-visual>img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 35%;
  filter:contrast(1.08) saturate(1.04)
}

.visual-callout {
  position:absolute;
  left:20px;
  right:20px;
  bottom:20px;
  padding:19px 21px;
  background:#061322ed;
  border-left:3px solid var(--gold);
  color:white;
  display:grid;
  grid-template-columns:100px 1fr;
  gap:5px 12px
}

.visual-callout small {
  grid-row:1/3;
  color:var(--gold);
  font-weight:900;
  letter-spacing:.1em
}

.visual-callout strong {
  font-family:Georgia,serif;
  font-size:1.25rem
}

.visual-callout span {
  color:#bfcada;
  font-size:.84rem
}

.signal-strip {
  min-height:62px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  padding:12px 24px;
  background:var(--navy);
  color:white
}

.signal-strip>span {
  padding:5px 8px;
  background:#dc1f3d;
  font-size:.66rem;
  font-weight:900;
  letter-spacing:.12em
}

.signal-strip p {
  margin:0;
  font-size:.87rem
}

.signal-strip a {
  color:var(--gold);
  font-size:.8rem;
  font-weight:850
}

.section {
  padding-block:108px
}

.section-heading {
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:50px;
  margin-bottom:44px
}

.section-heading h2 {
  font-size:clamp(2.5rem,4vw,4.3rem);
  line-height:1;
  margin:0;
  max-width:780px
}

.section-heading>p {
  max-width:390px;
  color:var(--muted);
  line-height:1.6
}

.portal-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px
}

.portal-card {
  min-height:310px;
  padding:27px;
  display:flex;
  flex-direction:column;
  border:1px solid var(--line);
  background:white;
  position:relative;
  overflow:hidden;
  transition:.25s
}

.portal-card:after {
  content:"";
  position:absolute;
  width:170px;
  height:170px;
  border-radius:50%;
  right:-80px;
  top:-80px;
  background:#075bff0e
}

.portal-card:hover {
  transform:translateY(-5px);
  border-color:#075bff66;
  box-shadow:0 24px 55px #07152a14
}

.portal-card small {
  font-size:.68rem;
  font-weight:900;
  letter-spacing:.13em;
  color:var(--blue);
  text-transform:uppercase
}

.portal-card h3 {
  font-family:Georgia,serif;
  font-size:1.8rem;
  margin:24px 0 10px
}

.portal-card p {
  color:var(--muted);
  line-height:1.55;
  margin:0
}

.portal-card>b {
  margin-top:auto;
  font-size:.78rem
}

.portal-card>b span {
  color:var(--blue);
  margin-left:8px
}

.portal-icon {
  font-size:2.4rem;
  color:var(--gold);
  margin-bottom:30px
}

.portal-2,.portal-5 {
  background:var(--navy);
  color:white;
  border-color:var(--navy)
}

.portal-2 p,.portal-5 p {
  color:#bac6d6
}

.portal-2 small,.portal-5 small {
  color:var(--gold)
}

.community-band {
  padding:110px 0;
  background:var(--navy);
  color:white;
  position:relative;
  overflow:hidden
}

.community-band:before {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#071a33 45%,#071a33cc),url('../images/community-entrepreneurs-network.png') center/cover;
  opacity:.42
}

.community-layout {
  position:relative;
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:100px;
  align-items:center
}

.community-intro h2 {
  font-size:clamp(3rem,5vw,5.2rem);
  line-height:.98;
  margin:0 0 28px
}

.community-intro>p:not(.eyebrow) {
  color:#c0cada;
  font-size:1.05rem;
  line-height:1.7
}

.gold {
  background:var(--gold);
  color:var(--navy);
  box-shadow:none;
  margin-top:20px
}

.question-stack {
  display:grid;
  gap:13px
}

.question-card {
  background:#f8fbff;
  color:var(--ink);
  padding:23px;
  border-left:4px solid var(--blue);
  transition:.2s
}

.question-card:hover {
  transform:translateX(-8px)
}

.question-card>div {
  display:flex;
  align-items:center;
  gap:12px
}

.question-card small {
  font-weight:850
}

.question-card em {
  font-style:normal;
  font-size:.65rem;
  text-transform:uppercase;
  color:var(--blue);
  margin-left:auto
}

.avatar {
  width:35px;
  height:35px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--blue);
  color:white;
  font-size:.7rem;
  font-weight:900
}

.question-card h3 {
  font-family:Georgia,serif;
  font-size:1.25rem;
  margin:18px 0
}

.question-card footer {
  display:flex;
  gap:20px;
  font-size:.74rem;
  color:var(--muted)
}

.question-card footer b {
  margin-left:auto;
  color:var(--blue)
}

.wiki-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px
}

.wiki-card {
  background:white;
  border:1px solid var(--line);
  padding-bottom:25px;
  transition:.2s
}

.wiki-card:hover {
  box-shadow:0 24px 45px #07152a18;
  transform:translateY(-4px)
}

.wiki-art {
  height:170px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--navy),#0b55c5);
  overflow:hidden
}

.wiki-1 .wiki-art,.wiki-4 .wiki-art {
  background:url('../images/wiki-ai-act-library.png') center/cover
}

.wiki-2 .wiki-art {
  background:linear-gradient(140deg,#ffc928,#e69f05)
}

.wiki-3 .wiki-art {
  background:linear-gradient(140deg,#e8edf4,#8b98a9)
}

.wiki-5 .wiki-art {
  background:radial-gradient(circle,#0b83ff,#071a33 70%)
}

.wiki-6 .wiki-art {
  background:linear-gradient(145deg,#071a33,#5e0c37)
}

.wiki-art span {
  font-family:Georgia,serif;
  font-size:4rem;
  color:white;
  text-shadow:0 4px 15px #0006
}

.wiki-card>small,.wiki-card>h3,.wiki-card>p,.wiki-card>b {
  margin-left:24px;
  margin-right:24px
}

.wiki-card>small {
  display:block;
  margin-top:22px;
  color:var(--blue);
  font-size:.67rem;
  font-weight:900;
  text-transform:uppercase
}

.wiki-card h3 {
  font-family:Georgia,serif;
  font-size:1.45rem;
  margin-top:12px;
  margin-bottom:10px
}

.wiki-card p {
  font-size:.88rem;
  color:var(--muted);
  line-height:1.55
}

.wiki-card>b {
  font-size:.73rem;
  color:var(--blue)
}

.tool-showcase {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  background:#e7ebf1;
  margin-bottom:110px
}

.tools-title {
  padding:64px
}

.tools-title h2 {
  font-size:3.5rem;
  line-height:1;
  margin:0 0 25px
}

.tools-title>p:not(.eyebrow) {
  color:var(--muted);
  line-height:1.6
}

.tools-list {
  background:white
}

.tools-list>a {
  min-height:114px;
  padding:23px 27px;
  display:grid;
  grid-template-columns:55px 1fr 35px;
  gap:15px;
  align-items:center;
  border-bottom:1px solid var(--line)
}

.tools-list>a:hover {
  background:#f6f9ff
}

.tools-list>a>span {
  color:var(--blue);
  font-family:Georgia,serif;
  font-size:1.25rem
}

.tools-list h3 {
  margin:0 0 7px;
  font-family:Georgia,serif;
  font-size:1.3rem
}

.tools-list p {
  margin:0;
  color:var(--muted);
  font-size:.83rem
}

.tools-list>a>b {
  color:var(--blue);
  font-size:1.3rem
}

.newsletter {
  margin-bottom:110px;
  padding:62px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  background:linear-gradient(120deg,#071a33,#093c85);
  color:white;
  align-items:center
}

.newsletter h2 {
  font-size:3rem;
  margin:0 0 14px
}

.newsletter p:not(.eyebrow) {
  color:#c7d1e0;
  line-height:1.6
}

.email-form {
  display:grid;
  grid-template-columns:.7fr 1.3fr auto;
  gap:10px
}

.email-form input {
  min-width:0;
  padding:16px;
  border:1px solid #ffffff3b;
  background:#ffffff13;
  color:white;
  outline:none
}

.email-form input::placeholder {
  color:#aebbd0
}

.email-form button {
  border:0;
  background:var(--gold);
  color:var(--navy);
  font-weight:900;
  padding:0 18px;
  cursor:pointer
}

.consent {
  grid-column:1/-1;
  color:#acb8c9;
  font-size:.7rem;
  line-height:1.4
}

.consent input {
  margin-right:6px
}

.form-status {
  grid-column:1/-1!important;
  color:white!important;
  margin:0!important;
  font-size:.8rem
}

.site-footer {
  background:#030b15;
  color:#c5cfdb;
  padding:70px max(24px,calc((100% - 1240px)/2)) 28px;
  display:grid;
  grid-template-columns:1.5fr repeat(3,1fr);
  gap:55px
}

.site-footer h3 {
  color:white;
  font-size:.8rem;
  text-transform:uppercase;
  letter-spacing:.1em
}

.site-footer p,.site-footer a {
  display:block;
  font-size:.8rem;
  line-height:1.7;
  margin:5px 0
}

.site-footer a:hover {
  color:var(--gold)
}

.site-footer small {
  grid-column:1/-1;
  border-top:1px solid #ffffff1f;
  padding-top:22px;
  margin-top:20px;
  color:#79879a
}

.page-main {
  min-height:70vh
}

.page-hero {
  background:var(--navy);
  color:white;
  padding:90px max(24px,calc((100% - 1100px)/2));
  position:relative;
  overflow:hidden
}

.page-hero.has-image {
  min-height:500px;
  display:flex;
  align-items:end
}

.page-hero.has-image:before {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#061325 15%,#061325c4 55%,#06132555),var(--page-image) center/cover
}

.page-hero>* {
  position:relative
}

.page-hero h1 {
  font-size:clamp(3.4rem,6vw,6rem);
  line-height:.95;
  margin:0;
  max-width:850px
}

.page-hero>p:not(.eyebrow) {
  font-size:1.12rem;
  line-height:1.65;
  max-width:720px;
  color:#c3cede
}

.content-shell {
  width:min(1100px,calc(100% - 48px));
  margin:auto;
  padding:70px 0 110px
}

.content-shell h2 {
  font-family:Georgia,serif;
  font-size:2.8rem
}

.feature-grid,.resource-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px
}

.feature-card,.resource-card {
  padding:28px;
  background:white;
  border:1px solid var(--line)
}

.feature-card h3,.resource-card h3 {
  font-family:Georgia,serif;
  font-size:1.35rem
}

.feature-card p,.resource-card p {
  color:var(--muted);
  line-height:1.55
}

.tag {
  display:inline-block;
  padding:5px 8px;
  background:#e7efff;
  color:var(--blue);
  font-size:.65rem;
  font-weight:900;
  text-transform:uppercase
}

.split-panel {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  margin-top:50px
}

.panel {
  background:white;
  padding:30px;
  border:1px solid var(--line)
}

.panel.dark {
  background:var(--navy);
  color:white
}

.stack-form {
  display:grid;
  gap:12px
}

.stack-form input,.stack-form textarea,.stack-form select {
  width:100%;
  padding:14px;
  border:1px solid var(--line);
  background:white
}

.stack-form textarea {
  min-height:130px
}

.stack-form button {
  padding:14px;
  border:0;
  background:var(--blue);
  color:white;
  font-weight:900;
  cursor:pointer
}

.community-list {
  display:grid;
  gap:12px
}

.community-list .question-card {
  border:1px solid var(--line);
  border-left:4px solid var(--blue)
}

.searchbox {
  display:flex;
  gap:10px;
  margin:32px 0
}

.searchbox input {
  flex:1;
  padding:17px;
  border:1px solid var(--line);
  background:white
}

.searchbox button {
  padding:0 24px;
  background:var(--blue);
  color:white;
  border:0;
  font-weight:900
}

.timeline {
  display:grid;
  gap:2px
}

.timeline article {
  display:grid;
  grid-template-columns:170px 1fr;
  background:white;
  padding:24px;
  border-left:4px solid var(--blue)
}

.timeline time {
  font-weight:900;
  color:var(--blue)
}

.timeline h3 {
  margin:0 0 8px
}

.timeline p {
  margin:0;
  color:var(--muted)
}

.official-links {
  display:grid;
  gap:10px;
  margin-top:30px
}

.official-links a {
  padding:16px;
  background:white;
  border:1px solid var(--line);
  color:var(--blue);
  font-weight:800
}

.diagnostic-box {
  background:white;
  border:1px solid var(--line);
  padding:34px
}

.choice-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px
}

.choice {
  padding:15px;
  border:1px solid var(--line);
  display:flex;
  gap:10px
}

.result-panel {
  margin-top:22px;
  padding:24px;
  background:#eef4ff;
  border-left:4px solid var(--blue)
}

@media(max-width:1000px) {
  .site-header nav {
    display:none
  }

  .site-header {
    justify-content:space-between
  }

  .hero {
    grid-template-columns:1fr;
    min-height:unset
  }

  .hero-visual {
    height:520px
  }

  .portal-grid,.wiki-grid {
    grid-template-columns:repeat(2,1fr)
  }

  .community-layout,.newsletter,.tool-showcase {
    grid-template-columns:1fr
  }

  .community-layout {
    gap:50px
  }

  .feature-grid,.resource-grid {
    grid-template-columns:repeat(2,1fr)
  }

  .site-footer {
    grid-template-columns:repeat(2,1fr)
  }

}

@media(max-width:650px) {
  .shell,.content-shell {
    width:min(100% - 28px,1240px)
  }

  .site-header {
    height:66px;
    padding:0 14px
  }

  .header-cta {
    display:none
  }

  .hero {
    padding-block:34px;
    gap:30px
  }

  .hero h1 {
    font-size:3.5rem
  }

  .hero-visual {
    height:460px
  }

  .visual-callout {
    grid-template-columns:1fr
  }

  .visual-callout small {
    grid-row:auto
  }

  .signal-strip {
    align-items:flex-start;
    flex-direction:column;
    gap:8px
  }

  .section {
    padding-block:75px
  }

  .section-heading {
    align-items:flex-start;
    flex-direction:column
  }

  .portal-grid,.wiki-grid,.feature-grid,.resource-grid,.split-panel {
    grid-template-columns:1fr
  }

  .community-band {
    padding:75px 0
  }

  .community-intro h2 {
    font-size:3.4rem
  }

  .question-card footer {
    flex-wrap:wrap
  }

  .question-card footer b {
    margin-left:0
  }

  .tools-title {
    padding:38px 28px
  }

  .newsletter {
    padding:38px 25px
  }

  .email-form {
    grid-template-columns:1fr
  }

  .consent,.form-status {
    grid-column:auto!important
  }

  .email-form button {
    padding:15px
  }

  .site-footer {
    grid-template-columns:1fr;
    padding-top:50px
  }

  .site-footer small {
    grid-column:1
  }

  .page-hero {
    padding-top:70px;
    padding-bottom:70px
  }

  .page-hero h1 {
    font-size:3.4rem
  }

  .timeline article {
    grid-template-columns:1fr;
    gap:10px
  }

  .choice-grid {
    grid-template-columns:1fr
  }

}

.photo-manifesto {
  height:560px;
  margin-bottom:110px;
  position:relative;
  overflow:hidden;
  background:var(--navy)
}

.photo-manifesto img {
  width:100%;
  height:100%;
  object-fit:cover;
  filter:contrast(1.05)
}

.photo-manifesto>a {
  position:absolute;
  inset:auto 30px 30px auto;
  width:min(520px,calc(100% - 60px));
  padding:32px;
  background:#061322ed;
  color:white;
  border-top:3px solid var(--gold)
}

.photo-manifesto small {
  color:var(--gold);
  font-weight:900;
  letter-spacing:.12em
}

.photo-manifesto h2 {
  font-family:Georgia,serif;
  font-size:2.2rem;
  line-height:1.08;
  margin:14px 0 20px
}

.photo-manifesto span {
  font-size:.78rem;
  font-weight:900
}

@media(max-width:650px) {
  .photo-manifesto {
    height:500px;
    margin-bottom:75px
  }

  .photo-manifesto>a {
    inset:auto 14px 14px 14px;
    width:auto;
    padding:22px
  }

  .photo-manifesto h2 {
    font-size:1.7rem
  }

}

.owner-shell {
  min-height:100vh;
  background:var(--paper);
  padding:60px 24px
}

.owner-wrap {
  width:min(1100px,100%);
  margin:auto
}

.owner-wrap header {
  background:var(--navy);
  color:white;
  padding:40px
}

.owner-wrap header h1 {
  font-family:Georgia,serif;
  font-size:3rem
}

.owner-stat {
  display:flex;
  gap:16px;
  align-items:baseline;
  background:white;
  padding:26px;
  margin:20px 0
}

.owner-stat strong {
  font-size:2.8rem;
  color:var(--blue)
}

.contacts-card {
  overflow:auto;
  background:white
}

.contacts-table {
  width:100%;
  border-collapse:collapse
}

.contacts-table th,.contacts-table td {
  text-align:left;
  padding:15px;
  border-bottom:1px solid var(--line)
}

/* Corrections visuelles : logo officiel, images dégagées et zéro débordement mobile. */
html,body {
  max-width:100%;
  overflow-x:hidden
}

main,section,div,a {
  min-width:0
}

img {
  max-width:100%
}

.brand-lockup {
  display:flex;
  align-items:center;
  gap:14px;
  width:292px;
  height:74px;
  overflow:visible;
  flex:none
}

.brand-emblem {
  display:block;
  position:relative;
  width:76px;
  height:72px;
  overflow:hidden;
  background:#000;
  flex:none
}

.brand-emblem img {
  position:absolute;
  display:block;
  width:110px;
  max-width:none;
  height:auto;
  left:-19px;
  top:-14px
}

.brand-words {
  display:flex;
  align-items:baseline;
  gap:8px;
  white-space:nowrap;
  font-size:1rem;
  font-weight:500;
  letter-spacing:.13em;
  color:#f1f4f8
}

.brand-words strong {
  color:#1680ff;
  font-weight:800
}

.site-header .brand,.site-footer .brand {
  gap:0
}

.site-header {
  height:92px
}

.hero-actions {
  flex-wrap:wrap
}

.hero-visual {
  height:auto;
  display:grid;
  grid-template-rows:auto auto;
  background:#020810;
  border-radius:4px 4px 36px 4px
}

.hero-visual>img {
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:2048/3070;
  object-fit:contain;
  object-position:center;
  background:#000
}

.visual-callout {
  position:static;
  display:grid;
  grid-template-columns:100px 1fr;
  min-height:92px;
  margin:0;
  padding:19px 21px;
  background:#061322;
  color:white;
  border-left:3px solid var(--gold)
}

.photo-manifesto {
  height:auto;
  display:grid;
  grid-template-columns:minmax(0,1.65fr) minmax(310px,.75fr);
  background:#061322
}

.photo-manifesto img {
  display:block;
  width:100%;
  height:100%;
  min-height:430px;
  object-fit:cover;
  object-position:center
}

.photo-manifesto>a {
  position:static;
  width:auto;
  padding:38px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:#061322;
  color:white;
  border:0;
  border-top:3px solid var(--gold)
}

.community-band:before {
  display:none
}

.community-band {
  padding-top:0
}

.community-photo {
  height:520px;
  margin-bottom:74px;
  overflow:hidden;
  background:#020810
}

.community-photo img {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center
}

.media-hero {
  min-height:0!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  align-items:stretch!important;
  background:var(--navy)
}

.media-hero:before {
  display:none!important
}

.media-hero .page-hero-copy {
  position:static;
  padding:78px max(36px,calc((100vw - 1240px)/2));
  padding-right:55px;
  display:flex;
  flex-direction:column;
  justify-content:center
}

.media-hero .page-hero-copy>p:not(.eyebrow) {
  font-size:1.08rem;
  line-height:1.65;
  color:#c3cede
}

.media-hero .page-hero-photo {
  position:static;
  display:block;
  width:100%;
  height:100%;
  min-height:480px;
  object-fit:cover;
  object-position:center
}

@media(max-width:1000px) {
  .brand-lockup {
    width:265px;
    height:62px;
    gap:11px
  }

  .brand-emblem {
    width:64px;
    height:60px
  }

  .brand-emblem img {
    width:92px;
    left:-16px;
    top:-12px
  }

  .brand-words {
    font-size:.9rem;
    gap:7px
  }

  .photo-manifesto {
    grid-template-columns:1fr
  }

  .photo-manifesto img {
    height:auto;
    min-height:0;
    aspect-ratio:16/9
  }

  .photo-manifesto>a {
    border-top:3px solid var(--gold)
  }

  .media-hero {
    grid-template-columns:1fr
  }

  .media-hero .page-hero-copy {
    padding:60px 36px
  }

  .media-hero .page-hero-photo {
    min-height:0;
    height:auto;
    aspect-ratio:16/9;
    object-fit:cover
  }

}

@media(max-width:650px) {
  .brand-lockup {
    width:252px;
    height:56px;
    gap:9px
  }

  .brand-emblem {
    width:58px;
    height:56px
  }

  .brand-emblem img {
    width:86px;
    left:-15px;
    top:-11px
  }

  .brand-words {
    font-size:.82rem;
    gap:6px;
    letter-spacing:.1em
  }

  .site-header {
    width:100%;
    max-width:100%;
    height:76px
  }

  .hero h1 {
    font-size:clamp(2.8rem,13vw,3.35rem);
    overflow-wrap:anywhere
  }

  .hero-lead {
    font-size:1.02rem
  }

  .hero-actions {
    align-items:stretch;
    gap:16px
  }

  .hero-actions>a {
    width:100%;
    max-width:100%;
    justify-content:space-between
  }

  .hero-visual {
    height:auto
  }

  .visual-callout {
    grid-template-columns:1fr;
    min-height:0
  }

  .visual-callout small {
    grid-row:auto
  }

  .photo-manifesto {
    height:auto;
    margin-bottom:75px
  }

  .photo-manifesto img {
    aspect-ratio:16/10
  }

  .photo-manifesto>a {
    inset:auto;
    width:auto;
    padding:26px
  }

  .community-photo {
    height:auto;
    aspect-ratio:16/10;
    margin-bottom:50px
  }

  .community-photo img {
    object-position:center
  }

  .media-hero .page-hero-copy {
    padding:52px 20px
  }

  .media-hero .page-hero-photo {
    aspect-ratio:16/10
  }

  .searchbox {
    flex-direction:column
  }

  .searchbox button {
    padding:15px
  }

}


/* ------------------------------------------------------------------
   Corrections du 26 août 2026, demandées par l'éditeur du site.
   1. Le point final du titre d'accueil venait mordre le bord de l'image
      selon la largeur de la fenêtre et le zoom du navigateur.
   2. Le cadre du visuel d'accueil était trop carré.
   ------------------------------------------------------------------ */

.hero-copy {
  min-width: 0;
  padding-right: 24px;
}

.hero h1 {
  font-size: clamp(2.4rem, 4.8vw, 5.2rem);
  hyphens: auto;
  -webkit-hyphens: auto;
  overflow-wrap: break-word;
}

.hero-visual {
  border-radius: 26px 26px 58px 26px;
  height: 610px;
  background: #04060c;
}

.hero-visual > img,
.hero-visual > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: none;
  background: #04060c;
}

.hero-visual > video {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .45s ease;
  pointer-events: none;
}

.hero-visual > video.visible {
  opacity: 1;
}

@media (max-width: 1000px) {
  .hero-visual {
    border-radius: 22px 22px 42px 22px;
  }
}
