:root {
  --ink: #173126;
  --ink-2: #24493a;
  --cream: #f8f4ea;
  --paper: #fffdf8;
  --lime: #dffe75;
  --lime-2: #cceb5e;
  --coral: #ff795c;
  --blue: #7eb6c6;
  --line: #d9d7ca;
  --muted: #6a746e;
  --shadow: 0 18px 50px rgba(23, 49, 38, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; clip: rect(0 0 0 0); overflow: hidden; white-space: nowrap; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { width: min(1240px, calc(100% - 48px)); height: 92px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 750; letter-spacing: -.02em; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--lime); }
.brand-mark svg { width: 26px; height: 26px; stroke-width: 1.8; }
.brand-name { font-size: 19px; }
.brand-name strong { color: #4e733d; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 650; }
.main-nav > a { transition: color .2s ease; }
.main-nav > a:hover { color: #4e733d; }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 10px; padding: 0 21px; font-size: 14px; font-weight: 750; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: var(--ink); box-shadow: 0 7px 0 rgba(23,49,38,.14); }
.button-primary:hover { background: #e8ff9c; box-shadow: 0 9px 0 rgba(23,49,38,.12); }
.button-dark { background: var(--ink); color: white; }
.button-outline { border-color: var(--ink); background: transparent; }
.button-outline:hover { background: var(--ink); color: white; }
.button-small { min-height: 42px; border-radius: 9px; padding-inline: 17px; }

.hero { min-height: 640px; padding: 58px 0 82px; display: grid; grid-template-columns: 1.06fr .94fr; gap: 64px; align-items: center; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 20px; height: 2px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.052em; line-height: .96; }
h1 { margin-bottom: 26px; font-size: clamp(54px, 6vw, 83px); max-width: 700px; }
h1 em, h2 em { color: #548343; font-family: Georgia, serif; font-weight: 400; }
.hero-intro { max-width: 590px; margin-bottom: 32px; font-size: 19px; line-height: 1.6; color: #44574e; }
.search-box { background: var(--paper); border: 1px solid #d8d7cb; border-radius: 16px; padding: 8px; display: grid; grid-template-columns: 1fr 1fr auto; box-shadow: var(--shadow); }
.search-field { padding: 9px 14px; border-right: 1px solid var(--line); }
.search-field > span:first-child { display: block; margin: 0 0 5px 31px; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; color: var(--muted); }
.input-row { display: flex; align-items: center; gap: 10px; }
.input-row svg { flex: 0 0 auto; color: #4e733d; }
.input-row select, .input-row input { width: 100%; min-width: 0; border: 0; padding: 0; background: transparent; outline: none; color: var(--ink); font-weight: 700; appearance: none; }
.search-button { min-width: 135px; align-self: stretch; min-height: 64px; box-shadow: none; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 22px; color: #5c6b64; font-size: 12px; font-weight: 650; }
.hero-notes span { display: inline-flex; align-items: center; gap: 6px; }
.hero-notes svg { width: 16px; }

.hero-visual { height: 545px; position: relative; border: 1px solid #d4d0c3; border-radius: 32px; overflow: hidden; background: #f2ecdf; box-shadow: 16px 18px 0 #d9e3cc; transform: rotate(1.1deg); }
.map-topline { position: absolute; z-index: 4; inset: 18px 18px auto; display: flex; align-items: center; justify-content: space-between; padding: 13px 15px; border-radius: 12px; background: rgba(255,253,248,.92); backdrop-filter: blur(8px); font-size: 12px; box-shadow: 0 5px 20px rgba(23,49,38,.08); }
.map-topline strong { font-size: 14px; }
.live-dot { display: flex; align-items: center; gap: 7px; color: #42703a; font-weight: 750; }
.live-dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #70a84e; box-shadow: 0 0 0 4px rgba(112,168,78,.16); }
.street-map { position: absolute; width: 100%; height: 100%; inset: 0; }
.street-map > path:not(.river) { fill: none; stroke: #d4cdbf; stroke-width: 14; }
.street-map .river { fill: none; stroke: #b6d9dc; stroke-width: 34; opacity: .75; }
.street-map .blocks path { fill: #e7e0d2; stroke: #d7cebd; stroke-width: 2; rx: 6; }
.map-pin { position: absolute; z-index: 5; width: 46px; height: 54px; border: 0; background: transparent; padding: 0; cursor: pointer; filter: drop-shadow(0 7px 6px rgba(23,49,38,.2)); transition: transform .2s ease; }
.map-pin:hover { transform: translateY(-5px) scale(1.08); }
.map-pin::after { content: ""; position: absolute; left: 17px; bottom: 2px; border: 6px solid transparent; border-top: 10px solid var(--ink); }
.map-pin span { position: absolute; inset: 0 0 8px; border-radius: 50%; display: grid; place-items: center; color: var(--lime); background: var(--ink); border: 3px solid var(--paper); }
.map-pin svg { width: 21px; height: 21px; }
.pin-one { left: 23%; top: 26%; }.pin-two { right: 19%; top: 31%; }.pin-three { left: 12%; top: 54%; }.pin-four { right: 33%; top: 57%; }
.map-profile { position: absolute; z-index: 6; left: 18px; right: 18px; bottom: 20px; display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; padding: 14px; border-radius: 16px; background: var(--paper); box-shadow: 0 12px 28px rgba(23,49,38,.18); transform: rotate(-1.1deg); }
.map-profile h3 { margin: 2px 0 3px; font-size: 16px; }.map-profile p { margin: 0; font-size: 11px; color: var(--muted); }.map-profile .profile-meta { font-size: 8px; }
.avatar { display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: white; font-weight: 800; letter-spacing: -.04em; }
.map-profile .avatar { width: 53px; height: 53px; font-size: 15px; }
.map-profile .avatar svg { width: 24px; height: 24px; }
.avatar-leo { background: #3f705d; }.avatar-sarah { background: #b76754; }.avatar-mehdi { background: #456b89; }.avatar-claire { background: #8670a8; }.avatar-antoine { background: #b47c38; }.avatar-ines { background: #397a7a; }
.profile-meta { display: flex; align-items: center; gap: 6px; color: #55734c !important; font-size: 9px; font-weight: 850; letter-spacing: .08em; }
.verified-mini { width: 15px; height: 15px; display: inline-grid; place-items: center; border-radius: 50%; background: #6f9c57; color: white; }
.verified-mini svg { width: 10px; stroke-width: 2.8; }
.rating { display: inline-flex; align-items: center; gap: 4px; padding: 8px; border-radius: 8px; background: #f1eddf; font-size: 12px; font-weight: 800; }.rating svg { width: 14px; fill: #efbd45; stroke: #efbd45; }
.cargo-bike { position: absolute; z-index: 3; width: 195px; right: -4px; bottom: 88px; color: var(--ink); transform: rotate(-1.1deg); }
.cargo-bike svg { width: 100%; height: auto; stroke-width: 3; }.cargo-bike circle { fill: #f2ecdf; }.cargo-bike .box-fill { fill: var(--coral); }

.ticker { overflow: hidden; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--lime); transform: rotate(-.7deg); }
.ticker-track { min-width: max-content; display: flex; align-items: center; gap: 36px; padding: 17px 0; animation: ticker 28s linear infinite; font-size: 14px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.ticker-track::after { content: "Moins de kilomètres  ✦  Plus de savoir-faire  ✦  Des quartiers plus calmes  ✦  Des artisans mieux valorisés  ✦"; word-spacing: 22px; }
.ticker i { font-style: normal; font-size: 18px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.artisans { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 60px; margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(42px, 5vw, 68px); }
.section-heading > p { max-width: 480px; margin: 0 0 6px; color: #596a61; line-height: 1.7; }
.filters { display: flex; gap: 9px; flex-wrap: wrap; margin-bottom: 27px; }
.filter-chip { min-height: 42px; display: inline-flex; align-items: center; gap: 7px; padding: 0 16px; border: 1px solid #c9cbbf; border-radius: 22px; background: transparent; font-size: 12px; font-weight: 750; cursor: pointer; transition: all .2s ease; }
.filter-chip svg { width: 15px; }
.filter-chip:hover, .filter-chip.active { color: white; background: var(--ink); border-color: var(--ink); }
.results-line { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; font-size: 12px; color: var(--muted); }.results-line p { margin: 0; }.results-line strong { color: var(--ink); }.results-line > span { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.artisan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.artisan-card { min-width: 0; border: 1px solid #d1d2c5; border-radius: var(--radius); background: var(--paper); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.artisan-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.artisan-card.is-hidden { display: none; }
.card-photo { height: 210px; overflow: hidden; background: #e3e8d9; }
.card-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.card-top { min-height: 104px; position: relative; display: flex; align-items: flex-start; gap: 12px; padding: 18px; background: #e9eee2; }
.artisan-card:nth-child(2) .card-top { background: #f4e6de; }.artisan-card:nth-child(3) .card-top { background: #e0eaf0; }.artisan-card:nth-child(4) .card-top { background: #eee6f0; }.artisan-card:nth-child(5) .card-top { background: #f1e9d8; }.artisan-card:nth-child(6) .card-top { background: #dfeeed; }
.card-top .avatar { width: 68px; height: 68px; font-size: 18px; box-shadow: 0 5px 0 rgba(23,49,38,.12); }
.availability { margin-top: 9px; display: flex; align-items: center; gap: 6px; padding: 6px 8px; border-radius: 7px; background: rgba(255,255,255,.75); color: #3d6e38; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }.availability i { width: 6px; height: 6px; border-radius: 50%; background: #6da253; }.availability-warm { color: #8a6830; }.availability-warm i { background: #d39b3c; }
.save-button { position: absolute; right: 14px; top: 14px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: rgba(255,255,255,.72); font-size: 21px; cursor: pointer; }.save-button.saved { background: var(--coral); color: white; }
.card-body { padding: 22px 22px 17px; }.card-body .profile-meta { min-height: 18px; }.card-body h3 { margin: 13px 0 8px; font-size: 25px; letter-spacing: -.035em; }.trade { display: flex; align-items: center; gap: 7px; margin-bottom: 15px; color: #4e664f; font-size: 13px; font-weight: 750; }.trade svg { width: 17px; }.description { min-height: 72px; color: #65726b; line-height: 1.55; font-size: 13px; }.tags { display: flex; gap: 6px; flex-wrap: wrap; }.tags span { padding: 5px 8px; background: #f1efe6; border-radius: 5px; color: #68716c; font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .04em; }
.card-footer { min-height: 66px; display: flex; align-items: center; justify-content: space-between; padding: 13px 20px; border-top: 1px solid #e0dfd5; }.card-footer > div { display: flex; flex-direction: column; }.card-footer strong { display: flex; align-items: center; gap: 4px; font-size: 13px; }.card-footer strong svg { width: 13px; fill: #efbd45; stroke: #efbd45; }.card-footer small { margin-left: 17px; color: var(--muted); font-size: 10px; }.text-button { display: inline-flex; align-items: center; gap: 6px; padding: 8px 0; border: 0; background: transparent; font-size: 11px; font-weight: 800; cursor: pointer; }.text-button svg { width: 15px; transition: transform .2s ease; }.text-button:hover svg { transform: translateX(4px); }
.extra-card { display: none; }.show-all .extra-card { display: block; }
.load-more { display: flex; margin: 30px auto 0; }.load-more svg { width: 16px; }
.empty-state { max-width: 560px; margin: 30px auto 0; text-align: center; }.empty-state > span { width: 70px; height: 70px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; background: #e2eccf; }.empty-state > span svg { width: 36px; height: 36px; }.empty-state h3 { font-size: 28px; margin-bottom: 10px; }.empty-state p { color: var(--muted); line-height: 1.6; }

.how { padding: 110px 0; color: white; background: var(--ink); }
.section-heading-light .eyebrow { color: var(--lime); }.section-heading-light h2 em { color: var(--lime); }.section-heading-light > p { color: #b9c8bf; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #486052; }
.steps article { position: relative; padding: 42px 46px 5px 0; border-right: 1px solid #486052; }.steps article + article { padding-left: 46px; }.steps article:last-child { border-right: 0; padding-right: 0; }.step-number { position: absolute; right: 16px; top: 22px; color: #658071; font-size: 55px; font-weight: 800; letter-spacing: -.08em; }.step-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 46px; border-radius: 13px; color: var(--ink); background: var(--lime); transform: rotate(-4deg); }.step-icon svg { width: 27px; height: 27px; }.steps h3 { margin-bottom: 13px; font-size: 20px; }.steps p { color: #aebdb5; font-size: 14px; line-height: 1.6; }

.pro-cta { display: grid; grid-template-columns: 1.08fr .92fr; gap: 85px; align-items: center; padding-top: 120px; padding-bottom: 120px; }
.pro-copy h2 { font-size: clamp(42px, 4.5vw, 64px); margin-bottom: 25px; }.pro-copy > p:not(.eyebrow) { max-width: 580px; color: #5d6c64; line-height: 1.65; }.pro-copy ul { list-style: none; padding: 0; margin: 28px 0 34px; }.pro-copy li { display: flex; align-items: center; gap: 10px; margin-bottom: 11px; font-size: 14px; font-weight: 650; }.pro-copy li svg { width: 18px; height: 18px; padding: 3px; border-radius: 50%; background: var(--ink); color: var(--lime); }
.pro-card-stack { min-height: 420px; position: relative; }.route-card { position: absolute; inset: 20px 20px 100px 0; padding: 28px; border-radius: 26px; color: white; background: #335545; transform: rotate(-4deg); box-shadow: 0 20px 50px rgba(23,49,38,.2); }.route-card span { display: block; margin-bottom: 5px; color: #c0d0c6; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }.route-card strong { font-size: 32px; letter-spacing: -.04em; }.route-card svg { width: 100%; height: 150px; margin-top: 28px; color: var(--lime); overflow: visible; }.route-card circle { fill: var(--lime); stroke: var(--ink); stroke-width: 3; }.job-card { position: absolute; right: 0; bottom: 0; width: 88%; padding: 25px; border: 1px solid #c7c8ba; border-radius: 20px; background: var(--paper); box-shadow: var(--shadow); transform: rotate(3deg); }.new-label { display: inline-block; padding: 6px 8px; border-radius: 5px; background: var(--lime); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }.job-card h3 { margin: 18px 0 8px; font-size: 22px; }.job-card p { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: 13px; }.job-card p svg { width: 16px; }.job-card > div { display: flex; justify-content: space-between; margin-top: 25px; padding-top: 17px; border-top: 1px solid var(--line); font-size: 11px; }.job-card div span { color: var(--muted); }

.values { border-block: 1px solid #c9c9bc; background: #ecebdd; }.values-grid { display: grid; grid-template-columns: repeat(3, .75fr) 1.5fr; }.values-grid > div, .values-grid blockquote { min-height: 170px; margin: 0; display: flex; flex-direction: column; justify-content: center; padding: 30px; border-right: 1px solid #c9c9bc; }.values-grid strong { font-size: 38px; letter-spacing: -.05em; }.values-grid span { margin-top: 7px; color: var(--muted); font-size: 11px; line-height: 1.4; }.values-grid blockquote { border-right: 0; font-family: Georgia, serif; font-size: 23px; line-height: 1.3; color: #4f7041; }

.footer { padding-top: 64px; padding-bottom: 30px; }.footer > p { margin: 22px 0 34px; color: var(--muted); }.footer-links { display: flex; gap: 30px; padding-bottom: 50px; font-size: 13px; font-weight: 700; }.footer-links button { border: 0; padding: 0; background: transparent; font-weight: inherit; cursor: pointer; }.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--line); color: #788078; font-size: 10px; }

.modal { width: min(620px, calc(100% - 30px)); max-height: min(760px, calc(100vh - 30px)); border: 0; border-radius: 24px; padding: 40px; color: var(--ink); background: var(--paper); box-shadow: 0 28px 90px rgba(11,27,20,.32); }.modal::backdrop { background: rgba(10,25,18,.68); backdrop-filter: blur(5px); }.modal[open] { animation: modal-in .25s ease; }@keyframes modal-in { from { opacity: 0; transform: translateY(20px) scale(.98); } }
.modal-close { position: absolute; right: 20px; top: 20px; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }.modal-close svg { width: 19px; }
.modal h2 { max-width: 510px; margin-bottom: 13px; font-size: 42px; }.modal-intro { color: var(--muted); line-height: 1.55; }.modal-profile-head { display: flex; gap: 18px; align-items: center; margin-bottom: 26px; }.modal-profile-head .avatar { width: 78px; height: 78px; font-size: 21px; }.modal-profile-head h2 { margin: 8px 0 7px; }.modal-profile-head p { margin: 0; color: var(--muted); }.modal-about { padding: 20px; border-radius: 14px; background: #f2f0e7; color: #53635b; line-height: 1.6; font-size: 14px; }.modal-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin: 18px 0 24px; }.modal-facts div { padding: 14px; border: 1px solid var(--line); border-radius: 12px; }.modal-facts strong, .modal-facts span { display: block; }.modal-facts strong { font-size: 14px; }.modal-facts span { margin-top: 5px; color: var(--muted); font-size: 10px; }.modal-actions { display: flex; gap: 10px; }.modal-actions .button { flex: 1; }
.profile-photo { height: 270px; margin: -40px -40px 24px; overflow: hidden; border-radius: 24px 24px 0 0; background: #e3e8d9; }
.profile-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.stack-form { display: flex; flex-direction: column; gap: 15px; margin-top: 25px; }.stack-form label { display: flex; flex-direction: column; gap: 7px; color: #4e5e55; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }.stack-form input, .stack-form select, .stack-form textarea { width: 100%; border: 1px solid #c9cbc0; border-radius: 9px; padding: 13px 14px; outline: none; color: var(--ink); background: #fffefb; font-size: 14px; font-weight: 500; text-transform: none; letter-spacing: normal; }.stack-form textarea { resize: vertical; }.stack-form input:focus, .stack-form select:focus, .stack-form textarea:focus { border-color: #5b824c; box-shadow: 0 0 0 3px rgba(91,130,76,.12); }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.stack-form .check-label { flex-direction: row; align-items: flex-start; text-transform: none; letter-spacing: 0; font-size: 12px; line-height: 1.4; }.check-label input { width: 18px; height: 18px; margin: 0; }.privacy-note { display: flex; align-items: center; justify-content: center; gap: 6px; color: var(--muted); }.privacy-note svg { width: 15px; }
.field-note { margin-top: -10px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.area-picker { margin: 0; padding: 15px; border: 1px solid #c9cbc0; border-radius: 12px; background: #f8f6ef; }
.area-picker legend { padding: 0 6px; color: #4e5e55; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.area-picker p { margin: 0 0 12px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.area-options { display: grid; gap: 13px; }
.area-group > strong { display: block; margin-bottom: 7px; color: var(--ink); font-size: 13px; text-transform: none; letter-spacing: 0; }
.area-group > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.area-options label { position: relative; display: block; cursor: pointer; }
.area-options input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.area-options span { display: grid; min-height: 38px; place-items: center; padding: 7px; border: 1px solid #c9cbc0; border-radius: 8px; background: #fff; color: var(--ink); font-size: 12px; font-weight: 750; text-transform: none; letter-spacing: 0; }
.area-options input:checked + span { border-color: #5b824c; background: #e4edd4; color: #274736; box-shadow: inset 0 0 0 1px #5b824c; }
.area-options input:focus-visible + span { outline: 3px solid rgba(91,130,76,.2); }
.selected-artisan { padding: 12px 14px; border-radius: 9px; background: #e8efd9; color: #31533f; font-size: 13px; font-weight: 700; line-height: 1.45; }
.guided-assistant { padding: 15px; border: 1px solid #c9cbc0; border-radius: 14px; background: #f5f3eb; }
.assistant-heading { display: flex; gap: 10px; align-items: center; padding-bottom: 12px; border-bottom: 1px solid #dcd9cf; }
.assistant-heading > div { display: grid; gap: 3px; }
.assistant-heading strong { font-size: 13px; }.assistant-heading small { color: var(--muted); font-size: 10px; line-height: 1.4; }
.assistant-avatar { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--lime); background: var(--ink); }
.assistant-avatar svg { width: 17px; height: 17px; }
.assistant-thread { max-height: 220px; overflow-y: auto; display: grid; gap: 9px; padding: 14px 0; }
.assistant-message { max-width: 88%; padding: 10px 12px; border-radius: 12px; font-size: 12px; line-height: 1.45; }
.assistant-message.question { justify-self: start; border-bottom-left-radius: 3px; background: white; color: #3f5248; }
.assistant-message.answer { justify-self: end; border-bottom-right-radius: 3px; background: #dfeacb; color: #274736; }
.assistant-options { display: flex; flex-wrap: wrap; gap: 7px; }
.assistant-options button { min-height: 34px; padding: 7px 10px; border: 1px solid #b8c1af; border-radius: 17px; background: white; color: var(--ink); font-size: 11px; font-weight: 700; cursor: pointer; }
.assistant-options button:hover { border-color: var(--ink); background: var(--ink); color: white; }
.assistant-answer { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 10px; }
.assistant-answer input { margin: 0; }
.safety-note { display: grid; gap: 5px; padding: 13px; border: 1px solid #d38354; border-radius: 10px; color: #73391f; background: #fff0e7; }
.safety-note strong { font-size: 12px; }.safety-note span { font-size: 11px; line-height: 1.45; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 26px; display: flex; align-items: center; gap: 10px; padding: 14px 20px; border-radius: 12px; color: white; background: var(--ink); box-shadow: var(--shadow); transform: translate(-50%, 120px); opacity: 0; transition: .35s ease; font-size: 13px; font-weight: 700; }.toast.show { transform: translate(-50%, 0); opacity: 1; }.toast svg { width: 20px; color: var(--lime); }
.toast.error { background: #8f2f29; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 40px; }.hero-visual { width: min(620px, 100%); margin-inline: auto; }.artisan-grid { grid-template-columns: repeat(2, 1fr); }.pro-cta { grid-template-columns: 1fr; }.pro-card-stack { width: min(620px, 100%); }.values-grid { grid-template-columns: repeat(2, 1fr); }.values-grid > :nth-child(2) { border-right: 0; }.values-grid > * { border-bottom: 1px solid #c9c9bc; }.values-grid blockquote { border-bottom: 0; }
}
@media (max-width: 720px) {
  .area-group > div { grid-template-columns: repeat(2, 1fr); }
  .section-shell, .site-header { width: min(100% - 28px, 1180px); }.site-header { height: 76px; }.brand-name { font-size: 17px; }.brand-mark { width: 39px; height: 39px; }.menu-button { display: grid; place-items: center; }.main-nav { position: absolute; left: 0; right: 0; top: 70px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); box-shadow: var(--shadow); }.main-nav.open { display: flex; }.main-nav a { padding: 15px 10px; }.hero { padding: 42px 0 65px; gap: 48px; }.hero-copy h1 { font-size: 51px; }.hero-intro { font-size: 16px; }.search-box { grid-template-columns: 1fr; }.search-field { padding: 12px; border-right: 0; border-bottom: 1px solid var(--line); }.search-button { min-height: 52px; margin-top: 8px; }.hero-notes { gap: 12px 17px; }.hero-visual { height: 440px; border-radius: 24px; box-shadow: 9px 11px 0 #d9e3cc; }.cargo-bike { width: 150px; bottom: 87px; }.map-profile { grid-template-columns: auto 1fr; }.map-profile .rating { display: none; }.ticker-track { font-size: 11px; padding-block: 14px; }.artisans, .pro-cta { padding-top: 82px; padding-bottom: 82px; }.section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 30px; }.section-heading h2 { font-size: 45px; }.filters { overflow-x: auto; flex-wrap: nowrap; margin-inline: -14px; padding: 0 14px 8px; scrollbar-width: none; }.filter-chip { flex: 0 0 auto; }.artisan-grid { grid-template-columns: 1fr; }.results-line > span { display: none; }.how { padding: 82px 0; }.steps { grid-template-columns: 1fr; }.steps article, .steps article + article { padding: 32px 0; border-right: 0; border-bottom: 1px solid #486052; }.steps article:last-child { border-bottom: 0; }.step-icon { margin-bottom: 25px; }.pro-copy h2 { font-size: 44px; }.pro-card-stack { min-height: 360px; }.values-grid { grid-template-columns: 1fr; }.values-grid > div, .values-grid blockquote { min-height: 130px; border-right: 0; }.footer-links { flex-direction: column; gap: 18px; }.footer-bottom { flex-direction: column; gap: 10px; }.modal { padding: 34px 22px 24px; }.modal h2 { font-size: 35px; }.profile-photo { height: 220px; margin: -34px -22px 22px; }.modal-facts { grid-template-columns: 1fr; }.modal-actions { flex-direction: column; }.form-row { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; } }
/* Release v14: compact service coverage, declarations and public directories. */
.sector-summary { display: grid; gap: .6rem; margin-top: 1rem; }
.sector-summary p { margin: 0; display: grid; gap: .2rem; font-size: .875rem; }
.sector-summary strong { font-weight: 650; }
.sector-summary span { color: #526358; }
.eco-picker { margin: 1rem 0; min-width: 0; }
.eco-options { display: grid; gap: .75rem; margin: 1rem 0; }
.eco-options .check-label { display: flex; align-items: flex-start; gap: .7rem; }
.eco-options input { flex: 0 0 auto; margin-top: .25rem; }
.eco-details { padding: 1.25rem; margin: 1.5rem 0; background: #eef3e9; border-radius: 1rem; }
.eco-details ul { padding-left: 1.25rem; }
.eco-details li { margin-top: .5rem; line-height: 1.6; }
input[type="tel"] { font-variant-numeric: tabular-nums; letter-spacing: .02em; }
#request-description { scroll-margin-top: 2rem; }
.assistant-options .assistant-next { width: 100%; margin-top: .5rem; background: #173126; color: white; font-size: 1rem; }
.seo-header { display:flex; justify-content:space-between; align-items:center; gap:1rem; padding-block:1.5rem; }
.seo-main { padding-block:2rem 4rem; }
.seo-main h1 { font-size:clamp(2rem,5vw,3.5rem); line-height:1.12; max-width: 22ch; margin-bottom:1.5rem; }
.breadcrumbs { font-size:.875rem; margin-bottom:2rem; overflow-wrap:anywhere; }
.seo-profile-head { display:grid; grid-template-columns:1fr 1fr; gap:2rem; align-items:center; }
.seo-profile-photo { width:100%; height:auto; aspect-ratio:4/3; object-fit:cover; border-radius:1.5rem; }
.seo-about { margin-top:2rem; max-width:75ch; }
.seo-about p { white-space:pre-line; line-height:1.8; }
.seo-areas h3 { margin-top:1.5rem; }
.directory-links { display:flex; flex-wrap:wrap; gap:.65rem; margin:1rem 0; }
.directory-links a { padding:.65rem .85rem; border:1px solid #c7d1c6; border-radius:.6rem; font-size:.95rem; }
.seo-directory { margin:3rem auto; max-width:1200px; padding:0 1.5rem; }
.seo-footer { padding-block:2rem; border-top:1px solid #c7d1c6; }
.artisan-card h3 a { color:inherit; text-decoration:none; }
.seo-main .artisan-grid { margin-top:2rem; }
@media(max-width:700px) { .seo-profile-head { grid-template-columns:1fr; } .seo-header { flex-wrap:wrap; } }
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } }
