
/* ==========================================================================
   SignalNids V2.10.0 — Accueil 2026
   Pédagogique · professionnel · informatif · responsive
   ========================================================================== */

.sn-home-v210{
  --h26-forest:#005742;
  --h26-forest-2:#073f31;
  --h26-forest-3:#0a765a;
  --h26-ink:#123b31;
  --h26-muted:#62756e;
  --h26-paper:#fffefb;
  --h26-soft:#f2f7f3;
  --h26-soft-2:#e9f2e8;
  --h26-line:#dbe6df;
  --h26-amber:#d58b21;
  --h26-eu:#8a633b;
  --h26-blue:#316b93;
  --h26-shadow:0 18px 44px rgba(15,63,48,.075);
  color:var(--h26-ink);
  overflow:hidden;
}

.sn-home-v210 *{min-width:0}
.sn-home-v210 h1,
.sn-home-v210 h2,
.sn-home-v210 h3{color:var(--h26-ink)}
.sn-home-v210 p{color:var(--h26-muted)}
.sn-home-v210 a:focus-visible,
.sn-home-v210 summary:focus-visible{
  outline:3px solid #68a144;
  outline-offset:4px;
}

.h26-wrap{
  width:min(1480px,calc(100% - 2 * clamp(20px,4vw,64px)));
  margin-inline:auto;
}

.h26-eyebrow{
  display:flex;
  align-items:center;
  gap:8px;
  color:var(--h26-forest-3);
  font-size:.69rem;
  font-weight:850;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.h26-hero{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(420px,.78fr);
  gap:clamp(34px,5vw,82px);
  align-items:center;
  padding-top:clamp(46px,6vw,86px);
  padding-bottom:54px;
}

.h26-hero-copy h1{
  max-width:900px;
  margin:14px 0 25px;
  font-size:clamp(3rem,5.5vw,5.35rem);
  line-height:1.015;
  letter-spacing:-.062em;
  font-weight:720;
}

.h26-hero-copy h1 em{
  color:#4b7d48;
  font-style:normal;
}

.h26-lead{
  max-width:790px;
  margin:0;
  font-size:clamp(1rem,1.25vw,1.14rem);
  line-height:1.8;
}

.h26-main-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  margin-top:26px;
}

.h26-main-actions .button{
  min-height:50px;
  border-radius:10px;
}

.h26-primary{
  background:var(--h26-forest)!important;
  border-color:var(--h26-forest)!important;
}

.h26-primary:hover{
  background:#064838!important;
}

.h26-text-link{
  display:inline-flex;
  align-items:center;
  gap:5px;
  min-height:44px;
  padding:0 7px;
  color:var(--h26-forest);
  font-size:.86rem;
  font-weight:750;
  text-decoration:none;
}

.h26-text-link svg{width:18px;height:18px}

.h26-trust{
  display:flex;
  flex-wrap:wrap;
  gap:9px 17px;
  margin-top:22px;
  color:#71837b;
  font-size:.72rem;
}

.h26-trust span{
  display:inline-flex;
  align-items:center;
  gap:6px;
}

.h26-trust svg{width:18px;height:18px}

.h26-observation-card{
  position:relative;
  padding:20px;
  border:1px solid #d9e6df;
  border-radius:20px;
  background:
    radial-gradient(circle at 100% 0,rgba(97,159,102,.12),transparent 180px),
    #fff;
  box-shadow:var(--h26-shadow);
}

.h26-card-head{
  padding:5px 4px 17px;
}

.h26-card-kicker{
  display:block;
  color:#71827b;
  font-size:.61rem;
  font-weight:900;
  letter-spacing:.12em;
}

.h26-card-head strong{
  display:block;
  max-width:390px;
  margin-top:5px;
  color:var(--h26-ink);
  font-size:1.15rem;
  line-height:1.35;
}

.h26-choice{
  display:grid;
  grid-template-columns:52px minmax(0,1fr) 28px;
  gap:13px;
  align-items:center;
  margin-top:9px;
  padding:15px;
  border:1px solid var(--h26-line);
  border-radius:13px;
  background:#fbfdfb;
  color:inherit;
  text-decoration:none;
  transition:.18s ease;
}

.h26-choice:hover{
  transform:translateY(-2px);
  border-color:#bad2c7;
  box-shadow:0 9px 24px rgba(15,63,48,.07);
}

.h26-choice-icon{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#eaf3ed;
  font-size:1.4rem;
}

.h26-choice-pressure .h26-choice-icon{background:#fff2d9}

.h26-choice small,
.h26-choice strong,
.h26-choice em{display:block}

.h26-choice small{
  color:#72847c;
  font-size:.57rem;
  font-weight:900;
  letter-spacing:.09em;
}

.h26-choice strong{
  margin:3px 0;
  font-size:.93rem;
}

.h26-choice em{
  color:#6c7f77;
  font-size:.68rem;
  font-style:normal;
  line-height:1.42;
}

.h26-choice>b{
  color:var(--h26-forest);
  font-size:1.25rem;
}

.h26-safety{
  display:grid;
  grid-template-columns:30px 1fr;
  gap:9px;
  align-items:start;
  margin-top:14px;
  padding:11px 12px;
  border-left:4px solid #d39428;
  background:#fff7e8;
}

.h26-safety>span{
  width:26px;
  height:26px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#d39428;
  color:#fff;
  font-weight:900;
}

.h26-safety p{
  margin:0;
  color:#6f5a31;
  font-size:.68rem;
  line-height:1.45;
}

.h26-jump{
  display:flex;
  gap:7px;
  overflow-x:auto;
  padding-top:15px;
  padding-bottom:15px;
  border-top:1px solid var(--h26-line);
  border-bottom:1px solid var(--h26-line);
  scrollbar-width:none;
}

.h26-jump::-webkit-scrollbar{display:none}

.h26-jump a{
  flex:0 0 auto;
  min-height:38px;
  display:inline-flex;
  align-items:center;
  padding:0 14px;
  border-radius:999px;
  background:#edf3ea;
  color:#355849;
  font-size:.74rem;
  font-weight:720;
  text-decoration:none;
}

.h26-jump a:hover{background:#deead9}

.h26-section{
  padding-top:clamp(62px,7vw,96px);
  padding-bottom:10px;
}

.h26-section-head{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(340px,.68fr);
  gap:clamp(28px,5vw,72px);
  align-items:end;
  margin-bottom:28px;
}

.h26-section-head h2{
  max-width:920px;
  margin:7px 0 0;
  font-size:clamp(2rem,3.4vw,3.35rem);
  line-height:1.08;
  letter-spacing:-.047em;
}

.h26-section-head>p{
  margin:0;
  font-size:.9rem;
  line-height:1.75;
}

.h26-understand-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.h26-understand-grid article{
  position:relative;
  min-height:275px;
  padding:22px;
  border:1px solid var(--h26-line);
  border-radius:16px;
  background:#fff;
}

.h26-number{
  position:absolute;
  top:16px;
  right:18px;
  color:#b6c3bd;
  font-size:.7rem;
  font-weight:900;
}

.h26-understand-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  margin-bottom:30px;
  border-radius:12px;
  background:#eef4f0;
  font-size:1.25rem;
}

.h26-understand-grid h3{
  margin:0 0 9px;
  font-size:1.2rem;
}

.h26-understand-grid p{
  margin:0;
  font-size:.82rem;
  line-height:1.62;
}

.h26-result{
  display:block;
  margin-top:17px;
  color:var(--h26-forest);
  font-size:.72rem;
}

.h26-territory{
  margin-top:80px;
  padding:64px 0;
  background:
    radial-gradient(circle at 92% 12%,rgba(126,190,148,.18),transparent 360px),
    linear-gradient(135deg,#073f31,#075744);
  color:#fff;
}

.h26-section-head-light h2{color:#fff}
.h26-section-head-light .h26-eyebrow{color:#b7ddb7}
.h26-section-head-light>p{color:#d6e5dc}

.h26-map-cards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.h26-map-card{
  min-height:280px;
  display:flex;
  flex-direction:column;
  padding:22px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.075);
  color:#fff;
  text-decoration:none;
  transition:.18s ease;
}

.h26-map-card:hover{
  transform:translateY(-3px);
  background:rgba(255,255,255,.12);
}

.h26-map-card-pressure{
  background:linear-gradient(150deg,rgba(229,161,64,.18),rgba(255,255,255,.08));
}

.h26-map-icon{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  margin-bottom:auto;
  border-radius:10px;
  background:rgba(255,255,255,.1);
  font-size:1.25rem;
}

.h26-map-icon svg{width:22px;height:22px}

.h26-map-card small{
  margin-top:30px;
  color:#afd0bd;
  font-size:.59rem;
  font-weight:900;
  letter-spacing:.1em;
}

.h26-map-card h3{
  margin:5px 0 9px;
  color:#fff;
  font-size:1.2rem;
}

.h26-map-card p{
  color:#d9e7df;
  font-size:.76rem;
  line-height:1.55;
}

.h26-map-card b{
  margin-top:auto;
  color:#fff;
  font-size:.75rem;
}

.h26-roles{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.h26-role{
  min-height:235px;
  display:flex;
  flex-direction:column;
  padding:21px;
  border:1px solid var(--h26-line);
  background:#fff;
}

.h26-role-featured{
  background:linear-gradient(145deg,#f1f8ef,#fff);
  border-color:#cfe2c7;
}

.h26-role>span{
  width:43px;
  height:43px;
  display:grid;
  place-items:center;
  margin-bottom:22px;
  border-radius:11px;
  background:#eef4f0;
  font-size:1.18rem;
}

.h26-role>small{
  color:#678077;
  font-size:.58rem;
  font-weight:900;
  letter-spacing:.11em;
}

.h26-role h3{
  margin:5px 0 8px;
  font-size:1.18rem;
}

.h26-role p{
  margin:0;
  font-size:.76rem;
  line-height:1.55;
}

.h26-role a{
  margin-top:auto;
  padding-top:18px;
  color:var(--h26-forest);
  font-size:.73rem;
  font-weight:800;
  text-decoration:none;
}

.h26-species-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.h26-species{
  overflow:hidden;
  border:1px solid var(--h26-line);
  background:#fff;
}

.h26-species figure{
  position:relative;
  margin:0;
  background:#eef4ef;
}

.h26-species figure a{
  position:relative;
  display:block;
  aspect-ratio:16/10;
  overflow:hidden;
}

.h26-species figure img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .3s ease;
}

.h26-species figure a:hover img{transform:scale(1.02)}

.h26-species figure a>span{
  position:absolute;
  top:13px;
  right:13px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:#244a3d;
  font-size:.62rem;
  font-weight:800;
}

.h26-species-body{padding:23px}

.h26-species-title{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
}

.h26-species-title span{
  padding:5px 8px;
  background:#fff0d8;
  color:#8a5f1a;
  font-size:.57rem;
  font-weight:900;
  letter-spacing:.08em;
}

.h26-species-european .h26-species-title span{
  background:#eee7dd;
  color:#6d5336;
}

.h26-species-title b{
  color:#71837b;
  font-size:.69rem;
  font-style:italic;
  font-weight:500;
}

.h26-species h3{
  margin:15px 0 10px;
  font-size:1.6rem;
}

.h26-species ul{
  display:grid;
  gap:6px;
  padding-left:18px;
  margin:0 0 14px;
  color:#35574b;
  font-size:.79rem;
}

.h26-species-body>p{
  margin:0;
  font-size:.76rem;
}

.h26-identification{
  display:grid;
  grid-template-columns:42px minmax(0,1fr) auto;
  gap:14px;
  align-items:center;
  margin-top:14px;
  padding:17px;
  border:1px solid #d6e4d2;
  background:#edf4e9;
}

.h26-identification>span{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#4d7f49;
  color:#fff;
  font-size:1.1rem;
  font-weight:900;
}

.h26-identification strong{font-size:.86rem}
.h26-identification p{margin:4px 0 0;font-size:.72rem}

.h26-process{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  margin:0;
  padding:0;
  list-style:none;
  border:1px solid var(--h26-line);
  background:#fff;
}

.h26-process li{
  display:grid;
  grid-template-columns:38px 1fr;
  gap:10px;
  padding:21px;
  border-right:1px solid var(--h26-line);
}

.h26-process li:last-child{border-right:0}

.h26-process li>span{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#e8f2ec;
  color:var(--h26-forest);
  font-size:.72rem;
  font-weight:900;
}

.h26-process strong{font-size:.86rem}
.h26-process p{margin:4px 0 0;font-size:.69rem;line-height:1.5}

.h26-pedagogy{
  margin-top:86px;
  background:#eef5eb;
  border-top:1px solid #dce8d7;
  border-bottom:1px solid #dce8d7;
}

.h26-pedagogy-inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(380px,.8fr);
  gap:58px;
  align-items:center;
  padding-top:64px;
  padding-bottom:64px;
}

.h26-pedagogy-copy h2{
  max-width:820px;
  margin:7px 0 15px;
  font-size:clamp(2rem,3.6vw,3.4rem);
  line-height:1.08;
}

.h26-pedagogy-copy>p{
  max-width:780px;
  font-size:.9rem;
  line-height:1.7;
}

.h26-pedagogy-points{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:19px;
}

.h26-pedagogy-points span{
  padding:7px 9px;
  border:1px solid #ccddc7;
  background:#fff;
  color:#496653;
  font-size:.68rem;
}

.h26-pedagogy-board{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  transform:rotate(-1deg);
}

.h26-learning-card{
  min-height:145px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:18px;
  border:1px solid #cadcc5;
  background:#fff;
  box-shadow:0 13px 30px rgba(36,74,55,.07);
}

.h26-learning-card-main{
  grid-column:1/-1;
  min-height:170px;
  background:linear-gradient(135deg,#0a5a45,#0b7459);
  border-color:#0a5a45;
  color:#fff;
}

.h26-learning-card small{
  margin-bottom:auto;
  color:#71907d;
  font-size:.56rem;
  font-weight:900;
  letter-spacing:.1em;
}

.h26-learning-card-main small{color:#b9dac7}

.h26-learning-card strong{
  font-size:1.02rem;
}

.h26-learning-card-main strong{font-size:1.35rem;color:#fff}

.h26-learning-card span{
  margin-top:5px;
  color:#6d7f77;
  font-size:.67rem;
}

.h26-learning-card-main span{color:#d4e6dc}

.h26-data-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}

.h26-data-grid article{
  min-height:210px;
  display:flex;
  flex-direction:column;
  padding:21px;
  border:1px solid var(--h26-line);
  background:#fff;
}

.h26-data-grid article>span{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  margin-bottom:20px;
  border-radius:10px;
  background:#edf4f0;
  color:var(--h26-forest);
  font-size:1.1rem;
}

.h26-data-grid article>span svg{width:20px;height:20px}

.h26-data-grid h3{
  margin:0 0 8px;
  font-size:1.1rem;
}

.h26-data-grid p{
  margin:0;
  font-size:.75rem;
  line-height:1.55;
}

.h26-data-grid a{
  margin-top:auto;
  padding-top:18px;
  color:var(--h26-forest);
  font-size:.72rem;
  font-weight:800;
  text-decoration:none;
}

.h26-live-details{
  margin-top:14px;
  border:1px solid var(--h26-line);
  background:#fff;
}

.h26-live-details>summary{
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px 18px;
  cursor:pointer;
  list-style:none;
}

.h26-live-details>summary::-webkit-details-marker{display:none}

.h26-live-details>summary span b,
.h26-live-details>summary span small{display:block}

.h26-live-details>summary b{font-size:.86rem}
.h26-live-details>summary small{margin-top:2px;color:#72847c;font-size:.66rem}

.h26-live-details>summary>strong{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#edf4f0;
}

.h26-live-details[open]>summary>strong{transform:rotate(45deg)}

.h26-live-embed{
  padding:0 18px 18px;
  overflow:hidden;
}

.h26-live-embed>*{
  max-width:none!important;
  width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
}

.h26-live-embed .wrap{
  width:100%!important;
  max-width:none!important;
}

.h26-live-embed h1,
.h26-live-embed h2{
  font-size:clamp(1.6rem,2.6vw,2.5rem)!important;
}

.h26-map-preview .map-shell{
  overflow:hidden;
  border:1px solid var(--h26-line);
  border-radius:15px;
  background:#e7f0ed;
}

.h26-map-preview #public-map{
  height:min(56dvh,560px);
  min-height:390px;
}

.h26-map-actions{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:14px;
}

.h26-map-actions .button{min-height:44px}

.h26-faq{
  display:grid;
  grid-template-columns:minmax(0,.62fr) minmax(0,1fr);
  gap:55px;
}

.h26-faq-intro h2{
  margin:7px 0 10px;
  font-size:clamp(2rem,3.3vw,3.15rem);
}

.h26-faq-intro p{font-size:.82rem}

.h26-faq-list{
  border-top:1px solid var(--h26-line);
}

.h26-faq-list details{
  border-bottom:1px solid var(--h26-line);
}

.h26-faq-list summary{
  min-height:58px;
  display:flex;
  align-items:center;
  cursor:pointer;
  font-size:.83rem;
  font-weight:800;
}

.h26-faq-list details p{
  margin:-3px 0 18px;
  font-size:.76rem;
  line-height:1.65;
}

.h26-final{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  margin-top:82px;
  padding:36px;
  border:1px solid #ccdfc7;
  background:
    radial-gradient(circle at 100% 0,rgba(85,139,77,.14),transparent 230px),
    #eaf3e5;
}

.h26-final h2{
  max-width:930px;
  margin:6px 0 7px;
  font-size:clamp(1.8rem,3vw,2.8rem);
}

.h26-final p{
  margin:0;
  font-size:.78rem;
}

.h26-final-actions{
  display:flex;
  flex:0 0 auto;
  gap:8px;
  flex-wrap:wrap;
}

.h26-credits{
  padding-top:24px;
  padding-bottom:26px;
  color:#73847d;
  font-size:.68rem;
}

.h26-credits summary{cursor:pointer}
.h26-credits p{font-size:.68rem}

/* ----------------------------- Tablet ----------------------------- */
@media(max-width:1080px){
  .h26-hero{
    grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);
    gap:30px;
  }

  .h26-hero-copy h1{font-size:clamp(2.8rem,5.8vw,4rem)}
  .h26-section-head{grid-template-columns:1fr;gap:14px}
  .h26-section-head>p{max-width:900px}

  .h26-roles{grid-template-columns:repeat(2,minmax(0,1fr))}
  .h26-process{grid-template-columns:repeat(2,minmax(0,1fr))}
  .h26-process li:nth-child(2){border-right:0}
  .h26-process li:nth-child(-n+2){border-bottom:1px solid var(--h26-line)}
  .h26-pedagogy-inner{grid-template-columns:1fr;gap:32px}
  .h26-pedagogy-board{max-width:760px}
}

/* ----------------------------- Mobile / PWA ----------------------------- */
@media(max-width:760px){
  .h26-wrap{
    width:calc(100% - 28px);
  }

  .h26-hero{
    grid-template-columns:1fr;
    gap:22px;
    padding-top:28px;
    padding-bottom:32px;
  }

  .h26-hero-copy h1{
    margin:10px 0 17px;
    font-size:clamp(2.35rem,11.4vw,3.2rem);
    line-height:1.02;
  }

  .h26-lead{
    font-size:.94rem;
    line-height:1.65;
  }

  .h26-main-actions{
    display:grid;
    grid-template-columns:1fr;
    margin-top:20px;
  }

  .h26-main-actions .button,
  .h26-text-link{
    width:100%;
    justify-content:center;
  }

  .h26-trust{
    display:grid;
    grid-template-columns:1fr;
    gap:6px;
  }

  .h26-observation-card{
    padding:14px;
    border-radius:14px;
    box-shadow:none;
  }

  .h26-choice{
    grid-template-columns:46px minmax(0,1fr) 22px;
    padding:12px;
  }

  .h26-choice-icon{
    width:46px;
    height:46px;
  }

  .h26-jump{
    width:100%;
    padding-left:14px;
    padding-right:14px;
  }

  .h26-section{
    padding-top:52px;
  }

  .h26-section-head{
    margin-bottom:20px;
  }

  .h26-section-head h2{
    font-size:2rem;
  }

  .h26-section-head>p{
    font-size:.8rem;
    line-height:1.62;
  }

  .h26-understand-grid,
  .h26-map-cards,
  .h26-species-grid,
  .h26-data-grid{
    grid-template-columns:1fr;
  }

  .h26-understand-grid article{
    min-height:0;
    padding:17px;
  }

  .h26-understand-icon{
    margin-bottom:18px;
  }

  .h26-territory{
    margin-top:50px;
    padding:48px 0;
  }

  .h26-map-card{
    min-height:230px;
    padding:17px;
  }

  .h26-roles{
    display:grid;
    grid-auto-flow:column;
    grid-auto-columns:minmax(240px,76vw);
    grid-template-columns:none;
    overflow-x:auto;
    margin-left:-14px;
    margin-right:-14px;
    padding:0 14px 8px;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
  }

  .h26-roles::-webkit-scrollbar{display:none}
  .h26-role{scroll-snap-align:start}

  .h26-species figure a{aspect-ratio:1.35/1}
  .h26-species-body{padding:18px}
  .h26-species h3{font-size:1.35rem}

  .h26-identification{
    grid-template-columns:38px 1fr;
    padding:13px;
  }

  .h26-identification .button{
    grid-column:1/-1;
    width:100%;
  }

  .h26-process{
    grid-template-columns:1fr;
  }

  .h26-process li{
    border-right:0;
    border-bottom:1px solid var(--h26-line);
    padding:16px;
  }

  .h26-process li:last-child{border-bottom:0}

  .h26-pedagogy{
    margin-top:55px;
  }

  .h26-pedagogy-inner{
    padding-top:46px;
    padding-bottom:46px;
  }

  .h26-pedagogy-copy h2{font-size:2.05rem}
  .h26-pedagogy-board{
    grid-template-columns:1fr;
    transform:none;
  }

  .h26-learning-card-main{
    grid-column:auto;
  }

  .h26-live-embed{
    padding:0 10px 10px;
  }

  .h26-map-preview #public-map{
    height:48dvh;
    min-height:340px;
  }

  .h26-map-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .h26-map-actions .button{width:100%}

  .h26-faq{
    grid-template-columns:1fr;
    gap:20px;
  }

  .h26-final{
    display:grid;
    margin-top:55px;
    padding:22px 17px;
  }

  .h26-final-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .h26-final-actions .button{width:100%}
}

@media(max-width:430px){
  .h26-wrap{width:calc(100% - 22px)}

  .h26-hero-copy h1{
    font-size:2.28rem;
  }

  .h26-choice em{
    font-size:.64rem;
  }

  .h26-role{
    min-height:220px;
  }

  .h26-species-title{
    align-items:flex-start;
    flex-direction:column;
    gap:5px;
  }

  .h26-faq-list summary{
    font-size:.78rem;
    line-height:1.45;
  }
}

@media(prefers-reduced-motion:reduce){
  .h26-choice,
  .h26-map-card,
  .h26-species figure img{
    transition:none!important;
  }
}
