@import url(https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i,900|Ubuntu:300,300i,400,400i,500,500i,700,700i);@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i);@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i);
:root {
  --sebal-container: clamp(1450px, 90vw, 1600px);
}
* {
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
  position: relative;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.selectLang {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: transparent;
  border: none;
  line-height: 50px;
  height: 50px;
  width: 50px;
  -moz-text-align-last: center;
       text-align-last: center;
  font-size: 16px;
  color: #00393a;
}
.selectLang option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
h1 {
  font-family: 'Titillium Web', 'Open Sans', sans-serif;
  font-size: clamp(1.4em, 1.1em + 1.5vw, 1.7em);
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-wrap: balance;
}
h2 {
  font-family: 'Titillium Web', 'Open Sans', sans-serif;
  font-size: clamp(1.3em, 1.15em + 0.9vw, 1.55em);
  font-weight: 600;
  line-height: 1.32;
  margin-bottom: 20px;
  text-wrap: balance;
}
p {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 300;
}
.no-padding {
  padding: 0px !important;
}
.barre-verte-right,
.barre-verte-left {
  display: none;
  height: 1px;
  background-color: #71bf93;
}
html {
  scroll-behavior: smooth;
}
body,
html {
  width: 100%;
  height: 100%;
  background-color: #00393a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn {
  display: inline-block;
  width: auto;
  padding: 10px 22px;
  border: 1px solid black;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.4px;
  text-decoration: none;
  margin-top: 15px;
  transition: box-shadow 0.45s cubic-bezier(.16, .8, .24, 1), transform 0.3s ease, color 0.3s ease;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn-dark {
  border-color: #71bf93;
  color: white;
  box-shadow: inset 0px 0px 0px 0px #71bf93;
}
.btn-dark:hover {
  box-shadow: inset 0px -55px 5px 0px #71bf93;
}
.btn-light {
  border-color: #71bf93;
  color: black;
  box-shadow: inset 0px 0px 0px 0px #71bf93;
}
.btn-light:hover {
  color: white;
  box-shadow: inset 0px -55px 5px 0px #71bf93;
}
.conteneur {
  width: 100%;
  height: 100%;
  position: relative;
}
.conteneur-parent {
  width: 100%;
  height: 100%;
  float: left;
}
section {
  width: 100%;
}
.menu {
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #002d2e;
  z-index: 99;
}
.menu .controls {
  float: left;
  width: 100%;
  height: 70px;
}
.menu .elements {
  position: absolute;
  width: 100%;
  padding-left: 50px;
  height: auto;
  box-sizing: border-box;
}
.menu .elements ul {
  list-style-type: none;
}
.menu .elements ul li a .caret {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 14px;
  border-right: 2px solid var(--sebal-green);
  border-bottom: 2px solid var(--sebal-green);
  transform: translateY(-4px) rotate(45deg);
  transition: transform 0.45s cubic-bezier(0.16, 0.8, 0.24, 1);
  vertical-align: middle;
}
.menu .elements ul li.has-children:hover > a .caret,
.menu .elements ul li.has-children:focus-within > a .caret {
  transform: translateY(2px) rotate(225deg);
}
.menu .elements ul .submenu {
  list-style: none;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  margin-top: -8px;
  transition: max-height 0.55s cubic-bezier(0.16, 0.8, 0.24, 1), opacity 0.4s ease,
    margin-bottom 0.55s ease;
}
.menu .elements ul li.has-children:hover .submenu,
.menu .elements ul li.has-children:focus-within .submenu {
  max-height: 300px;
  opacity: 1;
  margin-bottom: 26px;
}
.menu .elements ul .submenu li a {
  text-transform: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 1px;
  opacity: 0.72;
  padding-left: 24px;
  color: #fff;
  transition: opacity 0.3s ease, color 0.3s ease;
}
.menu .elements ul .submenu li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 13px;
  height: 1px;
  background: var(--sebal-green);
  opacity: 0;
  transform: translate(-6px, -50%);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.menu .elements ul .submenu li a:hover {
  opacity: 1;
}
.menu .elements ul .submenu li a.active {
  color: var(--sebal-green);
  opacity: 1;
}
.menu .elements ul .submenu li a:hover::before,
.menu .elements ul .submenu li a.active::before {
  opacity: 1;
  transform: translate(0, -50%);
}
@media (prefers-reduced-motion: reduce) {
  .menu .elements ul .submenu,
  .menu .elements ul li a .caret {
    transition: none;
  }
}
.menu .elements ul li a {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 22px;
  display: inline-block;
  width: auto;
  line-height: 70px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  transition: opacity 0.3s ease;
}
.menu .elements ul li a:hover {
  opacity: 0.85;
}
.menu .elements ul li a:hover hr {
  transform: translateY(-18px);
  opacity: 1;
}
.menu .elements ul li a hr {
  border-width: 0.5px;
  opacity: 0;
  transition: transform 0.45s cubic-bezier(.16, .8, .24, 1), opacity 0.45s ease;
}
.menu-interaction {
  padding-left: 40px;
  float: left;
  display: inline-block;
  width: 80px;
  line-height: 70px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
  text-decoration: none;
}
.menu-interaction.open {
  background-image: url(/images/menu-line.svg?a177c3fecd3291f334b5dcb1ee877309);
}
.menu-interaction.close {
  background-image: url(/images/menu-cross.svg?b3e59de0fb570bbd160d5f32e7d04d6e);
}
header {
  position: fixed;
  top: 0px;
  background-color: white;
  float: left;
  height: 70px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 135px !important;
  background-image: url(/images/logo_black.png?d5f62332dd38d4392c1492c85208531b);
  z-index: 98;
  transition: box-shadow 0.35s ease;
}
header.is-scrolled {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.14);
}
.slider {
  margin-top: 70px;
  float: left;
  width: 100%;
  height: clamp(650px, 82vh, 780px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
}
.slider .bs-bullets {
  list-style-type: none;
  position: absolute;
  bottom: 50px;
  left: 45px;
}
.slider .bs-bullets li {
  display: inline-block;
  padding: 0 9px;
  cursor: pointer;
  color: #71bf93;
  opacity: 0.5;
}
.slider .bs-bullets li i {
  font-size: 18px !important;
}
.slider .bs-bullets li.active {
  opacity: 1;
}
.slider .back-message {
  position: absolute;
  bottom: 100px;
  left: 50px;
  right: 50px;
  box-sizing: border-box;
  width: auto;
  height: auto;
}
.slider .back-message h1 {
  color: white;
}
.slider .back-message p {
  text-align: justify;
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
  opacity: 0.85;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .slider .back-message > * {
    opacity: 0;
    animation: fadeInUp 1.1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
  .slider .back-message h1 {
    animation-delay: 0.15s;
  }
  .slider .back-message p {
    animation-delay: 0.4s;
  }
  .slider .back-message .btn {
    animation-delay: 0.65s;
  }
}
.back-color {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #002d2e;
  opacity: 0.5;
}
.blocs {
  width: 100%;
  height: auto;
  float: left;
  background-color: #ebebeb;
}
.blocs .bloc {
  float: left;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding: 150px 105px;
  text-align: center;
}
.blocs .bloc p {
  text-align: justify;
  margin-bottom: 20px;
}
.blocs .bloc:first-child {
  border-right: 1px solid #bcbcbc;
}
.manboxs {
  width: 100%;
  height: auto;
  float: left;
  background-color: #ebebeb;
  box-sizing: border-box;
  padding: 120px 0px;
}
.manboxs .manbox {
  float: left;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.manboxs .manbox .box {
  float: left;
  width: 100%;
  height: 100%;
  min-height: 355px;
  box-sizing: border-box;
  padding: 45px;
  transition: all 0.4s;
}
.manboxs .manbox .box ul {
  list-style-type: none;
}
.manboxs .manbox .box ul li {
  float: left;
  display: inline-block;
  line-height: 35px;
  width: 50%;
  font-size: 12px;
  text-transform: uppercase;
  box-sizing: border-box;
}
.manboxs .manbox .box ul li span {
  display: block;
  width: 15px;
  float: left;
  margin-top: 17px;
  height: 2px;
  margin-right: 10px;
  background-color: #71bf93;
}
.manboxs .manbox .box h2 {
  z-index: 20;
  display: inline-block;
  background-color: #ebebeb;
  box-sizing: border-box;
  padding-right: 25px;
}
.manboxs .manbox .box .box-image {
  width: 80%;
  position: absolute;
  top: 20px;
  left: 20px;
  height: 100%;
  height: 312px;
  border: 1px solid #71bf93;
}
.manboxs .manbox .box.border-off-left {
  display: none;
  max-height: 355px;
  position: absolute;
  left: 20px;
  top: -20px;
  border: 1px solid #71bf93;
}
.manboxs .manbox .box.border-off-right {
  display: none;
  max-height: 355px;
  position: absolute;
  right: 20px;
  top: -20px;
  border: 1px solid #71bf93;
}
.manboxs .manbox .box.left {
  box-shadow: inset 0px 0px 0px 0px #71bf93;
}
.manboxs .manbox .box.left:hover {
  /* -webkit-box-shadow: inset 0px -500px 0px 0px @sebalGreen;
                     -moz-box-shadow: inset 0px -500px 0px 0px @sebalGreen;
                     box-shadow: inset 0px -500px 0px 0px @sebalGreen;*/
}
.manboxs .manbox .box.right {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
}
.manboxs .manbox p {
  text-align: justify;
  margin-bottom: 20px;
}
.banners {
  width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  padding: 50px 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
  background-attachment: initial;
}
.banners.banners-3d {
  display: none;
}
.banners.banners-color p {
  text-align: justify;
}
.banners ul {
  margin-top: 20px;
  list-style-type: none;
}
.banners ul li {
  padding-left: 0px;
  padding-right: 20px;
  display: inline-block;
  line-height: 50px;
  vertical-align: middle;
  height: 50px;
  width: auto;
  font-size: 14px;
  text-transform: uppercase;
  box-sizing: border-box;
}
.banners ul li img {
  height: 50px;
}
.banners ul li span {
  float: left;
  margin-right: 2px;
}
.banners .full {
  color: white;
  text-align: center;
  float: left;
  width: 100%;
  height: auto;
  padding: 100px 45px;
  box-sizing: border-box;
}
.banners .full h1,
.banners .full p {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
}
.banners .full p {
  padding-top: 20px;
  padding-bottom: 20px;
}
.message {
  width: 100%;
  float: left;
  height: 150px;
  background-color: white;
  text-align: center;
}
.maps {
  width: 100%;
  height: 420px;
  float: left;
}
.cocoen-drag {
  z-index: 99;
}
.cocoen {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
}
.lineboxs {
  float: left;
  width: 100%;
  height: auto;
  background-color: #ebebeb;
}
.lineboxs .linebox {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.lineboxs .linebox .form-element {
  display: inline-block;
  height: auto;
  width: 100%;
  float: left;
  padding-bottom: 35px;
}
.lineboxs .linebox .form-element label {
  display: inline-block;
  width: 100%;
  line-height: 30px;
  font-weight: 200;
}
.lineboxs .linebox .form-element textarea {
  width: 100%;
  height: 60px;
  outline: none;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.lineboxs .linebox .form-element input {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 0px;
  font-size: 12px;
  outline: none;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.lineboxs .linebox .submit {
  display: inline-block;
  height: auto;
  width: 100%;
  padding: 10px 0px;
  font-size: 12px;
  outline: none;
  border: none;
  font-size: 14px;
  background-color: transparent;
  transition: all 0.4s;
  border: 1px solid #71bf93;
  box-shadow: inset 0px 0px 0px 0px #71bf93;
}
.lineboxs .linebox .submit:hover {
  color: white;
  box-shadow: inset 0px -55px 5px 0px #71bf93;
}
.lineboxs .linebox.line-text {
  padding: 150px 45px;
}
.lineboxs .linebox .map {
  height: 100%;
  width: 100%;
  min-height: 822px;
}
footer {
  width: 100%;
  float: left;
  height: auto;
  box-sizing: border-box;
  padding: 80px 50px;
  background-color: #002d2e;
  font-weight: 200;
  color: #71bf93;
  font-size: 12px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 170px !important;
}
footer .ftc-1,
footer .ftc-3 {
  opacity: 0.7;
}
footer .ftc-3 {
  text-align: left;
}

footer .ftc-1 a:hover{
    color: white;
}
footer .ftc-1 a{
    color: #71bf93;
}



footer .ftc-1,
footer .ftc-2,
footer .ftc-3 {
  width: 100%;
  margin-top: 20px;
  float: left;
  height: 100%;
  text-decoration: none;
  color: #71bf93;
}
@media screen and (min-width: 1024px) {
  .barre-verte-right {
    display: block;
    width: 70%;
    margin: 18px 0 26px auto;
  }
  .barre-verte-left {
    display: block;
    width: 40px;
    margin: 18px 0 26px;
  }
  .slider .bs-bullets {
    right: 50px;
    left: initial;
  }
  .slider .back-message {
    right: initial;
    bottom: 50px;
    width: 460px;
  }
  .slider {
    height: clamp(790px, 88vh, 920px);
  }
  .menu {
    width: 50%;
  }
  .manboxs {
    padding: 120px clamp(45px, 6vw, 100px);
  }
  .manboxs .manbox .box {
    width: 50%;
    padding: clamp(75px, 6vw, 110px);
  }
  .manboxs .manbox .box ul li {
    font-size: 14px;
  }
  .manboxs .manbox .box .box-image {
    display: none;
  }
  .manboxs .manbox .box.border-off-left {
    display: block;
    max-height: 355px;
    position: absolute;
    left: 20px;
    top: -20px;
    border: 1px solid #71bf93;
  }
  .manboxs .manbox .box.border-off-right {
    display: block;
    max-height: 355px;
    position: absolute;
    right: 20px;
    top: -20px;
    border: 1px solid #71bf93;
  }
  .banners {
    padding: 50px clamp(100px, 8vw, 150px);
    background-attachment: fixed;
  }
  .banners.banners-3d {
    display: block;
  }
  .banners ul li {
    padding-left: 20px;
  }
  .banners .full {
    padding: 100px clamp(50px, 6vw, 90px);
  }
  .lineboxs .linebox {
    width: 50%;
  }
  .lineboxs .linebox.line-text {
    padding: 150px clamp(120px, 9vw, 170px);
  }
  footer {
    background-image: url(/images/logo_white.png?d0f976cd51982760e2bf3875ed612c84);
  }
  footer .ftc-3 {
    text-align: right;
  }
  footer .ftc-1,
  footer .ftc-2,
  footer .ftc-3 {
    width: 33.33%;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1500px) {
  .banners {
    padding: 50px clamp(160px, 10vw, 220px);
  }
  .banners .full {
    padding: 100px clamp(220px, 12vw, 280px);
  }
  .manboxs {
    padding: 120px clamp(160px, 9vw, 220px);
  }
  .lineboxs .linebox {
    width: 50%;
  }
  .lineboxs .linebox.line-text {
    padding: 150px clamp(195px, 12vw, 240px);
  }
  header {
    max-width: var(--sebal-container);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .conteneur {
    width: var(--sebal-container);
    height: auto;
    margin: 0 auto;
  }
  .menu {
    width: 30%;
  }
}
footer {
  font-size: 13px;
  line-height: 1.8;
}
.lineboxs .linebox .form-element input,
.lineboxs .linebox .form-element textarea {
  transition: border-color 0.3s ease;
}
.lineboxs .linebox .form-element input:focus,
.lineboxs .linebox .form-element textarea:focus {
  border-bottom-color: #71bf93;
}
@media (prefers-reduced-motion: no-preference) {
  .manbox .box:not(.border-off-left):not(.border-off-right),
  .banners .full,
  .lineboxs .linebox {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .manbox .box.right:not(.border-off-right) {
    transition-delay: 0.15s;
  }
  .manbox .box.in-view:not(.border-off-left):not(.border-off-right),
  .banners .full.in-view,
  .lineboxs .linebox.in-view {
    opacity: 1;
    transform: none;
  }
}

/* ============================================================
   UI REFRESH (2026) — buttons · feature (text + framed image)
   ============================================================ */
:root {
  --sebal-teal: #00393a;
  --sebal-teal-deep: #002d2e;
  --sebal-green: #71bf93;
  --sebal-gray: #f5f5f5;
  --sebal-hairline: rgba(0, 57, 58, 0.14);
}

/* --- Buttons -------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
  width: auto;
  padding: 13px 26px;
  border: 1px solid var(--sebal-green);
  margin-top: 24px;
  font-family: 'Titillium Web', 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
  box-shadow: none;
  transition: color 0.4s ease, transform 0.35s ease;
}
.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--sebal-green);
  transform: translateY(101%);
  transition: transform 0.5s cubic-bezier(0.16, 0.8, 0.24, 1);
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: none;
}
.btn:hover::before {
  transform: translateY(0);
}
.btn-light,
.btn-light:hover {
  color: var(--sebal-teal);
  box-shadow: none;
}
.btn-dark {
  color: #fff;
  box-shadow: none;
}
.btn-dark:hover {
  color: var(--sebal-teal);
  box-shadow: none;
}

/* --- Feature blocks (text + framed image) -------------------- */
.feature {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: var(--sebal-gray);
  padding: clamp(64px, 9vw, 130px) clamp(24px, 6vw, 100px);
}
.feature__inner {
  max-width: var(--sebal-container);
  margin: 0 auto;
  display: grid;
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
}
.feature__text {
  max-width: 34rem;
}
.feature__rule {
  display: block;
  width: 52px;
  height: 1px;
  background: var(--sebal-green);
  margin-bottom: 26px;
}
.feature__title {
  font-family: 'Titillium Web', 'Open Sans', sans-serif;
  font-size: clamp(1.35em, 1.1em + 1vw, 1.7em);
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--sebal-teal);
  margin-bottom: 20px;
  text-wrap: balance;
}
.feature__body {
  color: #35494a;
  font-size: 16px;
  line-height: 1.8;
}
.feature__body p {
  margin-bottom: 1.1em;
  text-align: left;
}
.feature__body p:last-child {
  margin-bottom: 0;
}
.feature__body a {
  color: var(--sebal-teal);
  text-decoration: underline;
  text-decoration-color: var(--sebal-green);
  text-underline-offset: 3px;
}
.feature__body ul {
  list-style: none;
  margin: 0.5em 0 1.1em;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px 28px;
}
.feature__body ul li {
  position: relative;
  padding-left: 26px;
  line-height: 1.7;
}
.feature__body ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.78em;
  width: 16px;
  height: 2px;
  background: var(--sebal-green);
}
.feature__body ul li > span:first-child {
  display: none;
}
@media (max-width: 480px) {
  .feature__body ul {
    grid-template-columns: 1fr;
  }
}
.feature__media {
  position: relative;
  margin: 0;
  align-self: stretch;
}
.feature__frame {
  position: relative;
  height: 100%;
  min-height: clamp(340px, 32vw, 460px);
  background: #d7dbda center center / cover no-repeat;
  box-shadow: 0 26px 50px -28px rgba(0, 57, 58, 0.45);
}
.feature__frame img,
.feature__frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.feature__frame::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px solid var(--sebal-green);
  transform: translate(18px, -18px);
  pointer-events: none;
  transition: transform 0.6s cubic-bezier(0.16, 0.8, 0.24, 1);
}
.feature--reverse .feature__frame::after {
  transform: translate(-18px, -18px);
}
.feature__media:hover .feature__frame::after {
  transform: translate(9px, -9px);
}
.feature--reverse .feature__media:hover .feature__frame::after {
  transform: translate(-9px, -9px);
}
@media (min-width: 900px) {
  .feature__inner {
    grid-template-columns: 1fr 1fr;
  }
  .feature--reverse .feature__text {
    order: 2;
  }
  .feature--reverse .feature__media {
    order: 1;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .feature__text,
  .feature__media {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1), transform 1s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .feature__media {
    transition-delay: 0.12s;
  }
  .feature__text.in-view,
  .feature__media.in-view {
    opacity: 1;
    transform: none;
  }
}

/* --- Contact page (full-bleed) ------------------------------- */
.contact-section {
  float: left;
  width: 100%;
  margin-top: 70px;
  box-sizing: border-box;
  background: var(--sebal-teal);
}
.contact-card {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}
.contact-card__info {
  position: relative;
  color: #fff;
  padding: clamp(56px, 5.5vw, 88px) clamp(28px, 6vw, 84px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: var(--sebal-teal);
  min-height: 340px;
}
.contact-card__info--alt {
  background: var(--sebal-teal-deep);
  overflow: hidden;
}
.contact-card__info--alt::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(150deg, rgba(0, 30, 31, 0.88) 0%, rgba(0, 45, 46, 0.74) 100%);
}
.contact-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.contact-card__info-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: none;
  margin-right: auto;
}
.contact-card__lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 44px;
  max-width: 44rem;
}
.contact-card__rule {
  display: block;
  width: 48px;
  height: 2px;
  background: var(--sebal-green);
  margin-bottom: 32px;
}
.contact-card__title {
  font-family: 'Titillium Web', 'Open Sans', sans-serif;
  font-size: clamp(1.7em, 1.3em + 1.6vw, 2.5em);
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 34px;
  text-wrap: balance;
}
.contact-card__details {
  list-style: none;
  display: grid;
  gap: 32px;
  margin: 0;
  padding: 0;
}
.contact-card__details li {
  display: grid;
  gap: 9px;
}
.contact-card__label {
  font: 600 11px 'Titillium Web', sans-serif;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.contact-card__value {
  color: #fff;
  font-size: 15px;
  line-height: 1.75;
  text-decoration: none;
}
a.contact-card__value {
  transition: color 0.3s ease;
}
a.contact-card__value:hover {
  color: var(--sebal-green);
}
.contact-card__coords {
  margin-top: 44px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font: 600 12px 'Titillium Web', sans-serif;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.6);
}
.contact-card__map-btn {
  align-self: flex-start;
  margin-top: 38px;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

/* Map modal — centered, animated, modern */
.map-modal {
  position: fixed;
  inset: 0;
  margin: auto;
  width: min(920px, 92vw);
  max-width: 92vw;
  height: fit-content;
  max-height: 90vh;
  padding: 0;
  border: none;
  background: #fff;
  box-shadow: 0 50px 140px rgba(0, 30, 31, 0.55);
  overflow: hidden;
}
.map-modal[open] {
  animation: mapModalIn 0.4s cubic-bezier(0.16, 0.8, 0.24, 1);
}
@keyframes mapModalIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.map-modal::backdrop {
  background: rgba(0, 30, 31, 0.72);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.map-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 16px 15px 20px;
  border-bottom: 1px solid var(--sebal-hairline);
}
.map-modal__title {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font: 600 12px 'Titillium Web', sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--sebal-teal);
}
.map-modal__title::before {
  content: '';
  width: 22px;
  height: 2px;
  background: var(--sebal-green);
}
.map-modal__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  color: var(--sebal-teal);
  cursor: pointer;
  transition: color 0.25s ease, transform 0.35s cubic-bezier(0.16, 0.8, 0.24, 1);
}
.map-modal__close:hover {
  color: var(--sebal-green);
  transform: rotate(90deg);
}
.map-modal iframe {
  display: block;
  width: 100%;
  height: min(64vh, 520px);
  border: 0;
  filter: grayscale(0.15) contrast(1.05);
}
@media (min-width: 900px) {
  .contact-card {
    grid-template-columns: 3fr 2fr;
    transition: grid-template-columns 0.55s cubic-bezier(0.16, 0.8, 0.24, 1);
  }
  .contact-card:has(.contact-card__info--alt:hover) {
    grid-template-columns: 2fr 3fr;
  }
}

/* --- Header logo link ---------------------------------------- */
.header-logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 70px;
  z-index: 99;
  text-decoration: none;
}

/* --- Product boxes ------------------------------------------- */
.banners--product .full {
  padding-top: clamp(55px, 6vw, 80px);
  padding-bottom: clamp(55px, 6vw, 80px);
}
.banners--product .back-color {
  opacity: 0.65;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 46rem;
  margin: 20px auto 0;
}
.product-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 42px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  transition: background-color 0.35s ease, border-color 0.35s ease, transform 0.35s ease;
}
.product-box:hover {
  background: var(--sebal-green);
  border-color: var(--sebal-green);
  transform: translateY(-4px);
}
.product-box__icon {
  width: 58px;
  height: 58px;
  background-color: var(--sebal-green);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background-color 0.35s ease;
}
.product-box:hover .product-box__icon {
  background-color: var(--sebal-teal);
}
.product-box__label {
  font: 600 13px 'Titillium Web', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  transition: color 0.35s ease;
}
.product-box:hover .product-box__label {
  color: var(--sebal-teal);
}
@media (max-width: 640px) {
  .product-grid {
    grid-template-columns: 1fr;
    max-width: 22rem;
  }
}
