.portal-refresh {
  --portal-ink: #151515;
  --portal-muted: #656565;
  --portal-paper: #f5f4f0;
  --portal-line: #d8d8d2;
  --portal-white: #fff;
  background: var(--portal-white);
  color: var(--portal-ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}

.portal-refresh section { overflow: hidden; }
.portal-refresh h1,
.portal-refresh h2,
.portal-refresh h3,
.portal-refresh strong {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
}
.portal-refresh .portal-kicker {
  margin: 0 0 .8rem;
  color: inherit;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.portal-refresh h1,
.portal-refresh h2,
.portal-refresh h3 { letter-spacing: -.035em; }
.portal-refresh .portal-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: .68rem 1rem;
  border: 1px solid currentColor;
  border-radius: 2px;
  font-size: .75rem;
  font-weight: 700;
  text-decoration: none;
}
.portal-refresh .portal-button--light { color: #111; background: #fff; border-color: #fff; }
.portal-refresh .portal-button--line { color: #fff; background: transparent; border-color: rgba(255,255,255,.55); }
.portal-refresh .portal-button--dark { color: #fff; background: #171717; border-color: #171717; }

/* Shell éditorial commun — navigation stable sur tout FenuaTravel */
.ft-site-shell .ft-shell-header,
.portal-refresh .ft-shell-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  min-height: 72px;
  height: auto;
  display: flex;
  align-items: center;
  gap: clamp(.7rem, 1.6vw, 1.7rem);
  padding: .7rem clamp(1rem, 3.2vw, 3.5rem);
  color: #fff;
  background: rgba(17,17,17,.97);
  border-bottom: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  backdrop-filter: blur(14px);
}
.ft-site-shell .ft-shell-brand { flex: 0 0 auto; color: #fff; }
.ft-site-shell .ft-shell-brand span { color: #fff; }
.ft-site-shell .ft-shell-nav {
  min-width: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(.7rem, 1.35vw, 1.35rem);
}
.ft-site-shell .ft-shell-nav a {
  position: relative;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  color: rgba(255,255,255,.76);
  font-size: .67rem;
  font-weight: 780;
  letter-spacing: .08em;
  opacity: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.ft-site-shell .ft-shell-nav a:hover,
.ft-site-shell .ft-shell-nav a:focus-visible,
.ft-site-shell .ft-shell-nav a[aria-current="page"] { color: #fff; }
.ft-site-shell .ft-shell-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  background: #fff;
}
.ft-site-shell .ft-shell-search { padding-left: 1rem; border-left: 1px solid rgba(255,255,255,.28); }
.ft-site-shell .ft-shell-cta {
  flex: 0 0 auto;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: .5rem .75rem;
  color: #111;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  font-size: .66rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ft-site-shell .ft-shell-lang {
  flex: 0 0 auto;
  color: rgba(255,255,255,.8);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
}
.ft-site-shell .ft-shell-menu { color: #fff; border-color: rgba(255,255,255,.55); }
.ft-site-shell .ft-shell-header :focus-visible,
.ft-site-shell .ft-shell-footer :focus-visible,
.ft-site-shell .ft-breadcrumb :focus-visible,
.ft-site-shell .ft-continue :focus-visible { outline: 3px solid #f5bd58; outline-offset: 3px; }

.ft-site-shell .ft-breadcrumb {
  display: flex;
  align-items: center;
  gap: .55rem;
  max-width: none;
  margin: 0;
  padding: .75rem clamp(1.2rem, 8vw, 9rem);
  overflow-x: auto;
  color: #595959;
  background: #fff;
  border-bottom: 1px solid #dddcd6;
  font-size: .73rem;
  white-space: nowrap;
}
.ft-site-shell .ft-breadcrumb a { color: #202020; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.ft-site-shell .ft-breadcrumb [aria-current="page"] { max-width: min(60vw, 720px); overflow: hidden; text-overflow: ellipsis; }
.ft-site-shell .ft-breadcrumb + .page-head { padding-top: clamp(4.5rem, 8vw, 7rem); }

.ft-site-shell .ft-continue {
  padding: clamp(4rem, 8vw, 7rem) clamp(1.2rem, 8vw, 9rem);
  color: #fff;
  background: #171717;
}
.ft-site-shell .ft-continue-kicker {
  margin: 0 0 .65rem;
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.ft-site-shell .ft-continue h2 { max-width: 900px; margin: 0 0 2.5rem; color: #fff; font-size: clamp(2.4rem, 5vw, 5rem); line-height: .95; }
.ft-site-shell .ft-continue > div { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 1px solid #5a5a5a; }
.ft-site-shell .ft-continue a { min-height: 190px; display: flex; flex-direction: column; padding: 1.35rem 1.35rem 1.35rem 0; border-right: 1px solid #454545; }
.ft-site-shell .ft-continue a:not(:first-child) { padding-left: 1.35rem; }
.ft-site-shell .ft-continue strong { color: #fff; font-size: 1.2rem; line-height: 1.15; }
.ft-site-shell .ft-continue span { margin-top: auto; color: #aaa; font-size: .78rem; line-height: 1.5; }
.ft-site-shell .ft-continue a:hover strong { text-decoration: underline; text-underline-offset: 4px; }

.ft-site-shell .ft-shell-footer {
  grid-template-columns: minmax(240px,1.55fr) repeat(4,minmax(130px,1fr));
  gap: clamp(2rem,4vw,4rem);
  padding: clamp(4rem,7vw,7rem) clamp(1.2rem,6vw,7rem);
  color: #d5d5d5;
  background: #090909;
}
.ft-site-shell .ft-shell-footer > div { min-width: 0; }
.ft-site-shell .ft-shell-footer strong { color: #fff; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.ft-site-shell .ft-shell-footer a { color: #d5d5d5; opacity: 1; }
.ft-site-shell .ft-shell-footer p { color: #aaa; }

@media (max-width: 1180px) {
  .ft-site-shell .ft-shell-header { flex-wrap: wrap; }
  .ft-site-shell .ft-shell-menu { display: block; margin-left: auto; }
  .ft-site-shell .ft-shell-nav {
    position: absolute;
    top: 100%;
    right: 1rem;
    left: 1rem;
    display: none;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 0;
    padding: .65rem;
    background: #171717;
    border: 1px solid #424242;
    box-shadow: 0 20px 45px rgba(0,0,0,.3);
  }
  .ft-site-shell .ft-shell-nav.open { display: grid; }
  .ft-site-shell .ft-shell-nav a { min-height: 48px; padding: .4rem .65rem; border-bottom: 1px solid #333; }
  .ft-site-shell .ft-shell-search { padding-left: .65rem; border-left: 0; }
  .ft-site-shell .ft-shell-cta { margin-left: 0; }
  .ft-site-shell .ft-shell-footer { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ft-site-shell .ft-shell-footer > div:first-child { grid-column: 1/-1; }
}
@media (max-width: 760px) {
  .ft-site-shell .ft-shell-header { min-height: 64px; padding-block: .55rem; }
  .ft-site-shell .ft-shell-cta { display: none; }
  .ft-site-shell .ft-shell-lang { margin-left: 0; }
  .ft-site-shell .ft-continue > div { grid-template-columns: 1fr 1fr; }
  .ft-site-shell .ft-continue a:nth-child(2) { border-right: 0; }
  .ft-site-shell .ft-continue a { min-height: 160px; border-bottom: 1px solid #454545; }
  .ft-site-shell .ft-shell-footer { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 420px) {
  .ft-site-shell .ft-shell-brand { font-size: 1.35rem; }
  .ft-site-shell .ft-shell-lang { display: none; }
  .ft-site-shell .ft-continue > div { grid-template-columns: 1fr; }
  .ft-site-shell .ft-continue a,
  .ft-site-shell .ft-continue a:not(:first-child) { min-height: 135px; padding: 1.2rem 0; border-right: 0; }
  .ft-site-shell .ft-shell-footer { grid-template-columns: 1fr; }
  .ft-site-shell .ft-shell-footer > div:first-child { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
  .ft-site-shell *, .ft-site-shell *::before, .ft-site-shell *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

.portal-refresh header {
  position: absolute;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.25);
  background: transparent;
  z-index: 20;
}
.portal-refresh header nav a { color: rgba(255,255,255,.82); }
.portal-refresh header nav a:hover { color: #fff; }
.portal-refresh .guide-cta { color: #fff; border-color: rgba(255,255,255,.5); border-radius: 2px; }

.portal-refresh .portal-hero {
  position: relative;
  min-height: 840px;
  display: grid;
  grid-template-columns: minmax(0,.8fr) minmax(520px,1.2fr);
  gap: clamp(2.5rem,5vw,6rem);
  align-items: center;
  padding: 150px max(5vw,24px) 74px;
  color: #fff;
  background: #111;
}
.portal-refresh .portal-hero__copy { max-width: 720px; z-index: 2; }
.portal-refresh .portal-hero h1 {
  max-width: 800px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.35rem,5.6vw,6rem);
  font-weight: 650;
  line-height: .96;
}
.portal-refresh .portal-hero h1 em { color: #fff; font-style: normal; font-weight: 450; }
.portal-refresh .portal-hero .lede {
  max-width: 610px;
  margin: 1.5rem 0;
  color: rgba(255,255,255,.78);
  font-size: clamp(1.05rem,1.5vw,1.35rem);
}
.portal-refresh .portal-hero__actions { display: flex; flex-wrap: wrap; gap: .65rem; margin: 0 0 1.2rem; }
.portal-refresh .portal-search {
  width: min(610px,100%);
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 4px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 2px;
  background: transparent;
  box-shadow: none;
}
.portal-refresh .portal-search input { min-height: 48px; color: #fff; }
.portal-refresh .portal-search input::placeholder { color: rgba(255,255,255,.64); }
.portal-refresh .portal-search button { border-radius: 0; background: #fff; color: #111; }
.portal-refresh .portal-hero__quick { display: flex; flex-wrap: wrap; gap: 1.1rem; margin-top: 1.1rem; }
.portal-refresh .portal-hero__quick a { color: rgba(255,255,255,.76); font-size: .73rem; font-weight: 750; border-bottom: 1px solid rgba(255,255,255,.3); }
.portal-refresh .portal-hero__visual { height: 650px; display: grid; grid-template-columns: 1.45fr .85fr; grid-template-rows: 1fr 1fr; gap: 8px; }
.portal-refresh .portal-shot { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.portal-refresh .portal-shot--main { grid-row: 1 / -1; }
.portal-refresh .portal-shot img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.portal-refresh .portal-shot:hover img { transform: scale(1.015); }
.portal-refresh .portal-shot figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 3rem 1rem 1rem;
  color: #fff;
  background: rgba(0,0,0,.52);
  font-size: .72rem;
}
.portal-refresh .portal-shot figcaption strong { font-size: 1rem; }

.portal-refresh .portal-heading {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: end;
  gap: 3rem;
  margin-bottom: clamp(2rem,4vw,4rem);
}
.portal-refresh .portal-heading h2 { margin: 0; font-size: clamp(2.8rem,5vw,5.2rem); font-weight: 650; line-height: .96; }
.portal-refresh .portal-heading > p { max-width: 580px; margin: 0; color: var(--portal-muted); }

.portal-refresh .portal-agenda {
  padding: clamp(5rem,9vw,9rem) max(5vw,24px);
  background: #f3f2ee;
}
.portal-refresh .portal-agenda__body { display: grid; grid-template-columns: minmax(280px,.56fr) 1.44fr; gap: clamp(2rem,5vw,6rem); align-items: stretch; }
.portal-refresh .agenda-cover { position: relative; min-height: 540px; display: flex; flex-direction: column; justify-content: end; color: #fff; overflow: hidden; }
.portal-refresh .agenda-cover img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.85); }
.portal-refresh .agenda-cover::after { content: ""; position: absolute; inset: 58% 0 0; background: rgba(0,0,0,.65); }
.portal-refresh .agenda-cover span,.portal-refresh .agenda-cover strong { position: relative; z-index: 1; padding-inline: 1.5rem; }
.portal-refresh .agenda-cover span { font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.portal-refresh .agenda-cover strong { padding-bottom: 1.5rem; font-size: 1.8rem; font-weight: 650; }
.portal-refresh .agenda-calendar { display: flex; flex-direction: column; justify-content: space-between; }
.portal-refresh .agenda-calendar__months { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid #9b9b96; border-bottom: 1px solid #9b9b96; }
.portal-refresh .agenda-calendar__months a { min-height: 190px; padding: 1.2rem; border-right: 1px solid #c8c7c1; display: flex; flex-direction: column; }
.portal-refresh .agenda-calendar__months a:last-child { border: 0; }
.portal-refresh .agenda-calendar__months small { font-weight: 850; letter-spacing: .12em; }
.portal-refresh .agenda-calendar__months strong { margin: auto 0 .2rem; font-size: clamp(1.6rem,3vw,2.7rem); font-weight: 650; }
.portal-refresh .agenda-calendar__months span { color: var(--portal-muted); font-size: .75rem; }
.portal-refresh .agenda-calendar__themes { display: grid; grid-template-columns: repeat(3,1fr); margin-block: 2rem; border-top: 1px solid var(--portal-line); }
.portal-refresh .agenda-calendar__themes a { padding: 1.1rem 0; border-bottom: 1px solid var(--portal-line); color: var(--portal-ink); font-weight: 760; }
.portal-refresh .agenda-calendar__footer { display: flex; align-items: center; flex-wrap: wrap; gap: 1.2rem; font-size: .78rem; font-weight: 750; }

.portal-refresh .portal-daily { padding: clamp(5rem,9vw,9rem) max(5vw,24px); }
.portal-refresh .portal-daily__lead { display: grid; grid-template-columns: 1.3fr 1fr 1fr; border-top: 1px solid #222; }
.portal-refresh .portal-daily__lead > a { min-height: 260px; display: flex; flex-direction: column; padding: 2rem 1.5rem 1.5rem 0; border-right: 1px solid var(--portal-line); }
.portal-refresh .portal-daily__lead > a:not(:first-child) { padding-left: 1.5rem; }
.portal-refresh .portal-daily__lead span { font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.portal-refresh .portal-daily__lead strong { margin: auto 0 1rem; font-size: clamp(1.7rem,2.7vw,2.7rem); font-weight: 650; line-height: 1; }
.portal-refresh .portal-daily__lead small { font-weight: 760; }
.portal-refresh .portal-daily__links { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 4rem; }
.portal-refresh .portal-daily__links a { padding: 1.25rem 1.25rem 1.25rem 0; border-top: 1px solid var(--portal-line); display: flex; flex-direction: column; }
.portal-refresh .portal-daily__links a:nth-child(3n+2),.portal-refresh .portal-daily__links a:nth-child(3n+3) { padding-left: 1.25rem; }
.portal-refresh .portal-daily__links strong { font-size: 1.25rem; font-weight: 650; }
.portal-refresh .portal-daily__links span { margin-top: .35rem; color: var(--portal-muted); font-size: .78rem; }

.portal-refresh .portal-journeys { padding: clamp(5rem,9vw,9rem) max(5vw,24px); color: #fff; background: #151515; }
.portal-refresh .portal-journeys__intro { display: grid; grid-template-columns: 1fr 1.2fr; gap: 1rem 4rem; margin-bottom: 4rem; }
.portal-refresh .portal-journeys__intro h2 { grid-row: span 3; margin: 0; font-size: clamp(3.2rem,5.8vw,5.8rem); font-weight: 650; line-height: .94; }
.portal-refresh .portal-journeys__intro p { color: rgba(255,255,255,.66); }
.portal-refresh .portal-journeys__intro > a { color: #fff; font-weight: 760; border-bottom: 1px solid #777; justify-self: start; }
.portal-refresh .journey-stories { display: grid; grid-template-columns: 1.5fr 1fr; grid-template-rows: repeat(2,340px); gap: 8px; }
.portal-refresh .journey-story { position: relative; overflow: hidden; color: #fff; }
.portal-refresh .journey-story--hero { grid-row: 1 / -1; }
.portal-refresh .journey-story img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.82); transition: transform .6s ease; }
.portal-refresh .journey-story:hover img { transform: scale(1.018); }
.portal-refresh .journey-story::after { content: ""; position: absolute; inset: 48% 0 0; background: rgba(0,0,0,.68); }
.portal-refresh .journey-story > div { position: absolute; inset: auto 0 0; z-index: 1; padding: clamp(1.3rem,3vw,2.5rem); }
.portal-refresh .journey-story span { font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.portal-refresh .journey-story h3 { margin: .65rem 0 1rem; font-size: clamp(1.75rem,2.8vw,3rem); font-weight: 650; line-height: 1; }
.portal-refresh .journey-story:not(.journey-story--hero) h3 { font-size: clamp(1.5rem,2.4vw,2.4rem); }
.portal-refresh .journey-story strong { font-size: .75rem; }
.portal-refresh .journey-story ol { display: flex; flex-wrap: wrap; gap: .5rem 1.2rem; padding: 0; list-style-position: inside; font-size: .75rem; }
.portal-refresh .journey-planner { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 4rem; border-top: 1px solid #555; }
.portal-refresh .journey-planner a { min-height: 150px; padding: 1.3rem 1.3rem 1.3rem 0; color: #fff; display: flex; flex-direction: column; border-right: 1px solid #444; }
.portal-refresh .journey-planner a:not(:first-child) { padding-left: 1.3rem; }
.portal-refresh .journey-planner span { color: #999; font-size: .7rem; }
.portal-refresh .journey-planner strong { margin-top: auto; font-size: 1.15rem; font-weight: 650; }
.portal-refresh .journey-planner small { color: #aaa; }

.portal-refresh .portal-islands { padding: clamp(5rem,9vw,9rem) max(5vw,24px); }
.portal-refresh .portal-heading > a { justify-self: end; align-self: end; font-size: .8rem; font-weight: 760; border-bottom: 1px solid #777; }
.portal-refresh .island-gallery { height: 720px; display: grid; grid-template-columns: 1.3fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 8px; }
.portal-refresh .island-tile { position: relative; overflow: hidden; color: #fff; }
.portal-refresh .island-tile--large { grid-row: 1 / -1; }
.portal-refresh .island-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.portal-refresh .island-tile:hover img { transform: scale(1.02); }
.portal-refresh .island-tile::after { content: ""; position: absolute; inset: 60% 0 0; background: rgba(0,0,0,.55); }
.portal-refresh .island-tile strong,.portal-refresh .island-tile span { position: absolute; z-index: 1; left: 1.2rem; }
.portal-refresh .island-tile strong { bottom: 2.4rem; font-size: 1.65rem; font-weight: 650; }
.portal-refresh .island-tile span { bottom: 1.2rem; font-size: .72rem; }

.portal-refresh .portal-understand { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 720px; padding: 0; background: #efeee9; }
.portal-refresh .portal-understand__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.portal-refresh .portal-understand__copy { padding: clamp(3rem,7vw,7rem); align-self: center; }
.portal-refresh .portal-understand__copy h2 { margin: 0; font-size: clamp(2.8rem,4.5vw,4.8rem); font-weight: 650; line-height: .96; }
.portal-refresh .portal-understand__copy > p:not(.portal-kicker) { margin: 1.5rem 0 3rem; color: var(--portal-muted); }
.portal-refresh .understand-links { border-top: 1px solid #aaa; }
.portal-refresh .understand-links a { display: flex; flex-direction: column; padding: 1rem 0; border-bottom: 1px solid #c3c2bd; }
.portal-refresh .understand-links strong { font-size: 1.1rem; font-weight: 650; }
.portal-refresh .understand-links span { margin-top: .25rem; color: var(--portal-muted); font-size: .76rem; }

.portal-refresh .portal-games { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: end; padding: clamp(5rem,9vw,9rem) max(5vw,24px); color: #fff; background: #122d37; }
.portal-refresh .portal-games h2 { margin: 0; font-size: clamp(3.2rem,5.8vw,5.8rem); font-weight: 650; line-height: .94; }
.portal-refresh .portal-games h2 em { color: #fff; font-style: normal; font-weight: 420; }
.portal-refresh .portal-games p { color: rgba(255,255,255,.72); }
.portal-refresh .portal-games__numbers { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.4); }
.portal-refresh .portal-games__numbers span { min-height: 170px; display: flex; flex-direction: column; justify-content: end; padding: 1rem; border-right: 1px solid rgba(255,255,255,.25); font-size: .75rem; text-transform: uppercase; }
.portal-refresh .portal-games__numbers strong { font-size: 3.5rem; font-weight: 650; }

.portal-refresh .portal-companion { display: grid; grid-template-columns: .75fr 1.25fr; min-height: 620px; padding: 0; }
.portal-refresh .portal-companion > div { align-self: center; padding: clamp(3rem,7vw,7rem); }
.portal-refresh .portal-companion h2 { margin: 0; font-size: clamp(2.8rem,4.5vw,4.8rem); font-weight: 650; line-height: .96; }
.portal-refresh .portal-companion > div > p:not(.portal-kicker) { color: var(--portal-muted); }
.portal-refresh .portal-companion > div > a { font-weight: 780; border-bottom: 1px solid #777; }
.portal-refresh .portal-companion figure { position: relative; margin: 0; min-height: 560px; }
.portal-refresh .portal-companion figure img { width: 100%; height: 100%; object-fit: cover; display: block; }
.portal-refresh .portal-companion figcaption { position: absolute; left: 1.5rem; bottom: 1.5rem; color: #fff; display: flex; flex-direction: column; }
.portal-refresh .portal-companion figcaption span { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.portal-refresh .portal-companion figcaption strong { font-size: 1.5rem; font-weight: 650; }

.portal-refresh .portal-reading { display: grid; grid-template-columns: .7fr 1.1fr .65fr; gap: clamp(2rem,4vw,5rem); padding: clamp(5rem,9vw,9rem) max(5vw,24px); background: #f4f3ef; }
.portal-refresh .portal-reading h2 { margin: 0; font-size: clamp(2.5rem,4vw,4.2rem); font-weight: 650; line-height: .97; }
.portal-refresh .portal-reading > div:first-child > p:not(.portal-kicker) { color: var(--portal-muted); }
.portal-refresh .portal-reading > div:first-child > a { font-weight: 780; border-bottom: 1px solid #777; }
.portal-refresh .portal-reading__feature { position: relative; min-height: 440px; overflow: hidden; color: #fff; }
.portal-refresh .portal-reading__feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.portal-refresh .portal-reading__feature::after { content: ""; position: absolute; inset: 55% 0 0; background: rgba(0,0,0,.65); }
.portal-refresh .portal-reading__feature div { position: absolute; z-index: 1; inset: auto 0 0; display: flex; flex-direction: column; padding: 1.5rem; }
.portal-refresh .portal-reading__feature span,.portal-refresh .portal-reading__feature small { font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.portal-refresh .portal-reading__feature strong { margin: .5rem 0 1rem; font-size: 1.85rem; font-weight: 650; line-height: 1; }
.portal-refresh .portal-reading__covers { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-items: start; }
.portal-refresh .portal-reading__covers img { width: 100%; height: auto; display: block; }
.portal-refresh .portal-reading__covers span { display: block; margin-top: .5rem; font-size: .7rem; font-weight: 760; }

.portal-refresh .ft-audience-mode {
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(3rem,6vw,6rem) max(5vw,24px) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
}
.portal-refresh .ft-audience-mode__profiles,
.portal-refresh .ft-audience-mode__recommendations { gap: 0 !important; border-top: 1px solid var(--portal-line); }
.portal-refresh .ft-audience-mode__profile,
.portal-refresh .ft-audience-mode__link {
  border: 0 !important;
  border-right: 1px solid var(--portal-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.portal-refresh .ft-audience-mode__profile[aria-checked=true] { background: #171717 !important; }

@media (max-width: 1100px) {
  .portal-refresh .portal-hero { grid-template-columns: 1fr; }
  .portal-refresh .portal-hero__visual { height: 580px; }
  .portal-refresh .portal-agenda__body { grid-template-columns: .7fr 1.3fr; }
  .portal-refresh .island-gallery { height: 650px; grid-template-columns: 1.2fr 1fr; }
  .portal-refresh .island-tile:nth-child(5) { display: none; }
  .portal-refresh .portal-reading { grid-template-columns: .8fr 1.2fr; }
  .portal-refresh .portal-reading__covers { display: none; }
}

@media (max-width: 800px) {
  .portal-refresh header { position: absolute; }
  .portal-refresh header nav { background: #151515; }
  .portal-refresh .portal-hero { min-height: 0; padding-top: 120px; }
  .portal-refresh .portal-hero h1 { font-size: clamp(2.8rem,10vw,4.2rem); }
  .portal-refresh .portal-hero__visual { height: 460px; grid-template-columns: 1.35fr .65fr; }
  .portal-refresh .portal-heading,
  .portal-refresh .portal-agenda__body,
  .portal-refresh .portal-journeys__intro,
  .portal-refresh .portal-understand,
  .portal-refresh .portal-games,
  .portal-refresh .portal-companion,
  .portal-refresh .portal-reading { grid-template-columns: 1fr; }
  .portal-refresh .portal-heading { gap: 1rem; }
  .portal-refresh .portal-heading > a { justify-self: start; }
  .portal-refresh .portal-agenda__body { gap: 2rem; }
  .portal-refresh .agenda-cover { min-height: 430px; }
  .portal-refresh .portal-daily__lead { grid-template-columns: 1fr; }
  .portal-refresh .portal-daily__lead > a,
  .portal-refresh .portal-daily__lead > a:not(:first-child) { min-height: 170px; padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid var(--portal-line); }
  .portal-refresh .portal-daily__links { grid-template-columns: 1fr 1fr; }
  .portal-refresh .portal-daily__links a:nth-child(n) { padding: 1rem 1rem 1rem 0; }
  .portal-refresh .portal-daily__links a:nth-child(even) { padding-left: 1rem; }
  .portal-refresh .portal-journeys__intro h2 { grid-row: auto; }
  .portal-refresh .journey-stories { grid-template-columns: 1fr; grid-template-rows: 520px 330px 330px; }
  .portal-refresh .journey-story--hero { grid-row: auto; }
  .portal-refresh .journey-planner { grid-template-columns: 1fr 1fr; }
  .portal-refresh .island-gallery { height: auto; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3,300px); }
  .portal-refresh .island-tile--large { grid-row: span 2; }
  .portal-refresh .island-tile:nth-child(5) { display: block; }
  .portal-refresh .portal-understand__photo { height: 520px; }
  .portal-refresh .portal-games__numbers { margin-top: 2rem; }
  .portal-refresh .portal-reading__feature { min-height: 420px; }
}

@media (max-width: 520px) {
  .portal-refresh .portal-hero { padding-inline: 18px; }
  .portal-refresh .portal-hero__actions { display: grid; }
  .portal-refresh .portal-hero__visual { height: 420px; display: block; }
  .portal-refresh .portal-shot--main { height: 100%; }
  .portal-refresh .portal-shot--top,.portal-refresh .portal-shot--bottom { display: none; }
  .portal-refresh .portal-search { grid-template-columns: 1fr; border: 0; padding: 0; gap: 6px; }
  .portal-refresh .portal-search input { border: 1px solid rgba(255,255,255,.45); padding-inline: .8rem; }
  .portal-refresh .portal-heading h2 { font-size: 2.65rem; }
  .portal-refresh .agenda-calendar__months { grid-template-columns: 1fr 1fr; }
  .portal-refresh .agenda-calendar__months a:nth-child(2) { border-right: 0; }
  .portal-refresh .agenda-calendar__months a { min-height: 150px; border-bottom: 1px solid #c8c7c1; }
  .portal-refresh .agenda-calendar__themes { grid-template-columns: 1fr 1fr; }
  .portal-refresh .portal-daily__links { grid-template-columns: 1fr; }
  .portal-refresh .portal-daily__links a:nth-child(n) { padding: 1rem 0; }
  .portal-refresh .journey-stories { grid-template-rows: 490px 300px 300px; }
  .portal-refresh .journey-planner { grid-template-columns: 1fr; }
  .portal-refresh .journey-planner a,.portal-refresh .journey-planner a:not(:first-child) { min-height: 110px; padding: 1rem 0; border-right: 0; border-bottom: 1px solid #444; }
  .portal-refresh .island-gallery { grid-template-columns: 1fr; grid-template-rows: repeat(5,330px); }
  .portal-refresh .island-tile--large { grid-row: auto; }
  .portal-refresh .portal-understand__photo { height: 390px; }
  .portal-refresh .portal-games__numbers { grid-template-columns: 1fr; }
  .portal-refresh .portal-games__numbers span { min-height: 100px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .portal-refresh .portal-games__numbers strong { font-size: 2.7rem; }
  .portal-refresh .portal-companion figure { min-height: 390px; }
  .portal-refresh .portal-reading__feature { min-height: 380px; }
  .portal-refresh .ft-audience-mode__profiles,
  .portal-refresh .ft-audience-mode__recommendations { grid-template-columns: 1fr !important; }
}

/*
 * Socle visuel unique FenuaTravel.
 * Toutes les pages reprennent l'accueil : noir chaud, ivoire, orange,
 * typographie directe, lignes fines et composants fonctionnels sans décor superflu.
 */
.ft-editorial-unified {
  --ft-ink: #100c09;
  --ft-ink-raised: #16100b;
  --ft-ivory: #f2e6ce;
  --ft-soft: #b5a183;
  --ft-accent: #d9481f;
  --ft-ochre: #c08a3c;
  --ft-line: #4d3c2e;
  --ft-surface: #f3f0e9;
  --ink: var(--ft-ink);
  --deep: var(--ft-ink);
  --paper: var(--ft-surface);
  --sand: #e8dfd0;
  --card: #fffdf8;
  --muted: #655e55;
  --line: #d4cec3;
  --coral: var(--ft-accent);
  --lagoon: #315f5a;
  background: var(--ft-ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}
.ft-editorial-unified main { color: #172120; background: var(--ft-surface); }
.ft-editorial-unified main :where(h1,h2,h3,strong) {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
}
.ft-editorial-unified main h1 { font-weight: 900; letter-spacing: -.06em; text-wrap: balance; }
.ft-editorial-unified main h2 { font-weight: 850; letter-spacing: -.045em; text-wrap: balance; }
.ft-editorial-unified main :where(p,li) { max-width: 68ch; }
.ft-editorial-unified :where(.eyebrow,.portal-kicker,.history-kicker) {
  color: var(--ft-ochre);
  font-size: .68rem;
  font-weight: 820;
  letter-spacing: .18em;
  text-transform: uppercase;
}

/* Même marque et même barre de navigation sur chaque route. */
.ft-editorial-unified .ft-shell-header {
  min-height: 72px;
  padding-block: 0;
  background: rgba(16,12,9,.98);
  border-color: var(--ft-line);
  box-shadow: none;
  backdrop-filter: none;
}
.ft-editorial-unified .ft-shell-brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: var(--ft-ivory);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.38rem;
  font-weight: 900;
  letter-spacing: -.04em;
}
.ft-editorial-unified .ft-shell-brand::before {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  background: var(--ft-accent);
  clip-path: polygon(50% 0,100% 50%,50% 100%,0 50%);
  content: "";
}
.ft-editorial-unified .ft-shell-brand span { color: inherit; font-style: normal; font-weight: 450; }
.ft-editorial-unified .ft-shell-nav { align-self: stretch; gap: 0; }
.ft-editorial-unified .ft-shell-nav a {
  min-height: 72px;
  padding-inline: clamp(.55rem,1vw,.85rem);
  border-left: 1px solid #2a211a;
  color: var(--ft-soft);
}
.ft-editorial-unified .ft-shell-nav a:hover,
.ft-editorial-unified .ft-shell-nav a:focus-visible,
.ft-editorial-unified .ft-shell-nav a[aria-current="page"] { color: var(--ft-accent); background: #1a130e; }
.ft-editorial-unified .ft-shell-nav a[aria-current="page"]::after { background: var(--ft-accent); }
.ft-editorial-unified .ft-shell-cta { color: var(--ft-ink); background: var(--ft-ivory); border-color: var(--ft-ivory); border-radius: 0; }
.ft-editorial-unified .ft-shell-lang { color: var(--ft-ivory); }
.ft-editorial-unified .ft-shell-menu { color: var(--ft-ivory); border-color: var(--ft-line); border-radius: 0; }
.ft-editorial-unified .ft-breadcrumb { color: #71685d; background: #fffdf8; border-color: #ded6ca; }

/* Le premier écran explique toujours la fonction de la page. */
.ft-editorial-unified main > .ft-breadcrumb + :where(section,.page-head),
.ft-editorial-unified main > :where(.page-head,.hero):first-child {
  color: var(--ft-ivory);
  background-color: var(--ft-ink);
  background-image: none;
  border-bottom: 1px solid var(--ft-line);
}
.ft-editorial-unified main > .ft-breadcrumb + :where(section,.page-head) :where(h1,h2),
.ft-editorial-unified main > :where(.page-head,.hero):first-child :where(h1,h2) { color: var(--ft-ivory); }
.ft-editorial-unified main > .ft-breadcrumb + :where(section,.page-head) p:not(.eyebrow),
.ft-editorial-unified main > :where(.page-head,.hero):first-child p:not(.eyebrow) { color: var(--ft-soft); }

/* Un vocabulaire de composants volontairement réduit. */
.ft-editorial-unified main :where(button,.primary,.secondary,[class*="button"]):not(.menu) { border-radius: 0 !important; }
.ft-editorial-unified main :where(input,select,textarea) { border-radius: 0; }
.ft-editorial-unified main :where(.card,.editorial-card,.resource,.notice,.page-tools,.event-card,.hub-card,[class*="-card"]):not(.circuit-card) {
  border-radius: 0 !important;
  box-shadow: none;
}
.ft-editorial-unified main img { border-radius: 0 !important; }
.ft-editorial-unified main :where(.notice,.medal-pending) { color: #172120; }
.ft-editorial-unified .page-tools summary::after { border-radius: 0; }

body.itinerary-page.ft-editorial-unified main > .ft-breadcrumb + .page-head .lede,
body.itinerary-page.ft-editorial-unified main > .ft-breadcrumb + .page-head .trip-promise { color: rgba(255,255,255,.92); }
body.itinerary-page.ft-editorial-unified main > .ft-breadcrumb + .page-head .eyebrow { color: #bff7ef; }
body.itinerary-page.ft-editorial-unified main > .ft-breadcrumb + .page-head h1 { color: #fffaf0; }

/* Famille Circuits : même direction éditoriale, lecture orientée décision. */
.circuits-page .circuit-head {
  background: #082e36;
}
.circuits-page .circuit-head::before,
.circuits-page .circuit-head::after {
  display: none;
}
.circuits-page .circuit-head h1 { max-width: 950px; }
.circuits-page .editorial-lead-photo { border-radius: 0; }
.circuits-page .circuit-showcase,
.circuits-page .circuit-compare,
.circuits-page .island-stage-section,
.circuits-page main > section:not(.page-head):not(.trust-strip):not(.ft-continue):not(.circuit-source-note) {
  max-width: 1180px;
  margin-inline: auto;
}
.circuits-page .circuit-card {
  border: 1px solid #c8cfcb;
  background: #fffdf8;
}
.circuits-page .circuit-card--main {
  border-top: 5px solid #b95743;
}
.circuits-page .circuit-card:hover,
.circuits-page .circuit-card:focus-visible {
  border-color: #124e52;
  box-shadow: none;
}
.circuits-page .circuit-card:focus-visible {
  outline: 3px solid #d5a23f;
  outline-offset: 4px;
}
.circuits-page .circuit-card > div > span { color: #124e52; }
.circuits-page .circuit-source-note {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(3.5rem,7vw,6rem) clamp(1.25rem,4vw,2.5rem);
  border-top: 1px solid #aebfbc;
}
.circuits-page .circuit-source-note > p { max-width: 68ch; }
.circuits-page .circuit-source-note > div {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin-top: 1.5rem;
  border-top: 1px solid #aebfbc;
  border-bottom: 1px solid #aebfbc;
}
.circuits-page .circuit-source-note a {
  display: flex;
  min-height: 110px;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 1.2rem;
  color: #124e52;
  text-decoration: none;
}
.circuits-page .circuit-source-note a + a { border-left: 1px solid #aebfbc; }
.circuits-page .circuit-source-note span { margin-top: .3rem; color: #40585d; font-size: .78rem; }
@media (max-width: 700px) {
  .circuits-page .circuit-source-note > div { grid-template-columns: 1fr; }
  .circuits-page .circuit-source-note a + a { border-top: 1px solid #aebfbc; border-left: 0; }
}

.itinerary-page .page-head .lede,
.itinerary-page .page-head .trip-promise { color: rgba(255,255,255,.92); }
.itinerary-page .page-head .eyebrow { color: #bff7ef; }
.itinerary-page .page-head h1 { color: #fffaf0; }

.ft-island-photo { position:relative; max-width:1320px; margin:0 auto; padding:0 max(6vw,1.2rem); background:var(--ft-surface,#f3f0e9); }
.ft-island-photo img { display:block; width:100%; height:clamp(360px,58vw,720px); object-fit:cover; }
.ft-island-photo figcaption { position:absolute; right:max(6vw,1.2rem); bottom:0; left:max(6vw,1.2rem); display:flex; justify-content:space-between; gap:1rem; padding:1rem 1.2rem; color:#fff; background:linear-gradient(transparent,rgba(0,0,0,.78)); }
.ft-island-photo figcaption strong { align-self:end; font:700 clamp(1.05rem,2vw,1.5rem) Georgia,serif; }
.ft-island-photo figcaption a { align-self:end; color:#fff; font-size:.68rem; font-weight:750; }
.ft-context-photo { margin:0; min-width:0; }
.ft-context-photo figcaption { padding:.65rem .8rem; background:#efe7d7; color:#3b332b; font-size:.75rem; line-height:1.4; }
.ft-context-photo figcaption a { color:inherit; text-decoration:underline; text-underline-offset:.16em; }
@media(max-width:620px){.ft-island-photo{padding:0}.ft-island-photo img{height:440px}.ft-island-photo figcaption{right:0;left:0;display:grid}.ft-island-photo figcaption a{font-size:.62rem}}
.ft-island-links{padding:clamp(4rem,7vw,7rem) max(6vw,1.2rem);background:#f3f0e9}.ft-island-links>h2{max-width:850px;margin:.4rem 0 1rem;font-size:clamp(2.4rem,5vw,5rem);line-height:.95}.ft-island-links>p:not(.eyebrow){max-width:720px;color:#53605d}.ft-island-links nav{display:grid;grid-template-columns:repeat(3,1fr);margin-top:2rem;border-top:1px solid #b9c2bd;border-left:1px solid #b9c2bd}.ft-island-links nav a{min-height:150px;display:flex;flex-direction:column;justify-content:flex-end;padding:1.4rem;border-right:1px solid #b9c2bd;border-bottom:1px solid #b9c2bd;color:#172120;text-decoration:none}.ft-island-links nav strong{font-size:1.2rem}.ft-island-links nav span{margin-top:.45rem;color:#52605d;font-size:.72rem}.ft-island-links nav a:hover,.ft-island-links nav a:focus-visible{background:#fff}@media(max-width:720px){.ft-island-links nav{grid-template-columns:1fr}.ft-island-links nav a{min-height:110px}}
.ft-editorial-unified main :where(.primary,[type="submit"]) {
  color: var(--ft-ink);
  background: var(--ft-accent);
  border-color: var(--ft-accent);
}
.ft-editorial-unified main :where(a,button,input,select,textarea):focus-visible {
  outline: 3px solid var(--ft-ochre);
  outline-offset: 3px;
}

/* Prototype annuaire : la fonction reste prioritaire, le micro-thème Apple disparaît. */
.ft-editorial-unified .map-directory { color: var(--ft-ivory); background: var(--ft-ink); }
.ft-editorial-unified .map-directory > section { max-width: 1280px; }
.ft-editorial-unified .map-directory__hero { min-height: 640px; background: var(--ft-ink); }
.ft-editorial-unified .map-directory__hero h1 { color: var(--ft-ivory); }
.ft-editorial-unified .map-directory__hero p:not(.eyebrow) { color: var(--ft-soft); }
.ft-editorial-unified .map-directory__hero .portal-button { margin-top: 1rem; }
.ft-editorial-unified .map-directory__hero img { border-radius: 0; filter: saturate(.66) contrast(1.04) brightness(.76); }
.ft-editorial-unified .map-finder { margin-top: 0 !important; color: var(--ft-ivory); background: #0a0806; border-top: 1px solid var(--ft-line); }
.ft-editorial-unified .map-finder select { border-color: var(--ft-line); border-radius: 0; color: var(--ft-ivory); background: var(--ft-ink-raised); }
.ft-editorial-unified .map-finder form button { border-radius: 0; color: var(--ft-ink); background: var(--ft-accent); }
.ft-editorial-unified .map-popular button { border-radius: 0; border-color: var(--ft-line); color: var(--ft-soft); }
.ft-editorial-unified .directory-essentials { color: var(--ft-ivory); background: var(--ft-ink-raised); }
.ft-editorial-unified .directory-essentials nav { border-color: var(--ft-line); }
.ft-editorial-unified .directory-essentials nav a { color: var(--ft-ivory); border-color: var(--ft-line); }
.ft-editorial-unified .directory-essentials nav a:hover { color: var(--ft-accent); }

/* Le dossier Jeux conserve sa photo, mais abandonne son ancien micro-thème. */
.ft-editorial-unified.games-editorial-prototype .games-editorial-hero__copy { color: var(--ft-ivory); }
.ft-editorial-unified.games-editorial-prototype .games-editorial-hero :where(h1,h1 span) { color: var(--ft-ivory); }
.ft-editorial-unified.games-editorial-prototype .games-editorial-hero :where(.lede,.games-date-line) { color: var(--ft-soft); }
.ft-editorial-unified.games-editorial-prototype .games-editorial-hero .eyebrow { color: var(--ft-ochre); }
.ft-editorial-unified.games-editorial-prototype .games-editorial-hero .primary { color: var(--ft-ink); background: var(--ft-accent); border-color: var(--ft-accent); }
.ft-editorial-unified.games-editorial-prototype .games-editorial-hero .secondary { color: var(--ft-ivory); border-color: var(--ft-line); }
.ft-editorial-unified.games-editorial-prototype .games-host-route :where(strong,span) { color: var(--ft-soft); }

@media (max-width: 1180px) {
  .ft-editorial-unified .ft-shell-header { padding-block: .55rem; }
  .ft-editorial-unified .ft-shell-nav { background: var(--ft-ink-raised); border-color: var(--ft-line); }
  .ft-editorial-unified .ft-shell-nav a { min-height: 48px; border-left: 0; border-color: var(--ft-line); }
}
@media (max-width: 520px) {
  .ft-editorial-unified .ft-shell-brand { font-size: 1.2rem; }
  .ft-editorial-unified .map-directory__hero { min-height: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .portal-refresh .portal-shot img,
  .portal-refresh .journey-story img,
  .portal-refresh .island-tile img { transition: none; }
}

/* Météo locale orientée sorties — composant éditorial de l’accueil */
.portal-refresh .portal-weather{
  display:grid;
  grid-template-columns:minmax(280px,.72fr) minmax(520px,1.28fr);
  gap:clamp(3rem,7vw,8rem);
  padding:clamp(4.5rem,8vw,8rem) max(5vw,24px);
  background:#e8eee9;
  color:#172120;
}
.portal-weather__intro{align-self:start}
.portal-weather__intro h2{
  max-width:720px;
  margin:.2rem 0 1.25rem;
  font-size:clamp(3rem,5vw,5.4rem);
  font-weight:650;
  line-height:.93;
}
.portal-weather__intro>p:not(.portal-kicker){max-width:58ch;color:#42504e}
.weather-controls{display:grid;gap:.75rem;margin-top:2rem}
.weather-controls button,.weather-controls select{
  min-height:48px;
  width:100%;
  padding:.7rem .85rem;
  border:1px solid #80918d;
  border-radius:4px;
  background:transparent;
  color:#172120;
  font:750 .78rem -apple-system,BlinkMacSystemFont,"SF Pro Text","Helvetica Neue",Arial,sans-serif;
}
.weather-controls button{cursor:pointer;text-align:left}
.weather-controls button:first-child{background:#124e52;color:#fff;border-color:#124e52}
.weather-controls button:disabled{cursor:progress;opacity:.6}
.weather-controls label{display:grid;gap:.35rem}
.weather-controls label>span{font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.weather-status{min-height:2.6em;margin:1rem 0 0;font-size:.74rem}
.weather-privacy{margin:.45rem 0 0!important;font-size:.68rem!important}
.portal-weather__dashboard{
  align-self:start;
  min-width:0;
  border-top:1px solid #172120;
  border-bottom:1px solid #172120;
}
.portal-weather.is-loading .portal-weather__dashboard{opacity:.58}
.weather-loading,.weather-error{display:flex;min-height:260px;flex-direction:column;justify-content:center;gap:.4rem}
.weather-loading strong,.weather-error strong{font-size:1.5rem}
.weather-loading span,.weather-error p{color:#42504e}
.weather-error a{color:#124e52;font-weight:800;text-decoration:underline;text-underline-offset:4px}
.weather-now{
  display:grid;
  grid-template-columns:1fr auto;
  gap:.5rem 2rem;
  min-height:190px;
  align-content:end;
  padding:1.5rem 0;
  border-bottom:1px solid #aab5b1;
}
.weather-now>p{grid-column:1/-1;margin:0;color:#124e52;font-size:.72rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.weather-now>div{display:flex;align-items:end;gap:1.2rem}
.weather-now>div strong{font-size:clamp(4.5rem,8vw,8rem);font-weight:630;line-height:.78;letter-spacing:-.08em}
.weather-now>div span{padding-bottom:.4rem;font-size:1rem;font-weight:720}
.weather-now>small{align-self:end;padding-bottom:.4rem;color:#42504e;text-align:right}
.weather-indicators{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid #aab5b1}
.weather-indicators span{display:flex;min-height:110px;flex-direction:column;justify-content:space-between;padding:1rem;border-right:1px solid #aab5b1}
.weather-indicators span:first-child{padding-left:0}
.weather-indicators span:last-child{border-right:0}
.weather-indicators small{color:#42504e;font-size:.68rem;text-transform:uppercase;letter-spacing:.08em}
.weather-indicators strong{font-size:clamp(1.4rem,2.5vw,2.3rem);font-weight:680}
.weather-hours{display:grid;grid-template-columns:repeat(6,1fr);border-bottom:1px solid #aab5b1}
.weather-hours span{display:flex;min-width:0;min-height:105px;flex-direction:column;padding:1rem .65rem;border-right:1px solid #c2cbc7}
.weather-hours span:first-child{padding-left:0}
.weather-hours span:last-child{border-right:0}
.weather-hours small{font-size:.68rem;font-weight:800}
.weather-hours strong{margin:auto 0 0;font-size:1.3rem}
.weather-hours em{color:#42504e;font-size:.62rem;font-style:normal}
.weather-suggestions>p{margin:1.3rem 0 .4rem;color:#42504e;font-size:.68rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.weather-suggestions>a{
  display:grid;
  grid-template-columns:minmax(180px,.8fr) 1.2fr auto;
  gap:1rem;
  align-items:center;
  min-height:78px;
  border-top:1px solid #aab5b1;
  color:#172120;
}
.weather-suggestions>a strong{font-size:1rem}
.weather-suggestions>a span{color:#42504e;font-size:.74rem}
.weather-suggestions>a small{color:#124e52;font-size:.65rem;font-weight:800;text-align:right}
.weather-source{
  grid-column:1/-1;
  margin:0;
  padding-top:1rem;
  border-top:1px solid #c2cbc7;
  color:#5a6865;
  font-size:.65rem;
}
.weather-source a{text-decoration:underline;text-underline-offset:3px}
.weather-controls :where(button,select):focus-visible,.weather-suggestions>a:focus-visible{
  outline:3px solid #d5a23f;
  outline-offset:3px;
}
@media(max-width:1000px){
  .portal-refresh .portal-weather{grid-template-columns:1fr}
  .weather-controls{grid-template-columns:1fr 1fr}
  .weather-controls label{grid-row:span 2}
}
@media(max-width:640px){
  .portal-refresh .portal-weather{gap:2.5rem;padding:4rem 18px}
  .portal-weather__intro h2{font-size:clamp(2.8rem,13vw,4rem)}
  .weather-controls{grid-template-columns:1fr}
  .weather-controls label{grid-row:auto}
  .weather-now{grid-template-columns:1fr;min-height:165px}
  .weather-now>small{text-align:left}
  .weather-indicators{grid-template-columns:1fr}
  .weather-indicators span,.weather-indicators span:first-child{min-height:72px;padding:.8rem 0;border-right:0;border-bottom:1px solid #aab5b1}
  .weather-indicators span:last-child{border-bottom:0}
  .weather-hours{grid-template-columns:repeat(3,1fr)}
  .weather-hours span:nth-child(3){border-right:0}
  .weather-hours span:nth-child(-n+3){border-bottom:1px solid #c2cbc7}
  .weather-suggestions>a{grid-template-columns:1fr;gap:.25rem;padding:1rem 0}
  .weather-suggestions>a small{text-align:left}
}

/* Prototype accueil 2026-08-01 — adaptation responsive du style fenua ma'ohi. */
.portal-refresh {
  --portal-ink: #100c09;
  --portal-muted: #8c7355;
  --portal-paper: #100c09;
  --portal-line: #2a211a;
  --portal-white: #f2e6ce;
  --maohi-red: #d9481f;
  --maohi-ochre: #c08a3c;
  --maohi-sea: #7fa39b;
  --maohi-ivory: #f2e6ce;
  --maohi-soft: #b5a183;
  background: var(--portal-ink);
  color: var(--maohi-ivory);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}
.portal-refresh :where(a, button, input, select) {
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}
.portal-refresh .portal-event-strip {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  padding: .45rem 18px;
  color: var(--portal-ink);
  background: var(--maohi-red);
  font-size: .68rem;
  font-weight: 760;
  letter-spacing: .08em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
.portal-refresh .portal-event-strip:hover { color: var(--portal-ink); background: var(--maohi-ivory); }
.portal-refresh :where(a, button, input, select):focus-visible {
  outline: 3px solid var(--maohi-ochre);
  outline-offset: 3px;
}
.portal-refresh h1,
.portal-refresh h2,
.portal-refresh h3,
.portal-refresh strong {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
}
.portal-refresh .portal-kicker {
  color: var(--maohi-ochre);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .24em;
}
.portal-refresh .portal-button {
  min-height: 48px;
  padding: .8rem 1.15rem;
  border-radius: 0;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.portal-refresh .portal-button--light,
.portal-refresh .portal-button--dark {
  color: var(--portal-ink);
  background: var(--maohi-red);
  border-color: var(--maohi-red);
}
.portal-refresh .portal-button--line {
  color: var(--maohi-ivory);
  border-color: var(--maohi-ivory);
}
.portal-refresh .portal-button:hover { background: var(--maohi-ivory); border-color: var(--maohi-ivory); color: var(--portal-ink); }

.portal-refresh header {
  position: absolute;
  height: 82px;
  gap: 1.3rem;
  padding: 0 max(2vw, 22px);
  border-bottom: 1px solid var(--portal-line);
  background: rgba(16,12,9,.94);
  color: var(--maohi-ivory);
}
.portal-refresh header .brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -.04em;
}
.portal-refresh header .brand::before {
  width: 18px;
  height: 18px;
  background: var(--maohi-red);
  clip-path: polygon(50% 0,100% 50%,50% 100%,0 50%);
  content: "";
}
.portal-refresh .brand span { color: inherit; font-style: normal; }
.portal-refresh header nav { gap: 0; align-self: stretch; }
.portal-refresh header nav a {
  display: inline-flex;
  align-items: center;
  padding: 0 .7rem;
  border-left: 1px solid var(--portal-line);
  color: var(--maohi-soft);
  font-size: .68rem;
  font-weight: 780;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.portal-refresh header nav a:hover,
.portal-refresh header nav a.active { color: var(--maohi-red); background: #1a130e; }
.portal-refresh .guide-cta {
  padding: .7rem .9rem;
  border: 0;
  border-radius: 0 !important;
  color: var(--portal-ink);
  background: var(--maohi-ivory);
  font-size: .65rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.portal-refresh .portal-hero {
  min-height: 820px;
  grid-template-columns: minmax(420px,.85fr) minmax(520px,1.15fr);
  gap: clamp(2.5rem,5vw,6rem);
  padding: 142px max(4vw,28px) 64px;
  border-bottom: 1px solid var(--portal-line);
  background: var(--portal-ink);
}
.portal-refresh .portal-hero h1 {
  max-width: 780px;
  color: var(--maohi-ivory);
  font-size: clamp(4.2rem,7vw,7.8rem);
  font-weight: 900;
  line-height: .85;
  letter-spacing: -.065em;
}
.portal-refresh .portal-hero h1 em { color: var(--maohi-red); font-weight: 900; }
.portal-refresh .portal-hero .lede { max-width: 56ch; color: var(--maohi-soft); font-size: 1.05rem; line-height: 1.65; }
.portal-refresh .portal-hero__actions { gap: .7rem; margin: 1.8rem 0 1.2rem; }
.portal-refresh .portal-search {
  border: 1px solid #4d3c2e;
  border-radius: 0;
  background: #16100b;
}
.portal-refresh .portal-search input { min-height: 50px; color: var(--maohi-ivory); }
.portal-refresh .portal-search input::placeholder { color: #8c7355; }
.portal-refresh .portal-search button { border-radius: 0; background: var(--maohi-ivory); color: var(--portal-ink); text-transform: uppercase; letter-spacing: .08em; }
.portal-refresh .portal-hero__quick { gap: 0; margin-top: 1rem; border-top: 1px solid var(--portal-line); }
.portal-refresh .portal-hero__quick a { padding: .75rem 1.1rem .75rem 0; margin-right: 1.1rem; border: 0; color: var(--maohi-soft); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }
.portal-refresh .portal-hero__quick a:hover { color: var(--maohi-red); }
.portal-refresh .portal-hero__visual { height: 640px; gap: 1px; background: var(--portal-line); }
.portal-refresh .portal-shot { background: var(--portal-ink); }
.portal-refresh .portal-shot img { filter: saturate(.64) contrast(1.05) brightness(.72); }
.portal-refresh .portal-shot figcaption {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .25rem .75rem;
  padding: 4rem 1rem 1rem;
  background: linear-gradient(to top, rgba(16,12,9,.92), transparent);
  color: var(--maohi-ivory);
  font-size: .65rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.portal-refresh .portal-shot figcaption strong { color: var(--maohi-red); }
.portal-refresh .portal-shot figcaption > span { text-align: right; }
.portal-refresh .portal-shot figcaption small { grid-column: 1 / -1; color: var(--maohi-soft); font-size: .62rem; letter-spacing: .04em; text-transform: none; }
.portal-refresh .portal-shot figcaption small a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }

.portal-refresh .portal-heading { border-bottom: 1px solid var(--portal-line); padding-bottom: 2rem; }
.portal-refresh .portal-heading h2,
.portal-refresh .portal-weather__intro h2,
.portal-refresh .portal-understand__copy h2,
.portal-refresh .portal-companion h2,
.portal-refresh .portal-reading h2 {
  color: var(--maohi-ivory);
  font-weight: 880;
  letter-spacing: -.055em;
}
.portal-refresh .portal-heading > p,
.portal-refresh .portal-understand__copy > p:not(.portal-kicker),
.portal-refresh .portal-companion > div > p:not(.portal-kicker),
.portal-refresh .portal-reading > div:first-child > p:not(.portal-kicker) { color: var(--maohi-soft); }
.portal-refresh .portal-heading > a,
.portal-refresh .portal-journeys__intro > a,
.portal-refresh .portal-companion > div > a,
.portal-refresh .portal-reading > div:first-child > a { color: var(--maohi-red); border-color: var(--maohi-red); }

.portal-refresh .portal-now {
  padding: clamp(4rem,7vw,6rem) max(5vw,24px);
  border-bottom: 1px solid var(--portal-line);
  color: var(--maohi-ivory);
  background: #0a0806;
}
.portal-refresh .portal-now__heading {
  display: grid;
  grid-template-columns: 1.15fr .55fr;
  gap: 2rem 4rem;
  align-items: end;
  margin-bottom: 2.2rem;
}
.portal-refresh .portal-now__heading h2 {
  max-width: 760px;
  margin: 0;
  color: var(--maohi-ivory);
  font-size: clamp(2.8rem,5vw,5.2rem);
  font-weight: 880;
  line-height: .95;
  letter-spacing: -.055em;
}
.portal-refresh .portal-now__heading > p { max-width: 52ch; margin: 0; color: var(--maohi-soft); }
.portal-refresh .portal-now__events {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  border-top: 1px solid #4d3c2e;
  border-bottom: 1px solid #4d3c2e;
}
.portal-refresh .portal-now__event {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  padding: 1.35rem;
  border-right: 1px solid #4d3c2e;
  color: var(--maohi-ivory);
}
.portal-refresh .portal-now__event:last-child { border-right: 0; }
.portal-refresh .portal-now__event:hover { color: var(--maohi-ivory); background: #1a130e; }
.portal-refresh .portal-now__meta {
  color: var(--maohi-red);
  font-size: .66rem;
  font-weight: 820;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.portal-refresh .portal-now__event strong { margin: 1.2rem 0 .4rem; font-size: clamp(1.3rem,2vw,2rem); line-height: 1.05; }
.portal-refresh .portal-now__place { color: var(--maohi-soft); font-size: .78rem; }
.portal-refresh .portal-now__event time { margin-top: auto; padding-top: 1.4rem; color: var(--maohi-ochre); font-size: 1.1rem; font-weight: 780; }
.portal-refresh .portal-now__event small { margin-top: .35rem; color: var(--maohi-soft); font-size: .63rem; line-height: 1.45; }
.portal-refresh .portal-now__loading { grid-column: 1 / -1; margin: 0; padding: 2rem 0; color: var(--maohi-soft); }
.portal-refresh .portal-now__all { display: inline-flex; margin-top: 1.4rem; color: var(--maohi-red); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.portal-refresh .portal-now__fallback { color: var(--maohi-soft); }
.portal-refresh .portal-now__fallback a { color: var(--maohi-red); text-decoration: underline; }

.portal-refresh .portal-weather,
.portal-refresh .portal-agenda,
.portal-refresh .portal-daily,
.portal-refresh .portal-islands,
.portal-refresh .portal-understand,
.portal-refresh .portal-reading,
.portal-refresh .ft-audience-mode {
  color: var(--maohi-ivory) !important;
  background: var(--portal-ink) !important;
  border-bottom: 1px solid var(--portal-line);
}
.portal-refresh .portal-weather { background: #16100b !important; }
.portal-refresh .portal-weather__intro > p:not(.portal-kicker),
.portal-refresh .weather-loading span,
.portal-refresh .weather-error p,
.portal-refresh .weather-now > small,
.portal-refresh .weather-indicators small,
.portal-refresh .weather-hours em,
.portal-refresh .weather-suggestions > p,
.portal-refresh .weather-suggestions > a span,
.portal-refresh .weather-source { color: var(--maohi-soft); }
.portal-refresh .weather-controls button,
.portal-refresh .weather-controls select { border-color: #6e5a44; color: var(--maohi-ivory); background: transparent; border-radius: 0; }
.portal-refresh .weather-controls button:first-child { background: var(--maohi-sea); border-color: var(--maohi-sea); color: var(--portal-ink); }
.portal-refresh .portal-weather__dashboard,
.portal-refresh .weather-now,
.portal-refresh .weather-indicators,
.portal-refresh .weather-hours,
.portal-refresh .weather-suggestions > a,
.portal-refresh .weather-source { border-color: #4d3c2e; }
.portal-refresh .weather-now > p,
.portal-refresh .weather-suggestions > a small,
.portal-refresh .weather-suggestions > a,
.portal-refresh .weather-error a { color: var(--maohi-sea); }
.portal-refresh .weather-controls option { color: var(--portal-ink); }

.portal-refresh .agenda-cover img,
.portal-refresh .journey-story img,
.portal-refresh .island-tile img,
.portal-refresh .portal-understand__photo img,
.portal-refresh .portal-companion figure img,
.portal-refresh .portal-reading__feature img { filter: saturate(.65) contrast(1.05) brightness(.72); }
.portal-refresh .agenda-calendar__months,
.portal-refresh .agenda-calendar__themes,
.portal-refresh .portal-daily__lead,
.portal-refresh .portal-daily__links a,
.portal-refresh .journey-planner,
.portal-refresh .understand-links,
.portal-refresh .understand-links a { border-color: var(--portal-line); }
.portal-refresh .agenda-calendar__months a { border-color: var(--portal-line); }
.portal-refresh .agenda-calendar__months a:hover,
.portal-refresh .agenda-calendar__themes a:hover,
.portal-refresh .portal-daily a:hover,
.portal-refresh .understand-links a:hover { background: #1a130e; color: var(--maohi-red); }
.portal-refresh .agenda-calendar__months span,
.portal-refresh .portal-daily__links span,
.portal-refresh .understand-links span { color: var(--maohi-soft); }
.portal-refresh .agenda-calendar__themes a,
.portal-refresh .weather-suggestions > a { color: var(--maohi-ivory); }
.portal-refresh .agenda-calendar__footer > a:not(.portal-button) { color: var(--maohi-red); }

.portal-refresh .portal-journeys { background: #0a0806; border-bottom: 1px solid var(--portal-line); }
.portal-refresh .portal-journeys__intro h2,
.portal-refresh .portal-games h2 { font-weight: 900; letter-spacing: -.055em; }
.portal-refresh .portal-journeys__intro p,
.portal-refresh .portal-games p { color: var(--maohi-soft); }
.portal-refresh .journey-stories,
.portal-refresh .island-gallery { gap: 1px; background: var(--portal-line); }
.portal-refresh .journey-story::after,
.portal-refresh .island-tile::after,
.portal-refresh .portal-reading__feature::after { background: rgba(16,12,9,.82); }
.portal-refresh .journey-planner { border-color: #4d3c2e; }
.portal-refresh .journey-planner a { border-color: #4d3c2e; }
.portal-refresh .journey-planner span { color: var(--maohi-red); }
.portal-refresh .journey-planner small { color: var(--maohi-soft); }
.portal-refresh .portal-games { background: var(--maohi-red); color: var(--portal-ink); border-bottom: 1px solid var(--portal-line); }
.portal-refresh .portal-games .portal-kicker,
.portal-refresh .portal-games p { color: #2a110a; }
.portal-refresh .portal-games .portal-button { background: var(--portal-ink); border-color: var(--portal-ink); color: var(--maohi-ivory); }
.portal-refresh .portal-games__numbers { border-color: rgba(16,12,9,.45); }
.portal-refresh .portal-games__numbers span { border-color: rgba(16,12,9,.28); }
.portal-refresh .portal-companion figure::after { position: absolute; inset: 0; background: rgba(16,12,9,.22); content: ""; }
.portal-refresh .portal-companion figcaption { z-index: 1; }
.portal-refresh .portal-reading__covers { gap: 1px; background: var(--portal-line); }
.portal-refresh .portal-reading__covers a { padding-bottom: .6rem; background: var(--portal-ink); }
.portal-refresh .portal-reading__covers span { color: var(--maohi-soft); }
.portal-refresh .ft-audience-mode__profiles,
.portal-refresh .ft-audience-mode__recommendations { border-color: var(--portal-line) !important; }
.portal-refresh .ft-audience-mode__profile,
.portal-refresh .ft-audience-mode__link { border-color: var(--portal-line) !important; color: var(--maohi-ivory) !important; background: transparent !important; }
.portal-refresh .ft-audience-mode__profile[aria-checked=true] { background: var(--maohi-red) !important; color: var(--portal-ink) !important; }

.portal-refresh .trust-strip { color: var(--maohi-ivory); background: #16100b; border-color: var(--portal-line); }
.portal-refresh .trust-strip span { color: var(--maohi-soft); }
.portal-refresh .trust-strip a { color: var(--maohi-red); }
.portal-refresh footer { background: #0a0806; color: var(--maohi-ivory); border-top: 1px solid var(--portal-line); }
.portal-refresh footer .brand { font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif; font-weight: 900; }
.portal-refresh footer a,
.portal-refresh footer p { color: var(--maohi-soft); opacity: 1; }
.portal-refresh footer a:hover { color: var(--maohi-red); }
.portal-refresh footer small { border-color: var(--portal-line); }

@media (max-width: 1180px) {
  .portal-refresh header .menu { display: block; margin-left: auto; border-radius: 0; }
  .portal-refresh header nav { display: none; position: absolute; top: 82px; left: 18px; right: 18px; padding: 0; background: #16100b; border: 1px solid var(--portal-line); }
  .portal-refresh header nav.open { display: flex; }
  .portal-refresh header nav a { min-height: 48px; padding: 0 1rem; border: 0; border-bottom: 1px solid var(--portal-line); }
  .portal-refresh .guide-cta { display: none; }
  .portal-refresh .portal-hero { grid-template-columns: 1fr; }
}
@media (max-width: 800px) {
  .portal-refresh .portal-hero { padding-top: 122px; }
  .portal-refresh .portal-hero h1 { font-size: clamp(3.7rem,14vw,6rem); }
  .portal-refresh .portal-games { color: var(--portal-ink); }
}
@media (max-width: 520px) {
  .portal-refresh header { height: 72px; padding-inline: 18px; }
  .portal-refresh header .brand { font-size: 1.25rem; }
  .portal-refresh header nav { top: 72px; }
  .portal-refresh .portal-hero { padding: 106px 18px 48px; }
  .portal-refresh .portal-hero h1 { font-size: clamp(3.25rem,16vw,4.7rem); line-height: .88; }
  .portal-refresh .portal-hero .lede { font-size: 1rem; }
  .portal-refresh .portal-hero__quick a { width: 50%; margin: 0; padding-right: .5rem; }
  .portal-refresh .portal-hero__visual { height: 390px; }
  .portal-refresh .portal-shot figcaption { font-size: .58rem; }
}

/* Finition UX avant validation : navigation persistante et composants dynamiques unifiés. */
.portal-refresh header {
  position: sticky;
  top: 0;
}
.portal-refresh .portal-hero {
  min-height: calc(100svh - 82px);
  padding-top: 64px;
  padding-bottom: 64px;
}
.portal-refresh :where(.portal-weather,.portal-agenda,.portal-daily,.portal-journeys,.portal-islands,.portal-games,.portal-reading) {
  padding-top: clamp(4rem,7vw,6rem);
  padding-bottom: clamp(4rem,7vw,6rem);
}

.portal-refresh .ft-audience-mode {
  padding: clamp(4rem,7vw,6rem) max(5vw,24px) !important;
}
.portal-refresh .ft-audience-mode__intro {
  grid-template-columns: minmax(0,1.15fr) minmax(280px,.55fr) !important;
  gap: 2rem 4rem !important;
  margin-bottom: 2rem !important;
}
.portal-refresh .ft-audience-mode__eyebrow {
  color: var(--maohi-ochre) !important;
  font-size: .68rem !important;
  letter-spacing: .22em !important;
}
.portal-refresh .ft-audience-mode h2 {
  color: var(--maohi-ivory) !important;
  font-size: clamp(2.7rem,4.6vw,4.8rem) !important;
  font-weight: 880 !important;
  line-height: .95 !important;
  letter-spacing: -.05em !important;
}
.portal-refresh .ft-audience-mode__intro > p:last-child,
.portal-refresh .ft-audience-mode__profile span,
.portal-refresh .ft-audience-mode__link span,
.portal-refresh .ft-audience-mode__empty {
  color: var(--maohi-soft) !important;
}
.portal-refresh .ft-audience-mode__profile,
.portal-refresh .ft-audience-mode__link {
  min-height: 104px !important;
  padding: 1rem !important;
}
.portal-refresh .ft-audience-mode__profile:hover,
.portal-refresh .ft-audience-mode__link:hover {
  color: var(--maohi-red) !important;
  background: #1a130e !important;
  transform: none !important;
}
.portal-refresh .ft-audience-mode__profile[aria-checked=true] span {
  color: #2a110a !important;
}
.portal-refresh .ft-audience-mode__island {
  margin: 1.5rem 0 !important;
  color: var(--maohi-ivory) !important;
}
.portal-refresh .ft-audience-mode__island select {
  border-color: #6e5a44 !important;
  border-radius: 0 !important;
  color: var(--maohi-ivory) !important;
  background: #16100b !important;
}
.portal-refresh .ft-audience-mode__island option { color: var(--portal-ink); background: var(--maohi-ivory); }
.portal-refresh .ft-audience-mode__empty {
  padding: 1rem 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.portal-refresh .ft-engagement {
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(3rem,6vw,5rem) max(5vw,24px) !important;
  border: 0 !important;
  border-bottom: 1px solid var(--portal-line) !important;
  border-radius: 0 !important;
  color: var(--maohi-ivory) !important;
  background: #16100b !important;
}
.portal-refresh .ft-engagement__head {
  display: grid !important;
  grid-template-columns: minmax(220px,.65fr) minmax(320px,1.35fr) !important;
  gap: 1rem 4rem !important;
  align-items: end !important;
  margin-bottom: 1.5rem !important;
}
.portal-refresh .ft-engagement__head strong {
  font-size: clamp(1.8rem,3vw,3.2rem) !important;
  line-height: 1 !important;
}
.portal-refresh .ft-engagement__head span,
.portal-refresh .ft-engagement__empty { color: var(--maohi-soft) !important; }
.portal-refresh .ft-engagement__actions { gap: 0 !important; border-top: 1px solid var(--portal-line) !important; }
.portal-refresh .ft-engagement button,
.portal-refresh .ft-engagement__actions a,
.portal-refresh .ft-engagement summary {
  min-height: 48px !important;
  padding: .7rem 1rem !important;
  border: 0 !important;
  border-right: 1px solid var(--portal-line) !important;
  border-radius: 0 !important;
  color: var(--maohi-ivory) !important;
  background: transparent !important;
  font-size: .72rem !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}
.portal-refresh .ft-engagement button:hover,
.portal-refresh .ft-engagement__actions a:hover,
.portal-refresh .ft-engagement summary:hover { color: var(--maohi-red) !important; background: #1a130e !important; }
.portal-refresh .ft-engagement button[aria-pressed="true"] {
  color: var(--portal-ink) !important;
  background: var(--maohi-red) !important;
}
.portal-refresh .ft-engagement__favorites li {
  border-radius: 0 !important;
  color: var(--maohi-ivory) !important;
  background: transparent !important;
  border-top: 1px solid var(--portal-line) !important;
}
.portal-refresh .ft-engagement__favorites li > a { color: var(--maohi-sea) !important; }

.portal-refresh .portal-search input::placeholder { color: #a88c69; }
.portal-refresh .portal-games .portal-kicker,
.portal-refresh .portal-games p { color: var(--portal-ink); }

@media (max-width: 1180px) {
  .portal-refresh header { height: 68px; }
  .portal-refresh header .menu {
    min-height: 44px;
    padding: .5rem .8rem;
    border-radius: 0 !important;
  }
  .portal-refresh header nav {
    top: 68px !important;
    left: 18px !important;
    right: 18px !important;
    display: none !important;
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 0 !important;
    padding: 0 !important;
    border: 1px solid var(--portal-line) !important;
    background: #16100b !important;
    box-shadow: none !important;
  }
  .portal-refresh header nav.open { display: grid !important; }
  .portal-refresh header nav a,
  .portal-refresh header nav a:first-child {
    grid-column: auto !important;
    min-height: 48px !important;
    padding: .7rem 1rem !important;
    border: 0 !important;
    border-right: 1px solid var(--portal-line) !important;
    border-bottom: 1px solid var(--portal-line) !important;
    border-radius: 0 !important;
    background: transparent !important;
  }
  .portal-refresh header nav a:hover,
  .portal-refresh header nav a.active { color: var(--maohi-red) !important; background: #1a130e !important; }
  .portal-refresh .portal-hero {
    min-height: auto;
    padding-top: 64px;
  }
}

@media (max-width: 820px) {
  .portal-refresh .ft-mobile-dock {
    padding: .4rem max(.25rem,env(safe-area-inset-right,0px)) calc(.4rem + env(safe-area-inset-bottom,0px)) max(.25rem,env(safe-area-inset-left,0px)) !important;
    border-color: var(--portal-line) !important;
    color: var(--maohi-ivory) !important;
    background: rgba(16,12,9,.98) !important;
    box-shadow: none !important;
  }
  .portal-refresh .ft-mobile-dock a {
    min-height: 3.4rem !important;
    border-radius: 0 !important;
    color: var(--maohi-soft) !important;
    font-size: .68rem !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
  }
  .portal-refresh .ft-mobile-dock a::before {
    width: .3rem !important;
    height: .3rem !important;
    border-radius: 0 !important;
    transform: rotate(45deg);
  }
  .portal-refresh .ft-mobile-dock a[aria-current="page"] {
    color: var(--portal-ink) !important;
    background: var(--maohi-red) !important;
  }
  .portal-refresh .ft-mobile-dock a[aria-current="page"]::before {
    background: var(--portal-ink) !important;
    box-shadow: none !important;
  }
  .portal-refresh .ft-audience-mode__intro,
  .portal-refresh .ft-engagement__head { grid-template-columns: 1fr !important; gap: 1rem !important; }
  .portal-refresh .portal-now__heading { grid-template-columns: 1fr; gap: 1rem; }
  .portal-refresh .portal-now__events { grid-template-columns: 1fr; }
  .portal-refresh .portal-now__event { min-height: 190px; border-right: 0; border-bottom: 1px solid #4d3c2e; }
  .portal-refresh .portal-now__event:last-child { border-bottom: 0; }
}

@media (max-width: 520px) {
  .portal-refresh header { height: 68px; }
  .portal-refresh header nav { top: 68px !important; }
  .portal-refresh .portal-hero { padding-top: 38px; }
  .portal-refresh .portal-event-strip { align-items: flex-start; flex-direction: column; gap: .1rem; }
  .portal-refresh .portal-hero__quick { display: none; }
  .portal-refresh .portal-hero__visual { height: 280px; }
  .portal-refresh .portal-search {
    grid-template-columns: minmax(0,1fr) auto;
    gap: 0;
    padding: 4px;
    border: 1px solid #4d3c2e;
  }
  .portal-refresh .portal-search input { min-width: 0; border: 0; }
  .portal-refresh .portal-search button { padding-inline: .75rem; }
  .portal-refresh .portal-now { padding: 4rem 18px; }
  .portal-refresh .ft-audience-mode { padding: 4rem 18px !important; }
  .portal-refresh .ft-audience-mode h2 { font-size: clamp(2.6rem,12vw,3.6rem) !important; }
  .portal-refresh .ft-audience-mode__profile,
  .portal-refresh .ft-audience-mode__link { min-height: 82px !important; }
  .portal-refresh .ft-engagement { padding: 3.5rem 18px !important; }
  .portal-refresh .ft-engagement__actions > * { flex: 1 1 50% !important; }
}

/* Prototype fiche île 2026-08-02 — même langage éditorial que l'accueil. */
.island-editorial main {
  color: var(--maohi-ivory);
  background: var(--portal-ink);
}
.island-editorial .island-hero {
  min-height: 820px;
  display: grid;
  grid-template-columns: minmax(420px,.82fr) minmax(560px,1.18fr);
  gap: clamp(2.5rem,5vw,6rem);
  align-items: center;
  padding: 142px max(4vw,28px) 64px;
  border-bottom: 1px solid var(--portal-line);
  background: var(--portal-ink);
}
.island-editorial .island-hero__copy { max-width: 760px; }
.island-editorial .island-hero h1 {
  max-width: 780px;
  margin: .65rem 0 1.4rem;
  color: var(--maohi-ivory);
  font-size: clamp(4rem,6.6vw,7.2rem);
  font-weight: 900;
  line-height: .86;
  letter-spacing: -.065em;
}
.island-editorial .island-hero h1 em {
  color: var(--maohi-red);
  font-family: "Iowan Old Style","Palatino Linotype",Palatino,serif;
  font-weight: 600;
}
.island-editorial .island-hero__lede {
  max-width: 58ch;
  margin: 0;
  color: var(--maohi-soft);
  font-size: clamp(1rem,1.5vw,1.18rem);
  line-height: 1.7;
}
.island-editorial .island-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin: 1.8rem 0 1.5rem;
}
.island-editorial .island-hero__facts {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  margin: 0;
  border-top: 1px solid #4d3c2e;
  border-bottom: 1px solid #4d3c2e;
}
.island-editorial .island-hero__facts div { padding: 1rem 1rem 1rem 0; }
.island-editorial .island-hero__facts div + div { padding-left: 1rem; border-left: 1px solid #4d3c2e; }
.island-editorial .island-hero__facts dt {
  color: var(--maohi-ochre);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.island-editorial .island-hero__facts dd { margin: .3rem 0 0; color: var(--maohi-ivory); font-size: .85rem; line-height: 1.35; }
.island-editorial .island-hero__visual {
  min-height: 640px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 1px;
  background: var(--portal-line);
}
.island-editorial .island-photo { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #0a0806; }
.island-editorial .island-photo img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.68) contrast(1.04) brightness(.78); }
.island-editorial .island-photo--main img { object-position: 50% 45%; }
.island-editorial .island-photo--side img { object-position: 54% 50%; }
.island-editorial .island-photo figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: .2rem;
  padding: 1rem;
  color: var(--maohi-ivory);
  background: rgba(16,12,9,.9);
}
.island-editorial .island-photo figcaption strong { color: var(--maohi-red); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.island-editorial .island-photo figcaption span { color: var(--maohi-ivory); font-size: .72rem; }
.island-editorial .island-photo figcaption a { color: var(--maohi-soft); font-size: .62rem; text-decoration: underline; text-underline-offset: 3px; }

.island-editorial .island-jump {
  position: sticky;
  top: 0;
  z-index: 4;
  display: flex;
  gap: 0;
  margin: 0;
  overflow-x: auto;
  border-bottom: 1px solid var(--portal-line);
  background: rgba(16,12,9,.98);
}
.island-editorial .island-jump a {
  flex: 0 0 auto;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: .7rem 1.25rem;
  border-right: 1px solid var(--portal-line);
  color: var(--maohi-soft);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.island-editorial .island-jump a:hover { color: var(--maohi-red); background: #1a130e; }
.island-editorial .island-section {
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(4.5rem,8vw,8rem) max(5vw,24px);
  border-bottom: 1px solid var(--portal-line);
}
.island-editorial .island-section__head {
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(270px,.55fr);
  gap: 2rem 5rem;
  align-items: end;
  margin-bottom: clamp(2.5rem,5vw,4.5rem);
  padding-bottom: 2rem;
  border-bottom: 1px solid #4d3c2e;
}
.island-editorial .island-section h2 {
  max-width: 900px;
  margin: .4rem 0 0;
  color: var(--maohi-ivory);
  font-size: clamp(2.8rem,5vw,5.4rem);
  font-weight: 880;
  line-height: .94;
  letter-spacing: -.055em;
}
.island-editorial .island-section__head > p { max-width: 50ch; margin: 0; color: var(--maohi-soft); line-height: 1.65; }
.island-editorial .island-bases { display: grid; grid-template-columns: 1.15fr .9fr .9fr; border-top: 1px solid #4d3c2e; border-bottom: 1px solid #4d3c2e; }
.island-editorial .island-bases article { min-height: 390px; display: flex; flex-direction: column; padding: 1.6rem; border-right: 1px solid #4d3c2e; }
.island-editorial .island-bases article:last-child { border-right: 0; }
.island-editorial .island-bases article > span,
.island-editorial .island-route__meta { color: var(--maohi-red); font-size: .67rem; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.island-editorial .island-bases h3 { margin: 1rem 0 .65rem; color: var(--maohi-ivory); font-size: clamp(1.55rem,2.5vw,2.5rem); line-height: 1.02; letter-spacing: -.035em; }
.island-editorial .island-bases p { color: var(--maohi-soft); }
.island-editorial .island-bases dl { margin: auto 0 0; border-top: 1px solid var(--portal-line); }
.island-editorial .island-bases dl div { display: grid; grid-template-columns: 85px 1fr; gap: .7rem; padding: .65rem 0; border-bottom: 1px solid var(--portal-line); }
.island-editorial .island-bases dt { color: var(--maohi-ochre); font-size: .67rem; text-transform: uppercase; }
.island-editorial .island-bases dd { margin: 0; color: var(--maohi-ivory); font-size: .8rem; }

.island-editorial .island-stay-conversion {
  display: grid;
  grid-template-columns: minmax(270px,.7fr) minmax(520px,1.3fr);
  gap: 1.5rem 3rem;
  margin-top: 3rem;
  padding: 2rem 0 0;
  border-top: 1px solid #4d3c2e;
}
.island-editorial .island-stay-conversion h3 { margin: .4rem 0 .8rem; color: var(--maohi-ivory); font-size: clamp(1.8rem,3vw,3rem); line-height: 1; letter-spacing: -.04em; }
.island-editorial .island-stay-conversion p { max-width: 48ch; color: var(--maohi-soft); }
.island-editorial .island-stay-links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border: 1px solid #4d3c2e; }
.island-editorial .island-stay-links a { min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; gap: 1rem; padding: 1.25rem; border-right: 1px solid #4d3c2e; color: var(--maohi-ivory); }
.island-editorial .island-stay-links a:last-child { border-right: 0; }
.island-editorial .island-stay-links a:hover { color: var(--portal-ink); background: var(--maohi-ivory); }
.island-editorial .island-stay-links span { font-size: .75rem; }
.island-editorial .island-stay-links strong { color: var(--maohi-red); font-size: .82rem; }
.island-editorial .island-stay-conversion > small { grid-column: 1/-1; color: var(--maohi-soft); font-size: .72rem; line-height: 1.6; }
.island-editorial .island-stay-conversion > small a { color: var(--maohi-red); text-decoration: underline; }

.island-editorial .island-section--route { background: #0a0806; }
.island-editorial .island-route { position: relative; }
.island-editorial .island-route::before { position: absolute; top: 0; bottom: 0; left: 38px; width: 1px; background: var(--maohi-red); content: ""; }
.island-editorial .island-route article { position: relative; display: grid; grid-template-columns: 78px minmax(0,1fr); gap: 1.8rem; padding: 0 0 4rem; }
.island-editorial .island-route article:last-child { padding-bottom: 0; }
.island-editorial .island-route__marker { position: relative; z-index: 1; width: 78px; height: 78px; display: grid; place-content: center; text-align: center; color: var(--portal-ink); background: var(--maohi-red); }
.island-editorial .island-route__marker span { font-size: .56rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.island-editorial .island-route__marker strong { font-size: 1.65rem; line-height: 1; }
.island-editorial .island-route article > div:last-child { max-width: 980px; padding: 0 0 3rem; border-bottom: 1px solid #4d3c2e; }
.island-editorial .island-route article:last-child > div:last-child { border-bottom: 0; }
.island-editorial .island-route h3 { max-width: 800px; margin: .55rem 0 1rem; color: var(--maohi-ivory); font-size: clamp(2rem,4vw,4rem); line-height: .98; letter-spacing: -.045em; }
.island-editorial .island-route p:not(.island-route__meta) { max-width: 68ch; color: var(--maohi-soft); font-size: 1.02rem; }
.island-editorial .island-route ul { display: grid; gap: .45rem; max-width: 70ch; padding: 0; list-style: none; color: var(--maohi-ivory); }
.island-editorial .island-route li { padding-left: 1.15rem; position: relative; }
.island-editorial .island-route li::before { position: absolute; left: 0; color: var(--maohi-ochre); content: "—"; }
.island-editorial .island-route a { display: inline-flex; margin-top: .6rem; color: var(--maohi-red); font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.island-editorial .island-section--culture { display: grid; grid-template-columns: .8fr 1.2fr; gap: 3rem 6rem; background: #16100b; }
.island-editorial .island-culture__statement p:not(.portal-kicker) { max-width: 48ch; color: var(--maohi-soft); }
.island-editorial .island-culture__links { border-top: 1px solid #4d3c2e; }
.island-editorial .island-culture__links a { display: grid; grid-template-columns: 100px 1fr auto; gap: 1rem; align-items: center; min-height: 105px; padding: 1rem 0; border-bottom: 1px solid #4d3c2e; color: var(--maohi-ivory); }
.island-editorial .island-culture__links span { color: var(--maohi-red); font-size: .65rem; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.island-editorial .island-culture__links strong { font-size: clamp(1.15rem,2vw,1.65rem); }
.island-editorial .island-culture__links small { max-width: 24ch; color: var(--maohi-soft); text-align: right; }
.island-editorial .island-respect { grid-column: 1/-1; display: grid; grid-template-columns: .45fr 1fr; gap: 2rem; padding: 1.5rem 0; border-top: 3px solid var(--maohi-ochre); border-bottom: 1px solid #4d3c2e; }
.island-editorial .island-respect strong { color: var(--maohi-ochre); font-size: 1.25rem; }
.island-editorial .island-respect p { max-width: 72ch; margin: 0; color: var(--maohi-soft); }

.island-editorial .island-checklist { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin: 0; padding: 0; border-top: 1px solid #4d3c2e; list-style: none; }
.island-editorial .island-checklist li { display: grid; grid-template-columns: 54px 1fr; gap: 1rem; min-height: 165px; padding: 1.4rem 1.4rem 1.4rem 0; border-right: 1px solid #4d3c2e; border-bottom: 1px solid #4d3c2e; }
.island-editorial .island-checklist li:nth-child(even) { padding-left: 1.4rem; border-right: 0; }
.island-editorial .island-checklist li > span { color: var(--maohi-red); font-weight: 900; }
.island-editorial .island-checklist strong { color: var(--maohi-ivory); font-size: 1.18rem; }
.island-editorial .island-checklist p { margin: .45rem 0 0; color: var(--maohi-soft); }
.island-editorial .island-practical__actions { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 2.5rem; border: 1px solid #4d3c2e; }
.island-editorial .island-practical__actions a { min-height: 120px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.25rem; border-right: 1px solid #4d3c2e; color: var(--maohi-ivory); }
.island-editorial .island-practical__actions a:last-child { border-right: 0; }
.island-editorial .island-practical__actions a:hover { color: var(--portal-ink); background: var(--maohi-ivory); }
.island-editorial .island-practical__actions span { color: var(--maohi-red); font-size: .78rem; }

.island-editorial .island-section--circuits { background: #0a0806; }
.island-editorial .island-circuit-grid { display: grid; grid-template-columns: .9fr 1.2fr .9fr; border: 1px solid #4d3c2e; }
.island-editorial .island-circuit-grid a { min-height: 330px; display: flex; flex-direction: column; padding: 1.5rem; border-right: 1px solid #4d3c2e; color: var(--maohi-ivory); }
.island-editorial .island-circuit-grid a:last-child { border-right: 0; }
.island-editorial .island-circuit-grid a:hover { background: #1a130e; }
.island-editorial .island-circuit-grid span { color: var(--maohi-red); font-size: .66rem; font-weight: 820; letter-spacing: .09em; text-transform: uppercase; }
.island-editorial .island-circuit-grid strong { margin: 1.5rem 0 .7rem; font-size: clamp(1.6rem,2.7vw,2.8rem); line-height: 1; }
.island-editorial .island-circuit-grid p { color: var(--maohi-soft); }
.island-editorial .island-circuit-grid small { margin-top: auto; color: var(--maohi-ochre); font-weight: 800; }
.island-editorial .island-all-circuits { display: inline-flex; margin: 1.5rem 1.4rem 0 0; color: var(--maohi-red); font-size: .78rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }

.island-editorial .island-section--sources { display: grid; grid-template-columns: .7fr 1.3fr; gap: 2rem 5rem; }
.island-editorial .island-section--sources h2 { font-size: clamp(2.4rem,4vw,4.2rem); }
.island-editorial .island-sources { border-top: 1px solid #4d3c2e; }
.island-editorial .island-sources a { display: grid; grid-template-columns: 140px 1fr auto; gap: 1rem; align-items: center; padding: 1rem 0; border-bottom: 1px solid #4d3c2e; color: var(--maohi-ivory); }
.island-editorial .island-sources span { color: var(--maohi-red); font-size: .64rem; font-weight: 820; text-transform: uppercase; }
.island-editorial .island-sources small { color: var(--maohi-soft); text-align: right; }
.island-editorial .island-source-note { grid-column: 1/-1; max-width: 90ch; margin: 0; color: var(--maohi-soft); font-size: .78rem; }

@media (max-width: 1180px) {
  .island-editorial .island-hero { min-height: auto; grid-template-columns: 1fr; padding-top: 110px; }
  .island-editorial .island-hero__copy { max-width: 900px; }
  .island-editorial .island-hero__visual { min-height: 560px; }
  .island-editorial .island-bases { grid-template-columns: 1fr; }
  .island-editorial .island-bases article { min-height: 0; border-right: 0; border-bottom: 1px solid #4d3c2e; }
  .island-editorial .island-bases article:last-child { border-bottom: 0; }
  .island-editorial .island-stay-conversion { grid-template-columns: 1fr; }
  .island-editorial .island-stay-conversion > small { grid-column: auto; }
}
@media (max-width: 820px) {
  .island-editorial .island-hero { padding: 96px 18px 48px; }
  .island-editorial .island-hero h1 { font-size: clamp(3.2rem,15vw,5.2rem); }
  .island-editorial .island-hero__visual { min-height: 460px; }
  .island-editorial .island-section { padding: 4.5rem 18px; }
  .island-editorial .island-section__head,
  .island-editorial .island-section--culture,
  .island-editorial .island-section--sources { grid-template-columns: 1fr; gap: 1.4rem; }
  .island-editorial .island-stay-links,
  .island-editorial .island-circuit-grid { grid-template-columns: 1fr; }
  .island-editorial .island-stay-links a,
  .island-editorial .island-circuit-grid a { min-height: 130px; border-right: 0; border-bottom: 1px solid #4d3c2e; }
  .island-editorial .island-stay-links a:last-child,
  .island-editorial .island-circuit-grid a:last-child { border-bottom: 0; }
  .island-editorial .island-culture__links a { grid-template-columns: 82px 1fr; }
  .island-editorial .island-culture__links small { grid-column: 2; text-align: left; }
  .island-editorial .island-respect { grid-template-columns: 1fr; gap: .6rem; }
  .island-editorial .island-checklist { grid-template-columns: 1fr; }
  .island-editorial .island-checklist li,
  .island-editorial .island-checklist li:nth-child(even) { padding: 1.2rem 0; border-right: 0; }
  .island-editorial .island-practical__actions { grid-template-columns: 1fr; }
  .island-editorial .island-practical__actions a { min-height: 96px; border-right: 0; border-bottom: 1px solid #4d3c2e; }
  .island-editorial .island-practical__actions a:last-child { border-bottom: 0; }
  .island-editorial .island-sources a { grid-template-columns: 1fr; gap: .25rem; }
  .island-editorial .island-sources small { text-align: left; }
}
@media (max-width: 520px) {
  .island-editorial .island-hero { padding-top: 68px; }
  .island-editorial .island-hero__facts { grid-template-columns: 1fr; }
  .island-editorial .island-hero__facts div { padding: .75rem 0; }
  .island-editorial .island-hero__facts div + div { padding-left: 0; border-top: 1px solid #4d3c2e; border-left: 0; }
  .island-editorial .island-hero__visual { min-height: 560px; grid-template-columns: 1fr; grid-template-rows: 1.15fr .85fr; }
  .island-editorial .island-jump { top: 0; }
  .island-editorial .island-route::before { left: 24px; }
  .island-editorial .island-route article { grid-template-columns: 48px minmax(0,1fr); gap: 1rem; }
  .island-editorial .island-route__marker { width: 48px; height: 58px; }
  .island-editorial .island-route__marker strong { font-size: 1.25rem; }
  .island-editorial .island-route h3 { font-size: 2rem; }
}

/* Verrou final du design system : aucune feuille historique ne doit réintroduire
   un micro-thème après le socle commun. */
.ft-editorial-unified main { color: #172120; background: var(--ft-surface,#f3f0e9); }
.ft-editorial-unified main img { border-radius: 0 !important; }
.ft-editorial-unified main :where(button,.primary,.secondary,[class*="button"],.agenda-hero-actions a) { border-radius: 0 !important; }
.ft-editorial-unified main :where(.card,.editorial-card,.resource,.notice,.page-tools,.event-card,.hub-card,.circuit-card,[class*="-card"]) { border-radius: 0 !important; box-shadow: none; }
.ft-editorial-unified .agenda-hero-actions a:first-child { color: var(--ft-ink); background: var(--ft-accent); border-color: var(--ft-accent); }
.ft-editorial-unified .games-editorial-hero { padding-top: 0; }
.ft-editorial-unified.games-editorial-prototype .games-editorial-hero__copy { color: var(--ft-ivory); }
.ft-editorial-unified.games-editorial-prototype .games-editorial-hero :where(h1,h1 span) { color: var(--ft-ivory); }
.ft-editorial-unified.games-editorial-prototype .games-editorial-hero :where(.lede,.games-date-line) { color: var(--ft-soft); }
.ft-editorial-unified.games-editorial-prototype .games-editorial-hero .eyebrow { color: var(--ft-ochre); }
.ft-editorial-unified.games-editorial-prototype .games-editorial-hero .primary { color: var(--ft-ink); background: var(--ft-accent); border-color: var(--ft-accent); }
.ft-editorial-unified.games-editorial-prototype .games-editorial-hero .secondary { color: var(--ft-ivory); border-color: var(--ft-line); }
.ft-editorial-unified main :where(.notice,.medal-pending) { color: #172120; }
.ft-editorial-unified .page-tools summary::after { border-radius: 0; }
