/* ============================================================
   JET ATLAS — Activités front-end · « Electric Atlas » language
   /activites/ (archive, .act-*) + /activite/<slug>/ (single, .actx-*)
   Ported from the ht-* widget system (Home / Restaurant) so Activities
   feels native: cinematic dark heroes, image cards with lime index,
   Cormorant heads with lime-underline <em>, lime-pill eyebrows.
   White + ink (#0A0A0A) + lime (#DCFF00) · Cormorant / Outfit / Inter / Space Grotesk.
   ============================================================ */

:root {
	--act-ink:   #0A0A0A;
	--act-lime:  #DCFF00;
	--act-paper: #FFFFFF;
	--act-paper2:#F5F5F2;
	--act-line:  rgba(10,10,10,.12);
	--act-line-d:rgba(255,255,255,.16);
	--act-mut:   rgba(10,10,10,.58);
	--act-mut-d: rgba(255,255,255,.66);
	--act-serif: "Cormorant Garamond", Georgia, serif;
	--act-ui:    "Outfit", system-ui, sans-serif;
	--act-body:  "Inter", system-ui, sans-serif;
	--act-data:  "Space Grotesk", system-ui, sans-serif;
	--act-ease:  cubic-bezier(.16,1,.3,1);
	--act-wrap:  1240px;
}

.act, .actx { background: var(--act-paper); color: var(--act-ink); font-family: var(--act-body); overflow-x: clip; }
.act *, .actx *, .actx-lb * { box-sizing: border-box; }
.act-wrap { width: min(100% - 2*clamp(16px,5vw,56px), var(--act-wrap)); margin-inline: auto; }
.act h1, .act h2, .act h3, .actx h1, .actx h2, .actx h3 { margin: 0; }
.act p, .actx p { margin: 0; }
.act ul, .actx ul { margin: 0; padding: 0; list-style: none; }
.act img, .actx img { display: block; max-width: 100%; }

/* ===== Shared primitives (1:1 with ht-core) ============== */
.act-eyebrow {
	display: inline-flex; align-items: center; gap: 9px;
	background: var(--act-lime); color: var(--act-ink);
	padding: 6px 14px; border-radius: 999px;
	font-family: var(--act-ui); font-size: 11.5px; font-weight: 600;
	letter-spacing: 2px; text-transform: uppercase;
}
.act-orb { width: 7px; height: 7px; border-radius: 50%; background: var(--act-ink); box-shadow: 0 0 0 4px rgba(10,10,10,.12); }
.act-orb--lime { background: var(--act-lime); box-shadow: 0 0 0 4px rgba(220,255,0,.18); }

.act-h2 { font-family: var(--act-serif); font-weight: 500; font-size: clamp(34px,5vw,64px); line-height: 1.03; letter-spacing: -.01em; color: var(--act-ink); }
.act-h2 em { font-style: italic; text-decoration: underline; text-decoration-color: var(--act-lime); text-decoration-thickness: .12em; text-underline-offset: .08em; }

.act-link { display: inline-flex; align-items: center; gap: 8px; font-family: var(--act-ui); font-weight: 600; font-size: 12.5px; letter-spacing: 1.4px; text-transform: uppercase; color: var(--act-ink); border-bottom: 2px solid var(--act-lime); padding-bottom: 3px; transition: opacity .3s; white-space: nowrap; }
.act-link:hover { opacity: .6; }
.act-link i { font-size: .85em; transition: transform .35s var(--act-ease); }
.act-link:hover i { transform: translateX(4px); }

/* ----- Buttons (ht-btn) ----- */
.act-btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 28px; border-radius: 999px; border: 1px solid transparent; font-family: var(--act-ui); font-size: 12.5px; font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase; cursor: pointer; white-space: nowrap; transition: background .35s var(--act-ease), color .35s var(--act-ease), border-color .35s var(--act-ease), transform .35s var(--act-ease), box-shadow .35s var(--act-ease); }
.act-btn i { font-size: .9em; transition: transform .35s var(--act-ease); }
.act-btn:hover i { transform: translateX(4px); }
.act-btn--lime { background: var(--act-lime); color: var(--act-ink); box-shadow: 0 14px 30px -16px rgba(220,255,0,.6); }
.act-btn--lime:hover { background: #e7ff3a; transform: translateY(-3px); box-shadow: 0 22px 46px -16px rgba(220,255,0,.9); }
.act-btn--ink { background: var(--act-ink); color: #fff; }
.act-btn--ink:hover { color: var(--act-lime); transform: translateY(-3px); box-shadow: 0 18px 34px -18px rgba(10,10,10,.4); }
.act-btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
.act-btn--ghost:hover { background: rgba(255,255,255,.1); border-color: #fff; transform: translateY(-2px); }
.act-btn--lineink { background: transparent; color: var(--act-ink); border-color: rgba(10,10,10,.42); }
.act-btn--lineink:hover { background: var(--act-ink); color: #fff; border-color: var(--act-ink); transform: translateY(-2px); }
.act-btn--full { width: 100%; }

/* ----- Reveal ----- */
.act-reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s var(--act-ease), transform .9s var(--act-ease); }
.act-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .act-reveal { opacity: 1 !important; transform: none !important; transition: none; } }

/* ============================================================
   ARCHIVE
   ============================================================ */
.act-hero { position: relative; background: var(--act-ink); color: #fff; padding: clamp(150px,22vh,250px) 0 clamp(56px,8vw,96px); overflow: hidden; isolation: isolate; }
.act-hero__glow { position: absolute; inset: 0; z-index: -1; background: radial-gradient(46% 44% at 50% 16%, rgba(220,255,0,.18), transparent 62%); pointer-events: none; }
.act-hero__grain { position: absolute; inset: 0; z-index: -1; opacity: .5; mix-blend-mode: overlay; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"); }
.act-hero__eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: var(--act-ui); font-size: 12px; font-weight: 600; letter-spacing: 2.4px; text-transform: uppercase; color: rgba(255,255,255,.92); }
.act-hero__title { font-family: var(--act-serif); font-weight: 500; font-size: clamp(42px,7.4vw,96px); line-height: .98; letter-spacing: -.015em; color: #fff; margin-top: 20px; max-width: 16ch; }
.act-hero__title em { font-style: italic; color: var(--act-lime); }
.act-hero__sub { margin-top: 22px; max-width: 56ch; font-size: clamp(15px,1.4vw,18px); line-height: 1.72; color: rgba(255,255,255,.86); }
.act-hero__stats { display: flex; flex-wrap: wrap; gap: clamp(26px,5vw,58px); margin-top: 40px; }
.act-stat { display: flex; flex-direction: column; gap: 3px; }
.act-stat strong { font-family: var(--act-data); font-weight: 700; font-size: clamp(26px,3vw,38px); color: var(--act-lime); line-height: 1; }
.act-stat small { font-family: var(--act-ui); font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,.66); }

.act-list { padding: clamp(54px,8vw,100px) 0 clamp(64px,9vw,120px); }
.act-list__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px 32px; flex-wrap: wrap; margin-bottom: clamp(30px,4vw,48px); }
.act-list__head .act-eyebrow { margin-bottom: 14px; }
.act-filter { display: flex; flex-wrap: wrap; gap: 8px; }
.act-chip { font-family: var(--act-ui); font-size: 12.5px; font-weight: 600; padding: 9px 18px; border-radius: 999px; cursor: pointer; background: var(--act-paper); color: var(--act-mut); border: 1px solid var(--act-line); transition: background .25s, color .25s, border-color .25s, transform .25s; }
.act-chip:hover { color: var(--act-ink); border-color: var(--act-ink); transform: translateY(-1px); }
.act-chip.is-active { background: var(--act-ink); color: #fff; border-color: var(--act-ink); }

/* ----- Cards (ht-acard) ----- */
.act-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(278px,1fr)); gap: clamp(16px,1.6vw,22px); }
.act-card { position: relative; display: block; aspect-ratio: 3/4; border-radius: 18px; overflow: hidden; isolation: isolate; background: var(--act-ink); color: #fff; }
.act-card::before { content: ""; position: absolute; inset: 0; z-index: 0; background: var(--img) center/cover no-repeat; transition: transform .9s var(--act-ease); }
.act-card::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(10,10,10,.05) 26%, rgba(10,10,10,.92)); }
.act-card:hover::before { transform: scale(1.07); }
.act-card.is-noimg { background: linear-gradient(155deg, #17170f, #0a0a0a 66%); }
.act-card.is-noimg::after { background: linear-gradient(180deg, rgba(10,10,10,.08) 30%, rgba(10,10,10,.84)); }
.act-card__ph { position: absolute; inset: 0; z-index: 0; display: grid; place-items: center; color: rgba(220,255,0,.16); font-size: 92px; }
.act-card__idx { position: absolute; top: 18px; left: 20px; z-index: 2; font-family: var(--act-data); font-size: 13px; font-weight: 700; letter-spacing: 1px; color: var(--act-lime); }
.act-card__link { position: absolute; top: 15px; right: 15px; z-index: 2; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: rgba(10,10,10,.4); border: 1px solid rgba(255,255,255,.3); color: #fff; font-size: 13px; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); transition: background .3s, color .3s, border-color .3s, transform .3s; }
.act-card:hover .act-card__link { background: var(--act-lime); color: var(--act-ink); border-color: var(--act-lime); transform: translateY(-2px); }
.act-card__top { position: absolute; top: 56px; left: 20px; right: 20px; z-index: 2; display: flex; flex-wrap: wrap; gap: 6px; }
.act-card__flag, .act-card__cond { display: inline-flex; align-items: center; gap: 5px; padding: 4px 10px; border-radius: 999px; font-family: var(--act-ui); font-size: 10.5px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; }
.act-card__flag { background: var(--act-lime); color: var(--act-ink); }
.act-card__cond { background: rgba(10,10,10,.5); color: #fff; border: 1px solid rgba(255,255,255,.28); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.act-card__flag i, .act-card__cond i { font-size: 9px; }
.act-card__body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 24px 22px; display: flex; flex-direction: column; gap: 5px; }
.act-card__cat { font-family: var(--act-ui); font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--act-lime); }
.act-card__title { font-family: var(--act-serif); font-weight: 500; font-size: clamp(23px,2vw,30px); color: #fff; line-height: 1.05; }
.act-card__meta { font-family: var(--act-data); font-size: 13px; color: rgba(255,255,255,.82); }
.act-card.is-featured { box-shadow: 0 0 0 2px var(--act-lime); }
.act-card.is-hidden { display: none; }
.act-empty, .act-noresult { grid-column: 1/-1; text-align: center; color: var(--act-mut); font-size: 16px; padding: 40px 0; }

.act-cta { padding: clamp(64px,9vw,120px) 0; background: var(--act-paper2); }
.act-cta__inner { text-align: center; max-width: 760px; margin-inline: auto; display: flex; flex-direction: column; align-items: center; }
.act-cta__inner .act-eyebrow { margin-bottom: 18px; }
.act-cta__title { font-family: var(--act-serif); font-weight: 500; font-size: clamp(38px,6vw,72px); line-height: 1.02; }
.act-cta__title em { font-style: italic; text-decoration: underline; text-decoration-color: var(--act-lime); text-decoration-thickness: .1em; text-underline-offset: .08em; }
.act-cta__lead { margin: 18px auto 32px; max-width: 54ch; color: var(--act-mut); font-size: 16px; line-height: 1.7; }
.act-cta__btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }

/* ============================================================
   SINGLE
   ============================================================ */
.actx-hero { position: relative; background: var(--act-ink); color: #fff; padding: clamp(150px,22vh,250px) 0 clamp(44px,6vw,72px); overflow: hidden; isolation: isolate; }
.actx-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: var(--actx-bg) center/cover no-repeat; transform: scale(1.04); }
.actx-hero.is-noimg::before { display: none; }
.actx-hero__scrim { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(8,8,8,.46) 0%, rgba(8,8,8,.4) 40%, rgba(8,8,8,.9) 100%); }
.actx-hero.is-noimg .actx-hero__scrim { background: linear-gradient(180deg, rgba(10,10,10,.3), rgba(10,10,10,.7)); }
.actx-hero__glow { position: absolute; inset: 0; z-index: -1; background: radial-gradient(46% 42% at 82% 14%, rgba(220,255,0,.16), transparent 60%); pointer-events: none; }
.actx-hero__icon { position: absolute; right: 3%; top: 28%; z-index: -1; font-size: clamp(120px,18vw,260px); color: rgba(255,255,255,.05); }
.actx-bread { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; font-family: var(--act-ui); font-size: 12.5px; color: rgba(255,255,255,.7); margin-bottom: 22px; }
.actx-bread a { color: rgba(255,255,255,.7); transition: color .25s; }
.actx-bread a:hover { color: var(--act-lime); }
.actx-bread i { font-size: 9px; opacity: .6; }
.actx-bread span { color: #fff; }
.actx-hero__eyebrow { display: inline-flex; align-items: center; gap: 9px; font-family: var(--act-ui); font-size: 12px; font-weight: 600; letter-spacing: 2.2px; text-transform: uppercase; color: rgba(255,255,255,.92); }
.actx-hero__title { font-family: var(--act-serif); font-weight: 500; font-size: clamp(44px,7.4vw,98px); line-height: .98; letter-spacing: -.015em; color: #fff; margin-top: 12px; max-width: 16ch; }
.actx-facts { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.actx-fact { display: flex; flex-direction: column; gap: 3px; background: rgba(255,255,255,.07); border: 1px solid var(--act-line-d); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); border-radius: 14px; padding: 12px 18px; min-width: 112px; }
.actx-fact small { font-family: var(--act-ui); font-size: 10.5px; letter-spacing: 1.4px; text-transform: uppercase; color: rgba(255,255,255,.66); }
.actx-fact strong { font-family: var(--act-data); font-weight: 600; font-size: 17px; color: #fff; }

.actx-intro { padding: clamp(54px,7vw,96px) 0; }
.actx-intro__grid { display: grid; grid-template-columns: 1.55fr 1fr; gap: clamp(32px,5vw,68px); align-items: start; }
.actx-intro__main .act-eyebrow { margin-bottom: 24px; }
.actx-lead { font-family: var(--act-serif); font-weight: 400; font-size: clamp(22px,2.6vw,33px); line-height: 1.46; letter-spacing: -.005em; color: var(--act-ink); }
.actx-lead p { margin: 0 0 .7em; }
.actx-lead p:last-child { margin-bottom: 0; }
.actx-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.actx-tag { display: inline-flex; align-items: center; gap: 6px; background: var(--act-paper2); border: 1px solid var(--act-line); border-radius: 999px; padding: 7px 15px; font-family: var(--act-ui); font-size: 12.5px; font-weight: 500; color: var(--act-ink); }
.actx-tag i { font-size: 10px; color: var(--act-ink); }

/* on-site mention — editorial row with hairline separator (no buttons, no whatsapp) */
.actx-onsite { display: flex; align-items: center; gap: 18px; margin-top: 40px; padding-top: 30px; border-top: 1px solid var(--act-line); }
.actx-onsite__ic { flex-shrink: 0; width: 46px; height: 46px; border-radius: 50%; background: var(--act-ink); color: var(--act-lime); display: grid; place-items: center; font-size: 17px; }
.actx-onsite__tx { display: flex; flex-direction: column; gap: 4px; }
.actx-onsite__label { font-family: var(--act-ui); font-size: 11.5px; font-weight: 600; letter-spacing: 1.8px; text-transform: uppercase; color: var(--act-ink); }
.actx-onsite__sub { font-size: 14px; line-height: 1.5; color: var(--act-mut); max-width: 44ch; }
.actx-onsite__link { margin-left: auto; flex-shrink: 0; display: inline-flex; align-items: center; gap: 8px; font-family: var(--act-ui); font-weight: 600; font-size: 11.5px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--act-ink); border: 1px solid rgba(10,10,10,.42); padding: 12px 20px; border-radius: 999px; transition: background .3s var(--act-ease), color .3s var(--act-ease), border-color .3s var(--act-ease), transform .3s var(--act-ease); }
.actx-onsite__link:hover { background: var(--act-ink); color: var(--act-lime); border-color: var(--act-ink); transform: translateY(-2px); }
.actx-onsite__link i { font-size: .85em; transition: transform .3s var(--act-ease); }
.actx-onsite__link:hover i { transform: translateX(3px); }

/* Inclus panel */
.actx-intro__aside { position: sticky; top: 96px; }
.actx-inc { background: var(--act-paper); border: 1px solid var(--act-line); border-radius: 20px; padding: 28px 26px; box-shadow: 0 30px 60px -46px rgba(10,10,10,.5); }
.actx-inc__label { display: inline-flex; align-items: center; gap: 9px; font-family: var(--act-ui); font-size: 11.5px; font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase; color: var(--act-mut); margin-bottom: 20px; }
.actx-inc__label i { color: var(--act-ink); font-size: 13px; }
.actx-inc__list { display: flex; flex-direction: column; gap: 13px; }
.actx-inc__list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; line-height: 1.45; color: var(--act-ink); }
.actx-inc__list i { flex-shrink: 0; margin-top: 2px; width: 21px; height: 21px; border-radius: 50%; background: var(--act-lime); color: var(--act-ink); display: grid; place-items: center; font-size: 10px; }

/* ----- Conditions (nautique) ----- */
.actx-cond { position: relative; background: var(--act-ink); color: #fff; padding: clamp(64px,9vw,124px) 0; overflow: hidden; isolation: isolate; }
.actx-cond__glow { position: absolute; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(42% 48% at 84% 2%, rgba(220,255,0,.24), transparent 60%), radial-gradient(40% 52% at 6% 100%, rgba(220,255,0,.13), transparent 60%); }
.actx-cond__grain { position: absolute; inset: 0; z-index: -1; opacity: .5; mix-blend-mode: overlay; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"); }
.actx-cond__head { text-align: center; max-width: 720px; margin: 0 auto clamp(38px,4.5vw,60px); display: flex; flex-direction: column; align-items: center; }
.actx-cond__head .act-eyebrow { margin-bottom: 20px; }
.actx-cond__intro { margin-top: 16px; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.65; max-width: 56ch; }
.actx-h2--light { color: #fff; }
.actx-h2--light em { text-decoration-color: var(--act-lime); }
/* centered lime rule (replaces the off-centre per-word underline in this centred header) */
.actx-cond .actx-h2 em { text-decoration: none; }
.actx-cond__rule { display: block; width: 64px; height: 3px; border-radius: 3px; background: var(--act-lime); margin: 22px auto 0; box-shadow: 0 0 16px rgba(220,255,0,.6); }
.actx-cond__list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.actx-cond__item { position: relative; display: flex; flex-direction: column; gap: 18px; background: rgba(255,255,255,.04); border: 1px solid var(--act-line-d); border-radius: 18px; padding: 28px 26px; overflow: hidden; transition: transform .4s var(--act-ease), border-color .4s var(--act-ease), background .4s var(--act-ease), box-shadow .4s var(--act-ease); }
.actx-cond__item:hover { transform: translateY(-5px); border-color: rgba(220,255,0,.55); background: rgba(255,255,255,.06); box-shadow: 0 26px 54px -30px rgba(220,255,0,.45); }
.actx-cond__num { position: absolute; top: 16px; right: 22px; font-family: var(--act-data); font-weight: 700; font-size: 40px; line-height: 1; color: rgba(220,255,0,.16); }
.actx-cond__ic { width: 52px; height: 52px; border-radius: 15px; background: var(--act-lime); color: var(--act-ink); display: grid; place-items: center; font-size: 21px; box-shadow: 0 0 0 6px rgba(220,255,0,.12), 0 14px 30px -10px rgba(220,255,0,.6); }
.actx-cond__txt { font-size: 15px; line-height: 1.55; color: rgba(255,255,255,.92); max-width: 30ch; }

/* ----- Pricing ----- */
.actx-pricing { padding: clamp(54px,7vw,90px) 0; background: var(--act-paper2); }
.actx-sec-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: clamp(28px,4vw,46px); }
.actx-sec-head .act-eyebrow { margin-bottom: 14px; }
.actx-h2 { font-family: var(--act-serif); font-weight: 500; font-size: clamp(32px,4.6vw,56px); line-height: 1.04; letter-spacing: -.01em; color: var(--act-ink); }
.actx-h2 em { font-style: italic; text-decoration: underline; text-decoration-color: var(--act-lime); text-decoration-thickness: .1em; text-underline-offset: .08em; }
.actx-prices { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); gap: 18px; align-items: start; }
.actx-pgroup { display: flex; flex-direction: column; background: var(--act-paper); border: 1px solid var(--act-line); border-radius: 18px; overflow: hidden; box-shadow: 0 1px 0 rgba(10,10,10,.02); transition: transform .4s var(--act-ease), box-shadow .4s var(--act-ease), border-color .4s var(--act-ease); }
.actx-pgroup:hover { transform: translateY(-5px); box-shadow: 0 34px 64px -38px rgba(10,10,10,.42); border-color: transparent; }
.actx-pgroup__media { aspect-ratio: 16/11; background: linear-gradient(155deg, #fff, var(--act-paper2)); border-bottom: 1px solid var(--act-line); display: grid; place-items: center; padding: 22px; }
.actx-pgroup__media img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 20px 28px rgba(10,10,10,.2)); }
.actx-pgroup__data { display: flex; flex-direction: column; flex: 1; padding: 22px 24px; }
.actx-pgroup__t { display: inline-flex; align-items: center; gap: 9px; font-family: var(--act-ui); font-weight: 600; font-size: 13.5px; letter-spacing: .5px; text-transform: uppercase; color: var(--act-ink); margin-bottom: 10px; }
.actx-pgroup__t::before { content: ""; flex-shrink: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--act-lime); box-shadow: 0 0 0 3px rgba(220,255,0,.22); }
.actx-prow { display: grid; grid-template-columns: 1fr auto; gap: 2px 16px; align-items: baseline; padding: 13px 0; border-bottom: 1px dashed var(--act-line); }
.actx-prow:last-child { border-bottom: 0; padding-bottom: 0; }
.actx-prow__opt { grid-column: 1; font-size: 15px; font-weight: 500; color: var(--act-ink); }
.actx-prow__price { grid-column: 2; grid-row: 1; font-family: var(--act-data); font-weight: 700; font-size: 15px; color: var(--act-ink); white-space: nowrap; }
.actx-prow__note { grid-column: 1 / -1; font-size: 12.5px; color: var(--act-mut); }
.actx-pricing__note { display: flex; align-items: center; gap: 8px; margin-top: 22px; font-size: 13px; color: var(--act-mut); }
.actx-pricing__note i { color: var(--act-ink); }

/* ----- Gallery + lightbox ----- */
.actx-gallery { padding: clamp(54px,7vw,90px) 0; }
.actx-gal { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px,1fr)); gap: 12px; }
.actx-gal__item { padding: 0; border: 0; cursor: zoom-in; background: var(--act-paper2); border-radius: 14px; overflow: hidden; aspect-ratio: 1; }
.actx-gal__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--act-ease); }
.actx-gal__item:hover img { transform: scale(1.06); }
.actx-lb { position: fixed; inset: 0; z-index: 9999; display: grid; place-items: center; background: rgba(8,8,6,.92); padding: 4vw; }
.actx-lb[hidden] { display: none; }
.actx-lb__img { max-width: 92vw; max-height: 88vh; border-radius: 10px; box-shadow: 0 40px 80px -20px rgba(0,0,0,.8); }
.actx-lb__close { position: absolute; top: 22px; right: 26px; width: 46px; height: 46px; border-radius: 50%; border: 0; cursor: pointer; background: rgba(255,255,255,.1); color: #fff; font-size: 20px; transition: background .25s, color .25s; }
.actx-lb__close:hover { background: var(--act-lime); color: var(--act-ink); }

/* ----- Related ----- */
.actx-related { padding: clamp(54px,7vw,90px) 0 clamp(72px,10vw,120px); background: var(--act-paper2); }
.actx-related__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(258px,1fr)); gap: 16px; }

/* ===== Responsive ===== */
@media (max-width: 1024px) {
	.actx-cond__list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 980px) {
	.actx-intro__grid { grid-template-columns: 1fr; }
	.actx-intro__aside { position: static; }
}
@media (max-width: 620px) {
	.act-grid { grid-template-columns: repeat(auto-fill, minmax(240px,1fr)); }
	.actx-cond__list { grid-template-columns: 1fr; }
	.actx-facts { gap: 8px; }
	.actx-fact { min-width: calc(50% - 4px); flex: 1; }
}
@media (max-width: 440px) {
	.act-grid { grid-template-columns: 1fr; }
}

/* ===== Mobile — center all content ===== */
@media (max-width: 680px) {
	/* Archive hero */
	.act-hero__inner { text-align: center; }
	.act-hero__title, .act-hero__sub { max-width: none; margin-left: auto; margin-right: auto; }
	.act-hero__stats { justify-content: center; }
	/* Archive list head + filter */
	.act-list__head { flex-direction: column; align-items: center; text-align: center; }
	.act-filter { justify-content: center; }
	/* Archive cards */
	.act-card__body { align-items: center; text-align: center; }
	.act-card__top { justify-content: center; }
	/* Archive CTA already centered */

	/* Single hero */
	.actx-hero__inner { text-align: center; }
	.actx-bread, .actx-facts { justify-content: center; }
	.actx-hero__title { max-width: none; margin-left: auto; margin-right: auto; }
	/* Single intro */
	.actx-intro__main { text-align: center; }
	.actx-tags { justify-content: center; }
	.actx-onsite { flex-direction: column; text-align: center; gap: 16px; }
	.actx-onsite__tx { align-items: center; }
	.actx-onsite__sub { max-width: none; }
	.actx-onsite__link { margin-left: 0; }
	.actx-inc__label { width: 100%; justify-content: center; }
	.actx-inc__list li { justify-content: center; }
	/* Section heads (tarifs / galerie / autres) */
	.actx-sec-head { flex-direction: column; align-items: center; text-align: center; }
	/* Conditions */
	.actx-cond__item { align-items: center; text-align: center; }
	.actx-cond__txt { max-width: none; }
	/* Pricing rows → stacked + centered */
	.actx-pgroup__data { text-align: center; }
	.actx-pgroup__t { justify-content: center; }
	.actx-prow { display: flex; flex-direction: column; align-items: center; gap: 3px; }
}
