

:root {
  --navy: #071b3f;
  --navy-2: #102852;
  --navy-3: #173762;
  --gold: #c8942f;
  --gold-light: #e4bf6d;
  --ivory: #fbfaf6;
  --paper: #ffffff;
  --sage: #edf0e9;
  --text: #071b3f;
  --muted: #5b6576;
  --line: #e7e1d6;
  --shadow: 0 20px 55px rgba(7, 27, 63, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--text); background: var(--ivory); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(1420px, calc(100% - 64px)); margin-inline: auto; }
.section { padding: 112px 0; }
.eyebrow { margin: 0 0 16px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-light { color: var(--gold-light); }
.gold-rule { display: block; width: 44px; height: 3px; margin: 28px 0; background: var(--gold); }
.section-heading { margin-bottom: 52px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading.narrow { max-width: 810px; }
.section-heading h1, .section-heading h2, .page-hero h1, .hero-copy h1, .territory-copy h2, .reassurance blockquote, .cta-band h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; line-height: 1.06; }
.section-heading h2 { font-size: clamp(42px, 4.2vw, 64px); }
.section-heading > p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.75; }

.site-header { position: sticky; z-index: 100; top: 0; height: 88px; display: flex; align-items: center; border-bottom: 1px solid rgba(7,27,63,.09); background: rgba(251,250,246,.94); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; height: 100%; }
.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-monogram { position: relative; width: 84px; height: 62px; display: block; overflow: hidden; flex: 0 0 84px; }
.brand-monogram img { position: absolute; width: 170px; max-width: none; left: 50%; top: 50%; transform: translate(-50%, -33%); }
.brand-copy { display: grid; gap: 5px; }
.brand-copy :is(strong,p.stg-strong) { font-size: 13px; letter-spacing: .17em; white-space: nowrap; }
.brand-copy :is(small,p.stg-small) { display: flex; align-items: center; gap: 8px; color: var(--navy-2); font-size: 10px; letter-spacing: .05em; white-space: nowrap; }
.brand-copy :is(small,p.stg-small) i { width: 28px; height: 2px; background: var(--gold); }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a:not(.button) { position: relative; color: var(--navy); text-decoration: none; font-size: 13px; font-weight: 650; white-space: nowrap; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -13px; height: 2px; background: var(--gold); transition: right .2s ease; }
.main-nav > a:not(.button):hover::after, .main-nav > a.active::after { right: 0; }
.main-nav .header-phone { display: none; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 10px; background: white; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-toggle :is(span,p.stg-span) { width: 19px; height: 2px; background: var(--navy); transition: .2s ease; }
.menu-toggle.is-open :is(span,p.stg-span):nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-open :is(span,p.stg-span):nth-child(2) { opacity: 0; }
.menu-toggle.is-open :is(span,p.stg-span):nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.button { min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; text-decoration: none; font-weight: 750; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: white; background: linear-gradient(135deg, #d4a23f, #bd8420); box-shadow: 0 12px 28px rgba(200,148,47,.2); }
.button-dark { color: white; background: var(--navy); }
.button-outline { color: var(--navy); border-color: rgba(7,27,63,.22); background: rgba(255,255,255,.85); }
.button-outline-light { color: white; border-color: rgba(255,255,255,.35); background: transparent; }
.text-link { color: var(--navy); font-weight: 750; text-decoration-color: var(--gold); text-underline-offset: 8px; text-decoration-thickness: 2px; }
.text-link :is(span,p.stg-span) { color: var(--gold); margin-left: 6px; }

.hero-home { padding: 46px 0 54px; overflow: hidden; background: #f8f6f0; }
.hero-home-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(34px,4.6vw,74px); align-items: center; min-height: 570px; }
.hero-copy { padding: 46px 0 18px; display: flex; flex-direction: column; justify-content: center; }
.hero-copy h1 { max-width: 690px; font-size: clamp(55px, 5vw, 78px); }
.hero-lead { max-width: 580px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-photo { position: relative; min-height: 0; aspect-ratio: 2/1; align-self: center; overflow: hidden; border-radius: 0 42px 0 74px; background: url('images/flotte-stg-abbatiale.webp') center / cover no-repeat; box-shadow: 0 26px 70px rgba(7,27,63,.13); }
.hero-photo::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(180deg,transparent,rgba(7,27,63,.42)); }
.hero-photo > :is(span,p.stg-span) { position: absolute; z-index: 2; right: 28px; bottom: 25px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.28); border-radius: 13px; color: rgba(255,255,255,.82); background: rgba(7,27,63,.58); backdrop-filter: blur(10px); font-size: 10px; line-height: 1.5; letter-spacing: .08em; text-align: right; text-transform: uppercase; }
.hero-photo > :is(span,p.stg-span) :is(strong,p.stg-strong) { display: block; color: white; font-size: 12px; }
.hero-benefits { margin-top: 50px; padding-top: 27px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.hero-benefit { padding: 0 16px; display: flex; align-items: center; gap: 11px; }
.hero-benefit:first-child { padding-left: 0; }
.hero-benefit + .hero-benefit { border-left: 1px solid var(--line); }
.hero-benefit-icon { width: 33px; height: 33px; flex: 0 0 33px; display: grid; place-items: center; color: var(--gold); }
.hero-benefit-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.hero-benefit :is(strong,p.stg-strong), .hero-benefit :is(small,p.stg-small) { display: block; }
.hero-benefit :is(strong,p.stg-strong) { color: var(--navy); font-family: Georgia,serif; font-size: 16px; font-weight: 500; line-height: 1.1; }
.hero-benefit :is(small,p.stg-small) { margin-top: 4px; color: var(--muted); font-size: 9px; line-height: 1.35; }

.intro-services { background: var(--ivory); }
.home-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.home-service-card { position: relative; min-height: 430px; padding: 30px; overflow: hidden; display: flex; align-items: flex-end; border-radius: 24px; color: white; text-decoration: none; box-shadow: var(--shadow); background-position: center; background-size: cover; isolation: isolate; }
.home-service-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg,rgba(7,27,63,.04) 25%,rgba(7,27,63,.88) 100%); }
.home-service-card::after { content: ""; position: absolute; inset: 0; z-index: -2; transition: transform .5s ease; background: inherit; }
.home-service-card:hover::after { transform: scale(1.04); }
.service-station { background-image: url('images/service-gare.png'); }
.service-medical { background-image: url('images/service-medical.png'); }
.service-private { background-image: linear-gradient(135deg,#233b63,#071b3f); }
.home-service-card > div { max-width: 340px; }
.home-service-card p { margin: 0 0 8px; color: var(--gold-light); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.home-service-card h3 { margin: 0 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: 33px; line-height: 1.05; font-weight: 500; }
.home-service-card div > :is(span,p.stg-span) { font-size: 13px; font-weight: 700; }
.card-number { position: absolute; top: 24px; right: 25px; color: rgba(255,255,255,.72); font-family: Georgia, serif; font-size: 22px; }
.center-action { margin-top: 42px; text-align: center; }

.fleet-showcase { background: white; }
.fleet-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.fleet-card { overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: var(--ivory); box-shadow: var(--shadow); }
.fleet-card img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; object-position: center; }
.fleet-card-copy { padding: 30px 32px 34px; }
.fleet-card-copy .eyebrow { margin-bottom: 11px; }
.fleet-card-copy h3 { margin: 0; max-width: 540px; font-family: Georgia,"Times New Roman",serif; font-size: clamp(29px,2.4vw,39px); font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
.fleet-card-copy > p:not(.eyebrow) { margin: 18px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.fleet-card-copy .text-link { display: inline-block; margin-top: 24px; font-size: 13px; }
.fleet-note { margin: 28px 0 0; color: var(--navy); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-align: center; text-transform: uppercase; }

.territory-teaser { background: white; }
.territory-teaser-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 76px; align-items: center; }
.territory-copy h2 { font-size: clamp(48px,4.8vw,72px); }
.territory-copy > p:not(.eyebrow) { max-width: 580px; color: var(--muted); font-size: 17px; line-height: 1.75; margin: 24px 0 32px; }
.territory-graphic { position: relative; min-height: 440px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: radial-gradient(circle at 33% 53%,rgba(200,148,47,.2),transparent 32%), radial-gradient(circle at 67% 50%,rgba(7,27,63,.13),transparent 32%), linear-gradient(135deg,#eef1e9,#fbf7ee); box-shadow: var(--shadow); }
.territory-graphic::before { content: ""; position: absolute; width: 25px; height: 120%; left: 53%; top: -10%; transform: rotate(4deg); border-radius: 50%; background: linear-gradient(90deg,#c7dfe9,#8db5ca,#d4e5eb); opacity: .72; }
.territory-label { position: absolute; color: rgba(7,27,63,.23); font-family: Georgia, serif; font-size: 35px; letter-spacing: .08em; text-transform: uppercase; }
.territory-label.gard { left: 10%; top: 17%; }
.territory-label.arles-country { right: 7%; top: 18%; font-size: 29px; }
.territory-base { position: absolute; top: 49%; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 7px; font-family: Georgia, serif; font-size: 22px; font-weight: 500; }
.territory-base :is(span,p.stg-span) { width: 52px; height: 52px; border-radius: 50%; border: 8px solid rgba(255,255,255,.75); box-shadow: 0 10px 35px rgba(7,27,63,.18); }
.territory-base :is(small,p.stg-small) { font-family: Inter, sans-serif; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.base-sg { left: 29%; }.base-sg :is(span,p.stg-span) { background: var(--gold); }
.base-arles { right: 24%; }.base-arles :is(span,p.stg-span) { background: var(--navy); }
.territory-line { position: absolute; z-index: 1; left: 37%; right: 32%; top: 55%; border-top: 2px dashed var(--gold); }
.territory-note { position: absolute; left: 50%; bottom: 34px; transform: translateX(-50%); white-space: nowrap; padding: 10px 16px; border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.82); font-size: 11px; font-weight: 700; }
.reassurance { text-align: center; background: var(--sage); }
.reassurance-inner { max-width: 1000px; }
.reassurance blockquote { margin: 0 auto 35px; font-size: clamp(38px,4.3vw,62px); }

.page-hero { padding: 84px 0 70px; text-align: center; background: linear-gradient(180deg,#fff 0%,var(--ivory) 100%); }
.page-hero .container { max-width: 940px; }
.page-hero h1 { font-size: clamp(52px,5.4vw,82px); }
.page-hero .gold-rule { margin: 24px auto; }
.page-hero .lead { margin: 0 auto; max-width: 780px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.zone-page-hero { padding: 52px 0 38px; }
.zone-page-hero h1 { font-size: clamp(50px,5vw,72px); }
.zone-page-hero .gold-rule { margin-block: 18px; }
.zone-page-hero .lead { font-size: 16px; line-height: 1.6; }

.services-feature { padding: 0 0 60px; }
.service-feature-grid { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 530px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: var(--shadow); }
.service-feature-image { min-height: 470px; background-position: center; background-size: cover; }
.service-feature-content { padding: 70px; display: flex; flex-direction: column; justify-content: center; }
.service-feature-content h2, .service-card h2, .engagement-card h2, .contact-card h2, .legal-card h2 { margin: 0; font-family: Georgia,serif; font-weight: 500; line-height: 1.08; }
.service-feature-content h2 { font-size: 50px; }
.service-feature-content p { color: var(--muted); line-height: 1.7; }
.service-discover { margin-top: 30px; align-self: flex-start; }
.check-list { display: grid; gap: 13px; margin: 25px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 27px; color: var(--navy); font-size: 14px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }
.services-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.service-card { min-height: 370px; padding: 42px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: 0 14px 38px rgba(7,27,63,.05); scroll-margin-top: 110px; }
.service-card .service-icon { width: 52px; height: 52px; margin-bottom: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--gold); background: #fbf4e5; font-family: Georgia,serif; font-size: 23px; }
.service-card h2 { font-size: 35px; }
.service-card > p { color: var(--muted); line-height: 1.7; }
.service-meta { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--navy); font-size: 12px; font-weight: 750; }
.service-card-link { margin-top: auto; padding-top: 28px; font-size: 13px; }
.photo-event .service-card-link { color: white; }
.medical-note { margin-top: 30px; padding: 28px; border-left: 4px solid var(--gold); border-radius: 0 16px 16px 0; color: white; background: var(--navy); }
.medical-note :is(strong,p.stg-strong) { color: var(--gold-light); }
.photo-event { color: white; background: linear-gradient(180deg,rgba(7,27,63,.15),rgba(7,27,63,.92)), url('images/service-mariage.png') center/cover; }
.photo-event > p { color: rgba(255,255,255,.78); }.photo-event .eyebrow { color: var(--gold-light); }.photo-event .service-meta { border-color: rgba(255,255,255,.28); color: white; }
.photo-group { grid-column: 1 / -1; min-height: clamp(520px,48vw,680px); color: white; background: linear-gradient(90deg,rgba(7,27,63,.94) 0%,rgba(7,27,63,.72) 47%,rgba(7,27,63,.14) 100%), url('images/idbuzz-stg-remorque.webp') center/cover; }
.photo-group h2 { max-width: 760px; font-size: clamp(38px,4.4vw,62px); }
.photo-group > p:not(.eyebrow) { max-width: 670px; color: rgba(255,255,255,.8); }
.photo-group .eyebrow { color: var(--gold-light); }
.photo-group .service-icon { color: white; background: rgba(255,255,255,.14); backdrop-filter: blur(8px); }
.photo-group .service-meta { max-width: 680px; border-color: rgba(255,255,255,.28); color: white; }
.photo-group .service-card-link { color: white; }
.assistance-card { background: linear-gradient(145deg,#ffffff 0%,#f1f3ed 100%); }
.assistance-card .service-icon { color: white; background: var(--navy); }
.service-summary { grid-column: 1 / -1; min-height: 270px; color: white; background: var(--navy); }.service-summary > p { color: rgba(255,255,255,.72); }.service-summary .service-icon { color: white; background: rgba(255,255,255,.12); }.service-summary .button { margin-top: 20px; align-self: flex-start; }

.zone-section { padding: 18px 0 34px; }
.zone-layout { display: grid; grid-template-columns: 1.55fr .75fr; gap: 24px; align-items: stretch; }
.zone-map, .zone-side { border: 1px solid var(--line); border-radius: 26px; background: white; box-shadow: var(--shadow); }
.zone-map { position: relative; min-height: 585px; overflow: hidden; background: linear-gradient(145deg,#eef1eb 0%,#f8f2e7 69%,#e2edf0 100%); }
.zone-map::before { content: ""; position: absolute; inset: 0; opacity: .32; background-image: radial-gradient(circle,rgba(7,27,63,.18) 1px,transparent 1px); background-size: 25px 25px; }
.zone-cartography { position: absolute; inset: 0; width: 100%; height: 100%; }
.map-landline { fill: none; stroke: rgba(7,27,63,.14); stroke-width: 2; stroke-dasharray: 7 10; }
.map-rhone { fill: none; stroke: rgba(93,157,183,.74); stroke-width: 18; stroke-linecap: round; }
.map-water { fill: rgba(142,188,204,.2); }
.map-reach { fill: none; stroke-width: 2; stroke-dasharray: 8 9; }
.map-reach-gold { fill: rgba(200,148,47,.09); stroke: rgba(200,148,47,.4); }
.map-reach-navy { fill: rgba(7,27,63,.055); stroke: rgba(7,27,63,.26); }
.map-title { position: absolute; z-index: 4; left: 28px; top: 27px; padding: 15px 18px; border-radius: 13px; background: rgba(255,255,255,.86); backdrop-filter: blur(10px); }
.map-title :is(strong,p.stg-strong) { display: block; font-family: Georgia,serif; font-size: 21px; font-weight: 500; }.map-title :is(small,p.stg-small) { color: var(--muted); }
.map-region { position: absolute; color: rgba(7,27,63,.23); font-family: Georgia,serif; font-size: 36px; letter-spacing: .08em; text-transform: uppercase; }
.map-region.gard { left: 9%; top: 24%; }.map-region.pays { right: 8%; top: 23%; font-size: 30px; }.map-region.camargue { left: 33%; bottom: 9%; font-size: 31px; }
.map-base { position: absolute; z-index: 2; width: 108px; height: 108px; border: 10px solid rgba(255,255,255,.72); border-radius: 50%; display: grid; place-content: center; text-align: center; color: white; box-shadow: 0 20px 45px rgba(7,27,63,.2); font-family: Georgia,serif; font-size: 17px; }
.map-base :is(small,p.stg-small) { display: block; margin-top: 4px; font-family: Inter,sans-serif; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.map-base.sg { left: 31%; top: 51%; background: var(--gold); }.map-base.ar { right: 23%; top: 49%; background: var(--navy); }
.map-connection { position: absolute; left: 42%; right: 35%; top: 60%; border-top: 2px dashed var(--gold); }
.map-city { position: absolute; display: flex; align-items: center; gap: 8px; color: var(--navy); font-size: 12px; font-weight: 750; }
.map-city::before { content: ""; width: 10px; height: 10px; flex: 0 0 10px; border-radius: 50%; border: 3px solid white; background: var(--gold); box-shadow: 0 2px 8px rgba(7,27,63,.15); }.map-city.arles-side::before { background: var(--navy); }
.city-nimes{left:24%;top:33%}.city-vauvert{left:12%;top:55%}.city-aigues{left:15%;bottom:20%}.city-beaucaire{left:44%;top:31%}.city-tarascon{right:28%;top:29%}.city-fourques{right:32%;top:47%}.city-fontvieille{right:15%;top:39%}.city-crau{right:8%;top:62%}
.map-note { position: absolute; z-index: 3; left: 28px; bottom: 25px; padding: 10px 15px; border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.86); font-size: 10px; }
.zone-side { min-height: 585px; padding: 34px; display: flex; flex-direction: column; }
.zone-side h2 { margin: 0 0 20px; font-family: Georgia,serif; font-size: 38px; font-weight: 500; line-height: 1.05; }
.base-card { position: relative; padding: 29px 0 28px 26px; border-top: 1px solid var(--line); }.base-card::before { content:""; position:absolute; left:0; top:34px; width:10px; height:10px; border-radius:50%; background:var(--gold); box-shadow:0 0 0 6px rgba(200,148,47,.13); }.base-card.arles::before{background:var(--navy);box-shadow:0 0 0 6px rgba(7,27,63,.1)}
.base-card .label { margin:0 0 6px;color:var(--gold);font-size:10px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.base-card.arles .label{color:var(--navy)}.base-card h3{margin:0 0 8px;font-family:Georgia,serif;font-size:25px;font-weight:500}.base-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}
.all-distance { margin-top:auto; padding:22px; border-radius:18px; color:white; background:var(--navy) }.all-distance :is(small,p.stg-small){color:var(--gold-light);font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.all-distance :is(strong,p.stg-strong){display:block;margin:7px 0;font-family:Georgia,serif;font-size:27px;font-weight:500}.all-distance p{margin:0;color:rgba(255,255,255,.7);font-size:12px;line-height:1.55}
.zone-cta { color: white; background: var(--navy); }
.zone-cta-inner { min-height: 178px; display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.zone-cta-inner p { margin: 0 0 5px; color: var(--gold-light); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.zone-cta-inner h2 { margin: 0; font-family: Georgia,serif; font-size: clamp(34px,3.4vw,50px); font-weight: 500; }
.zone-cta-actions { display: flex; align-items: center; gap: 24px; }
.zone-cta-actions > a:last-child { color: white; font-size: 15px; font-weight: 800; text-decoration-color: var(--gold); text-underline-offset: 7px; }

.service-detail-hero { padding: 38px 0 62px; background: linear-gradient(180deg,#fff,var(--ivory)); }
.service-detail-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px,5vw,78px); align-items: stretch; }
.service-detail-hero-grid-wide { grid-template-columns: 1fr; gap: 36px; }
.service-detail-hero-grid-wide .service-detail-copy { max-width: 980px; padding-bottom: 0; }
.service-detail-hero-grid-wide .breadcrumb { margin-bottom: 30px; }
.service-detail-hero-grid-wide .service-detail-visual { min-height: 0; aspect-ratio: 2/1; }
.service-detail-copy { padding: 46px 0 24px; display: flex; flex-direction: column; justify-content: center; }
.breadcrumb { margin-bottom: 44px; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 11px; }
.breadcrumb a { text-decoration-color: var(--gold); text-underline-offset: 4px; }
.breadcrumb :is(span,p.stg-span):last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.service-detail-copy h1 { max-width: 690px; margin: 0; font-family: Georgia,serif; font-size: clamp(54px,5vw,76px); font-weight: 500; letter-spacing: -.04em; line-height: 1.03; }
.service-detail-copy .lead { max-width: 620px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.72; }
.service-detail-visual { position: relative; min-height: 600px; overflow: hidden; border-radius: 0 36px 0 68px; background-size: cover; box-shadow: var(--shadow); }
.service-detail-visual::after { content: ""; position: absolute; inset: 48% 0 0; background: linear-gradient(180deg,transparent,rgba(7,27,63,.68)); }
.service-detail-visual > div { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 28px; color: white; }
.service-detail-visual :is(small,p.stg-small) { display: block; margin-bottom: 7px; color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.service-detail-visual :is(strong,p.stg-strong) { display: block; max-width: 500px; font-family: Georgia,serif; font-size: 30px; font-weight: 500; line-height: 1.1; }
.service-facts { border-block: 1px solid var(--line); background: white; }
.service-facts-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.service-facts article { min-height: 142px; padding: 30px 34px; display: flex; align-items: center; gap: 20px; }
.service-facts article + article { border-left: 1px solid var(--line); }
.service-facts article > :is(span,p.stg-span) { color: var(--gold); font-family: Georgia,serif; font-size: 22px; }
.service-facts h2 { margin: 0 0 7px; font-family: Georgia,serif; font-size: 22px; font-weight: 500; }
.service-facts p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.service-content-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(40px,6vw,90px); align-items: start; }
.service-detail-content h2, .service-steps h2, .related-heading h2 { margin: 0; font-family: Georgia,serif; font-size: clamp(42px,4.2vw,62px); font-weight: 500; letter-spacing: -.035em; line-height: 1.06; }
.service-content-intro { max-width: 760px; margin: 24px 0 42px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.situation-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.situation-grid article { min-height: 278px; padding: 30px 25px; border: 1px solid var(--line); border-radius: 20px; background: white; }
.situation-grid article > :is(span,p.stg-span) { width: 40px; height: 40px; margin-bottom: 48px; display: grid; place-items: center; border-radius: 50%; color: var(--gold); background: #fbf4e5; }
.situation-grid h3 { margin: 0 0 12px; font-family: Georgia,serif; font-size: 25px; font-weight: 500; line-height: 1.1; }
.situation-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.practical-card { position: sticky; top: 116px; padding: 38px; border-radius: 24px; color: white; background: var(--navy); box-shadow: 0 22px 58px rgba(7,27,63,.18); }
.practical-card .eyebrow { color: var(--gold-light); }
.practical-card h2 { font-size: 35px; }
.practical-card ul { margin: 30px 0 34px; padding: 0; display: grid; gap: 17px; list-style: none; }
.practical-card li { position: relative; padding: 0 0 17px 25px; border-bottom: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.76); font-size: 13px; line-height: 1.55; }
.practical-card li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-light); font-weight: 900; }
.practical-card .text-link { color: white; }
.service-steps { padding: 100px 0; background: var(--sage); }
.service-steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-steps-grid article { padding: 38px; border-radius: 22px; background: rgba(255,255,255,.76); }
.service-steps-grid article > :is(span,p.stg-span) { width: 44px; height: 44px; margin-bottom: 42px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--gold); font-family: Georgia,serif; font-size: 18px; }
.service-steps-grid h3 { margin: 0 0 10px; font-family: Georgia,serif; font-size: 30px; font-weight: 500; }
.service-steps-grid p { margin: 0; color: var(--muted); line-height: 1.65; }
.service-legal-note { max-width: 980px; margin: 28px auto 0; padding: 20px 24px; border-left: 3px solid var(--gold); color: var(--muted); background: rgba(255,255,255,.62); font-size: 12px; line-height: 1.65; }
.related-services { background: white; }
.related-heading { margin-bottom: 45px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.related-heading h2 { font-size: clamp(38px,3.8vw,55px); }
.related-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.related-grid > :is(a,.stg-linked-card) { min-height: 270px; padding: 38px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 22px; text-decoration: none; background: var(--ivory); transition: transform .2s ease,box-shadow .2s ease; }
.related-grid > :is(a,.stg-linked-card):hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.related-grid :is(span,p.stg-span) { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.related-grid h3 { margin: 28px 0 12px; font-family: Georgia,serif; font-size: 32px; font-weight: 500; }
.related-grid p { max-width: 590px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.related-grid :is(strong,p.stg-strong) { margin-top: auto; padding-top: 25px; color: var(--navy); font-size: 13px; text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 7px; }

.engagement-hero { padding-bottom: 40px; }
.engagement-grid { display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.engagement-card{min-height:330px;padding:44px;border:1px solid var(--line);border-radius:24px;background:white}.engagement-card .number{display:block;margin-bottom:30px;color:var(--gold);font-family:Georgia,serif;font-size:24px}.engagement-card h2{font-size:36px}.engagement-card p{color:var(--muted);line-height:1.75}.promise{padding:100px 0;text-align:center;color:white;background:var(--navy)}.promise .container{max-width:990px}.promise blockquote{margin:0;font-family:Georgia,serif;font-size:clamp(42px,5vw,72px);font-weight:500;line-height:1.08}.promise p{margin:26px 0 0;color:rgba(255,255,255,.68)}

.reservation-section { padding: 40px 0 110px; }
.reservation-grid { display:grid;grid-template-columns:.7fr 1.3fr;gap:24px;align-items:start}.contact-card,.booking-card,.legal-card{border:1px solid var(--line);border-radius:24px;background:white;box-shadow:var(--shadow)}.contact-card{padding:40px;position:sticky;top:115px}.contact-card h2{font-size:38px}.contact-card>p{color:var(--muted);line-height:1.65}.contact-choice{display:flex;gap:14px;align-items:center;padding:22px 0;border-top:1px solid var(--line);text-decoration:none}.contact-choice :is(strong,p.stg-strong){display:block}.contact-choice :is(span,p.stg-span){display:block;margin-top:4px;color:var(--muted);font-size:12px}.contact-icon{width:44px;height:44px;flex:0 0 44px;display:grid;place-items:center;border-radius:50%;color:white;background:var(--gold)}.booking-card{padding:48px}.booking-card h2{margin:0;font-family:Georgia,serif;font-size:43px;font-weight:500}.booking-card>p{color:var(--muted)}.booking-form{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:32px}.form-field{display:grid;gap:8px}.form-field.full{grid-column:1/-1}.form-field label{font-size:12px;font-weight:750}.form-field input,.form-field select,.form-field textarea{width:100%;border:1px solid #dcd7cc;border-radius:10px;padding:15px 16px;color:var(--navy);background:#fdfcf9;outline:none}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(200,148,47,.13)}.form-field textarea{min-height:110px;resize:vertical}.form-hint{grid-column:1/-1;margin:0;color:var(--muted);font-size:11px;line-height:1.55}.form-status{grid-column:1/-1;margin:0;padding:13px 15px;border-radius:10px;color:var(--navy);background:#f3ead7;font-size:12px}.booking-form .button{grid-column:1/-1;border:0;cursor:pointer}.booking-form .button:disabled{opacity:.55;cursor:not-allowed}.quick-facts{display:grid;gap:11px;margin-top:25px}.quick-facts :is(span,p.stg-span){padding-left:22px;position:relative;color:var(--muted);font-size:13px}.quick-facts :is(span,p.stg-span)::before{content:"✓";position:absolute;left:0;color:var(--gold);font-weight:900}
.legal-section{padding:70px 0 110px}.legal-card{padding:55px;max-width:980px;margin:auto}.legal-card h1{margin:0 0 35px;font-family:Georgia,serif;font-size:54px;font-weight:500}.legal-card h2{margin-top:36px;font-size:28px}.legal-card p,.legal-card li{color:var(--muted);line-height:1.7}.legal-placeholder{padding:16px 18px;border-left:4px solid var(--gold);background:#fbf4e5}

.cta-band { color:white;background:var(--navy)}.cta-inner{min-height:260px;display:flex;align-items:center;justify-content:space-between;gap:50px}.cta-band h2{font-size:clamp(42px,4.5vw,65px)}.cta-band .cta-inner>div:first-child>p:last-child{color:rgba(255,255,255,.68)}.cta-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.site-footer{padding:70px 0 25px;color:rgba(255,255,255,.72);background:#04142f}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:50px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-brand{margin:0;color:white;font-weight:750;letter-spacing:.17em}.footer-local{margin:0;color:var(--gold-light);font-size:13px}.footer-copy{max-width:360px;line-height:1.65}.footer-title{margin:0 0 8px;color:white;font-weight:750}.footer-grid a{text-decoration:none}.footer-grid a:hover{color:white}.footer-grid :is(span,p.stg-span),.footer-grid a{font-size:13px}.footer-bottom{margin-top:50px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;font-size:11px}.mobile-call{display:none}

@media (max-width:1120px){
  .brand-copy :is(strong,p.stg-strong){font-size:12px}.brand-copy :is(small,p.stg-small) i{width:20px}.main-nav{gap:20px}.main-nav>a:not(.button){font-size:12px}.header-book{min-height:46px;padding-inline:18px}.territory-teaser-grid,.service-feature-grid,.zone-layout,.reservation-grid{grid-template-columns:1fr}.contact-card{position:static}.zone-side{min-height:540px}.footer-grid{grid-template-columns:1.4fr repeat(3,1fr);gap:28px}.hero-home-grid{grid-template-columns:.8fr 1.2fr;gap:34px}.hero-benefit{padding-inline:10px}.hero-benefit-icon{display:none}.service-content-grid{grid-template-columns:1fr}.practical-card{position:static}.zone-layout{max-width:920px}.zone-cta-inner{max-width:920px}
}
@media (max-width:900px){
  .container{width:min(100% - 36px,1420px)}.section{padding:82px 0}.site-header{height:76px}.brand-monogram{width:72px;height:56px;flex-basis:72px}.brand-monogram img{width:150px}.brand-copy :is(strong,p.stg-strong){font-size:11px}.brand-copy :is(small,p.stg-small){font-size:9px}.menu-toggle{display:flex}.main-nav{position:fixed;z-index:99;inset:76px 0 auto 0;padding:30px 24px 34px;display:none;flex-direction:column;align-items:stretch;gap:0;border-bottom:1px solid var(--line);background:var(--ivory);box-shadow:0 25px 40px rgba(7,27,63,.12)}.main-nav.is-open{display:flex}.main-nav>a:not(.button){padding:16px 0;font-size:15px;border-bottom:1px solid var(--line)}.main-nav>a:not(.button)::after{display:none}.main-nav .header-phone{display:block}.main-nav .header-book{margin-top:18px}.hero-home{padding:28px 0 52px}.hero-home-grid,.service-detail-hero-grid{grid-template-columns:1fr}.hero-copy{padding:35px 0 14px}.hero-copy h1{font-size:58px}.hero-photo{min-height:0;aspect-ratio:1.95/1;border-radius:24px 24px 24px 54px}.home-service-grid,.fleet-grid{grid-template-columns:1fr}.territory-teaser-grid{grid-template-columns:1fr;gap:45px}.services-grid,.engagement-grid{grid-template-columns:1fr}.service-summary{grid-column:auto}.service-feature-grid{display:block}.service-feature-content{padding:45px}.footer-grid{grid-template-columns:repeat(2,1fr)}.cta-inner{padding:70px 0;flex-direction:column;align-items:flex-start}.cta-actions{justify-content:flex-start}.service-detail-copy{padding-top:20px}.service-detail-visual{min-height:520px;border-radius:24px 24px 24px 55px}.service-facts-grid{grid-template-columns:1fr}.service-facts article{min-height:110px}.service-facts article+article{border-left:0;border-top:1px solid var(--line)}.service-content-grid{grid-template-columns:1fr}.situation-grid{grid-template-columns:repeat(3,1fr)}.service-steps-grid{grid-template-columns:1fr}.service-steps-grid article{min-height:230px}.zone-cta-inner{padding:48px 0;align-items:flex-start;flex-direction:column}.zone-cta-actions{width:100%;justify-content:space-between}
}
@media (max-width:620px){
  .container{width:min(100% - 28px,1420px)}.section{padding:68px 0}.brand{gap:6px}.brand-monogram{width:58px;flex-basis:58px}.brand-monogram img{width:132px}.brand-copy :is(strong,p.stg-strong){font-size:9px}.brand-copy :is(small,p.stg-small){font-size:8px;gap:4px}.brand-copy :is(small,p.stg-small) i{width:12px}.page-hero{padding:58px 0}.page-hero h1{font-size:48px}.page-hero .lead{font-size:16px}.hero-copy h1{font-size:45px}.hero-lead{font-size:16px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.hero-benefits{grid-template-columns:1fr;gap:0;margin-top:36px;padding-top:0;border-top:0}.hero-benefit{padding:15px 0}.hero-benefit+.hero-benefit{border-left:0;border-top:1px solid var(--line)}.hero-benefit-icon{display:grid}.hero-photo{min-height:0;aspect-ratio:1.55/1;background-position:center}.home-service-card{min-height:390px;padding:25px}.home-service-card h3{font-size:30px}.fleet-card-copy{padding:25px}.fleet-card-copy h3{font-size:30px}.fleet-note{font-size:9px;line-height:1.6}.territory-graphic{min-height:390px}.territory-base{font-size:17px}.base-sg{left:18%}.base-arles{right:15%}.territory-line{left:35%;right:32%}.territory-label{font-size:27px}.territory-label.arles-country{font-size:22px}.territory-note{font-size:9px}.service-feature-content{padding:34px 25px}.service-feature-content h2{font-size:40px}.services-grid{gap:16px}.service-card{padding:30px 25px}.service-card h2{font-size:31px}.photo-group{min-height:520px;background-position:66% center}.zone-section{padding-top:0}.zone-map{min-height:560px}.map-title{left:18px;top:18px}.map-region{font-size:27px}.map-region.pays{font-size:22px}.map-base{width:88px;height:88px;border-width:7px;font-size:14px}.map-base.sg{left:19%;top:50%}.map-base.ar{right:14%;top:49%}.map-connection{left:37%;right:31%;top:57%}.city-nimes{left:18%;top:31%}.city-beaucaire{left:47%;top:28%}.city-tarascon{right:16%;top:32%}.city-fourques{right:26%;top:43%}.city-fontvieille{display:none}.city-crau{right:5%;top:68%}.city-aigues{left:8%;bottom:17%}.zone-side{padding:28px}.zone-cta-actions{align-items:flex-start;flex-direction:column}.service-detail-copy h1{font-size:45px}.service-detail-copy .lead{font-size:16px}.service-detail-visual{min-height:390px}.service-detail-hero-grid-wide .service-detail-visual{min-height:0;aspect-ratio:1.35/1;background-position:66% center!important}.service-detail-visual :is(strong,p.stg-strong){font-size:24px}.service-facts article{padding:25px 10px}.situation-grid{grid-template-columns:1fr}.situation-grid article{min-height:245px}.practical-card{padding:30px 24px}.service-steps{padding:70px 0}.service-steps-grid article{padding:30px 25px}.related-heading{align-items:flex-start;flex-direction:column}.related-grid{grid-template-columns:1fr}.related-grid > :is(a,.stg-linked-card){padding:30px 25px}.engagement-card{padding:32px 26px}.booking-card,.contact-card{padding:30px 23px}.booking-form{grid-template-columns:1fr}.form-field.full{grid-column:auto}.form-hint,.form-status,.booking-form .button{grid-column:auto}.footer-grid{grid-template-columns:1fr;gap:35px}.footer-bottom{flex-direction:column;gap:8px}.cta-actions{width:100%;flex-direction:column}.cta-actions .button{width:100%}.mobile-call{position:fixed;z-index:90;right:16px;bottom:16px;min-height:48px;padding:0 18px;display:flex;align-items:center;gap:8px;border-radius:999px;color:white;background:var(--gold);text-decoration:none;font-size:13px;font-weight:800;box-shadow:0 12px 34px rgba(7,27,63,.26)}.legal-card{padding:34px 24px}
}

@media (prefers-reduced-motion: reduce){*{scroll-behavior:auto!important;transition:none!important}}
