.comparison { margin-top: clamp(4rem, 8vw, 7rem); padding: clamp(2rem, 4vw, 4rem); background: var(--paper); }
.comparison-head { display: grid; grid-template-columns: 1fr .8fr; gap: 3rem; align-items: end; margin-bottom: 2rem; }
.comparison-head h3 { max-width: 15ch; margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3.4vw, 3.5rem); font-weight: 400; }
.comparison-head p { max-width: 32rem; margin: 0; }
.table-scroll { overflow-x: auto; }
.comparison table { width: 100%; border-collapse: collapse; text-align: left; }
.comparison th, .comparison td { padding: 1rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.comparison thead th { color: var(--copper); font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; }
.comparison tbody th { width: 22%; font-size: .74rem; font-weight: 700; }
.comparison td { width: 39%; color: var(--slate); font-size: .8rem; }
.comparison-note { margin: 1.5rem 0 0; font-size: .73rem; font-style: italic; }

.pro-needs { background: var(--sand); }
.pro-scope { overflow: hidden; background: var(--ink); color: var(--ivory); }
.pro-scope::before { position: absolute; width: 0; height: 0; content: ""; }
.scope-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.scope-grid article { min-height: 17rem; padding: 2rem; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.scope-grid article > span { color: var(--copper-light); font-size: .64rem; }
.scope-grid h3 { margin: 3.8rem 0 .8rem; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.scope-grid p { margin: 0; color: rgba(255,255,255,.52); font-size: .8rem; }

.project-form { padding: clamp(1.5rem, 3.5vw, 3.2rem); border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.035); }
.form-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid rgba(255,255,255,.16); }
.form-heading > span { color: var(--copper-light); font-size: .62rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.form-heading h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 400; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.3rem; }
.form-grid label { display: grid; gap: .45rem; }
.form-grid label > span { color: rgba(255,255,255,.7); font-size: .65rem; font-weight: 600; letter-spacing: .06em; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 3.15rem; border: 1px solid rgba(255,255,255,.2); border-radius: 0; padding: .7rem .8rem; background: rgba(255,255,255,.055); color: white; outline: 0; transition: border-color .2s, background .2s; }
.form-grid textarea { resize: vertical; }
.form-grid select { color-scheme: dark; }
.form-grid input::placeholder, .form-grid textarea::placeholder { color: rgba(255,255,255,.3); }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--copper-light); background: rgba(255,255,255,.075); }
.form-grid .full-field { grid-column: 1 / -1; }
.form-note { margin: 1.3rem 0; color: rgba(255,255,255,.42); font-size: .7rem; }
.form-submit { width: 100%; }
.form-options { margin-top: 1.5rem; border-block: 1px solid rgba(255,255,255,.18); }
.form-options summary { padding: 1rem 0; cursor: pointer; font-size: .8rem; }
.form-options summary:focus-visible { outline: 2px solid var(--copper-light); outline-offset: 4px; }
.form-options .form-grid { padding-block: .5rem 1.5rem; }
.form-submit:disabled { cursor: wait; opacity: .65; }
.form-trap { display: none; }
.form-status { min-height: 1.4rem; margin: .75rem 0 0; color: var(--copper-light); font-size: .7rem; }

body[data-profile="professionnel"] .proof, body[data-profile="professionnel"] .membrane { background: var(--ink); color: var(--ivory); }
body[data-profile="professionnel"] .hero-separator { color: var(--ink); }
body[data-profile="professionnel"] .proof p, body[data-profile="professionnel"] .membrane p, body[data-profile="professionnel"] .benefit-list li { color: rgba(255,255,255,.58); }
body[data-profile="professionnel"] .proof .lead-copy, body[data-profile="professionnel"] .membrane .lead-copy { color: var(--ivory); }
body[data-profile="professionnel"] .comparison { background: rgba(255,255,255,.055); }
body[data-profile="professionnel"] .comparison th, body[data-profile="professionnel"] .comparison td, body[data-profile="professionnel"] .benefit-list, body[data-profile="professionnel"] .benefit-list li { border-color: rgba(255,255,255,.16); }
body[data-profile="professionnel"] .comparison td { color: rgba(255,255,255,.58); }

body[data-profile="professionnel"] .commitments, body[data-profile="professionnel"] .contact, body[data-profile="professionnel"] footer { background: var(--ivory); color: var(--ink); }
body[data-profile="professionnel"] .commitment-title > p:last-child, body[data-profile="professionnel"] .commitment-list p, body[data-profile="professionnel"] .national > p, body[data-profile="professionnel"] .contact-intro > p:not(.eyebrow), body[data-profile="professionnel"] .footer-grid p, body[data-profile="professionnel"] .footer-bottom { color: rgba(22,24,25,.58); }
body[data-profile="professionnel"] .commitment-list article, body[data-profile="professionnel"] .national, body[data-profile="professionnel"] .direct-contact, body[data-profile="professionnel"] .direct-contact a, body[data-profile="professionnel"] .footer-bottom { border-color: rgba(22,24,25,.16); }
body[data-profile="professionnel"] .region-list span { border-color: rgba(22,24,25,.18); color: rgba(22,24,25,.62); }
body[data-profile="professionnel"] .project-form { border-color: rgba(22,24,25,.18); background: rgba(22,24,25,.035); }
body[data-profile="professionnel"] .form-heading { border-color: rgba(22,24,25,.16); }
body[data-profile="professionnel"] .form-grid label > span { color: rgba(22,24,25,.7); }
body[data-profile="professionnel"] .form-grid input, body[data-profile="professionnel"] .form-grid select, body[data-profile="professionnel"] .form-grid textarea { border-color: rgba(22,24,25,.2); background: rgba(22,24,25,.055); color: var(--ink); }
body[data-profile="professionnel"] .form-grid select { color-scheme: light; }
body[data-profile="professionnel"] .form-grid input::placeholder, body[data-profile="professionnel"] .form-grid textarea::placeholder, body[data-profile="professionnel"] .form-note { color: rgba(22,24,25,.42); }
body[data-profile="professionnel"] .form-grid input:focus, body[data-profile="professionnel"] .form-grid select:focus, body[data-profile="professionnel"] .form-grid textarea:focus { background: rgba(22,24,25,.075); }
body[data-profile="professionnel"] .site-header.scrolled { border-color: rgba(255,255,255,.18); background: rgba(22,24,25,.96); color: var(--ivory); }
body[data-profile="professionnel"] .site-header.scrolled .profile-switch { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.06); color: rgba(255,255,255,.62); }
.form-attachments .form-grid input[type="file"] { height: auto; min-width: 0; max-width: 100%; font-size: .8rem; }
.form-attachments input::file-selector-button { margin-inline-end: 1.1rem; padding: .5rem .65rem; border: 1px solid var(--copper); background: transparent; color: inherit; font: inherit; cursor: pointer; }
.form-attachments > .form-note { color: var(--surface-copy); }

.contact .project-form .form-options { border-color: var(--surface-line); }
.contact .project-form .form-options + .form-options { margin-top: 0; border-top: 0; }
.contact .project-form .form-options summary { display: flex; align-items: center; gap: .75rem; padding-block: 1.15rem; list-style: none; }
.contact .project-form .form-options summary::-webkit-details-marker { display: none; }
.contact .project-form .form-option-chevron { flex: 0 0 1.1rem; width: 1.1rem; height: 1.1rem; color: var(--copper-light); }
.contact .project-form .form-options[open] > summary .form-option-chevron { transform: rotate(90deg); }
.contact .project-form .form-submit { margin-top: 1.5rem; }
.contact .project-form .form-status:empty { min-height: 0; margin: 0; }
.contact .project-form > .form-note:last-child { margin: .85rem 0 0; }
.contact .project-form .form-options > .form-note { margin-top: 0; margin-bottom: .75rem; }
#contact-professionnel .form-grid select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='m7 10 5 5 5-5z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right .7rem center; background-size: 1.25rem; }

.file-picker-button, .file-picker-name { display: none; }
.file-picker.is-enhanced { position: relative; display: flex; align-items: center; gap: 1.25rem; min-width: 0; padding: .45rem .8rem; border: 1px solid var(--surface-line); color: var(--surface-text); font-size: .8rem; font-weight: 400; }
.file-picker.is-enhanced .file-picker-button { display: block; flex-shrink: 0; padding: .5rem .65rem; border: 1px solid var(--copper); }
.file-picker.is-enhanced .file-picker-name { display: block; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.contact .file-picker.is-enhanced input[type="file"] { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.file-picker.is-enhanced:focus-within { outline: 2px solid var(--copper-light); outline-offset: 2px; }
.file-picker.is-enhanced:has(input:disabled) { opacity: .65; }

.contact .project-form .form-submit::before { content: ""; }
.contact .form-submit:hover { background: var(--copper); color: white; }
.contact .form-submit:disabled::before { animation: none; }
.contact .form-submit-arrow { flex-shrink: 0; width: 1.5rem; height: 1.5rem; }
@media (prefers-reduced-motion: reduce) {
  .contact .form-submit::before { animation: none; }
  .contact .form-submit-arrow path { stroke-dasharray: none; stroke-dashoffset: 0 !important; }
}
