@charset "UTF-8";
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 400; font-display: swap; src: url('/assets/fonts/manrope-latin-ext-400-normal.woff2') format('woff2'); unicode-range: U+0100-02FF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 400; font-display: swap; src: url('/assets/fonts/manrope-latin-400-normal.woff2') format('woff2'); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 500; font-display: swap; src: url('/assets/fonts/manrope-latin-ext-500-normal.woff2') format('woff2'); unicode-range: U+0100-02FF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 500; font-display: swap; src: url('/assets/fonts/manrope-latin-500-normal.woff2') format('woff2'); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 600; font-display: swap; src: url('/assets/fonts/manrope-latin-ext-600-normal.woff2') format('woff2'); unicode-range: U+0100-02FF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 600; font-display: swap; src: url('/assets/fonts/manrope-latin-600-normal.woff2') format('woff2'); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 700; font-display: swap; src: url('/assets/fonts/manrope-latin-ext-700-normal.woff2') format('woff2'); unicode-range: U+0100-02FF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 700; font-display: swap; src: url('/assets/fonts/manrope-latin-700-normal.woff2') format('woff2'); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }

:root {
  --ink: #203538;
  --muted: #58676a;
  --paper: #fff;
  --soft: #f0f4f3;
  --accent: #285e61;
  --accent-hover: #1b4548;
  --line: #d9e2e1;
  --white: #fff;
  --navy: #203e41;
  --on-dark: #d0dddd;
  --radius: 4px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'Manrope', Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: 4px; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
a, button, summary { transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.shell { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
p { margin: 0 0 20px; }
h1, h2, h3 { font-weight: 600; text-wrap: balance; }
h1 { font-size: clamp(40px, 4.4vw, 64px); line-height: 1.08; letter-spacing: -.055em; margin: 0 0 24px; overflow-wrap: break-word; }
h2 { font-size: clamp(32px, 3.1vw, 44px); line-height: 1.15; letter-spacing: -.045em; margin: 0 0 24px; }
h3 { font-size: 22px; line-height: 1.25; letter-spacing: -.025em; margin: 0 0 12px; }
h1 em, h2 em { color: inherit; font-style: normal; font-weight: inherit; }
.eyebrow { font-size: 13px; line-height: 1.6; font-weight: 500; letter-spacing: 0; margin-bottom: 18px; }
.intro { font-size: 17px; line-height: 1.75; max-width: 510px; color: var(--muted); }
.micro { font-size: 12px; line-height: 1.6; color: var(--muted); }
.site-header { display: flex; align-items: center; justify-content: space-between; min-height: 96px; gap: 32px; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-size: 18px; font-weight: 600; letter-spacing: -.04em; line-height: 1.25; }
.brand img { flex-shrink: 0; }
.brand small { display: block; margin-top: 6px; font-size: 8px; font-weight: 500; letter-spacing: .12em; color: var(--muted); }
.site-header nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 500; }
.site-header nav > a { text-decoration: none; }
.site-header nav > a:not(.button):hover { color: var(--accent); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 28px; min-height: 52px; padding: 14px 23px; border: 1px solid transparent; border-radius: var(--radius); background: var(--accent); color: var(--white); text-decoration: none; font-weight: 600; font-size: 14px; cursor: pointer; line-height: 1.5; }
.button > span { font-size: 21px; line-height: 1; font-weight: 400; }
.button:hover { background: var(--accent-hover); }
.button:active { background: var(--navy); }
.button.small { min-height: 44px; padding: 10px 20px; gap: 22px; font-size: 13px; }
.button:disabled { opacity: .6; cursor: wait; }
.secondary-link { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; font-weight: 500; text-decoration-thickness: 1px; margin-left: 22px; }
.secondary-link:hover, .text-link:hover { color: var(--accent); }
.text-link { display: inline-flex; align-items: center; gap: 24px; min-height: 44px; font-size: 13px; font-weight: 600; text-decoration: none; }
.text-link > span { font-size: 20px; }
.mobile-menu { display: none; }
.section { padding-block: 88px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 48px; margin-bottom: 38px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading p:not(.eyebrow) { max-width: 400px; color: var(--muted); font-size: 14px; margin-bottom: 3px; }
.section-heading .eyebrow { margin-bottom: 16px; }
.search-box { color: var(--ink); background: white; padding: 30px; border-radius: var(--radius); min-width: 0; }
.search-box label { font-size: 14px; font-weight: 600; }
.search-box .micro { font-size: 11px; margin: 12px 0 0; }
.search-results { list-style: none; padding: 0; margin: 0; }
.search-results li { border-top: 1px solid var(--line); }
.search-results a { display: block; min-height: 48px; padding: 12px 4px; text-decoration: none; font-size: 14px; }
.search-results a:hover { color: var(--accent); background: var(--soft); }
#search-status { font-size: 12px; margin-top: 10px; }
#search-status:empty { margin-top: 0; }
.link-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 32px; }
.place-link { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 52px; border-bottom: 1px solid var(--line); padding: 14px 0; font-size: 14px; line-height: 1.5; text-decoration: none; }
.place-link > span:first-child { overflow-wrap: anywhere; }
.place-link > span:last-child { flex-shrink: 0; }
.place-link small { font-size: 11px; color: var(--muted); margin-left: 6px; }
.place-link:hover { color: var(--accent); }
.step { display: none; color: var(--accent); font-size: 12px; font-weight: 500; flex-shrink: 0; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 24px; font-size: 11px; color: var(--muted); }
.breadcrumb a { text-decoration: none; }
.hero { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; padding-block: 48px 64px; }
.city-hero h1 { font-size: clamp(38px, 4vw, 58px); }
.city-hero .micro { margin: 24px 0 0; }
.city-hero .eyebrow { color: var(--muted); }
.city-visual { min-width: 0; }
.city-visual figure { margin: 0; }
.city-photo { width: 100%; height: 360px; object-fit: cover; border-radius: var(--radius); }
.city-visual figcaption { margin-top: 9px; font-size: 10px; color: var(--muted); }
.equipment-local > img { width: 100%; height: 400px; object-fit: cover; object-position: 50% 35%; }
.local-stats { display: grid; grid-template-columns: .9fr 1fr 1fr 1fr; border-block: 1px solid var(--line); padding-block: 28px; gap: 24px; }
.local-stats > div { border-left: 1px solid var(--line); padding-left: 28px; display: flex; flex-direction: column; justify-content: center; }
.local-stats > div:first-child { border: 0; padding-left: 0; }
.local-stats .eyebrow { font-size: 10px; margin: 0 0 9px; }
.local-stats a { font-size: 11px; color: var(--muted); }
.local-stats strong { font-size: clamp(23px, 2.7vw, 38px); line-height: 1.15; font-weight: 500; letter-spacing: -.04em; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.local-stats span:not(.eyebrow) { font-size: 12px; margin-top: 8px; }
.local-stats small { font-size: 10px; color: var(--muted); margin-top: 4px; }
.data-layout { display: grid; grid-template-columns: 1.5fr 1fr; gap: 32px; }
.data-panel { border: 1px solid var(--line); padding: 32px; border-radius: var(--radius); }
.panel-title { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; }
.panel-title h3 { font-size: 18px; }
.panel-title > span { font-size: 12px; color: var(--muted); }
.sector { margin-top: 22px; }
.sector > div:first-child { display: flex; justify-content: space-between; gap: 24px; font-size: 13px; line-height: 1.5; }
.sector strong { white-space: nowrap; font-variant-numeric: tabular-nums; }
.bar-track { height: 5px; background: var(--soft); margin-top: 10px; overflow: hidden; }
.bar-track > div { height: 100%; background: var(--accent); }
.sector small { display: block; font-size: 10px; color: var(--muted); margin-top: 6px; }
.territory-card { background: var(--soft); padding: 32px; border-radius: var(--radius); }
.territory-card h3 { font-size: 30px; overflow-wrap: anywhere; }
.territory-card .eyebrow { margin-bottom: 12px; }
.territory-card dl { margin: 24px 0 0; }
.territory-card dl > div { border-top: 1px solid var(--line); padding-block: 12px; }
.territory-card dt { font-size: 10px; color: var(--muted); text-transform: none; letter-spacing: .06em; }
.territory-card dd { margin: 4px 0 0; font-size: 14px; }
.territory-card .text-link { font-size: 12px; margin-top: 12px; }
.source-note { font-size: 11px; color: var(--muted); margin: 20px 0 0; line-height: 1.7; }
.detail-table { margin-top: 24px; }
details { border-bottom: 1px solid var(--line); padding-block: 18px; }
summary { cursor: pointer; font-size: 16px; font-weight: 500; min-height: 28px; }
details > p { margin: 16px 0 0; font-size: 14px; color: var(--muted); }
.table-scroll { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 13px; margin-block: 20px; }
caption { text-align: left; font-size: 12px; padding-bottom: 12px; }
th, td { text-align: left; vertical-align: top; padding: 14px; border-bottom: 1px solid var(--line); }
th { background: var(--soft); font-weight: 600; }
.soft-section { background: var(--soft); }
.cards { display: grid; gap: 40px; margin-top: 40px; }
.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cards article { border-top: 1px solid #c3ccd7; padding-top: 24px; }
.cards .step { display: block; margin-bottom: 22px; }
.cards h3 { font-size: 24px; }
.cards p { font-size: 14px; color: var(--muted); }
.cards .card-kicker { font-size: 11px; text-transform: none; letter-spacing: .03em; }
.soft-section .micro { margin-top: 24px; }
.calculator { display: grid; grid-template-columns: 1.6fr 1fr; gap: 32px; background: var(--soft); padding: 32px; border-radius: var(--radius); }
.calc-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 24px; }
label { display: block; font-size: 12px; color: var(--ink); font-weight: 500; }
input, select, textarea { width: 100%; min-width: 0; min-height: 46px; border: 1px solid #bac3ce; background: var(--white); border-radius: var(--radius); padding: 11px 12px; color: var(--ink); margin-top: 8px; font-size: 16px; }
input:read-only { background: var(--soft); color: var(--muted); }
input::placeholder, textarea::placeholder { color: #697582; font-weight: 400; font-size: 13px; }
.calc-output { background: var(--navy); color: white; padding: 32px; display: flex; flex-direction: column; justify-content: center; border-radius: var(--radius); }
.calc-output .eyebrow { color: var(--on-dark); font-size: 10px; margin-bottom: 28px; }
.calc-output p { font-size: 12px; margin: 0 0 8px; }
.calc-output output { font-size: 36px; font-weight: 500; line-height: 1.2; letter-spacing: -.04em; margin: 0 0 24px; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.calc-output .micro { color: var(--on-dark); font-size: 11px; }
.quote-section { background: var(--navy); color: white; }
.quote-layout { display: grid; grid-template-columns: .85fr 1.25fr; gap: 72px; align-items: start; }
.quote-layout > div { padding-top: 16px; }
.quote-layout h2 { font-size: 46px; }
.quote-layout h2 em { color: white; }
.quote-layout > div > p:not(.eyebrow) { color: var(--on-dark); font-size: 15px; }
.quote-layout .eyebrow { color: var(--on-dark); }
.check-list { list-style: none; padding: 0; font-size: 14px; margin: 32px 0; }
.check-list li { margin-block: 16px; padding-left: 26px; position: relative; }
.check-list li:before { content: '✓'; position: absolute; left: 0; }
.preview-note { border-top: 1px solid #40526d; padding-top: 24px; font-size: 12px !important; }
.quote-form { background: white; padding: 32px; border-radius: var(--radius); color: var(--ink); }
.quote-form h3 { font-size: 25px; margin-bottom: 24px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.quote-form > label { margin-bottom: 20px; }
.quote-form .button { width: 100%; margin-top: 8px; }
.form-status { font-size: 13px; margin: 16px 0 0; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.faq { max-width: 880px; }
.faq h2 { margin-bottom: 32px; }
.faq summary { padding-block: 4px; }
.compact-top { padding-top: 0; }
.pill { border: 1px solid var(--line); border-radius: var(--radius); padding: 6px 12px; font-size: 12px; white-space: nowrap; }
.hub-hero h1 { max-width: 900px; }
.article { max-width: 850px; }
.article h1 { font-size: clamp(36px, 4vw, 54px); }
.article h2 { font-size: 29px; margin: 40px 0 18px; }
.article > p { color: var(--muted); }
.article .calculator { grid-template-columns: 1fr; margin-block: 26px; }
.article .calc-output { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 24px; }
.article .calc-output .eyebrow, .article .calc-output .micro { grid-column: 1/-1; }
.site-footer { padding-top: 48px; background: var(--soft); border-top: 1px solid var(--line); }
.footer-top { display: flex; justify-content: space-between; gap: 48px; padding-bottom: 40px; }
.footer-brand { font-size: 24px; font-weight: 600; letter-spacing: -.04em; text-decoration: none; }
.footer-brand > span { color: var(--accent); }
.footer-top p { font-size: 13px; color: var(--muted); margin: 14px 0 0; }
.footer-top nav { display: flex; flex-direction: column; gap: 8px; font-size: 13px; }
.footer-top nav a { padding-block: 5px; text-decoration: none; }
.footer-top nav a:hover { color: var(--accent); }
.footer-bottom { border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 24px; padding-block: 22px; color: var(--muted); font-size: 11px; }
.footer-bottom > div { display: flex; gap: 24px; }
.footer-bottom a { text-decoration: none; }
.skip-link { position: absolute; top: -100px; left: 16px; background: white; color: var(--ink); padding: 12px 18px; z-index: 100; }
.skip-link:focus { top: 10px; }
@media (min-width: 1600px) { }
@media (max-width: 1100px) {
  .shell { width: calc(100% - 64px); }
  .site-header nav { gap: 20px; }
  .hero { gap: 32px; }
  .city-hero .secondary-link { margin-left: 0; margin-top: 12px; display: flex; }
}
@media (max-width: 767px) {
  .shell { width: calc(100% - 40px); }
  .site-header { min-height: 80px; gap: 16px; }
  .brand { gap: 9px; font-size: 14px; letter-spacing: -.035em; }
  .brand img { width: 34px; height: 34px; }
  .brand small { font-size: 6px; letter-spacing: .07em; margin-top: 5px; }
  .site-header nav > a:not(.button) { display: none; }
  .button.small { padding: 10px 12px; gap: 10px; font-size: 12px; }
  .mobile-menu { display: block; padding-block: 0; }
  .mobile-menu summary { list-style: none; display: flex; align-items: center; justify-content: space-between; min-height: 44px; font-size: 12px; color: var(--muted); font-weight: 400; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary > span { font-size: 20px; }
  .mobile-menu[open] summary > span { transform: rotate(45deg); }
  .mobile-menu nav { display: flex; flex-direction: column; padding-bottom: 12px; }
  .mobile-menu nav a { min-height: 44px; padding-block: 10px; font-size: 14px; text-decoration: none; }
  .section { padding-block: 56px; }
  .section-heading { display: block; margin-bottom: 28px; }
  .section-heading > p, .section-heading > .text-link { margin-top: 20px; }
  h2 { font-size: 34px; }
  .eyebrow { font-size: 10px; margin-bottom: 16px; }
  .search-box { padding: 23px; }
  .search-box label { font-size: 14px; }
  .link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 22px; }
  .place-link { font-size: 13px; gap: 12px; }
  .place-link small { font-size: 10px; margin-left: 3px; }
  .breadcrumb { padding-top: 20px; font-size: 10px; gap: 8px; }
  .hero { grid-template-columns: 1fr; gap: 26px; padding-block: 32px 40px; }
  .city-hero h1 { font-size: 40px; }
  .city-hero .intro { font-size: 16px; }
  .city-hero .micro { margin-top: 14px; }
  .city-hero .secondary-link { display: inline-flex; margin-left: 16px; margin-top: 10px; }
  .city-photo { height: auto; aspect-ratio: 3/2; }
  .equipment-local > img { height: 330px; }
  .local-stats { grid-template-columns: 1fr 1fr; gap: 0; padding-block: 0; }
  .local-stats > div { padding: 24px 0 24px 18px; }
  .local-stats > div:nth-child(3) { border-left: 0; padding-left: 0; }
  .local-stats > div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .local-stats strong { font-size: 29px; }
  .local-stats span:not(.eyebrow) { font-size: 11px; }
  .data-layout { grid-template-columns: 1fr; gap: 20px; }
  .data-panel, .territory-card { padding: 24px; }
  .panel-title h3 { font-size: 17px; }
  .sector > div:first-child { font-size: 12px; }
  .source-note { font-size: 11px; }
  .cards { grid-template-columns: 1fr; gap: 24px; margin-top: 30px; }
  .cards article { padding-top: 20px; }
  .cards .step { margin-bottom: 15px; }
  .cards h3 { font-size: 23px; }
  .calculator { grid-template-columns: 1fr; padding: 20px; gap: 24px; }
  .calc-fields { gap: 18px 14px; }
  .calc-fields label { font-size: 11px; }
  .calc-output { padding: 26px; }
  .calc-output output { font-size: 33px; }
  .quote-layout { grid-template-columns: 1fr; gap: 26px; }
  .quote-layout h2 { font-size: 38px; }
  .quote-form { padding: 24px 20px; }
  .quote-form h3 { font-size: 23px; }
  .form-grid { gap: 18px 14px; }
  .quote-form label { font-size: 11px; }
  .form-grid input, .form-grid select { padding-inline: 9px; }
  .quote-form .button { padding-inline: 14px; gap: 12px; font-size: 12px; }
  .faq summary { font-size: 15px; }
  .faq details > p { font-size: 14px; }
  .compact-top { padding-top: 0; }
  .hub-hero h1 { font-size: 40px; }
  .article h1 { font-size: 38px; }
  .article h2 { font-size: 27px; }
  .article > p { font-size: 16px; }
  .footer-top { display: block; padding-bottom: 28px; }
  .footer-top nav { margin-top: 24px; gap: 0; }
  .footer-top nav a { min-height: 44px; padding-block: 11px; }
  .footer-brand { font-size: 23px; }
  .footer-bottom { display: block; font-size: 10px; }
  .footer-bottom > div { margin-top: 12px; }
  .footer-bottom a { min-height: 44px; display: inline-flex; align-items: center; }
}
@media (max-width: 359px) {
  .shell { width: calc(100% - 32px); }
  .brand { font-size: 12px; }
  .brand small { font-size: 5px; }
  .button.small { padding-inline: 9px; }
  .form-grid, .calc-fields { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *:before, *:after { transition: none !important; animation: none !important; } }

/* Product catalogue: the equipment carries the identity. */
.site-header { min-height: 104px; border: 0; }
.brand { display: block; font-size: 23px; font-weight: 600; letter-spacing: -.055em; line-height: 1.15; max-width: 235px; }
.site-header nav { gap: 30px; font-size: 13px; }
.button { border-radius: 28px; padding: 14px 25px; font-size: 13px; gap: 0; }
.button.small { padding: 12px 21px; }
h1 { font-weight: 500; letter-spacing: -.045em; }
h2 { font-weight: 500; letter-spacing: -.04em; font-size: clamp(29px, 3vw, 40px); }
h3 { font-weight: 600; }
.catalog-hero { background: #edf2f0; }
.catalog-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 64px; align-items: center; min-height: 540px; padding-block: 58px; }
.catalog-copy { max-width: 490px; }
.catalog-copy h1 { font-size: clamp(42px, 3.75vw, 54px); line-height: 1.16; text-wrap: balance; margin-bottom: 24px; }
.catalog-copy > p { color: var(--muted); font-size: 16px; line-height: 1.85; margin-bottom: 28px; max-width: 420px; }
.catalog-guide-link { display: block; width: fit-content; font-size: 12px; margin-top: 16px; min-height: 30px; padding-block: 5px; }
.catalog-stage { margin: 0; min-width: 0; }
.catalog-machine { width: 100%; height: 382px; object-fit: contain; }
.catalog-stage figcaption { margin-top: 15px; text-align: center; color: var(--muted); font-size: 10px; }
.catalog-stage figcaption a { display: inline-block; margin-left: 6px; }
.finder-section { padding: 42px 0; display: grid; grid-template-columns: 1fr 1fr; column-gap: 90px; border-bottom: 1px solid var(--line); align-items: center; }
.finder-intro h2 { font-size: 22px; line-height: 1.35; font-weight: 600; letter-spacing: -.025em; margin-bottom: 10px; }
.finder-intro p { font-size: 13px; color: var(--muted); margin-bottom: 0; max-width: 390px; }
.finder-control.search-box { padding: 0; background: transparent; }
.finder-control label { font-size: 12px; font-weight: 500; }
.finder-control input { border-radius: 6px; height: 52px; margin-top: 8px; padding: 13px 16px; background: #fafcfb; }
.finder-control input::placeholder { font-size: 14px; }
.finder-control .micro { font-size: 11px; margin-top: 7px; margin-bottom: 0; }
.finder-popular { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 24px; grid-column: 1/-1; margin-top: 28px; font-size: 12px; }
.finder-popular span { color: var(--muted); margin-right: 10px; }
.finder-popular a { min-height: 28px; display: inline-flex; align-items: center; text-decoration: none; }
.finder-popular a:hover { text-decoration: underline; }
.product-section { padding-block: 80px; }
.product-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 70px; margin-bottom: 36px; }
.product-heading h2 { margin: 0; }
.product-heading p { font-size: 14px; color: var(--muted); max-width: 390px; margin: 0; }
.product-list { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; }
.product-card { min-width: 0; }
.product-image { height: 300px; background: #f6f7f6; border-radius: 10px; padding: 34px 64px; display: flex; align-items: center; justify-content: center; }
.product-image img { width: 100%; height: 100%; object-fit: contain; }
.product-image-large { padding: 26px 46px; }
.product-body { padding: 26px 0 0; }
.product-body h3 { font-size: 23px; margin-bottom: 12px; }
.product-body > p { color: var(--muted); font-size: 14px; line-height: 1.75; max-width: 450px; margin-bottom: 20px; }
.product-body dl { margin: 0 0 24px; font-size: 12px; }
.product-body dl > div { display: grid; grid-template-columns: 135px 1fr; gap: 20px; padding-block: 8px; }
.product-body dt { color: var(--muted); }
.product-body dd { margin: 0; }
.button-outline { background: transparent; color: var(--ink); border: 1px solid #9aacaa; min-height: 46px; font-size: 12px; padding-block: 11px; }
.button-outline:hover { background: var(--soft); border-color: var(--accent); }
.product-source { font-size: 11px; color: var(--muted); margin: 32px 0 0; max-width: 780px; line-height: 1.8; }
.rental-section { background: #f0f4f3; }
.rental-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-block: 70px; }
.rental-intro > p { color: var(--muted); font-size: 14px; max-width: 390px; line-height: 1.85; margin-bottom: 26px; }
.rental-questions details { padding-block: 20px; }
.rental-questions details:first-child { padding-top: 8px; }
.rental-questions summary { font-size: 16px; min-height: 30px; }
.rental-questions details > p { font-size: 14px; line-height: 1.8; padding-right: 20px; }
.directory-section { padding-block: 80px; display: grid; grid-template-columns: .85fr 1.4fr; gap: 75px; }
.directory-intro h2 { font-size: 30px; }
.directory-intro p { font-size: 14px; color: var(--muted); line-height: 1.8; max-width: 320px; }
.directory-content { min-width: 0; }
.directory-content .link-grid { column-gap: 26px; }
.directory-content .place-link { border: 0; padding-block: 10px; font-size: 13px; min-height: 44px; }
.region-directory { margin-top: 25px; border-top: 1px solid var(--line); }
.region-directory summary { font-size: 13px; min-height: 30px; }
.region-directory[open] > .link-grid { margin-top: 20px; }
.site-footer { background: #f4f6f5; }
.footer-brand { font-size: 22px; }
.footer-top p { max-width: 380px; }
.preview-status { font-size: 10px; color: var(--muted); padding: 0 0 20px; margin-bottom: 0; }
.territory-photo { margin: 20px 0 0; }
.territory-photo img { width: 100%; aspect-ratio: 3/2; object-fit: cover; border-radius: 4px; }
.territory-photo figcaption { margin-top: 8px; font-size: 10px; color: var(--muted); }
.equipment-local { background: var(--soft); border-radius: 8px; padding: 32px; }
.equipment-local > img { object-fit: contain; height: 330px; }
.equipment-local > figcaption { text-align: center; }
.city-hero h1 { font-size: clamp(35px, 3.8vw, 52px); line-height: 1.16; }
.cards .card-kicker { letter-spacing: 0; font-size: 12px; }
@media (max-width: 1100px) {
  .catalog-layout { gap: 32px; min-height: 480px; }
  .catalog-copy h1 { font-size: 44px; }
  .catalog-machine { height: 330px; }
  .site-header nav { gap: 20px; }
  .brand { max-width: 210px; font-size: 21px; }
  .finder-section { column-gap: 40px; }
  .product-list { gap: 40px; }
  .product-image { padding-inline: 35px; }
  .rental-layout { gap: 50px; }
  .directory-section { gap: 40px; }
}
@media (max-width: 767px) {
  .site-header { min-height: 86px; }
  .brand { font-size: 18px; line-height: 1.2; max-width: 175px; }
  .button.small { max-width: 130px; padding: 10px 15px; font-size: 11px; text-align: center; }
  .mobile-menu { border-bottom: 0; }
  .mobile-menu summary { min-height: 40px; font-size: 12px; }
  .catalog-layout { grid-template-columns: 1fr; padding-block: 36px 24px; gap: 18px; }
  .catalog-copy { max-width: 540px; }
  .catalog-copy h1 { font-size: 36px; line-height: 1.18; margin-bottom: 20px; text-wrap: pretty; }
  .catalog-copy > p { font-size: 15px; line-height: 1.75; margin-bottom: 22px; }
  .catalog-guide-link { min-height: 40px; margin-top: 10px; padding-top: 10px; font-size: 12px; }
  .catalog-machine { height: 275px; }
  .catalog-stage figcaption { max-width: 290px; margin: 8px auto 0; font-size: 9px; }
  .finder-section { grid-template-columns: 1fr; padding-block: 30px; gap: 22px; }
  .finder-intro h2 { font-size: 21px; max-width: 290px; }
  .finder-intro p { font-size: 14px; }
  .finder-popular { gap: 0 22px; margin-top: 0; font-size: 12px; }
  .finder-popular > span { flex-basis: 100%; margin-bottom: 6px; }
  .finder-popular a { min-height: 44px; }
  .product-section { padding-block: 50px; }
  .product-heading { display: block; margin-bottom: 26px; }
  .product-heading h2 { font-size: 31px; margin-bottom: 18px; }
  .product-heading p { font-size: 14px; }
  .product-list { grid-template-columns: 1fr; gap: 36px; }
  .product-image { height: 250px; padding: 30px 42px; }
  .product-image-large { padding: 22px 24px; }
  .product-body { padding-top: 22px; }
  .product-body h3 { font-size: 23px; }
  .product-body > p { font-size: 15px; }
  .product-body dl > div { grid-template-columns: 110px 1fr; gap: 16px; }
  .product-body .button { font-size: 11px; padding-inline: 21px; }
  .product-source { margin-top: 26px; }
  .rental-layout { grid-template-columns: 1fr; gap: 30px; padding-block: 46px; }
  .rental-intro h2 { font-size: 31px; }
  .rental-intro > p { font-size: 15px; }
  .rental-questions summary { font-size: 15px; }
  .rental-questions details > p { padding-right: 0; }
  .directory-section { grid-template-columns: 1fr; padding-block: 48px; gap: 20px; }
  .directory-intro h2 { font-size: 29px; }
  .directory-intro p { max-width: none; }
  .directory-content .link-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { font-size: 21px; }
  .equipment-local { padding: 22px; }
  .equipment-local > img { height: 260px; }
  .city-hero h1 { font-size: 35px; }
}
@media (max-width: 359px) {
  .brand { max-width: 145px; font-size: 17px; }
  .button.small { max-width: 115px; font-size: 10px; }
  .catalog-copy h1 { font-size: 33px; }
}

/* Logo (13 septembre 2026) : symbole P en feuille cornée et logotype Manrope. */
.brand { max-width: none; line-height: 0; }
.brand img { display: block; width: auto; height: 40px; }
.footer-brand { display: inline-block; line-height: 0; }
.footer-brand img { display: block; width: auto; height: 56px; }
@media (max-width: 767px) { .brand img { height: 30px; } .footer-brand img { height: 50px; } }
@media (max-width: 359px) { .brand img { height: 25px; } }
