/* ============================================================
   H-BOX VITRINE — styles editoriaux (theme enfant TwentyTwentyFive)
   Repris de ui_kits/site/site.css, adaptes aux blocs Gutenberg natifs.
   Toutes les classes sont prefixees s- ; tokens dans assets/tokens/*.css
   ============================================================ */

body.hbox-vitrine {
  background: var(--surface-canvas);
  color: var(--text-body);
  font-family: var(--font-body);
  overflow-x: hidden;
}
.s-wrap { max-width: var(--container-xl); margin: 0 auto; padding-inline: clamp(20px, 5vw, 64px); }
.s-wrap--narrow { max-width: var(--container-lg); }

/* ---- Atomes editoriaux ---- */
.s-label {
  font-family: var(--font-mono);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  color: var(--text-muted);
  display: inline-flex; align-items: center; gap: 8px;
}
.s-label .s-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--brand-500); display: inline-block; }
.s-emph { font-family: var(--font-accent); font-style: italic; font-weight: 400; letter-spacing: 0; }
.s-emph--brand { color: var(--brand-500); }

.s-display {
  font-family: var(--font-display);
  font-weight: var(--weight-extrabold);
  color: var(--text-strong);
  letter-spacing: -0.03em;
  line-height: 0.98;
  margin: 0;
}
.s-display--xl  { font-size: clamp(44px, 8.2vw, 104px); }
.s-display--lg  { font-size: clamp(34px, 5.6vw, 72px); }
.s-display--md  { font-size: clamp(28px, 4vw, 50px); }
.s-display .s-emph { line-height: 0.9; }

.s-lead {
  font-family: var(--font-body);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: var(--leading-relaxed);
  color: var(--text-body);
  max-width: 56ch;
}
/* Sur les pages simples (mentions, CGU, RGPD), WordPress centre automatiquement
   tout enfant ayant un max-width (is-layout-constrained > margin:auto !important) :
   on neutralise pour garder .s-lead aligne a gauche comme les autres paragraphes. */
.wp-block-post-content .s-lead { margin-left: 0 !important; margin-right: 0 !important; }
/* Pages annexes (mentions, CGU, RGPD) : texte dense, on resserre le rythme
   vertical hero-style (pense pour l'accueil) qui laissait des vides trop
   grands entre les titres de section et les paragraphes. */
.s-section--annex { padding-block: clamp(40px, 6vw, 80px) !important; }
.wp-block-post-content .s-sechead { margin-bottom: 20px; }
.wp-block-post-content h3 { margin-top: 32px; margin-bottom: 8px; }
.wp-block-post-content > *{ margin-block-start: 0.9rem; }
.s-rule { height: 1px; background: var(--border-subtle); border: 0; width: 100%; }

.s-sechead { display: flex; align-items: baseline; justify-content: space-between; gap: 24px;
  padding-top: 18px; border-top: 1px solid var(--ink-900); margin-bottom: clamp(36px, 5vw, 72px); }
.s-sechead .s-label { color: var(--ink-900); }
.s-sechead__no { font-family: var(--font-mono); font-size: 12px; color: var(--text-subtle); }

.s-section { padding-block: clamp(72px, 10vw, 150px); }
.s-section--alt { background: var(--surface-canvas-alt); }
.s-section--dark { background: var(--ink-950); color: var(--text-on-dark); }
.s-section--dark .s-display, .s-section--dark h2, .s-section--dark h3 { color: var(--paper); }
.s-section--dark .s-sechead { border-top-color: rgba(255,255,255,0.22); }
.s-section--dark .s-sechead .s-label, .s-section--dark .s-sechead__no { color: var(--text-on-dark-muted); }
.s-section--dark .s-lead { color: var(--text-on-dark-muted); }
.s-section--dark .s-rule { background: var(--border-on-dark); }

/* ---- HEADER (parts/header.html) ---- */
.s-header {
  position: sticky; top: 0; z-index: var(--z-sticky);
  background: color-mix(in srgb, var(--paper) 78%, transparent);
  backdrop-filter: saturate(1.4) blur(14px);
  -webkit-backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid var(--border-subtle);
}
.s-header__bar { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 24px; max-width: var(--container-xl); margin: 0 auto; padding-inline: clamp(20px, 5vw, 64px); }
.s-header__bar img { height: 26px; width: auto; display: block; }
.s-nav { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.s-nav a, .s-header .wp-block-navigation a {
  font-family: var(--font-display) !important; font-weight: 600 !important; font-size: 14px !important;
  color: var(--ink-800) !important; text-decoration: none !important; letter-spacing: -0.01em;
}
.s-nav a:hover, .s-header .wp-block-navigation a:hover { color: var(--brand-600) !important; }
.s-header__right { display: flex; align-items: center; gap: 18px; }
.s-ticker { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.08em; color: var(--text-muted);
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.s-ticker .s-live { width: 6px; height: 6px; border-radius: 50%; background: var(--success-500); animation: s-pulse 2.4s var(--ease-standard) infinite; }
@keyframes s-pulse { 0% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--success-500) 50%, transparent);} 70%{ box-shadow:0 0 0 6px transparent;} 100%{box-shadow:0 0 0 0 transparent;} }
@media (max-width: 900px) { .s-nav, .s-header__right .s-ticker { display: none; } }

.s-burger {
  display: none; background: none; border: 0; font-size: 22px; line-height: 1;
  color: var(--ink-800); cursor: pointer; padding: 4px 8px;
}
.s-drawer {
  display: none; border-top: 1px solid var(--border-subtle); background: var(--paper);
}
.s-drawer .s-wrap { display: flex; flex-direction: column; padding-block: 8px; }
.s-drawer a {
  font-family: var(--font-display); font-weight: 600; font-size: 15px; color: var(--ink-800);
  text-decoration: none; padding: 14px 0; border-bottom: 1px solid var(--border-subtle);
}
.s-drawer a:last-child { border-bottom: 0; }
@media (max-width: 900px) {
  .s-burger { display: inline-flex; align-items: center; }
  .s-drawer.is-open { display: block; }
}

/* ---- HERO ---- */
.s-hero { position: relative; padding-block: clamp(48px, 8vw, 104px) clamp(56px, 8vw, 110px); }
.s-hero__grid { position: absolute; inset: 0; opacity: 0.5; pointer-events: none;
  background-image: radial-gradient(var(--ink-200) 1px, transparent 1px); background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(120% 80% at 70% 0%, #000, transparent 72%);
  mask-image: radial-gradient(120% 80% at 70% 0%, #000, transparent 72%); }
.s-hero__top { display: flex; align-items: center; gap: 14px; margin-bottom: clamp(28px, 5vw, 56px); flex-wrap: wrap; }
.s-hero h1 { margin: 0; }
.s-hero__sub { margin-top: clamp(24px, 3vw, 36px); display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: end; }
@media (max-width: 820px){ .s-hero__sub { grid-template-columns: 1fr; gap: 28px; } }
.s-hero__cta { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.s-hero__cta .wp-block-button__link { font-family: var(--font-display); font-weight: 700; border-radius: var(--radius-md); }
.s-hero__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.s-chip { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.04em; color: var(--ink-700);
  border: 1px solid var(--border-default); border-radius: var(--radius-pill); padding: 7px 14px; background: var(--white); display: inline-block; }
.s-chip b { color: var(--brand-600); font-weight: 700; }

.s-statcard { background: var(--white); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); padding: 26px 28px; position: relative; overflow: hidden; }
.s-statcard__row { display: flex; align-items: flex-start; gap: 16px; padding: 16px 0; }
.s-statcard__row + .s-statcard__row { border-top: 1px solid var(--border-subtle); }
.s-statnum { font-family: var(--font-display); font-weight: 800; font-size: 40px; line-height: 1; color: var(--ink-900); letter-spacing: -0.03em; min-width: 96px; }
.s-statnum em { font-family: var(--font-accent); font-style: italic; font-weight: 400; color: var(--brand-500); }
.s-stattxt { font-size: 14px; color: var(--text-muted); line-height: 1.4; padding-top: 4px; }

/* ---- TENSION (constat, chiffres) ---- */
.s-tension { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
@media (max-width: 820px){ .s-tension { grid-template-columns: 1fr; } }
.s-bignum { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.04em; line-height: 0.86; color: var(--ink-900); }
.s-bignum .a { font-size: clamp(72px, 12vw, 150px); display: block; }
.s-bignum .b { font-size: clamp(72px, 12vw, 150px); display: block; color: var(--brand-500); }
.s-tension p { font-size: clamp(18px, 1.6vw, 24px); line-height: 1.5; color: var(--text-body); }

/* ---- LOGOS ---- */
.s-logos { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.s-logos__item { font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--ink-400);
  border: 1px solid var(--border-subtle); border-radius: var(--radius-md); padding: 12px 18px; background: var(--white); letter-spacing: .01em; }

/* ---- DIFFERENCIATEURS ---- */
.s-diffs { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 4vw, 56px); }
@media (max-width: 820px){ .s-diffs { grid-template-columns: 1fr; gap: 40px; } }
.s-diff__no { font-family: var(--font-mono); font-size: 13px; color: var(--brand-500); letter-spacing: .08em; margin-bottom: 22px; }
.s-diff h3 { font-family: var(--font-display); font-weight: 800; font-size: clamp(22px, 2vw, 28px); color: var(--paper); letter-spacing: -0.02em; margin: 16px 0 12px; }
.s-section--dark .s-diff p { color: var(--text-on-dark-muted); font-size: 16px; line-height: 1.6; }
.s-diff .s-rule { background: var(--border-on-dark); margin-bottom: 22px; }

/* ---- METHODE (4 phases) ---- */
.s-method { display: flex; flex-direction: column; }
.s-phase { display: grid; grid-template-columns: 120px 1fr 300px; gap: clamp(20px, 4vw, 56px);
  padding: clamp(28px, 4vw, 44px) 0; border-top: 1px solid var(--border-default); align-items: start; }
.s-phase:last-child { border-bottom: 1px solid var(--border-default); }
@media (max-width: 900px){ .s-phase { grid-template-columns: 1fr; gap: 16px; } }
.s-phase__no { font-family: var(--font-display); font-weight: 800; font-size: clamp(40px, 5vw, 64px); color: var(--ink-200); letter-spacing: -0.04em; line-height: 0.9; }
.s-phase__name .s-label { color: var(--brand-500); margin-bottom: 10px; }
.s-phase h3 { font-family: var(--font-display); font-weight: 800; font-size: clamp(22px, 2.2vw, 30px); color: var(--ink-900); letter-spacing: -0.02em; margin-bottom: 14px; }
.s-phase p { font-size: 16px; line-height: 1.6; color: var(--text-body); max-width: 60ch; }
.s-phase__out { margin-top: 16px; font-size: 15px; color: var(--ink-900); }
.s-phase__out b { font-family: var(--font-display); font-weight: 700; }
.s-phase__meta { font-family: var(--font-mono); font-size: 12px; letter-spacing: .06em; color: var(--text-muted); text-transform: uppercase; }

/* ---- OFFRES (3 categories statiques, sans onglets JS) ---- */
.s-offercat { margin-bottom: 56px; }
.s-offercat:last-child { margin-bottom: 0; }
.s-offercat__head { display: flex; align-items: baseline; gap: 12px; margin-bottom: 24px; }
.s-offercat__head h3 { font-family: var(--font-display); font-weight: 800; font-size: 22px; color: var(--ink-900); }
.s-offercat__head span { font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--text-subtle); }
.s-offergrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
@media (max-width: 760px){ .s-offergrid { grid-template-columns: 1fr; } }
.s-offer { background: var(--white); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg);
  padding: 28px; display: flex; flex-direction: column; gap: 12px; }
.s-offer:hover { box-shadow: var(--shadow-lg); }
.s-offer__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.s-offer__name { font-family: var(--font-accent); font-style: italic; font-size: 30px; color: var(--brand-600); line-height: 1; }
.s-offer h4 { font-family: var(--font-display); font-weight: 800; font-size: 19px; color: var(--ink-900); letter-spacing: -0.01em; }
.s-offer p { font-size: 15px; line-height: 1.55; color: var(--text-muted); }
.s-offer__foot { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--border-subtle); }
.s-offer__price { font-family: var(--font-display); font-weight: 800; font-size: 17px; color: var(--ink-900); }
.s-offer__meta { font-family: var(--font-mono); font-size: 11px; letter-spacing: .06em; color: var(--text-subtle); text-transform: uppercase; }
.s-badge { display: inline-flex; align-items: center; font-family: var(--font-display); font-weight: 700; font-size: 12px; padding: 5px 10px; border-radius: var(--radius-pill); background: transparent; color: var(--ink-700); border: 1px solid var(--border-strong); }

/* ---- TEMOIGNAGES ---- */
.s-quotes { columns: 2; column-gap: 20px; }
@media (max-width: 760px){ .s-quotes { columns: 1; } }
.s-quote { break-inside: avoid; background: var(--white); border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg); padding: 26px 28px; margin-bottom: 20px; box-shadow: var(--shadow-sm); }
.s-quote p { font-size: 16px; line-height: 1.6; color: var(--ink-800); margin: 0; }
.s-quote__mark { font-family: var(--font-accent); font-style: italic; font-size: 52px; color: var(--brand-300); line-height: 0.4; display: block; height: 26px; }
.s-quote__by { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.s-quote__av { width: 40px; height: 40px; clip-path: var(--clip-hex-tall); background: var(--brand-50); color: var(--brand-700);
  display: inline-flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 800; font-size: 15px; flex: none; }
.s-quote__by b { display: block; font-family: var(--font-display); font-weight: 700; font-size: 14px; color: var(--ink-900); }
.s-quote__by span { font-size: 13px; color: var(--text-muted); }

/* ---- TARIFS ---- */
.s-prices { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 820px){ .s-prices { grid-template-columns: 1fr; } }
.s-price { border: 1px solid var(--border-default); border-radius: var(--radius-xl); padding: clamp(28px, 3vw, 40px);
  background: var(--white); display: flex; flex-direction: column; }
.s-price--feature { background: var(--ink-950); color: var(--text-on-dark); border-color: var(--ink-800); }
.s-price.s-price--feature h3, .s-price.s-price--feature .s-price__from { color: var(--paper); }
.s-price__no { font-family: var(--font-accent); font-style: italic; font-size: 22px; color: var(--brand-500); margin-bottom: 6px; }
.s-price h3 { font-family: var(--font-display); font-weight: 800; font-size: 30px; color: var(--ink-900); letter-spacing: -0.02em; }
.s-price__desc { font-size: 15px; line-height: 1.55; color: var(--text-muted); margin: 12px 0 6px; }
.s-price--feature .s-price__desc { color: var(--text-on-dark-muted); }
.s-price__best { font-size: 13px; color: var(--text-body); margin-bottom: 22px; }
.s-price--feature .s-price__best { color: var(--text-on-dark-muted); }
.s-price ul { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 12px; }
.s-price li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; color: var(--text-body); }
.s-price--feature li { color: var(--text-on-dark-muted); }
.s-price li::before { content: '✓'; color: var(--brand-500); font-weight: 700; }
.s-price__foot { margin-top: auto; }
.s-price__line { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding-top: 20px; border-top: 1px solid var(--border-subtle); margin-bottom: 18px; }
.s-price--feature .s-price__line { border-top-color: var(--border-on-dark); }
.s-price__from { font-family: var(--font-display); font-weight: 800; font-size: 26px; color: var(--ink-900); }
.s-price__from span { font-family: var(--font-accent); font-style: italic; font-weight: 400; }
.s-price__time { font-family: var(--font-mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--text-subtle); }
.s-price__fin { font-size: 13px; color: var(--success-700); margin-top: 14px; }
.s-price--feature .s-price__fin { color: var(--brand-300); }
.s-price .wp-block-button__link { width: 100%; justify-content: center; }

/* ---- CTA de cloture ---- */
.s-cta { text-align: center; }
.s-cta h2 { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.03em; line-height: 0.98;
  font-size: clamp(40px, 7vw, 92px); color: var(--paper); margin-bottom: 36px; }
.s-cta .s-emph { color: var(--brand-400); }
.s-cta__row { display: inline-flex; flex-direction: column; align-items: center; gap: 14px; }
.s-cta__note { font-family: var(--font-mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--text-on-dark-muted); }

/* ---- CONTACT (formulaire) ---- */
.s-contact { background: var(--paper-2); border: 1px solid var(--border-subtle); border-radius: var(--radius-xl); padding: clamp(28px,4vw,44px); max-width: 560px; margin: 0 auto; }
.s-contact .wpcf7-form-control-wrap { display: block; margin-bottom: 16px; }
.s-contact label { font-family: var(--font-display); font-weight: 600; font-size: 13px; color: var(--ink-800); display: block; margin-bottom: 6px; }
.s-contact input[type="text"], .s-contact input[type="email"], .s-contact textarea {
  width: 100%; border: 1px solid var(--border-default); border-radius: var(--radius-md); padding: 12px 14px;
  font-family: var(--font-body); font-size: 15px; background: var(--white); color: var(--ink-900);
}
.s-contact input:focus, .s-contact textarea:focus { outline: none; border-color: var(--brand-500); box-shadow: var(--shadow-focus); }
.s-contact .wpcf7-submit {
  font-family: var(--font-display); font-weight: 700; font-size: 16px; padding: 15px 28px; border-radius: var(--radius-md);
  background: var(--brand-500); color: var(--paper); border: 0; cursor: pointer; width: 100%;
}
.s-contact .wpcf7-submit:hover { background: var(--brand-600); }

/* ---- FOOTER (parts/footer.html) ---- */
.s-footer { background: var(--ink-950); color: var(--text-on-dark); padding-block: clamp(48px, 6vw, 80px) 32px; }
.s-footer__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding-bottom: 48px; border-bottom: 1px solid var(--border-on-dark); }
@media (max-width: 760px){ .s-footer__top { grid-template-columns: 1fr; gap: 32px; } }
.s-footer h5 { font-family: var(--font-mono); font-weight: 500; text-transform: uppercase; letter-spacing: .1em; font-size: 11px; color: var(--text-on-dark-muted); margin: 0 0 18px; }
.s-footer__links { display: flex; flex-direction: column; gap: 12px; }
.s-footer__links a { color: var(--ink-200); font-size: 15px; text-decoration: none; }
.s-footer__links a:hover { color: var(--paper); }
.s-footer__blurb { color: var(--text-on-dark-muted); font-size: 15px; line-height: 1.6; max-width: 38ch; margin-top: 18px; }
.s-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 24px; flex-wrap: wrap; }
.s-footer__bottom .s-label, .s-footer__copy { font-family: var(--font-mono); font-size: 12px; letter-spacing: .08em; color: var(--text-on-dark-muted); text-transform: uppercase; }
.s-footer img { height: 28px; width: auto; }

/* ---- Reveal a l'entree ---- */
.s-reveal { opacity: 0; transform: translateY(14px); }
.s-reveal.is-in { opacity: 1; transform: none; transition: opacity var(--dur-slow) var(--ease-standard), transform var(--dur-slow) var(--ease-standard); }
@media (prefers-reduced-motion: reduce){ .s-reveal { opacity: 1 !important; transform: none !important; } }

/* ============================================================
   EFFECTS — inspires furoweb.eu (site.js), repris de l'ancienne
   maquette React (site-effects.js) et adaptes aux classes hbox-vitrine.
   ============================================================ */

/* ── 1. Curseur "pilule" personnalise ── */
.hbx-cursor {
  position: fixed; top: 0; left: 0; pointer-events: none; z-index: 9999;
  background: rgba(26, 26, 26, 0.72);
  backdrop-filter: blur(14px) saturate(1.4); -webkit-backdrop-filter: blur(14px) saturate(1.4);
  border: 1px solid rgba(255,255,255,0.13); border-radius: 999px;
  padding: 8px 18px; display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-mono); font-size: 11px; font-weight: 500; letter-spacing: 0.1em;
  text-transform: uppercase; color: #fff; white-space: nowrap;
  opacity: 0; transform: translate(-200px, -200px);
  transition: opacity 0.28s var(--ease-standard), width 0.22s var(--ease-standard);
  margin-left: -50%; margin-top: -50%;
}
.hbx-cursor.is-visible { opacity: 1; }
.hbx-cursor.is-active { opacity: 1; }
.hbx-cursor:not(.is-active) { opacity: 0; }
.hbx-cursor__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--brand-500); flex: none; }
.hbx-cursor__txt { color: rgba(255,255,255,0.88); }

/* ── 2. Particules canvas dans le hero (logo qui se dissout) ── */
.hbx-particles-wrap { position: absolute; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.hbx-particles-wrap canvas { display: block; width: 100%; height: 100%; opacity: 0.7; }
.s-hero { position: relative; }
.s-hero > *:not(.hbx-particles-wrap) { position: relative; z-index: 1; }

/* ── 3. Caracteres du scramble de titre ── */
.hbx-scramble { display: inline-block; color: var(--brand-500); opacity: 0.65; font-family: var(--font-mono); font-weight: 400; }

/* ── 4. Logo qui apparait au scroll (page d'accueil uniquement) ── */
.s-header .hbx-logo {
  opacity: 0; transform: translateY(-6px);
  transition: opacity 0.4s var(--ease-standard), transform 0.4s var(--ease-standard);
}
.s-header.is-scrolled .hbx-logo,
.s-header:not(.has-scroll-reveal) .hbx-logo { opacity: 1; transform: none; }

/* ── 5. Hover des numeros de section (/ 01, / 02...) ── */
.hbx-secno { transition: color 0.2s var(--ease-standard), letter-spacing 0.2s var(--ease-standard); }
.s-sechead:hover .hbx-secno { color: var(--brand-500); letter-spacing: 0.18em; }

@media (max-width: 768px) {
  .hbx-cursor { display: none; }
  .hbx-particles-wrap { display: none; }
}
