/* Calsoï — feuille de style commune */
/* Generee automatiquement — ne pas editer les blocs communs ici directement */

:root {
    --teal-deep: #2b3a36;
    --teal: #3a4e49;
    --cream: #d7cec1;
    --paper: #f4f0e8;
    --paper-soft: #ece6da;
    --ink: #20302c;
    --brass: #bb8b54;
    --brass-soft: #cda473;
    --line: rgba(215, 206, 193, 0.22);
    --line-dark: rgba(43, 58, 54, 0.14);
  }

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: 'Spectral', Georgia, serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.65;
    color: var(--ink);
    background: var(--paper);
    -webkit-font-smoothing: antialiased;
  }

h1, h2, h3 {
    font-family: 'Fraunces', Georgia, serif;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.01em;
  }

a { color: inherit; }

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 32px; }

/* ---------- Navigation ---------- */

header {
    position: sticky; top: 0; z-index: 50;
    background: rgba(43, 58, 54, 0.92);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--line);
  }

nav {
    display: flex; align-items: center; justify-content: space-between;
    height: 68px; max-width: 1080px; margin: 0 auto; padding: 0 32px;
  }

/* Marque : logo si présent, sinon repli texte automatique */

.brand {
    display: inline-flex; align-items: center; text-decoration: none;
    font-family: 'Fraunces', serif; font-weight: 600; font-size: 24px;
    color: var(--cream); letter-spacing: 0.02em;
  }

.brand img { height: 36px; width: auto; display: block; }

.brand .brand-text { display: none; }

.brand.no-logo .brand-text { display: inline; }

.brand.no-logo img { display: none; }

.nav-right { display: flex; align-items: center; gap: 28px; }

.nav-links { display: flex; gap: 15px; flex-wrap: nowrap; }

.nav-links a {
    color: var(--cream); text-decoration: none; font-size: 14px;
    font-family: 'Spectral', serif; opacity: 0.82; transition: opacity 0.2s; white-space: nowrap;
  }

.nav-links a:hover { opacity: 1; }

.lang-switch {
    display: flex; align-items: center; gap: 8px;
    font-family: 'Spectral', serif; font-size: 14px;
    border-left: 1px solid var(--line); padding-left: 22px;
  }

.lang-switch a {
    color: var(--cream); text-decoration: none; opacity: 0.55;
    transition: opacity 0.2s; letter-spacing: 0.08em;
  }

.lang-switch a.active { opacity: 1; color: var(--brass-soft); }

.lang-switch a:hover { opacity: 1; }

.lang-switch .sep { opacity: 0.4; }

.nav-toggle {
    display: none; background: none; border: 0; cursor: pointer; order: 5;
    width: 42px; height: 42px; padding: 9px; margin-left: 2px;
  }

.nav-toggle span {
    display: block; height: 2px; width: 100%; background: var(--cream);
    border-radius: 2px; transition: transform 0.25s, opacity 0.2s;
  }

.nav-toggle span + span { margin-top: 5px; }

nav.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }

nav.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }

nav.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 1024px) {
    .nav-links { display: none; }
    .nav-toggle { display: inline-flex; flex-direction: column; justify-content: center; }
    .lang-switch { border-left: none; padding-left: 0; }
    nav { position: relative; }
    nav.nav-open .nav-links {
      display: flex; flex-direction: column; gap: 0;
      position: absolute; left: -32px; right: -32px; top: 68px;
      background: rgba(43, 58, 54, 0.98);
      -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
      padding: 6px 32px 16px; border-top: 1px solid var(--line);
      box-shadow: 0 14px 26px rgba(0,0,0,0.20);
    }
    nav.nav-open .nav-links a {
      font-size: 16px; padding: 13px 2px; opacity: 0.92;
      border-top: 1px solid var(--line); white-space: normal;
    }
  }

/* ---------- Sections génériques ---------- */

section { padding: 96px 0; }

.dark { background: var(--teal); color: var(--cream); }

.deep { background: var(--teal-deep); color: var(--cream); }

.light { background: var(--paper); color: var(--ink); }

.soft { background: var(--paper-soft); color: var(--ink); }

.eyebrow {
    font-family: 'Spectral', serif; font-weight: 500;
    text-transform: uppercase; letter-spacing: 0.22em; font-size: 13px;
    color: var(--brass); margin-bottom: 22px;
  }

.dark .eyebrow, .deep .eyebrow { color: var(--brass-soft); }

/* ---------- Hero ---------- */

.hero { padding: 132px 0 116px; position: relative; overflow: hidden; }

.hero h1 {
    font-size: clamp(40px, 6.4vw, 78px); font-weight: 400;
    max-width: 14ch; margin-bottom: 34px;
  }

.signature {
    font-family: 'Fraunces', serif; font-weight: 500;
    font-size: 18px; color: var(--brass-soft);
    margin-bottom: 30px; letter-spacing: 0.01em;
  }

.hero p.lede { font-size: 21px; max-width: 56ch; opacity: 0.92; }

.hero-glow {
    position: absolute; right: -160px; top: -120px;
    width: 520px; height: 520px; border-radius: 50%;
    background: radial-gradient(circle, rgba(187,139,84,0.20), transparent 68%);
    pointer-events: none;
  }

/* ---------- Reveal animation ---------- */

.reveal { opacity: 0; transform: translateY(18px); animation: rise 0.9s ease forwards; }

.d1 { animation-delay: 0.05s; }

.d2 { animation-delay: 0.18s; }

.d3 { animation-delay: 0.32s; }

.d4 { animation-delay: 0.46s; }

@keyframes rise { to { opacity: 1; transform: translateY(0); } }

@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1; transform: none; animation: none; }
  }

/* ---------- Titres de section ---------- */

.section-title { font-size: clamp(30px, 4.2vw, 46px); max-width: 30ch; margin-bottom: 28px; }

.lead-text { font-size: 20px; max-width: 100ch; }

.lead-text + .lead-text { margin-top: 22px; }

/* ---------- Services ---------- */

.services { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin-top: 56px;
    border-top: 1px solid var(--line); border-left: 1px solid var(--line); }

.service {
    padding: 40px 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
    transition: background 0.3s;
  }

.service:hover { background: rgba(187,139,84,0.08); }

.service .num {
    font-family: 'Fraunces', serif; font-size: 15px; color: var(--brass-soft);
    letter-spacing: 0.1em; margin-bottom: 18px;
  }

.service h3 { font-size: 25px; margin-bottom: 16px; font-weight: 500; }

.service p { font-size: 17.5px; opacity: 0.9; line-height: 1.6; }

@media (max-width: 760px) { .services { grid-template-columns: 1fr; } }

/* ---------- Pour qui ---------- */

.audience { display: grid; grid-template-columns: repeat(2, 1fr); gap: 36px; margin-top: 52px; }

.audience .item h3 { font-size: 21px; margin-bottom: 12px; color: var(--ink); }

.audience .item p { font-size: 17px; opacity: 0.88; }

.closing { margin-top: 48px; font-size: 21px; font-style: italic; max-width: 100ch; color: var(--teal); }

@media (max-width: 760px) { .audience { grid-template-columns: 1fr; gap: 30px; } }

/* ---------- Bio ---------- */

.bio-grid {
    display: grid; grid-template-columns: 0.7fr 1fr; gap: 56px;
    align-items: start; margin-top: 40px;
  }

.bio-photo {
    width: 100%; aspect-ratio: 1 / 1; overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  }

.bio-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

@media (max-width: 760px) {
    .bio-grid { grid-template-columns: 1fr; gap: 30px; }
    .bio-photo { max-width: 320px; }
  }

.bio-card {
    border: 1px solid var(--line); border-radius: 4px; padding: 36px;
    background: rgba(215,206,193,0.05);
  }

.bio-card .name { font-family: 'Fraunces', serif; font-size: 28px; color: var(--cream); margin-bottom: 6px; }

.bio-card .role { font-size: 16px; color: var(--brass-soft); margin-bottom: 28px; }

.facts { list-style: none; }

.facts li { padding: 12px 0; border-top: 1px solid var(--line); font-size: 16px; display: flex; gap: 14px; }

.facts li .k { color: var(--brass-soft); min-width: 86px; font-family: 'Fraunces', serif; }

.bio-text p { margin-bottom: 20px; opacity: 0.92; }

.bio-text p .accent { color: var(--brass-soft); font-style: italic; }

@media (max-width: 760px) { .bio-grid { grid-template-columns: 1fr; gap: 36px; } }

/* ---------- FAQ ---------- */

.faq { margin-top: 50px; border-top: 1px solid var(--line-dark); }

.faq details {
    border-bottom: 1px solid var(--line-dark); padding: 8px 0;
  }

.faq summary {
    font-family: 'Fraunces', serif; font-size: 22px; font-weight: 500;
    padding: 22px 44px 22px 0; cursor: pointer; list-style: none; position: relative;
    color: var(--teal);
  }

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

.faq summary::after {
    content: '+'; position: absolute; right: 6px; top: 18px;
    font-size: 28px; color: var(--brass); transition: transform 0.25s; font-family: 'Spectral', serif;
  }

.faq details[open] summary::after { transform: rotate(45deg); }

.faq .answer { padding: 0 44px 26px 0; font-size: 18px; opacity: 0.9; max-width: 70ch; }

/* ---------- Clients ---------- */

.clients-list {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 48px;
  }

.client {
    display: flex; align-items: center; justify-content: center;
    min-height: 96px; padding: 18px 20px;
    background: #ffffff;
    border: 1px solid rgba(43, 58, 54, 0.08);
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(43, 58, 54, 0.04);
    transition: box-shadow 0.25s, transform 0.25s;
  }

.client:hover {
    box-shadow: 0 6px 16px rgba(43, 58, 54, 0.10);
    transform: translateY(-2px);
  }

.client img {
    max-height: 64px; max-width: 100%;
    width: auto; display: block;
    object-fit: contain;
  }

.client .client-text {
    display: none;
    font-family: 'Fraunces', serif; font-size: 17px;
    color: var(--teal); font-weight: 500;
  }

.client.no-logo .client-text { display: inline; }

.client.no-logo img { display: none; }

@media (max-width: 900px) { .clients-list { grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 600px) { .clients-list { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Contact ---------- */

.contact h2 { font-size: clamp(32px, 5vw, 54px); margin-bottom: 26px; max-width: 16ch; }

.contact p { font-size: 21px; max-width: 56ch; opacity: 0.92; margin-bottom: 34px; }

.btn {
    display: inline-block; font-family: 'Spectral', serif; font-size: 17px;
    background: var(--brass); color: var(--teal-deep); text-decoration: none;
    padding: 16px 34px; border-radius: 3px; font-weight: 600; transition: background 0.2s, transform 0.2s;
  }

.btn:hover { background: var(--brass-soft); transform: translateY(-2px); }

.contact .meta { margin-top: 40px; font-size: 16px; opacity: 0.7; }

/* ---------- Footer ---------- */

footer { background: var(--teal-deep); color: var(--cream); padding: 40px 0; border-top: 1px solid var(--line); }

.foot { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; font-size: 14px; opacity: 0.7; }

.foot a { color: var(--brass-soft); text-decoration: none; }

/* Marqueur visuel des champs à compléter */

.todo { color: var(--brass); font-weight: 600; }

/* ---------- Lettre Calsoï & LinkedIn ---------- */

.pub-list { display: flex; flex-direction: column; gap: 28px; margin-top: 52px; }

.pub {
    display: grid; grid-template-columns: 280px 1fr; gap: 36px;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid var(--line-dark);
    border-radius: 6px;
    padding: 24px;
    transition: box-shadow 0.25s, transform 0.25s;
    align-items: start;
  }

.pub:hover { box-shadow: 0 8px 24px rgba(43, 58, 54, 0.10); transform: translateY(-2px); }

.deep .pub, .dark .pub {
    background: rgba(244, 240, 232, 0.06);
    border-color: var(--line);
  }

.pub-image {
    width: 100%; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 4px;
    background: #1a1a1a;
  }

.pub-image img { width: 100%; height: 100%; object-fit: cover; display: block; }

.pub-body { padding: 6px 0; }

.pub-meta {
    font-family: 'Spectral', serif; font-size: 13px;
    text-transform: uppercase; letter-spacing: 0.18em;
    color: var(--brass); margin-bottom: 14px;
  }

.deep .pub-meta, .dark .pub-meta { color: var(--brass-soft); }

.pub-title {
    font-family: 'Fraunces', serif; font-size: 26px; font-weight: 500;
    line-height: 1.2; margin-bottom: 12px; letter-spacing: -0.01em;
  }

.deep .pub-title, .dark .pub-title { color: var(--cream); }

.pub-subtitle {
    font-style: italic; font-size: 17px; opacity: 0.78; margin-bottom: 18px;
    line-height: 1.5;
  }

.pub-text { font-size: 17px; line-height: 1.65; opacity: 0.92; white-space: pre-line; }

.pub-text p { margin-bottom: 14px; }

.pub-text p:last-child { margin-bottom: 0; }

.pub-link {
    display: inline-block; margin-top: 22px;
    font-family: 'Spectral', serif; font-size: 15px; font-weight: 500;
    color: var(--brass); text-decoration: none;
    border-bottom: 1px solid var(--brass);
    padding-bottom: 2px;
    transition: opacity 0.2s;
  }

.deep .pub-link, .dark .pub-link { color: var(--brass-soft); border-bottom-color: var(--brass-soft); }

.pub-link:hover { opacity: 0.7; }

.pub-link::after { content: ' →'; }

.section-cta {
    margin-top: 56px; text-align: center;
    padding-top: 36px; border-top: 1px solid var(--line-dark);
  }

.deep .section-cta, .dark .section-cta { border-top-color: var(--line); }

.section-cta p { font-size: 17px; opacity: 0.85; margin-bottom: 16px; }

.btn-ghost {
    display: inline-block; font-family: 'Spectral', serif; font-size: 16px;
    color: var(--brass); text-decoration: none;
    padding: 12px 28px; border: 1px solid var(--brass);
    border-radius: 3px; transition: background 0.2s, color 0.2s;
  }

.deep .btn-ghost, .dark .btn-ghost { color: var(--brass-soft); border-color: var(--brass-soft); }

.btn-ghost:hover { background: var(--brass); color: var(--paper); }

.deep .btn-ghost:hover, .dark .btn-ghost:hover { background: var(--brass-soft); color: var(--teal-deep); }

@media (max-width: 760px) {
    .pub { grid-template-columns: 1fr; gap: 22px; }
    .pub-image { max-width: 60%; }
  }

main.page-main{background:var(--paper);color:var(--ink);padding:120px 0 90px;}

.page-wrap{max-width:760px;margin:0 auto;padding:0 28px;}

.page-wrap .eyebrow{color:var(--brass);font-weight:600;text-transform:uppercase;letter-spacing:.22em;font-size:13px;margin:0 0 14px;}

.page-wrap h1{font-family:'Fraunces',Georgia,serif;font-size:clamp(30px,5vw,46px);line-height:1.12;letter-spacing:-.01em;margin:0 0 22px;}

.page-lead{font-size:20px;line-height:1.6;margin:0 0 36px;}

.page-body p{font-size:18px;line-height:1.72;margin:0 0 20px;}

.page-body h2{font-family:'Fraunces',Georgia,serif;font-size:26px;line-height:1.2;margin:42px 0 14px;}

.page-body ul{margin:0 0 22px;padding-left:22px;}

.page-body li{font-size:18px;line-height:1.7;margin:0 0 9px;}

.page-body a{color:var(--brass);}

.page-cta{margin:40px 0 0;padding:24px 26px;background:var(--paper-soft);border-left:3px solid var(--brass);border-radius:0 6px 6px 0;font-size:18px;}

.page-cta a{color:var(--brass);font-weight:600;text-decoration:none;}

.page-cta a:hover{text-decoration:underline;}

.page-faq{margin:48px 0 0;}

.page-faq h2{font-family:'Fraunces',Georgia,serif;font-size:26px;margin:0 0 12px;}

.page-faq details{border-top:1px solid var(--line-dark);padding:15px 0;}

.page-faq details:last-of-type{border-bottom:1px solid var(--line-dark);}

.page-faq summary{cursor:pointer;font-weight:600;font-size:17px;list-style:none;}

.page-faq summary::-webkit-details-marker{display:none;}

.page-faq .answer{margin:10px 0 0;font-size:17px;line-height:1.62;opacity:.9;}

html.fx-js:not(.fx-reduced) .service,

html.fx-js:not(.fx-reduced) .mgroup,

html.fx-js:not(.fx-reduced) .client,

html.fx-js:not(.fx-reduced) .pub,

html.fx-js:not(.fx-reduced) .jcard,

html.fx-js:not(.fx-reduced) section h2,

html.fx-js:not(.fx-reduced) .eyebrow,

html.fx-js:not(.fx-reduced) .lead-text,

html.fx-js:not(.fx-reduced) .journal-intro,

html.fx-js:not(.fx-reduced) .page-lead,

html.fx-js:not(.fx-reduced) .page-body p,

html.fx-js:not(.fx-reduced) .page-body h2,

html.fx-js:not(.fx-reduced) .page-body ul,

html.fx-js:not(.fx-reduced) .page-faq,

html.fx-js:not(.fx-reduced) .page-cta,

html.fx-js:not(.fx-reduced) .tldr,

html.fx-js:not(.fx-reduced) .article-body h2{
  opacity:0; transform:translateY(20px);
  transition:opacity .7s cubic-bezier(.16,.84,.44,1), transform .7s cubic-bezier(.16,.84,.44,1);
}

html.fx-js .fx-in{opacity:1 !important; transform:none !important;}

.fx-w{display:inline-block; overflow:hidden; vertical-align:top;}

.fx-w > i{display:inline-block; font-style:inherit; transform:translateY(112%); transition:transform .9s cubic-bezier(.16,.84,.44,1);}

.fx-w.fx-in > i{transform:none;}

html.fx-js .fx-fade{opacity:0; transition:opacity .9s ease;}

html.fx-js .fx-fade.fx-in{opacity:1;}

.fx-progress{position:fixed; top:0; left:0; height:3px; width:0; background:var(--brass); z-index:9999; transition:width .12s linear;}

header{transition:box-shadow .3s ease, background-color .3s ease;}

header.fx-scrolled{box-shadow:0 6px 24px rgba(43,58,54,.10);}

.service{transition:transform .35s cubic-bezier(.16,.84,.44,1);}

.service:hover{transform:translateY(-4px);}

.service .num{transition:color .35s ease;}

.service:hover .num{color:var(--brass);}

.client{transition:transform .35s ease;}

.client:hover{transform:translateY(-3px);}

[id]{scroll-margin-top:88px;}

@media (prefers-reduced-motion: reduce){
  .fx-w > i{transform:none;}
  .service:hover, .client:hover{transform:none;}
}

/* Modernisation sobre 2026 : bloc additif, sans changement d'identite (couleurs, polices, textes inchanges) */

::selection{ background: var(--brass-soft); color: var(--teal-deep); }

:where(a,button,.btn,.btn-ghost,.nav-toggle,summary,input):focus-visible{
  outline:2px solid var(--brass-soft); outline-offset:3px; border-radius:2px;
}

.nav-links a{ position:relative; }

.nav-links a::after{
  content:""; position:absolute; left:0; right:0; bottom:-4px; height:1px;
  background:var(--brass-soft); transform:scaleX(0); transform-origin:left;
  transition:transform .3s cubic-bezier(.16,.84,.44,1);
}

.nav-links a:hover::after, .nav-links a:focus-visible::after{ transform:scaleX(1); }

.scroll-cue{ position:absolute; left:50%; bottom:24px; transform:translateX(-50%); z-index:2; pointer-events:none; }

.scroll-cue .line{ display:block; width:1px; height:38px; background:var(--brass-soft);
  transform-origin:top center; animation:cueLine 2.2s cubic-bezier(.16,.84,.44,1) infinite; }

@keyframes cueLine{ 0%{transform:scaleY(0); opacity:.2;} 45%{transform:scaleY(1); opacity:.85;} 100%{transform:scaleY(1); opacity:0;} }

html{ scroll-behavior:smooth; }

@media (max-width:760px){ .scroll-cue{ display:none; } }

@media (prefers-reduced-motion: reduce){
  .nav-links a::after{ transition:none; }
  .scroll-cue .line{ animation:none; opacity:.5; }
  html{ scroll-behavior:auto; }
}

.nav-drop{ position:relative; display:inline-flex; align-items:center; }

.nav-drop-toggle{ font-family:'Spectral',serif; font-size:14px; color:var(--cream); background:none; border:0; padding:0; margin:0; cursor:pointer; opacity:.82; display:inline-flex; align-items:center; gap:6px; white-space:nowrap; transition:opacity .2s; font-weight:400; line-height:1; }

.nav-drop-toggle:hover, .nav-drop:focus-within .nav-drop-toggle{ opacity:1; }

.nav-drop-toggle.is-active{ opacity:1; color:var(--brass-soft); }

.nav-caret{ width:6px; height:6px; border-right:1.5px solid currentColor; border-bottom:1.5px solid currentColor; transform:rotate(45deg) translateY(-2px); transition:transform .25s; }

.nav-drop.open .nav-caret, .nav-drop:hover .nav-caret{ transform:rotate(225deg) translateY(1px); }

.nav-drop::after{ content:""; position:absolute; top:100%; left:0; right:0; height:12px; }

.nav-drop-menu{ position:absolute; top:calc(100% + 10px); left:50%; transform:translateX(-50%) translateY(6px); min-width:210px; background:var(--teal-deep); border:1px solid var(--line); border-radius:6px; box-shadow:0 14px 30px rgba(0,0,0,.28); padding:8px 0; opacity:0; visibility:hidden; transition:opacity .2s ease, transform .2s ease; z-index:250; }

.nav-drop:hover .nav-drop-menu, .nav-drop:focus-within .nav-drop-menu, .nav-drop.open .nav-drop-menu{ opacity:1; visibility:visible; transform:translateX(-50%) translateY(0); }

.nav-drop-menu a{ display:block; padding:10px 20px; font-family:'Spectral',serif; font-size:14.5px; color:var(--cream); opacity:.85; text-decoration:none; white-space:nowrap; }

.nav-drop-menu a:hover, .nav-drop-menu a.active{ opacity:1; color:var(--brass-soft); background:rgba(205,164,115,.08); }

.nav-drop-menu a::after{ display:none !important; }

@media (max-width:1024px){
  .nav-drop{ display:block; width:100%; }
  .nav-drop-toggle{ width:100%; justify-content:space-between; font-size:16px; padding:13px 2px; opacity:.92; border-top:1px solid var(--line); }
  .nav-drop::after{ display:none; }
  .nav-drop-menu{ position:static; opacity:1; visibility:visible; transform:none; min-width:0; background:transparent; border:0; border-radius:0; box-shadow:none; padding:0 0 0 14px; }
  .nav-drop-menu a{ padding:12px 2px; opacity:.9; border-top:1px solid var(--line); font-size:15px; }
  .nav-caret{ display:none; }
}

.floating-cta{position:fixed;right:24px;bottom:24px;z-index:200;display:inline-block;font-family:'Spectral',Georgia,serif;font-size:15px;font-weight:600;letter-spacing:.01em;background:var(--brass);color:var(--teal-deep);text-decoration:none;padding:13px 24px;border-radius:40px;box-shadow:0 8px 24px rgba(43,58,54,.28);opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .3s ease, transform .3s ease, background .2s;}

.floating-cta.is-visible{opacity:1;transform:none;pointer-events:auto;}

.floating-cta:hover{background:var(--brass-soft);}

@media (max-width:600px){.floating-cta{right:14px;bottom:14px;font-size:14px;padding:12px 18px;}}

@media (prefers-reduced-motion: reduce){.floating-cta{transition:none;}}
