/* ==========================================================================
   SavaSpin FR — feuille de styles principale
   Ordre des blocs : jetons, polices, base, accessibilite, bandeau age,
   entete, heros, entete de page, texte courant, grille, avis, questions,
   tableau, appel, pages juridiques, formulaire, autrice, erreur, cookies,
   pied de page, apparitions, adaptations.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Jetons de la maquette (noms propres a cette construction)
   -------------------------------------------------------------------------- */
:root {
    --pillar: #011111;
    --highlight: #4bf8f7;
    --key-active: #27f3ed;
    --surface: #011314;
    --layer: #072325;
    --front: #FFFFFF;
    --subtle: #bebdbd;
    --hairline: rgba(255, 255, 255, 0.14);
    --edge-hard: rgba(255, 255, 255, 0.28);
    --gradient-light: #cefdfc;
    --gradient-mid: #7ef8f4;
    --rg-banner: #7f1d1d;

    --g-hair: 3px;
    --g-tiny: 8px;
    --g-snug: 13px;
    --g-base: 21px;
    --g-wide: 34px;
    --g-roomy: 55px;
    --g-vast: 89px;
    --g-huge: 144px;

    --capsule: 9999px;
    --dot: 50%;
    --r-hair: 0;
    --r-tiny: 0;
    --r-snug: 4px;
    --r-base: 6px;
    --r-wide: 10px;
    --r-roomy: 14px;
    --r-vast: 18px;
    --r-huge: 24px;

    --display: "Syne", "Trebuchet MS", sans-serif;
    --body: "Inter", system-ui, "Segoe UI", sans-serif;

    --xxl: 28px;
    --h2: 24px;
    --lg-2: 20px;
    --md-2: 18px;
    --sm-2: 16px;
    --h6: 14px;
    --z-body: 16px;
    --fine: 14px;
    --xs: 12px;

    --close: 1.25;
    --regular: 1.6;
    --airy: 1.8;

    --plain: 400;
    --demi: 500;
    --thick: 600;

    --snug: 0;
    --even: 0;
    --e-airy: 0.01em;

    --d-hair: none;
    --d-tiny: none;
    --d-snug: none;
    --d-base: 0 0 0 1px rgba(0, 0, 0, 0.06);
    --d-wide: 0 0 0 2px rgba(0, 0, 0, 0.10), 0 8px 24px rgba(0, 0, 0, 0.10);
    --d-roomy: 0 0 0 2px rgba(0, 0, 0, 0.14), 0 12px 30px rgba(0, 0, 0, 0.16);
    --d-vast: 0 0 0 3px rgba(0, 0, 0, 0.16), 0 18px 40px rgba(0, 0, 0, 0.22);
    --d-huge: 0 0 0 3px rgba(0, 0, 0, 0.2), 0 26px 60px rgba(0, 0, 0, 0.3);

    --quick: 175ms;
    --steady: 330ms;
    --calm: 653ms;
    --out: cubic-bezier(0.3, 0.9, 0.4, 0.92);
    --start: cubic-bezier(0.4, 0.05, 0.85, 0.5);
    --in-out: cubic-bezier(0.54, 0.06, 0.4, 0.94);
    --bounce: cubic-bezier(0.34, 1, 0.62, 1.3);

    --outer: 1340px;
    --readable: 1340px;
    --pad-lg: 64px;
    --padding-tablet: 32px;
    --inset-mobile: 20px;

    --slim: 1px;
    --mid: 4px;
    --bold: 6px;

    --height-desktop: 44px;
    --size-mobile: 44px;

    /* jetons propres au chantier */
    --sv-edge: var(--inset-mobile);
    --sv-narrow: 530px;
    --sv-sec-y: 34px;
    --sv-shell: 108px;
    --sv-frame: calc(var(--outer) + 2 * var(--pad-lg));
}

/* --------------------------------------------------------------------------
   2. Polices auto-hebergees (aucun appel exterieur)
   -------------------------------------------------------------------------- */
@font-face {
    font-family: "Syne";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("/glyphes/syne-latin-600-normal.woff2") format("woff2");
}

@font-face {
    font-family: "Syne";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/glyphes/syne-latin-700-normal.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/glyphes/inter-latin-400-normal.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/glyphes/inter-latin-500-normal.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("/glyphes/inter-latin-600-normal.woff2") format("woff2");
}

/* --------------------------------------------------------------------------
   3. Remise a zero et base
   -------------------------------------------------------------------------- */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    overflow-x: clip;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    margin-block-start: var(--sv-shell);
    background: var(--surface);
    color: var(--front);
    font-family: var(--body);
    font-size: var(--z-body);
    font-weight: 400;
    line-height: var(--airy);
    letter-spacing: var(--even);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    display: block;
    flex: 1 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: anywhere;
    margin: 0;
    letter-spacing: var(--snug);
}

h1,
h2,
h3 {
    font-family: var(--display);
    font-weight: 600;
    line-height: var(--close);
}

h4,
h5,
h6 {
    font-family: var(--body);
    font-weight: 500;
    line-height: var(--regular);
}

h1 {
    font-size: var(--xxl);
}

h2 {
    font-size: var(--h2);
    margin-block-start: var(--g-wide);
    margin-block-end: var(--g-snug);
}

h3 {
    font-size: var(--lg-2);
}

h4 {
    font-size: var(--md-2);
}

p {
    margin-block: 0 var(--g-base);
}

ul,
ol {
    margin-block: 0 var(--g-base);
}

img {
    max-width: 100%;
}

a {
    color: var(--highlight);
    text-decoration-color: rgba(75, 248, 247, 0.5);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color var(--quick) var(--out), text-decoration-thickness var(--quick) var(--out);
}

a:hover {
    color: var(--key-active);
    text-decoration-thickness: 3px;
}

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

button {
    font-family: inherit;
}

/* --------------------------------------------------------------------------
   4. Accessibilite
   -------------------------------------------------------------------------- */
.skipLane {
    position: absolute;
    inset-inline-start: var(--g-snug);
    z-index: 130;
    background: var(--highlight);
    color: var(--pillar);
    padding: var(--g-tiny) var(--g-snug);
    border-radius: var(--r-snug);
    font-size: var(--fine);
    font-weight: 600;
}

.skipLane:not(:focus) {
    top: -200px;
}

.skipLane:focus {
    top: var(--g-snug);
}

.srOnly {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

/* --------------------------------------------------------------------------
   5. Bandeau age (RG-01, bande pleine largeur au-dessus du menu)
   -------------------------------------------------------------------------- */
.rg-banner {
    display: block;
    text-align: center;
    background: var(--rg-banner);
    color: #FFFFFF;
    font-size: var(--xs);
    line-height: 1.35;
    letter-spacing: var(--e-airy);
    padding: var(--g-tiny) var(--g-snug);
    margin: 0;
}

.rg-banner a {
    color: #FFFFFF;
    background: var(--rg-banner);
    text-decoration-color: rgba(255, 255, 255, 0.7);
}

.rg-banner a:hover {
    color: #FFFFFF;
    background: var(--rg-banner);
}

.rg-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    color: var(--rg-banner);
    font-weight: 600;
    border-radius: var(--r-snug);
    padding: 0 var(--g-hair);
    margin-inline-end: var(--g-tiny);
}

/* --------------------------------------------------------------------------
   6. Entete HEAD-CENTER : logo centre, menu en bande dessous
   -------------------------------------------------------------------------- */
.gygi {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: var(--pillar);
    color: var(--front);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
    transition: box-shadow var(--steady) var(--out);
}

.gygi-belt,
.gygi-crownbelt {
    max-width: var(--sv-frame);
    margin-inline: auto;
    padding-inline: var(--sv-edge);
}

.gygi-crown {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: var(--g-snug);
    padding-block: var(--g-snug);
}

.gygi-menu-handle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0 10px;
    background: var(--pillar);
    color: var(--front);
    border: 1px solid var(--edge-hard);
    border-radius: var(--r-snug);
    cursor: pointer;
}

.gygi-lines {
    display: block;
    height: 2px;
    width: 100%;
    background: var(--front);
    transition: transform var(--steady) var(--out), opacity var(--quick) var(--out);
}

.gygi-menu-handle[aria-expanded="true"] .gygi-lines:nth-child(1) {
    position: relative;
    transform: translateY(7px) rotate(45deg);
}

.gygi-menu-handle[aria-expanded="true"] .gygi-lines:nth-child(2) {
    opacity: 0;
}

.gygi-menu-handle[aria-expanded="true"] .gygi-lines:nth-child(3) {
    position: relative;
    transform: translateY(-7px) rotate(-45deg);
}

.gygi-brand {
    grid-column: 2;
    display: inline-flex;
    align-items: center;
    justify-self: center;
    flex-shrink: 0;
    text-decoration: none;
}

.gygi-brand-img {
    display: block;
    height: 40px;
    width: auto;
    flex-shrink: 0;
}

.gygi-void {
    display: block;
    justify-self: end;
}

.gygi-bar {
    display: none;
    height: 44px;
    min-height: 44px;
    border-block-start: 1px solid var(--hairline);
}

.gygi-index {
    display: flex;
    align-items: stretch;
    justify-content: center;
    height: 44px;
}

.gygi-roll {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    gap: var(--g-base);
    list-style: none;
    margin: 0;
    padding: 0;
}

.gygi-node {
    display: flex;
    align-items: center;
    position: relative;
}

.gygi-node[hidden] {
    display: none;
}

.gygi-node + .gygi-node::before {
    content: "\00b7";
    color: var(--subtle);
    margin-inline-end: var(--g-base);
    opacity: 0.7;
}

.gygi-path {
    display: inline-flex;
    align-items: center;
    height: 100%;
    padding-inline: var(--g-hair);
    border-block-start: 2px solid transparent;
    color: var(--front);
    background: var(--pillar);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: var(--e-airy);
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: color var(--quick) var(--out), background var(--quick) var(--out);
}

.gygi-path:hover {
    background: #0c3234;
    color: var(--highlight);
}

.gygi-path[aria-current="page"] {
    border-block-start-color: var(--highlight);
    color: var(--highlight);
    background: var(--pillar);
}

.gygi-nodeMore {
    display: flex;
    align-items: center;
    position: relative;
}

.gygi-nodeMore[hidden] {
    display: none;
}

.gygi-more-opener {
    display: inline-flex;
    align-items: center;
    gap: var(--g-hair);
    height: 100%;
    padding-inline: var(--g-tiny);
    background: var(--pillar);
    color: var(--highlight);
    border: 0;
    border-block-start: 2px solid transparent;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: var(--e-airy);
    text-transform: uppercase;
    cursor: pointer;
}

.gygi-more-opener:hover {
    background: #0c3234;
    color: var(--highlight);
}

.gygi-more-pane {
    display: none;
    position: absolute;
    inset-block-start: 100%;
    inset-inline-end: 0;
    min-width: 220px;
    max-height: 62vh;
    overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: var(--g-tiny);
    background: var(--layer);
    color: var(--front);
    border: 1px solid var(--edge-hard);
    border-radius: var(--r-base);
    box-shadow: var(--d-wide);
    z-index: 120;
}

.gygi-more-pane.is-open {
    display: block;
}

.gygi-more-pane .gygi-node {
    display: block;
}

.gygi-more-pane .gygi-node::before {
    content: none;
}

.gygi-more-pane .gygi-path {
    display: block;
    width: 100%;
    height: auto;
    padding: var(--g-tiny) var(--g-snug);
    border-block-start: 0;
    background: var(--layer);
    color: var(--front);
    white-space: normal;
}

.gygi-more-pane .gygi-path:hover {
    background: #0c3234;
    color: var(--highlight);
}

.gygi-panel {
    display: none;
    border-block-start: 1px solid var(--hairline);
    background: var(--pillar);
    max-height: 76vh;
    overflow-y: auto;
}

.gygi-panel.is-open {
    display: block;
}

.gygi-flat {
    display: block;
}

.gygi-stack {
    list-style: none;
    margin: 0;
    padding: var(--g-tiny) 0 var(--g-base);
}

.gygi-leaf {
    display: block;
}

.gygi-flatpath {
    display: block;
    padding: var(--g-snug) var(--g-tiny);
    border-block-end: 1px solid var(--hairline);
    color: var(--front);
    background: var(--pillar);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: var(--e-airy);
    text-transform: uppercase;
    text-decoration: none;
}

.gygi-flatpath:hover {
    background: #0c3234;
    color: var(--highlight);
}

.gygi-flatpath[aria-current="page"] {
    color: var(--highlight);
    background: var(--pillar);
}

/* --------------------------------------------------------------------------
   7. Bloc d'ouverture HERO-04 : diaporama a trois vues
   -------------------------------------------------------------------------- */
.nysily {
    position: relative;
    background: var(--pillar);
    color: var(--front);
    border-block-end: 1px solid var(--hairline);
}

.nysily-hold {
    max-width: var(--sv-frame);
    margin-inline: auto;
    padding-inline: var(--sv-edge);
    display: block;
}

.nysily-deck {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
}

.nysily-view {
    display: none;
    position: relative;
    background-color: var(--pillar);
    background-image: url("/output/signature.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 42%;
    border-radius: var(--r-wide);
    overflow: hidden;
}

.nysily-view.is-open {
    display: block;
}

.nysily-view-b {
    background-position: 18% 50%;
}

.nysily-view-c {
    background-position: 84% 38%;
}

.nysily-shade {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(96deg, rgba(1, 17, 17, 0.94) 6%, rgba(1, 17, 17, 0.78) 46%, rgba(1, 17, 17, 0.36) 100%);
}

.nysily-stuff {
    position: relative;
    height: 100%;
    padding: var(--g-roomy) var(--g-base);
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: var(--g-snug);
}

.nysily-eye {
    display: block;
    font-size: var(--xs);
    font-weight: 600;
    letter-spacing: var(--e-airy);
    text-transform: uppercase;
    color: var(--highlight);
    background: var(--pillar);
    padding: var(--g-hair) var(--g-tiny);
    border-radius: var(--r-snug);
}

.nysily-caption {
    font-size: var(--xxl);
    color: var(--front);
    background: transparent;
    margin: 0;
}

.nysily-second {
    max-width: var(--sv-narrow);
    color: var(--subtle);
    font-size: var(--sm-2);
    line-height: var(--regular);
    margin: 0;
}

.nysily-line {
    display: block;
    max-width: var(--sv-narrow);
    color: var(--subtle);
    font-size: var(--sm-2);
    line-height: var(--regular);
}

.nysily-keys {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--g-snug);
    margin-block-start: var(--g-tiny);
}

.nysily-terms {
    display: block;
    font-size: var(--xs);
    color: var(--subtle);
    background: var(--pillar);
    padding: var(--g-hair) var(--g-tiny);
    border-radius: var(--r-snug);
}

.nysily-pilot {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--g-tiny);
    padding-block: var(--g-snug);
}

.nysily-step {
    width: 12px;
    height: 12px;
    padding: 0;
    border: 1px solid var(--edge-hard);
    border-radius: var(--dot);
    background: var(--pillar);
    cursor: pointer;
}

.nysily-step[aria-current="true"] {
    background: var(--highlight);
    border-color: var(--highlight);
}

.nysily-swap {
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--layer);
    color: var(--front);
    border: 1px solid var(--edge-hard);
    border-radius: var(--dot);
    cursor: pointer;
    font-size: 15px;
}

.nysily-swap:hover {
    background: #0c3234;
    color: var(--highlight);
}

.nysily-swap-back,
.nysily-swap-next {
    flex-shrink: 0;
}

/* --------------------------------------------------------------------------
   8. Entete de page PHEAD-04 : deux colonnes
   -------------------------------------------------------------------------- */
.gedyb {
    background: var(--pillar);
    color: var(--front);
    border-block-end: 1px solid var(--hairline);
    padding-block: var(--sv-sec-y);
}

.gedyb-hold {
    max-width: var(--sv-frame);
    margin-inline: auto;
    padding-inline: var(--sv-edge);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--g-base);
    align-items: start;
}

.gedyb-solo {
    grid-template-columns: minmax(0, 1fr);
}

.gedyb-strip {
    display: flex;
    flex-direction: column;
    gap: var(--g-snug);
    align-items: flex-start;
}

.gedyb-eye {
    display: inline-block;
    font-size: var(--xs);
    font-weight: 600;
    letter-spacing: var(--e-airy);
    text-transform: uppercase;
    color: var(--highlight);
    background: var(--pillar);
    padding: var(--g-hair) var(--g-tiny);
    border-radius: var(--r-snug);
}

.gedyb-caption {
    font-size: var(--xxl);
    color: var(--front);
}

.gedyb-second {
    color: var(--subtle);
    font-size: var(--sm-2);
    line-height: var(--regular);
    margin: 0;
}

.gedyb-keys {
    display: flex;
    flex-wrap: wrap;
    gap: var(--g-snug);
    align-items: center;
    margin-block-start: var(--g-snug);
}

/* --------------------------------------------------------------------------
   9. Texte courant PROSE-10 : premier paragraphe plus grand, densite aeree
   -------------------------------------------------------------------------- */
.zutoze {
    padding-block: var(--sv-sec-y);
    background: var(--surface);
    color: var(--front);
}

.zutoze-hold {
    max-width: var(--sv-frame);
    margin-inline: auto;
    padding-inline: var(--sv-edge);
    display: block;
}

.zutoze-part {
    display: block;
    margin-block-end: var(--g-roomy);
}

.zutoze-part:last-child {
    margin-block-end: 0;
}

.zutoze-hdr {
    font-size: var(--h2);
    font-weight: 600;
    color: var(--front);
    margin-block: 0 var(--g-base);
}

.zutoze-lead {
    font-size: calc(var(--z-body) * 1.15);
    line-height: var(--regular);
    color: var(--front);
    margin-block-end: var(--g-base);
}

.zutoze-prose {
    color: var(--subtle);
    line-height: var(--airy);
    margin-block-end: var(--g-base);
}

.zutoze-roll {
    color: var(--subtle);
    line-height: var(--airy);
    padding-inline-start: var(--g-base);
    margin-block-end: var(--g-base);
}

.zutoze-roll li {
    margin-block-end: var(--g-tiny);
}

.zutoze-hail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--g-tiny);
    padding: var(--g-base);
    margin-block: var(--g-wide);
    background: var(--layer);
    color: var(--front);
    border-inline-start: 4px solid var(--highlight);
    border-radius: var(--r-base);
}

.zutoze-terms {
    display: block;
    font-size: var(--xs);
    color: var(--subtle);
    background: var(--layer);
}

.zutoze-shot {
    display: block;
    width: fit-content;
    margin: var(--g-wide) auto;
    border: 1px solid var(--hairline);
    border-radius: var(--r-wide);
    padding: var(--g-tiny);
    background: var(--layer);
}

.zutoze-img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 420px;
    object-fit: contain;
    border-radius: var(--r-base);
}

.zutoze-img-tall {
    max-height: 56vh;
}

/* --------------------------------------------------------------------------
   10. Grille GRID-04 : cartes a pastille ronde
   -------------------------------------------------------------------------- */
.kosysut {
    padding-block: var(--sv-sec-y);
    background: var(--surface);
    color: var(--front);
}

.kosysut-hold {
    max-width: var(--sv-frame);
    margin-inline: auto;
    padding-inline: var(--sv-edge);
    display: block;
}

.kosysut-hdr {
    font-size: var(--h2);
    font-family: var(--display);
    font-weight: 600;
    color: var(--front);
    margin-block: 0 var(--g-base);
}

.kosysut-stack {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--g-base);
    align-items: start;
}

.kosysut-tile {
    display: block;
    padding: var(--g-wide);
    background: var(--layer);
    color: var(--front);
    border: 4px double var(--hairline);
    border-radius: var(--r-base);
    transition: transform var(--steady) var(--out), border-color var(--steady) var(--out);
}

.kosysut-tile:hover {
    transform: translateY(-3px);
    border-color: var(--highlight);
}

.kosysut-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: var(--dot);
    background: var(--highlight);
    color: var(--pillar);
    margin-block-end: var(--g-base);
}

.kosysut-badge svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.kosysut-caption {
    font-size: var(--md-2);
    font-family: var(--body);
    font-weight: 600;
    color: var(--front);
    margin-block-end: var(--g-snug);
}

.kosysut-prose {
    color: var(--subtle);
    line-height: var(--regular);
}

.kosysut-hail {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--g-tiny);
    padding: var(--g-base);
    background: var(--layer);
    color: var(--front);
    border: 4px double var(--highlight);
    border-radius: var(--r-base);
    text-align: center;
}

.kosysut-terms {
    display: block;
    font-size: var(--xs);
    color: var(--subtle);
    background: var(--layer);
}

/* --------------------------------------------------------------------------
   11. Avis REV-08 : cartes a pastille d'initiale
   -------------------------------------------------------------------------- */
.penad {
    padding-block: var(--sv-sec-y);
    background: var(--surface);
    color: var(--front);
}

.penad-hold {
    max-width: var(--sv-frame);
    margin-inline: auto;
    padding-inline: var(--sv-edge);
    display: block;
}

.penad-hdr {
    font-size: var(--h2);
    font-family: var(--display);
    font-weight: 600;
    color: var(--front);
    margin-block: 0 var(--g-base);
}

.penad-stack {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--g-base);
    align-items: start;
}

.penad-tile {
    display: block;
    padding: var(--g-wide);
    background: var(--layer);
    color: var(--front);
    border: 1px solid var(--hairline);
    border-radius: var(--r-base);
}

.penad-top {
    display: flex;
    align-items: center;
    gap: var(--g-snug);
    margin-block-end: var(--g-snug);
}

.penad-seal {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: var(--dot);
    background: var(--highlight);
    color: var(--pillar);
    font-family: var(--display);
    font-weight: 600;
    font-size: var(--sm-2);
}

.penad-who {
    display: block;
    font-weight: 600;
    color: var(--front);
    background: var(--layer);
}

.penad-score {
    display: block;
    font-size: var(--fine);
    color: var(--highlight);
    background: var(--layer);
    letter-spacing: 1px;
}

.penad-prose {
    margin: 0;
    padding: 0;
    border: 0;
    color: var(--subtle);
    line-height: var(--regular);
    font-style: normal;
}

/* --------------------------------------------------------------------------
   12. Questions FAQ-05 : balise details native
   -------------------------------------------------------------------------- */
.peky {
    padding-block: var(--sv-sec-y);
    background: var(--surface);
    color: var(--front);
}

.peky-hold {
    max-width: var(--sv-frame);
    margin-inline: auto;
    padding-inline: var(--sv-edge);
    display: block;
}

.peky-hdr {
    font-size: var(--h2);
    font-family: var(--display);
    font-weight: 600;
    color: var(--front);
    margin-block: 0 var(--g-base);
}

.peky-stack {
    list-style: none;
    margin: 0;
    padding: 0;
}

.peky-item {
    border-block-end: 1px solid var(--hairline);
    padding-block: var(--g-base);
}

.peky-item summary {
    list-style: none;
    cursor: pointer;
}

.peky-item summary::-webkit-details-marker {
    display: none;
}

.peky-ask {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: baseline;
    gap: var(--g-snug);
    font-size: var(--sm-2);
    font-family: var(--body);
    font-weight: 600;
    color: var(--front);
    margin: 0;
}

.peky-item summary:hover .peky-ask {
    color: var(--highlight);
}

.peky-sign {
    display: inline-block;
    color: var(--highlight);
    font-weight: 600;
    transition: transform var(--steady) var(--in-out);
}

.peky-item[open] .peky-sign {
    transform: rotate(180deg);
}

.peky-say {
    padding-block-start: var(--g-snug);
    animation: peky-unfold var(--steady) var(--in-out);
}

.peky-say p {
    margin: 0;
    color: var(--subtle);
    line-height: var(--airy);
}

@keyframes peky-unfold {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.peky-hail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--g-tiny);
    padding: var(--g-base);
    margin-block: var(--g-base);
    background: var(--layer);
    color: var(--front);
    border-inline-start: 4px solid var(--highlight);
    border-radius: var(--r-base);
}

.peky-terms {
    display: block;
    font-size: var(--xs);
    color: var(--subtle);
    background: var(--layer);
}

/* --------------------------------------------------------------------------
   13. Tableau TABLE-02 : editorial sans cadre
   -------------------------------------------------------------------------- */
.zuroten {
    padding-block: var(--sv-sec-y);
    background: var(--surface);
    color: var(--front);
}

.zuroten-hold {
    max-width: var(--sv-frame);
    margin-inline: auto;
    padding-inline: var(--sv-edge);
    display: block;
}

.zuroten-hdr {
    font-size: var(--h2);
    font-family: var(--display);
    font-weight: 600;
    color: var(--front);
    margin-block: 0 var(--g-base);
}

.zuroten-frame {
    display: block;
    overflow-x: auto;
}

.zuroten-grid th {
    font-family: var(--display);
    font-weight: 600;
    font-size: var(--fine);
    text-transform: uppercase;
    letter-spacing: var(--e-airy);
    color: var(--front);
    background: var(--surface);
    text-align: start;
    padding: var(--g-snug) var(--g-tiny);
    border-block-end: 2px solid var(--highlight);
}

.zuroten-grid td {
    padding: var(--g-snug) var(--g-tiny);
    font-size: var(--fine);
    color: var(--subtle);
    background: var(--surface);
    border-block-end: 1px solid var(--hairline);
    vertical-align: top;
}

.zuroten-grid td:first-child {
    color: var(--front);
    background: var(--surface);
    font-weight: 500;
}

.zuroten-grid tr:last-child td {
    border-block-end: 0;
}

.zuroten-hail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--g-tiny);
    padding: var(--g-base);
    margin-block-start: var(--g-base);
    background: var(--layer);
    color: var(--front);
    border-inline-start: 4px solid var(--highlight);
    border-radius: var(--r-base);
}

.zuroten-terms {
    display: block;
    font-size: var(--xs);
    color: var(--subtle);
    background: var(--layer);
}

/* --------------------------------------------------------------------------
   14. Appel CTA-04 : lien texte discret et centre
   -------------------------------------------------------------------------- */
.xyvydim {
    padding-block: var(--sv-sec-y);
    background: var(--surface);
    color: var(--front);
    scroll-margin-block-start: 170px;
}

.xyvydim-hold {
    max-width: var(--sv-frame);
    margin-inline: auto;
    padding-inline: var(--sv-edge);
    display: block;
    text-align: center;
}

.xyvydim-hdr {
    font-size: var(--md-2);
    font-family: var(--body);
    font-weight: 600;
    color: var(--front);
    margin-block: 0 var(--g-snug);
}

.xyvydim-prose {
    color: var(--subtle);
    line-height: var(--airy);
    margin-block: var(--g-snug) var(--g-base);
}

.xyvydim-keys {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--g-tiny);
}

.xyvydim-terms {
    display: block;
    font-size: var(--xs);
    color: var(--subtle);
    background: var(--surface);
}

/* --------------------------------------------------------------------------
   15. Pages juridiques LEGAL-01 : document continu
   -------------------------------------------------------------------------- */
.lilegy {
    padding-block: var(--sv-sec-y);
    background: var(--surface);
    color: var(--front);
}

.lilegy-hold {
    max-width: var(--sv-frame);
    margin-inline: auto;
    padding-inline: var(--sv-edge);
    display: block;
}

.lilegy-stamp {
    display: block;
    font-size: var(--xs);
    text-transform: uppercase;
    letter-spacing: var(--e-airy);
    color: var(--subtle);
    background: var(--surface);
    margin-block-end: var(--g-wide);
}

.lilegy-part {
    display: block;
    border-block-start: 1px solid var(--hairline);
    padding-block-start: var(--g-wide);
    margin-block-start: var(--g-wide);
}

.lilegy-part:first-of-type {
    border-block-start: 0;
    padding-block-start: 0;
    margin-block-start: 0;
}

.lilegy-hdr {
    font-size: var(--lg-2);
    font-family: var(--display);
    font-weight: 600;
    color: var(--front);
    margin-block: 0 var(--g-snug);
}

.lilegy-prose {
    color: var(--subtle);
    line-height: var(--airy);
    margin-block-end: var(--g-snug);
}

.lilegy-help {
    display: block;
    background: var(--layer);
    color: var(--front);
    padding: var(--g-wide);
    border-radius: var(--r-base);
    margin-block-start: var(--g-wide);
}

.lilegy-roll {
    margin: 0;
    padding-inline-start: var(--g-base);
    color: var(--subtle);
    line-height: var(--airy);
}

.lilegy-roll li {
    margin-block-end: var(--g-tiny);
}

.lilegy-note {
    display: block;
    padding: var(--g-base);
    margin-block-start: var(--g-wide);
    background: #2a1113;
    color: var(--front);
    border-inline-start: 3px solid var(--rg-banner);
    border-radius: var(--r-tiny);
    font-size: var(--fine);
    line-height: var(--regular);
}

/* --------------------------------------------------------------------------
   16. Formulaire FORM-03 : un champ par ligne
   -------------------------------------------------------------------------- */
.valosa {
    padding-block: var(--sv-sec-y);
    background: var(--surface);
    color: var(--front);
}

.valosa-hold {
    max-width: var(--sv-frame);
    margin-inline: auto;
    padding-inline: var(--sv-edge);
    display: block;
}

.valosa-lead {
    max-width: var(--sv-narrow);
    margin-inline: auto;
    text-align: center;
    color: var(--subtle);
    line-height: var(--regular);
}

.valosa-sheet {
    display: block;
    max-width: 640px;
    margin-inline: auto;
    margin-block-start: var(--g-wide);
}

.valosa-entry {
    display: block;
    margin-block-end: var(--g-base);
}

.valosa-legend {
    display: block;
    font-size: var(--fine);
    font-weight: 500;
    color: var(--front);
    background: var(--surface);
    margin-block-end: var(--g-tiny);
}

.valosa-put {
    display: block;
    width: 100%;
    min-height: 48px;
    padding: var(--g-snug);
    background: var(--layer);
    color: var(--front);
    border: 1px solid var(--edge-hard);
    border-radius: var(--r-snug);
    font-family: var(--body);
    font-size: var(--z-body);
}

.valosa-put:focus {
    outline: 2px solid var(--highlight);
    outline-offset: 2px;
}

textarea.valosa-put {
    min-height: 160px;
    resize: vertical;
}

.valosa-send {
    display: block;
    width: 100%;
    height: 52px;
    background: var(--highlight);
    color: var(--pillar);
    border: 0;
    border-radius: var(--r-snug);
    font-family: var(--body);
    font-size: var(--z-body);
    font-weight: 600;
    cursor: pointer;
    transition: background var(--quick) var(--out);
}

.valosa-send:hover {
    background: var(--key-active);
    color: var(--pillar);
}

.valosa-message {
    display: none;
    margin-block-start: var(--g-base);
    padding: var(--g-base);
    background: #06322c;
    color: var(--front);
    border-radius: var(--r-base);
}

.valosa-message.is-open {
    display: block;
}

/* --------------------------------------------------------------------------
   17. Autrice : signature BYLINE-06 et fiche AUTH-05
   -------------------------------------------------------------------------- */
.zibur {
    display: block;
    padding-block: var(--g-base);
    background: var(--surface);
    color: var(--subtle);
}

.zibur-bay {
    max-width: var(--sv-frame);
    margin-inline: auto;
    padding-inline: var(--sv-edge);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: var(--g-base);
}

.zibur-prose {
    flex: 1 1 auto;
    text-align: end;
    font-size: var(--fine);
    font-style: italic;
    color: var(--subtle);
    background: var(--surface);
    margin: 0;
}

.zibur-who {
    color: var(--highlight);
    background: var(--surface);
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.zibur-who:hover {
    color: var(--key-active);
    background: var(--surface);
    text-decoration-thickness: 3px;
}

.zibur-gap {
    color: var(--subtle);
    background: var(--surface);
    margin-inline: var(--g-hair);
}

.zibur-role {
    color: var(--subtle);
    background: var(--surface);
}

.zibur-mug {
    flex-shrink: 0;
    align-self: center;
    width: 40px;
    height: 40px;
    border-radius: var(--dot);
    object-fit: cover;
}

.sadub-zone {
    padding-block: var(--sv-sec-y);
    background: var(--surface);
    color: var(--front);
}

.sadub-hold {
    max-width: var(--sv-frame);
    margin-inline: auto;
    padding-inline: var(--sv-edge);
    display: block;
}

.sadub-lineup {
    display: block;
}

.sadub {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: var(--g-snug);
    max-width: 480px;
    padding: var(--g-base);
    background: var(--layer);
    color: var(--front);
    border-radius: var(--r-base);
}

.sadub-mug {
    flex-shrink: 0;
    align-self: center;
    width: 56px;
    height: 56px;
    border-radius: var(--dot);
    object-fit: cover;
}

.sadub-body {
    display: flex;
    flex-direction: column;
    gap: var(--g-hair);
}

.sadub-job {
    font-size: var(--xs);
    text-transform: uppercase;
    letter-spacing: var(--e-airy);
    color: var(--highlight);
    background: var(--layer);
}

.sadub-who {
    font-size: var(--z-body);
    font-weight: 600;
    color: var(--front);
    background: var(--layer);
}

.sadub-note {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: var(--fine);
    color: var(--subtle);
    background: var(--layer);
}

.sadub-shelf {
    display: block;
    margin-block-start: var(--g-wide);
}

.sadub-hdr {
    font-size: var(--lg-2);
    font-family: var(--display);
    font-weight: 600;
    color: var(--front);
    margin-block: 0 var(--g-snug);
}

.sadub-stack {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--g-tiny);
}

.sadub-item {
    display: block;
    border-block-end: 1px solid var(--hairline);
    padding-block: var(--g-tiny);
}

.sadub-path {
    color: var(--highlight);
    background: var(--surface);
}

.sadub-skills {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: var(--g-tiny);
    margin: var(--g-base) 0 0;
    padding: 0;
}

.sadub-skills li {
    display: inline-flex;
    align-items: center;
    padding: var(--g-hair) var(--g-snug);
    background: var(--layer);
    color: var(--front);
    border: 1px solid var(--hairline);
    border-radius: var(--capsule);
    font-size: var(--xs);
}

/* --------------------------------------------------------------------------
   18. Page 404 ERR-07 : fond a trame geometrique
   -------------------------------------------------------------------------- */
.dygugur {
    padding-block: var(--g-vast);
    background-color: var(--surface);
    background-image:
        linear-gradient(rgba(75, 248, 247, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(75, 248, 247, 0.07) 1px, transparent 1px);
    background-size: 40px 40px;
    color: var(--front);
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dygugur-hold {
    max-width: var(--sv-frame);
    width: 100%;
    margin-inline: auto;
    padding-inline: var(--sv-edge);
    display: block;
    text-align: center;
}

.dygugur-caption {
    max-width: var(--sv-narrow);
    margin-inline: auto;
    font-size: var(--xxl);
    color: var(--front);
}

.dygugur-prose {
    max-width: var(--sv-narrow);
    margin-inline: auto;
    margin-block: var(--g-base);
    color: var(--subtle);
    line-height: var(--airy);
}

.dygugur-goto {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: var(--g-snug) var(--g-wide);
    background: var(--highlight);
    color: var(--pillar);
    border-radius: var(--r-snug);
    font-weight: 600;
    text-decoration: none;
}

.dygugur-goto:hover {
    background: var(--key-active);
    color: var(--pillar);
}

/* --------------------------------------------------------------------------
   19. Cookies COOK-10 : carte modale centree
   -------------------------------------------------------------------------- */
.nipuryz-shell {
    display: contents;
}

.nipuryz-veil {
    position: fixed;
    inset: 0;
    z-index: 94;
    background: rgba(1, 10, 11, 0.66);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--steady) var(--in-out), visibility var(--steady) var(--in-out);
}

.nipuryz-veil.is-open {
    opacity: 1;
    visibility: visible;
}

.nipuryz {
    position: fixed;
    inset: 0;
    margin: auto;
    z-index: 95;
    width: min(480px, calc(100vw - 2 * var(--g-wide)));
    height: fit-content;
    max-height: 78vh;
    overflow-y: auto;
    padding: var(--g-wide);
    background: var(--layer);
    color: var(--front);
    border: 4px double var(--edge-hard);
    border-radius: var(--r-wide);
    box-shadow: var(--d-wide);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity var(--steady) var(--in-out), visibility var(--steady) var(--in-out);
}

.nipuryz.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.nipuryz-hdr {
    font-size: var(--sm-2);
    font-family: var(--display);
    font-weight: 600;
    color: var(--front);
    background: var(--layer);
    margin-block: 0 var(--g-tiny);
}

.nipuryz-prose {
    font-size: var(--fine);
    line-height: var(--regular);
    color: var(--subtle);
    background: var(--layer);
    margin-block: 0 var(--g-base);
}

.nipuryz-keys {
    display: flex;
    flex-direction: column;
    gap: var(--g-tiny);
}

.nipuryz-ok {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: var(--g-tiny) var(--g-base);
    background: var(--highlight);
    color: var(--pillar);
    border: 0;
    border-radius: var(--r-snug);
    font-size: var(--fine);
    font-weight: 600;
    cursor: pointer;
}

.nipuryz-ok:hover {
    background: var(--key-active);
    color: var(--pillar);
}

.nipuryz-no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    padding: var(--g-tiny) var(--g-base);
    background: var(--pillar);
    color: var(--front);
    border: 1px solid var(--edge-hard);
    border-radius: var(--r-snug);
    font-size: var(--fine);
    font-weight: 500;
    cursor: pointer;
}

.nipuryz-no:hover {
    background: #0c3234;
    color: var(--highlight);
}

/* --------------------------------------------------------------------------
   20. Pied de page FOOT-10 : sections empilees, riches en details
   -------------------------------------------------------------------------- */
.rozigy {
    background: var(--pillar);
    color: var(--subtle);
    padding-block: var(--g-wide);
    border-block-start: 1px solid var(--hairline);
    margin-block-start: var(--g-wide);
}

.rozigy-belt {
    max-width: var(--sv-frame);
    margin-inline: auto;
    padding-inline: var(--sv-edge);
}

.rozigy-crest {
    display: flex;
    flex-direction: column;
    gap: var(--g-snug);
    padding-block: var(--g-base);
    border-block-end: 1px solid var(--hairline);
}

.rozigy-brand {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.rozigy-brand-img {
    display: block;
    height: 34px;
    width: auto;
}

.rozigy-slogan {
    margin: 0;
    color: var(--subtle);
    background: var(--pillar);
    font-size: var(--fine);
    line-height: var(--regular);
}

.rozigy-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--g-base);
    padding-block: var(--g-wide);
    border-block-end: 1px solid var(--hairline);
}

.rozigy-strip {
    display: block;
}

.rozigy-strip-tail {
    padding-block-start: 0;
}

.rozigy-hdr {
    font-size: var(--xs);
    font-family: var(--body);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: var(--e-airy);
    color: var(--front);
    background: var(--pillar);
    margin-block: 0 var(--g-snug);
}

.rozigy-stack {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rozigy-stack li {
    margin-block-end: var(--g-tiny);
}

.rozigy-path {
    color: var(--subtle);
    background: var(--pillar);
    font-size: var(--fine);
    text-decoration: none;
}

.rozigy-path:hover {
    color: var(--highlight);
    background: var(--pillar);
    text-decoration: underline;
}

.rozigy-warn {
    padding-block: var(--g-base);
    border-block-end: 1px solid var(--hairline);
    font-size: var(--xs);
    line-height: var(--regular);
    color: var(--subtle);
    background: var(--pillar);
}

.rozigy-warn a {
    color: var(--highlight);
    background: var(--pillar);
}

.rozigy-close {
    display: flex;
    flex-direction: column;
    gap: var(--g-tiny);
    padding-block: var(--g-base);
    font-size: var(--xs);
    color: var(--subtle);
    background: var(--pillar);
}

.rozigy-legals {
    display: flex;
    flex-wrap: wrap;
    gap: var(--g-snug);
    list-style: none;
    margin: 0;
    padding: 0;
}

.rozigy-top {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    color: var(--highlight);
    background: var(--pillar);
    font-size: var(--xs);
    text-decoration: none;
}

.rozigy-top:hover {
    color: var(--key-active);
    background: var(--pillar);
    text-decoration: underline;
}

/* --------------------------------------------------------------------------
   21. Bouton d'offre : geometrie de base (la couleur et l'animation
   viennent de scripts/cta-style.mjs et sont ajoutees en fin de fichier)
   -------------------------------------------------------------------------- */
.savas-act {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 14px 30px;
    border-radius: var(--r-snug);
    font-family: var(--body);
    font-size: var(--z-body);
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    max-width: 100%;
}

/* --------------------------------------------------------------------------
   22. Apparition a la lecture (axe rise, observateur)
   -------------------------------------------------------------------------- */
[data-step] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity var(--calm) var(--out), transform var(--calm) var(--out);
}

[data-step].is-open {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 1ms !important;
        scroll-behavior: auto !important;
    }

    [data-step] {
        opacity: 1;
        transform: none;
    }
}

/* --------------------------------------------------------------------------
   23. Ecrans larges
   -------------------------------------------------------------------------- */
@media (min-width: 540px) {
    .nipuryz-keys {
        flex-direction: row;
        justify-content: flex-end;
    }

    .nipuryz-ok,
    .nipuryz-no {
        width: auto;
    }

    .zutoze-hail,
    .peky-hail,
    .zuroten-hail {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: var(--g-base);
    }
}

@media (min-width: 780px) {
    :root {
        --sv-edge: var(--padding-tablet);
        --xxl: 38px;
        --h2: 30px;
        --lg-2: 24px;
        --md-2: 20px;
        --sm-2: 17px;
        --h6: 15px;
        --z-body: 17px;
        --fine: 15px;
        --xs: 13px;
    }

    .gygi-brand-img {
        height: 48px;
    }

    .nysily-view {
        background-size: 118% auto;
    }

    .nysily-view-b {
        background-size: 128% auto;
    }

    .nysily-view-c {
        background-size: 124% auto;
    }

    .nysily-stuff {
        min-height: 460px;
        padding: var(--g-vast) var(--g-roomy);
    }

    .nysily-swap {
        display: inline-flex;
    }

    .kosysut-stack,
    .penad-stack {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rozigy-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rozigy-crest {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: var(--g-wide);
    }

    .rozigy-slogan {
        max-width: var(--sv-narrow);
        text-align: end;
    }

    .rozigy-close {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .sadub-stack {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .zuroten-grid th,
    .zuroten-grid td {
        padding: var(--g-snug) var(--g-base);
        font-size: var(--z-body);
    }
}

@media (min-width: 900px) {
    :root {
        --sv-shell: 156px;
    }

    .gygi-menu-handle {
        display: none;
    }

    .gygi-bar {
        display: block;
    }

    .gygi-panel {
        display: none;
    }

    .gedyb-hold {
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
        gap: var(--g-roomy);
    }

    .sadub-lineup {
        display: grid;
        grid-template-columns: 480px minmax(0, 1fr);
        gap: var(--g-wide);
        align-items: center;
    }

    .sadub-skills {
        margin-block-start: 0;
    }
}

@media (min-width: 1140px) {
    :root {
        --sv-edge: var(--pad-lg);
    }

    .gygi-brand-img {
        height: 56px;
    }

    .kosysut-stack,
    .penad-stack {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .rozigy-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .rozigy-strip-tail {
        padding-block-start: 30px;
    }

    .nysily-stuff {
        min-height: 520px;
    }
}

/* --------------------------------------------------------------------------
   24. Bouton d'offre : couleur et proteccion visuelle issues de
   scripts/cta-style.mjs (lime #65A30D, procede « shine », boucle infinie).
   Le reflet est anime par une variable de position dans le degrade : la
   boite du bouton ne bouge pas, rien ne deborde.
   -------------------------------------------------------------------------- */
@property --savas-sweep {
    syntax: "<percentage>";
    inherits: false;
    initial-value: -30%;
}

.savas-act {
    position: relative;
    overflow: hidden;
    background: #65A30D;
    color: #011111;
    text-decoration: none;
    transition: background var(--quick) var(--out);
}

.savas-act.savas-act {
    color: #011111;
    text-decoration: none;
}

.savas-act:hover {
    background: #4D7C0F;
    color: #FFFFFF;
    animation: none;
}

.savas-act.savas-act:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.savas-act:active {
    background: #3F6212;
    color: #FFFFFF;
}

.savas-act:focus-visible {
    outline: 3px solid #011111;
    outline-offset: 3px;
}

.savas-act::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    transform: none;
    pointer-events: none;
    background-image: linear-gradient(100deg, transparent calc(var(--savas-sweep) - 24%), rgba(255, 255, 255, 0.42) var(--savas-sweep), transparent calc(var(--savas-sweep) + 24%));
    animation: savas-tide calc(var(--calm) * 3.14) var(--in-out) infinite;
}

.savas-act:hover::after {
    animation: none;
}

@keyframes savas-tide {
    0% {
        --savas-sweep: -30%;
    }

    48.780%,
    100% {
        --savas-sweep: 130%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .savas-act,
    .savas-act::after {
        animation: none !important;
        transition: none !important;
    }
}

@media (max-width: 500px) {
  .gygi-bar,
  .gygi-belt,
  .gygi-index,
  .gygi-roll,
  .gygi-path { display: none !important; }
  .gygi-more-opener { display: inline-flex !important; }
}
