@font-face { font-family: 'STAPORT Sans'; src: url('../s/dmsans/v17/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAfJtRSW3z.ttf') format('truetype'); font-style: normal; font-weight: 100 900; font-display: swap; }

:root {
  --staport-blue: #0b4e9c;
  --staport-deep: #071f46;
  --staport-ink: #101d30;
  --staport-soft: #f4f7fb;
  --staport-line: #d7dee8;
  --staport-orange: #6f7c8b;
  --staport-sky: #8fb8f5;
  --staport-max: 1240px;
}

html { scroll-behavior: smooth; }
body.staport-page {
  margin: 0;
  background: #fff;
  color: var(--staport-ink);
  font-family: 'STAPORT Sans', 'DM Sans', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.staport-page > *:not(#staport-site) { display: none !important; }
body.staport-page .uicore-body-content { display: none !important; }
#staport-site, #staport-site * { box-sizing: border-box; }
#staport-site { overflow: hidden; }
#staport-site a { color: inherit; text-decoration: none; }
#staport-site img { display: block; max-width: 100%; }
.staport-mobile-only { display: none; }
.staport-container { width: min(var(--staport-max), calc(100% - 80px)); margin: 0 auto; }

.staport-topline {
  min-height: 38px; display: flex; align-items: center; background: var(--staport-deep); color: #fff;
  font-size: 11px; letter-spacing: .09em; text-transform: uppercase;
}
.staport-topline .staport-container { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.staport-topline-right { display: flex; gap: 20px; color: #d7e3f6; }

.staport-header { position: absolute; top: 38px; left: 0; right: 0; z-index: 5; color: #fff; transition: .3s ease; }
.staport-header.scrolled { position: fixed; top: 0; background: rgba(7,31,70,.95); backdrop-filter: blur(14px); box-shadow: 0 12px 35px rgba(7,31,70,.18); }
.staport-nav { position: relative; min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.staport-brand { display: inline-flex; align-items: center; padding: 7px 14px; background: var(--staport-deep); color: #fff; }
.staport-brand img { width: 190px; height: auto; aspect-ratio: 500 / 211; flex: 0 0 190px; object-fit: contain; overflow: visible; filter: none; }
.staport-brand-word { font-family: 'STAPORT Sans', sans-serif; font-size: 23px; font-weight: 800; letter-spacing: .11em; }
.staport-brand-sub { display: block; font-size: 9px; font-weight: 500; letter-spacing: .08em; opacity: .7; margin-top: 2px; }
.staport-menu { display: flex; align-items: center; gap: 31px; font-size: 13px; font-weight: 500; }
.staport-menu a { position: relative; padding: 12px 0; opacity: .82; transition: .2s ease; }
.staport-menu a:hover, .staport-menu a.is-active { opacity: 1; }
.staport-menu a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--staport-orange); transition: right .25s ease; }
.staport-menu a:hover::after, .staport-menu a.is-active::after { right: 0; }
.staport-header-cta { display: inline-flex; align-items: center; gap: 10px; padding: 13px 18px; border: 1px solid rgba(255,255,255,.5); font-size: 12px; font-weight: 700; letter-spacing: .04em; transition: .2s ease; }
.staport-header-cta:hover { border-color: var(--staport-orange); background: var(--staport-orange); }
.staport-menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: rgba(7,31,70,.52); color: #fff; font-size: 23px; line-height: 1; cursor: pointer; }

.staport-hero { position: relative; min-height: 760px; padding: 190px 0 90px; color: #fff; background: var(--staport-deep); isolation: isolate; }
.staport-hero::before { content: ''; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(7,31,70,.98) 0%, rgba(7,31,70,.88) 45%, rgba(7,31,70,.32) 100%), url('assets/staport/hero.jpg') center/cover; }
.staport-hero::after { content: ''; position: absolute; width: 45vw; height: 45vw; min-width: 480px; min-height: 480px; right: -15vw; bottom: -29vw; z-index: -1; border-radius: 50%; border: 1px solid rgba(143,184,245,.28); box-shadow: 0 0 0 42px rgba(143,184,245,.03), 0 0 0 85px rgba(143,184,245,.025); }
.staport-hero-grid { display: grid; grid-template-columns: minmax(0, .96fr) minmax(390px, .86fr); align-items: center; gap: 70px; }
.staport-eyebrow { display: flex; align-items: center; gap: 12px; color: var(--staport-orange); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.staport-eyebrow::before { content: ''; display: block; width: 42px; height: 2px; background: currentColor; }
.staport-hero h1 { max-width: 700px; margin: 23px 0 21px; color: #fff; font-family: 'STAPORT Sans', sans-serif; font-size: clamp(46px, 5.6vw, 78px); line-height: .99; letter-spacing: -.055em; font-weight: 800; }
.staport-hero-lede { max-width: 540px; margin: 0; color: #dce7f7; font-size: 17px; line-height: 1.7; }
.staport-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.staport-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border: 1px solid var(--staport-orange); background: var(--staport-orange); color: #fff !important; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: .2s ease; }
.staport-btn:hover { background: #8d99a6; border-color: #8d99a6; transform: translateY(-2px); }
.staport-btn.ghost { border-color: rgba(255,255,255,.5); background: transparent; }
.staport-btn.ghost:hover { background: #fff; color: var(--staport-deep) !important; }
.staport-hero-note { display: flex; gap: 24px; align-items: center; margin-top: 54px; color: #c1d1e8; font-size: 12px; }
.staport-hero-note strong { display: block; color: #fff; font-family: 'STAPORT Sans', sans-serif; font-size: 28px; line-height: 1; margin-bottom: 4px; }
.staport-hero-note span { display: block; text-transform: uppercase; letter-spacing: .08em; }
.staport-hero-note-divider { width: 1px; height: 42px; background: rgba(255,255,255,.25); }
.staport-hero-media { position: relative; min-height: 500px; }
.staport-hero-photo { position: absolute; right: 0; top: 0; width: 88%; height: 430px; object-fit: cover; box-shadow: 25px 25px 0 rgba(111,124,139,.88); }
.staport-hero-card { position: absolute; left: 0; bottom: 0; display: grid; grid-template-columns: 45px 1fr; gap: 12px; max-width: 260px; padding: 20px 18px; background: #fff; color: var(--staport-ink); box-shadow: 0 18px 45px rgba(0,0,0,.24); }
.staport-hero-card-mark { width: 45px; height: 45px; display: grid; place-items: center; background: var(--staport-blue); color: #fff; font-family: 'Manrope', sans-serif; font-size: 19px; font-weight: 800; }
.staport-hero-card strong { font-family: 'STAPORT Sans', sans-serif; font-size: 14px; line-height: 1.25; }
.staport-hero-card span { display: block; margin-top: 4px; color: #637085; font-size: 11px; line-height: 1.4; }
.staport-scroll { position: absolute; left: 50%; bottom: 26px; display: flex; flex-direction: column; align-items: center; gap: 7px; color: #a8bddb; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; transform: translateX(-50%); }
.staport-scroll::after { content: ''; width: 1px; height: 34px; background: var(--staport-orange); }

.staport-stats { background: var(--staport-orange); color: #fff; }
.staport-stats .staport-stat, .staport-stats .staport-stat * { color: #fff !important; }
.staport-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.staport-stat { padding: 25px 28px; border-right: 1px solid rgba(255,255,255,.28); }
.staport-stat:last-child { border-right: 0; }
.staport-stat strong { display: block; font-family: 'STAPORT Sans', sans-serif; font-size: 34px; line-height: 1; }
.staport-stat span { display: block; margin-top: 7px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; opacity: .86; }

.staport-section { padding: 125px 0; }
.staport-section.soft { background: var(--staport-soft); }
.staport-kicker { margin: 0 0 17px; color: var(--staport-blue); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.staport-section h2 { margin: 0; max-width: 700px; font-family: 'STAPORT Sans', sans-serif; font-size: clamp(35px, 4vw, 57px); line-height: 1.03; letter-spacing: -.045em; color: var(--staport-deep); }
.staport-body { color: #5d6a7c; font-size: 16px; line-height: 1.75; }
.staport-societe-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 95px; }
.staport-societe-photo-wrap { position: relative; padding: 0 35px 35px 0; }
.staport-societe-photo-wrap::after { content: ''; position: absolute; right: 0; bottom: 0; width: 72%; height: 72%; border: 1px solid var(--staport-orange); z-index: -1; }
.staport-societe-photo { width: 100%; height: 485px; object-fit: cover; }
.staport-societe-copy .staport-body { margin: 27px 0 0; }
.staport-checks { display: grid; gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; }
.staport-checks li { display: flex; align-items: center; gap: 11px; color: var(--staport-deep); font-size: 13px; font-weight: 600; }
.staport-checks li::before { content: '↗'; display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: #e8f0fb; color: var(--staport-blue); font-weight: 800; }
.staport-inline-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 31px; color: var(--staport-blue) !important; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.staport-inline-link::after { content: '↗'; font-size: 16px; transition: transform .2s; }
.staport-inline-link:hover::after { transform: translate(3px,-3px); }

.staport-section-head { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 52px; }
.staport-section-head .staport-body { max-width: 380px; margin: 0; }
.staport-services { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--staport-line); }
.staport-service { min-height: 290px; padding: 29px 24px 30px 0; border-right: 1px solid var(--staport-line); transition: .25s ease; }
.staport-service + .staport-service { padding-left: 24px; }
.staport-service:last-child { border-right: 0; }
.staport-service:hover { color: var(--staport-blue); transform: translateY(-5px); }
.staport-service-number { display: block; margin-bottom: 72px; color: var(--staport-orange); font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.staport-service h3 { margin: 0 0 14px; color: var(--staport-deep); font-family: 'STAPORT Sans', sans-serif; font-size: 24px; line-height: 1.1; letter-spacing: -.025em; }
.staport-service p { margin: 0; color: #697487; font-size: 13px; line-height: 1.65; }
.staport-service-icon { position: relative; display: inline-block; width: 38px; height: 38px; margin-bottom: 25px; border: 2px solid var(--staport-blue); }
.staport-service-icon::after { content: ''; position: absolute; top: 8px; left: 8px; width: 17px; height: 17px; border: 2px solid var(--staport-orange); }

.staport-projects { background: var(--staport-deep); color: #fff; }
.staport-projects .staport-kicker { color: var(--staport-orange); }
.staport-projects h2, .staport-projects h3, .staport-projects p, .staport-projects small { color: #fff !important; }
.staport-projects .staport-body { color: #bbcae0; }
.staport-projects .staport-section-head { margin-bottom: 45px; }
.staport-project-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: 260px 260px; gap: 16px; }
.staport-project { position: relative; min-height: 190px; overflow: hidden; background: #173c6d; }
.staport-project:first-child { grid-row: span 2; }
.staport-project img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.staport-project:hover img { transform: scale(1.07); }
.staport-project::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 37%, rgba(7,31,70,.9) 100%); }
.staport-project-caption { position: absolute; left: 22px; right: 22px; bottom: 20px; z-index: 1; }
.staport-project-caption small { color: var(--staport-orange); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.staport-project-caption h3 { margin: 6px 0 0; color: #fff; font-family: 'STAPORT Sans', sans-serif; font-size: 21px; line-height: 1.1; }

.staport-promise { padding: 95px 0; background: #eef4fb url('assets/staport/pattern.jpg') center/cover; }
.staport-promise-grid { display: grid; grid-template-columns: 1fr 1.5fr; align-items: center; gap: 70px; }
.staport-promise h2 { font-size: clamp(33px, 4vw, 52px); }
.staport-promise-body { display: grid; grid-template-columns: repeat(2,1fr); gap: 25px; }
.staport-promise-card { padding: 19px 0 5px; border-top: 2px solid var(--staport-blue); }
.staport-promise-card strong { display: block; color: var(--staport-deep); font-family: 'STAPORT Sans', sans-serif; font-size: 19px; }
.staport-promise-card p { margin: 10px 0 0; color: #607088; font-size: 13px; line-height: 1.6; }

.staport-team { padding: 125px 0; background: #fff; }
.staport-team-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 18px; }
.staport-team-card { position: relative; min-height: 350px; overflow: hidden; background: var(--staport-deep); }
.staport-team-card img { width: 100%; height: 100%; min-height: 350px; object-fit: cover; opacity: .76; transition: transform .5s ease, opacity .3s ease; }
.staport-team-card:hover img { transform: scale(1.05); opacity: .92; }
.staport-team-card:first-child { grid-row: auto; min-height: 430px; }
.staport-team-card:first-child img { min-height: 430px; }
.staport-team-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 34%, rgba(7,31,70,.94) 100%); }
.staport-team-card-copy { position: absolute; left: 24px; right: 20px; bottom: 22px; z-index: 1; color: #fff; }
.staport-team-card-copy small { color: var(--staport-orange); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.staport-team-card-copy h3 { margin: 7px 0 0; color: #fff !important; font-family: 'STAPORT Sans', sans-serif; font-size: 23px; line-height: 1.05; }
.staport-team-card-copy p { margin: 7px 0 0; color: #fff !important; font-size: 12px; line-height: 1.45; opacity: .9; }

.staport-quality { padding: 108px 0; background: var(--staport-deep); color: #fff; }
.staport-quality-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; align-items: start; }
.staport-quality .staport-kicker { color: var(--staport-orange); }
.staport-quality h2, .staport-quality h3, .staport-quality strong { color: #fff !important; }
.staport-quality-intro, .staport-quality p { color: #fff !important; opacity: .86; font-size: 15px; line-height: 1.7; }
.staport-quality-list { display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,.19); }
.staport-quality-row { display: grid; grid-template-columns: 62px 1fr; gap: 23px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.19); }
.staport-quality-row strong { color: var(--staport-orange); font-family: 'STAPORT Sans', sans-serif; font-size: 23px; }
.staport-quality-row h3 { margin: 0 0 6px; color: #fff; font-family: 'STAPORT Sans', sans-serif; font-size: 19px; }
.staport-quality-row p { margin: 0; color: #b9cbe3; font-size: 13px; line-height: 1.55; }
.staport-quality-row p { color: #fff !important; opacity: .86; }

.staport-news { padding: 125px 0; background: var(--staport-soft); }
.staport-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.staport-news-card { background: #fff; }
.staport-news-card img { width: 100%; height: 210px; object-fit: cover; }
.staport-news-copy { padding: 22px 22px 25px; }
.staport-news-copy small { color: var(--staport-blue); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.staport-news-copy h3 { margin: 10px 0 10px; color: var(--staport-deep); font-family: 'STAPORT Sans', sans-serif; font-size: 21px; line-height: 1.13; }
.staport-news-copy p { margin: 0; color: #667387; font-size: 13px; line-height: 1.6; }
.staport-news-link { display: inline-flex; margin-top: 18px; color: var(--staport-blue) !important; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.staport-partners { padding: 77px 0; border-bottom: 1px solid var(--staport-line); }
.staport-partners-row { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 37px; }
.staport-partner { width: 150px; height: 64px; display: grid; place-items: center; padding: 12px 18px; border: 1px solid var(--staport-line); background: #fff; }
.staport-partner img { width: 100%; height: 100%; object-fit: contain; filter: grayscale(1); opacity: .75; mix-blend-mode: multiply; }

.staport-contact { position: relative; padding: 110px 0 105px; background: var(--staport-blue); color: #fff; isolation: isolate; }
.staport-contact::before { content: ''; position: absolute; inset: 0; z-index: -1; opacity: .12; background: url('assets/staport/urban.jpg') center/cover; mix-blend-mode: screen; }
.staport-contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; }
.staport-contact .staport-kicker { color: var(--staport-sky); }
.staport-contact-copy h2, .staport-contact-copy .staport-body, .staport-contact-copy b, .staport-contact-copy a, .staport-contact-copy span { color: #fff !important; }
.staport-contact-copy .staport-body { opacity: .9; }
.staport-contact-list { display: grid; gap: 19px; margin: 36px 0 0; }
.staport-contact-item { display: flex; align-items: flex-start; gap: 14px; }
.staport-contact-item b { display: block; margin-bottom: 4px; color: #a9c9f7; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.staport-contact-item a, .staport-contact-item span { color: #fff; font-size: 16px; }
.staport-contact-form { padding: 31px; background: #fff; color: var(--staport-ink); }
.staport-contact-form h3 { margin: 0 0 24px; font-family: 'STAPORT Sans', sans-serif; font-size: 21px; color: var(--staport-deep); }
.staport-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.staport-contact-form label { display: grid; gap: 7px; color: #6e7c8f; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.staport-contact-form input, .staport-contact-form textarea { width: 100%; border: 1px solid #d6dee8; border-radius: 0; padding: 13px 12px; font: inherit; color: var(--staport-ink); outline: 0; background: #fafcff; }
.staport-contact-form input:focus, .staport-contact-form textarea:focus { border-color: var(--staport-blue); box-shadow: 0 0 0 3px rgba(11,78,156,.1); }
.staport-contact-form textarea { min-height: 120px; resize: vertical; }
.staport-form-full { grid-column: 1/-1; }
.staport-form-submit { margin-top: 18px; width: 100%; border: 0; cursor: pointer; }
.staport-form-status { display: none; margin: 13px 0 0; color: var(--staport-blue); font-size: 12px; font-weight: 700; }
.staport-form-status.is-visible { display: block; }

.staport-footer { padding: 37px 0 28px; background: var(--staport-deep); color: #fff; }
.staport-footer-row { display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.staport-footer .staport-brand-sub { color: #b4c9e3; }
.staport-footer-nav { display: flex; gap: 25px; color: #c4d2e5; font-size: 12px; }
.staport-footer-nav a:hover { color: #fff; }
.staport-copyright { padding-top: 25px; margin-top: 28px; border-top: 1px solid rgba(255,255,255,.14); color: #8ea5c5; font-size: 11px; }

.staport-reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.staport-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .staport-container { width: min(var(--staport-max), calc(100% - 46px)); }
  .staport-menu { gap: 18px; }
  .staport-header-cta { padding: 11px 13px; }
  .staport-hero-grid { gap: 35px; }
  .staport-hero { min-height: 720px; }
  .staport-societe-grid { gap: 55px; }
  .staport-services { grid-template-columns: repeat(2,1fr); }
  .staport-service:nth-child(2) { border-right: 0; }
  .staport-service:nth-child(n+3) { border-top: 1px solid var(--staport-line); }
  .staport-service:nth-child(3) { padding-left: 0; }
  .staport-project-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 210px 210px; }
  .staport-project:first-child { grid-row: span 1; grid-column: span 2; }
  .staport-promise-grid { gap: 40px; }
  .staport-team-grid { grid-template-columns: 1fr 1fr; }
  .staport-team-card:first-child { grid-column: span 2; grid-row: auto; }
  .staport-quality-grid { gap: 45px; }
  .staport-news-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
}

@media (max-width: 740px) {
  .staport-container { width: min(var(--staport-max), calc(100% - 34px)); }
  .staport-topline { display: none; }
  .staport-header { top: 0; }
  .staport-nav { min-height: 74px; }
  .staport-menu { display: none; position: absolute; top: 74px; left: 0; right: 0; padding: 15px 20px 20px; flex-direction: column; align-items: flex-start; gap: 1px; background: var(--staport-deep); border-top: 1px solid rgba(255,255,255,.14); }
  .staport-menu.is-open { display: flex; }
  .staport-menu a { width: 100%; padding: 13px 0; }
  .staport-header-cta { display: none; }
  .staport-brand { min-width: 0; }
  .staport-brand { padding: 5px 10px; }
  .staport-brand img { width: 174px; height: auto; aspect-ratio: 500 / 211; flex-basis: 174px; }
  .staport-menu-toggle { position: fixed; top: 15px; right: 17px; z-index: 20; display: grid !important; place-items: center; background: var(--staport-blue) !important; font-family: Arial, sans-serif; font-size: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.7); }
  .staport-menu-toggle::before { content: ''; width: 21px; height: 2px; background: #fff; box-shadow: 0 -6px 0 #fff, 0 6px 0 #fff; }
  .staport-hero { min-height: auto; padding: 132px 0 74px; }
  .staport-hero-grid { display: flex; flex-direction: column; align-items: stretch; gap: 48px; }
  .staport-hero-copy { width: 100%; min-width: 0; }
  .staport-mobile-only { display: inline; }
  .staport-hero h1 { max-width: 100%; font-size: clamp(38px, 10.5vw, 50px); letter-spacing: -.065em; overflow-wrap: normal; word-break: normal; }
  .staport-hero-lede { font-size: 15px; }
  .staport-hero-note { margin-top: 37px; }
  .staport-hero-media { min-height: 350px; }
  .staport-hero-photo { width: 90%; height: 300px; }
  .staport-hero-card { bottom: -5px; }
  .staport-actions .staport-btn { width: 100%; flex: 1 1 100%; }
  .staport-scroll { display: none; }
  .staport-stats-grid { grid-template-columns: 1fr 1fr; }
  .staport-stat { padding: 20px 17px; border-bottom: 1px solid rgba(255,255,255,.28); }
  .staport-stat:nth-child(2) { border-right: 0; }
  .staport-stat:nth-child(3), .staport-stat:nth-child(4) { border-bottom: 0; }
  .staport-stat strong { font-size: 27px; }
  .staport-section { padding: 78px 0; }
  .staport-societe-grid, .staport-contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .staport-societe-photo-wrap { max-width: 560px; }
  .staport-societe-photo { height: 360px; }
  .staport-section-head { display: block; margin-bottom: 34px; }
  .staport-section-head .staport-body { margin-top: 18px; }
  .staport-services { grid-template-columns: 1fr; }
  .staport-service, .staport-service + .staport-service, .staport-service:nth-child(3) { min-height: auto; padding: 23px 0 28px; border-right: 0; border-top: 1px solid var(--staport-line); }
  .staport-service:first-child { border-top: 0; }
  .staport-service-number { margin-bottom: 24px; }
  .staport-project-grid { display: flex; flex-direction: column; }
  .staport-project, .staport-project:first-child { height: 260px; min-height: 0; }
  .staport-promise { padding: 74px 0; }
  .staport-promise-grid { grid-template-columns: 1fr; }
  .staport-promise-body { grid-template-columns: 1fr; }
  .staport-team, .staport-news { padding: 78px 0; }
  .staport-team-grid { grid-template-columns: 1fr; }
  .staport-team-card:first-child { grid-column: auto; }
  .staport-team-card, .staport-team-card:first-child, .staport-team-card img, .staport-team-card:first-child img { min-height: 300px; }
  .staport-quality { padding: 76px 0; }
  .staport-quality-grid { grid-template-columns: 1fr; gap: 38px; }
  .staport-news-grid { grid-template-columns: 1fr; }
  .staport-news-card img { height: 220px; }
  .staport-partners-row { flex-wrap: wrap; justify-content: flex-start; }
  .staport-partner { width: calc(33.333% - 20px); }
  .staport-contact { padding: 76px 0; }
  .staport-contact-form { padding: 23px 18px; }
  .staport-form-grid { grid-template-columns: 1fr; }
  .staport-form-full { grid-column: auto; }
  .staport-footer-row { display: block; }
  .staport-footer-nav { margin-top: 22px; flex-wrap: wrap; gap: 14px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .staport-reveal { opacity: 1; transform: none; transition: none; }
  .staport-project img, .staport-btn { transition: none; }
}
