/* Polices déclarées ici, sans @import : une cascade CSS → CSS → police coûtait un aller-retour de plus avant le premier rendu (Lighthouse, 22 septembre 2026). */
/* Polices auto-hébergées — aucune requête tierce.
   Cormorant Garamond (titres), Inter (texte), Noto Serif JP (les quatre glyphes 二人風呂, sous-ensemble de 1,4 Ko).
   SIL Open Font License 1.1. */
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 300 700; font-display: swap; src: url(/assets/fonts/cormorant-latin-ext.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Cormorant Garamond'; font-style: normal; font-weight: 300 700; font-display: swap; src: url(/assets/fonts/cormorant-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 300 700; font-display: swap; src: url(/assets/fonts/inter-latin-ext.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 300 700; font-display: swap; src: url(/assets/fonts/inter-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Noto Serif JP'; font-style: normal; font-weight: 300; font-display: swap; src: url(/assets/fonts/noto-serif-jp-subset.woff2) format('woff2'); unicode-range: U+4e8c, U+4eba, U+5442, U+98a8; }


/* ─── Jetons ─────────────────────────────────────────────────────────────── */
:root {
  --washi: #f4f0e8;
  --washi-2: #ebe6dc;
  --ink: #141311;
  --ink-2: #2a2825;
  --ink-soft: #6a655c;
  --wood: #8b6a4a;
  --shu: #b0412d;            /* 朱 — l'unique accent */
  --line: rgba(20, 19, 17, .14);
  --line-light: rgba(244, 240, 232, .18);
  --serif: 'Cormorant Garamond', 'Iowan Old Style', Georgia, serif;
  --sans: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --jp: 'Noto Serif JP', 'Hiragino Mincho ProN', 'Yu Mincho', serif;
  --wrap: 1180px;
  --narrow: 720px;
  --gutter: clamp(16px, 4vw, 40px);
  --section: clamp(4.5rem, 11vw, 9.5rem);
  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* ─── Base ───────────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--washi); color: var(--ink);
  font-family: var(--sans); font-weight: 300; font-size: 1.04rem; line-height: 1.7;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, video, svg { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
p a { text-decoration: underline; text-underline-offset: .2em; text-decoration-thickness: 1px; text-decoration-color: var(--wood); }
p a:hover { color: var(--shu); text-decoration-color: currentColor; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.08; letter-spacing: -.005em; margin: 0 0 .6em; }
h1 { font-size: clamp(2.5rem, 6vw, 4.6rem); font-weight: 300; }
h2 { font-size: clamp(2rem, 4.2vw, 3.2rem); font-weight: 300; }
h3 { font-size: clamp(1.35rem, 2vw, 1.6rem); }
p { margin: 0 0 1.1em; }
em { font-style: italic; }
strong { font-weight: 500; }
.small { font-size: .92rem; color: var(--ink-soft); }
.wrap { width: min(100% - 2 * var(--gutter), var(--wrap)); margin-inline: auto; }
.wrap--narrow { max-width: var(--narrow); }
.lede { font-size: clamp(1.15rem, 1.8vw, 1.35rem); line-height: 1.6; color: var(--ink-2); max-width: 62ch; }
.eyebrow { font-family: var(--sans); font-size: .74rem; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-soft); margin: 0 0 1.4rem; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--ink); color: var(--washi); padding: .5rem 1rem; z-index: 100; }
.skip-link:focus { left: 8px; }
:focus-visible { outline: 2px solid var(--shu); outline-offset: 3px; }
code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .86em; }

/* Le caractère 二人風呂 comme élément graphique */
.kanji { font-family: var(--jp); font-weight: 300; line-height: 1; letter-spacing: .18em; color: var(--shu); display: block; }
.kanji--hero { font-size: clamp(1.1rem, 2.2vw, 1.5rem); margin-bottom: 1.6rem; color: rgba(244, 240, 232, .85); }
.kanji--final { font-size: clamp(2.4rem, 6vw, 4.2rem); letter-spacing: .32em; margin-bottom: 1.6rem; opacity: .9; }

/* ─── En-tête ────────────────────────────────────────────────────────────── */
.site-header { position: fixed; inset: 0 0 auto; z-index: 50; transition: background-color .5s var(--ease), color .5s var(--ease), box-shadow .5s; color: var(--ink); background: var(--washi); }
.is-home .site-header { color: var(--washi); background: transparent; }
.is-home .site-header:not(.is-scrolled):not(.is-open) .brand__kanji { color: rgba(244, 240, 232, .85); }
.is-home .site-header.is-scrolled { color: var(--ink); background: rgba(244, 240, 232, .94); backdrop-filter: blur(10px); box-shadow: 0 1px 0 var(--line); }
.site-header:not(.is-scrolled) { box-shadow: none; }
.site-header.is-scrolled { box-shadow: 0 1px 0 var(--line); }
body:not(.is-home) .site-header.is-scrolled { background: rgba(244, 240, 232, .94); backdrop-filter: blur(10px); }
.site-header__inner { width: min(100% - 2 * var(--gutter), var(--wrap)); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; height: 76px; }
.brand { display: flex; align-items: baseline; gap: .8rem; }
.brand__kanji { font-family: var(--jp); font-weight: 300; font-size: 1.05rem; letter-spacing: .14em; color: var(--shu); }
.brand__name { font-family: var(--serif); font-size: 1.45rem; letter-spacing: .02em; }
.nav { display: flex; gap: clamp(1.2rem, 3vw, 2.6rem); font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; }
.nav a { position: relative; padding: .3em 0; opacity: .85; }
.nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: currentColor; transition: right .45s var(--ease); }
.nav a:hover::after, .nav a[aria-current]::after { right: 0; }
.nav-toggle { display: none; background: none; border: 0; padding: 12px; cursor: pointer; color: inherit; }
.nav-toggle span { display: block; width: 24px; height: 1px; background: currentColor; margin: 7px 0; transition: transform .4s var(--ease), opacity .3s; }
.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
@media (max-width: 760px) {
  .nav-toggle { display: block; }
  .nav { position: fixed; inset: 76px 0 0; background: var(--washi); color: var(--ink); flex-direction: column; align-items: center; justify-content: center; gap: 2.2rem; font-size: 1rem; transform: translateY(-8px); opacity: 0; pointer-events: none; transition: opacity .4s var(--ease), transform .4s var(--ease); }
  .nav.is-open { opacity: 1; transform: none; pointer-events: auto; }
  .site-header.is-open { background: var(--washi); color: var(--ink); }
}

/* ─── Boutons ────────────────────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .6rem; padding: 1rem 2.1rem; font-family: var(--sans); font-size: .8rem; letter-spacing: .18em; text-transform: uppercase; border: 1px solid currentColor; transition: background-color .4s var(--ease), color .4s var(--ease), border-color .4s; cursor: pointer; }
.btn--primary { background: var(--ink); color: var(--washi); border-color: var(--ink); }
.btn--primary:hover { background: transparent; color: var(--ink); }
.btn--light { background: var(--washi); color: var(--ink); border-color: var(--washi); }
.btn--light:hover { background: transparent; color: var(--washi); }
.btn--todo { border-style: dashed; color: inherit; opacity: .7; cursor: not-allowed; }
.btn--block { width: 100%; }
.cta { margin-top: 2.2rem; }
.cta--center { text-align: center; }
.booking-note { font-size: .86rem; margin: .9rem 0 0; opacity: .85; }
.booking-note a { text-decoration: underline; text-underline-offset: .2em; }
.todo-note { display: block; margin-top: .9rem; padding: .7rem 1rem; font-size: .82rem; line-height: 1.5; background: rgba(176, 65, 45, .1); border-left: 3px solid var(--shu); color: inherit; max-width: 62ch; }
.cta--center .todo-note { margin-inline: auto; text-align: left; }
.todo-inline { background: rgba(176, 65, 45, .12); border-bottom: 1px dashed var(--shu); padding: 0 .2em; }

/* ─── Médias : photo animée, vidéo en surimpression ─────────────────────── */
.media { position: relative; overflow: hidden; background: var(--ink); }
.media picture, .media__img { position: absolute; inset: 0; width: 100%; height: 100%; }
.media__img { object-fit: cover; }
@media (max-width: 700px) and (orientation: portrait) { .hero .media__img { object-position: 68% 42%; } }
.media__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 1.4s var(--ease); }
.media.is-playing .media__video { opacity: 1; }
.media.is-playing .media__img { animation-play-state: paused; }
/* Ken Burns : très lent, à peine perceptible, jamais de saccade (transform seul) */
.kenburns { transform-origin: 55% 45%; animation: kenburns 32s var(--ease) infinite alternate; will-change: transform; }
@keyframes kenburns { from { transform: scale(1.02) translate3d(0, 0, 0); } to { transform: scale(1.11) translate3d(-1.5%, 1.2%, 0); } }

/* Vapeur : trois voiles flous qui montent, s'élargissent et se dissipent */
.hero__steam, .rite__steam { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero__steam i, .rite__steam i { position: absolute; bottom: -20%; width: 55vmin; height: 55vmin; border-radius: 50%; background: radial-gradient(closest-side, rgba(244, 240, 232, .55), rgba(244, 240, 232, 0)); filter: blur(28px); opacity: 0; animation: steam 16s ease-in-out infinite; }
.hero__steam i:nth-child(1) { left: 12%; animation-delay: 0s; }
.hero__steam i:nth-child(2) { left: 48%; width: 70vmin; height: 70vmin; animation-delay: 5.5s; animation-duration: 19s; }
.hero__steam i:nth-child(3) { left: 72%; animation-delay: 10s; animation-duration: 15s; }
.rite__steam i:nth-child(1) { left: 20%; animation-delay: 2s; }
.rite__steam i:nth-child(2) { left: 55%; animation-delay: 9s; animation-duration: 20s; }
@keyframes steam {
  0%   { transform: translate3d(0, 0, 0) scale(.8); opacity: 0; }
  18%  { opacity: .22; }
  60%  { opacity: .12; }
  100% { transform: translate3d(6%, -95vh, 0) scale(1.7); opacity: 0; }
}

/* ─── Apparitions au défilement ─────────────────────────────────────────── */
html.js .reveal { opacity: 0; transform: translate3d(0, 22px, 0); transition: opacity 1s var(--ease), transform 1s var(--ease); }
html.js .reveal.is-in { opacity: 1; transform: none; }

/* ─── Hero ───────────────────────────────────────────────────────────────── */
.hero { position: relative; min-height: 100svh; display: grid; align-items: end; color: var(--washi); isolation: isolate; }
.hero .media { position: absolute; inset: 0; z-index: -1; }
.hero::before { content: ''; position: absolute; inset: 0; z-index: 0; background: linear-gradient(to top, rgba(10, 9, 8, .72) 0%, rgba(10, 9, 8, .25) 45%, rgba(10, 9, 8, .18) 100%); pointer-events: none; }
.hero__content { position: relative; z-index: 1; width: min(100% - 2 * var(--gutter), var(--wrap)); margin-inline: auto; padding: 8rem 0 clamp(4rem, 10vh, 7rem); max-width: none; }
.hero__title { color: var(--washi); margin-bottom: 1.2rem; max-width: 12ch; }
.hero__sub { display: block; font-family: var(--sans); font-weight: 300; font-size: clamp(.95rem, 1.6vw, 1.2rem); letter-spacing: .04em; margin-top: 1rem; opacity: .92; max-width: 40ch; }
.hero__lead { max-width: 46ch; font-size: clamp(1rem, 1.5vw, 1.15rem); opacity: .9; }
.hero .todo-note { background: rgba(244, 240, 232, .12); }
.hero__scroll { position: absolute; right: var(--gutter); bottom: 2rem; z-index: 1; width: 1px; height: 64px; display: block; overflow: hidden; }
.hero__scroll span { display: block; width: 1px; height: 100%; background: linear-gradient(to bottom, transparent, var(--washi)); animation: scrollcue 2.6s var(--ease) infinite; }
@keyframes scrollcue { 0% { transform: translateY(-100%); } 60%, 100% { transform: translateY(100%); } }

/* ─── Manifeste ─────────────────────────────────────────────────────────── */
.manifesto { padding: var(--section) 0 calc(var(--section) * .7); text-align: center; }
.manifesto .eyebrow { color: var(--shu); }
.manifesto__text { font-family: var(--serif); font-weight: 300; font-size: clamp(1.7rem, 3.6vw, 2.8rem); line-height: 1.25; margin: 0 auto 1.4em; max-width: 22ch; }
.manifesto__text--small { font-family: var(--sans); font-size: clamp(1.02rem, 1.5vw, 1.2rem); line-height: 1.7; max-width: 56ch; color: var(--ink-2); margin-bottom: 0; }

/* ─── Le rituel ─────────────────────────────────────────────────────────── */
.rite { display: grid; grid-template-columns: 1fr 1fr; min-height: 90svh; }
.rite__media { position: relative; min-height: 60vh; overflow: hidden; }
.rite__media .media { position: absolute; inset: 0; }
.rite__text { padding: var(--section) clamp(1.5rem, 6vw, 6rem); display: flex; flex-direction: column; justify-content: center; }
.steps { list-style: none; margin: 2rem 0 1.5rem; padding: 0; }
.steps li { display: grid; grid-template-columns: 3rem 1fr; gap: 0 1rem; padding: 1.4rem 0; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps__n { font-family: var(--jp); font-size: 1.6rem; color: var(--shu); line-height: 1.2; grid-row: span 2; }
.steps h3 { margin: 0 0 .3em; }
.steps p { margin: 0; color: var(--ink-2); }
.link-more { font-size: .82rem; letter-spacing: .16em; text-transform: uppercase; border-bottom: 1px solid var(--wood); padding-bottom: .25em; transition: color .3s, border-color .3s; }
.link-more:hover { color: var(--shu); border-color: var(--shu); }
@media (max-width: 899px) { .rite { grid-template-columns: 1fr; } .rite__media { aspect-ratio: 4 / 5; min-height: 0; } .rite__text { padding-top: 3.5rem; } }

/* ─── Le cocon ──────────────────────────────────────────────────────────── */
.cocoon { padding: var(--section) 0; background: var(--washi-2); }
.grid { display: grid; gap: clamp(1.2rem, 3vw, 2.6rem); }
.grid--cocoon { grid-template-columns: repeat(3, 1fr); margin-top: 3rem; }
.grid--3 { grid-template-columns: repeat(3, 1fr); margin-top: 3rem; }
@media (max-width: 899px) { .grid--cocoon, .grid--3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 599px) { .grid--cocoon, .grid--3 { grid-template-columns: 1fr; } }
.card { margin: 0; }
.card__img { aspect-ratio: 4 / 5; overflow: hidden; background: var(--ink); }
.card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.6s var(--ease); }
.card:hover .card__img img { transform: scale(1.04); }
.card figcaption { padding: 1.2rem 0 0; }
.card h3 { margin-bottom: .25em; }
.card p { margin: 0; color: var(--ink-2); font-size: .98rem; }

/* ─── Galerie ───────────────────────────────────────────────────────────── */
.gallery { padding: var(--section) 0 calc(var(--section) * .6); }
.gallery__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(6px, 1vw, 14px); padding: 0 clamp(6px, 1vw, 14px); }
.gallery__item { margin: 0; aspect-ratio: 4 / 5; overflow: hidden; background: var(--ink); }
.gallery__item:nth-child(1), .gallery__item:nth-child(6) { grid-row: span 2; aspect-ratio: auto; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 760px) { .gallery__grid { grid-template-columns: 1fr 1fr; } .gallery__item:nth-child(1), .gallery__item:nth-child(6) { grid-row: auto; aspect-ratio: 4 / 5; } }
.gallery__caption { text-align: center; font-family: var(--serif); font-size: 1.35rem; font-style: italic; margin: 2.6rem var(--gutter) 0; color: var(--ink-2); }

/* ─── Le pratique ───────────────────────────────────────────────────────── */
.practical { padding: var(--section) 0; }
.tile { padding-top: 1.6rem; border-top: 1px solid var(--line); }
.tile__k { font-family: var(--jp); font-size: 1.5rem; color: var(--shu); display: block; margin-bottom: 1rem; }
.tile p { margin: 0; color: var(--ink-2); font-size: .98rem; }

/* ─── Toulouse ──────────────────────────────────────────────────────────── */
.place { padding: 0 0 var(--section); }

/* ─── Preuve ────────────────────────────────────────────────────────────── */
.proof { padding: 2.6rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.proof__line { margin: 0; font-size: .95rem; letter-spacing: .04em; color: var(--ink-2); }
.proof__rating { font-family: var(--serif); font-size: 2rem; margin-right: .35em; color: var(--ink); vertical-align: -.1em; }
.proof__rating small { font-size: .55em; color: var(--ink-soft); }
.proof__src { color: var(--ink-soft); }

/* ─── FAQ ───────────────────────────────────────────────────────────────── */
.faq-section { padding: var(--section) 0; }
.faq__item { border-top: 1px solid var(--line); }
.faq__item:last-child { border-bottom: 1px solid var(--line); }
.faq__item summary { cursor: pointer; list-style: none; padding: 1.2rem 2.4rem 1.2rem 0; font-family: var(--serif); font-size: 1.4rem; position: relative; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: '+'; position: absolute; right: .2rem; top: 1.1rem; font-family: var(--sans); font-weight: 300; font-size: 1.5rem; color: var(--wood); transition: transform .4s var(--ease); }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p { margin: 0 0 1.4rem; color: var(--ink-2); max-width: 60ch; }

/* ─── Final, pied de page ───────────────────────────────────────────────── */
.final { padding: var(--section) 0; background: var(--ink); color: var(--washi); text-align: center; }
.final h2 { color: var(--washi); max-width: 20ch; margin-inline: auto; }
.final .btn--todo { color: var(--washi); }
.site-footer { background: #0b0a09; color: rgba(244, 240, 232, .7); padding: 3.4rem 0 2.6rem; font-size: .9rem; text-align: center; }
.footer-kanji { font-family: var(--jp); color: var(--shu); letter-spacing: .3em; margin: 0 0 1.2rem; font-size: 1.1rem; }
.footer-line strong { color: var(--washi); font-weight: 500; }
.footer-links a { border-bottom: 1px solid var(--line-light); }
.footer-links a:hover { color: var(--washi); }
.footer-copy { margin: 1.6rem 0 0; font-size: .8rem; opacity: .7; }

/* ─── Pages intérieures ─────────────────────────────────────────────────── */
.article, .book, .legal, .nf { padding-top: 76px; }
.article__head { padding: var(--section) 0 0; }
.article__hero { margin-top: 3.5rem; max-height: 72vh; overflow: hidden; }
.article__hero img { width: 100%; height: 72vh; object-fit: cover; }
.article__body { padding: calc(var(--section) * .7) 0 var(--section); }
.article__body h2 { font-size: clamp(1.7rem, 3vw, 2.3rem); margin-top: 2.2em; }
.article__body ul { padding-left: 1.2rem; }
.article__body li { margin-bottom: .6em; }
.article__figure { margin: 2.6rem calc(-1 * var(--gutter)) 2.6rem; }
@media (min-width: 900px) { .article__figure { margin-inline: -8rem; } }
.article__figure img { width: 100%; height: auto; }
.article__figure figcaption { text-align: center; font-size: .88rem; color: var(--ink-soft); margin-top: .8rem; font-style: italic; padding-inline: var(--gutter); }
.book, .legal, .nf { padding-top: calc(76px + var(--section)); padding-bottom: var(--section); }
.terms { margin: 3rem 0 2rem; }
.terms > div { display: grid; grid-template-columns: 9rem 1fr; gap: 1rem; padding: 1rem 0; border-top: 1px solid var(--line); }
.terms > div:last-child { border-bottom: 1px solid var(--line); }
.terms dt { font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-soft); padding-top: .35em; }
.terms dd { margin: 0; }
@media (max-width: 520px) { .terms > div { grid-template-columns: 1fr; gap: .2rem; } }
.legal h2 { font-size: 1.5rem; margin-top: 2em; }
.nf { text-align: center; min-height: 70vh; }

/* ─── Mouvement réduit ──────────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .kenburns, .hero__steam i, .rite__steam i, .hero__scroll span { animation: none; }
  .hero__steam, .rite__steam { display: none; }
  html.js .reveal { opacity: 1; transform: none; transition: none; }
  .card__img img, .nav a::after { transition: none; }
}

/* ─── Équipements : liste repliée, sobre ────────────────────────────────── */
.amenities { margin-top: 3rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.amenities summary { cursor: pointer; list-style: none; padding: 1.1rem 2.4rem 1.1rem 0; font-size: .78rem; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-soft); position: relative; }
.amenities summary::-webkit-details-marker { display: none; }
.amenities summary::after { content: '+'; position: absolute; right: .2rem; top: .7rem; font-size: 1.5rem; font-weight: 300; color: var(--wood); transition: transform .4s var(--ease); }
.amenities[open] summary::after { transform: rotate(45deg); }
.amenities ul { list-style: none; margin: 0; padding: .4rem 0 1.6rem; columns: 3; column-gap: 2.5rem; font-size: .95rem; color: var(--ink-2); }
.amenities li { break-inside: avoid; padding: .3rem 0; border-bottom: 1px solid var(--line); }
@media (max-width: 899px) { .amenities ul { columns: 2; } }
@media (max-width: 599px) { .amenities ul { columns: 1; } }

.a-completer { color: var(--ink-soft); }

/* ─── Ailleurs : l'encart vers Cœur de vie ──────────────────────────────── */
.elsewhere { padding: var(--section) 0; background: var(--washi-2); }
.elsewhere__grid { display: grid; grid-template-columns: 2fr 3fr; gap: clamp(1.6rem, 5vw, 5rem); align-items: center; }
.elsewhere__media { display: block; overflow: hidden; background: var(--ink); aspect-ratio: 3 / 2; }
.elsewhere__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.6s var(--ease); }
.elsewhere__media:hover img { transform: scale(1.04); }
.elsewhere__text p { max-width: 52ch; color: var(--ink-2); }
@media (max-width: 899px) { .elsewhere__grid { grid-template-columns: 1fr; } }
.footer-links--else { margin-top: .4rem; font-size: .84rem; opacity: .8; }

/* Kanji sur fond sombre : le vermillon plein ne passait pas le contraste (2,8:1). */
.final .kanji, .footer-kanji { color: #e2876e; }
