:root {
  --wf-bg: #040506;
  --wf-bg-soft: #0b0d10;
  --wf-panel: rgba(10, 11, 13, 0.94);
  --wf-line: rgba(255, 255, 255, 0.14);
  --wf-line-soft: rgba(255, 255, 255, 0.08);
  --wf-text: #f7f4ee;
  --wf-muted: #b7b3ac;
  --wf-dim: #777b82;
  --wf-orange: #ff9900;
  --wf-orange-light: #ffb32b;
  --wf-radius: 14px;
  --wf-page-width: 1600px;
}

.wf-home-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 78% 15%, rgba(255, 153, 0, 0.09), transparent 30rem),
    radial-gradient(circle at 20% 35%, rgba(50, 58, 70, 0.12), transparent 34rem),
    #030405;
  color: var(--wf-text);
}

.wf-home-page::before,
.wf-home-page::after {
  content: none;
}

.wf-home-page .page-shell {
  width: 100%;
  max-width: none;
  min-height: 100vh;
  overflow: visible;
}

.wf-home-page main {
  display: block;
}

.wf-header {
  position: relative;
  z-index: 20;
  width: min(calc(100% - 48px), var(--wf-page-width));
  margin: 0 auto;
}

.wf-header__inner {
  min-height: 142px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 235px;
  align-items: center;
  gap: 32px;
}

.wf-brand {
  display: inline-flex;
  width: 112px;
  height: 112px;
  align-items: center;
  justify-content: center;
}

.wf-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.55));
}

.wf-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 4vw, 64px);
}

.wf-nav__item,
.wf-header__cta,
.wf-mobile-nav__item,
.wf-mobile-nav__cta {
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-weight: 900;
}

.wf-nav__item {
  position: relative;
  padding: 14px 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.92rem;
  white-space: nowrap;
}

.wf-nav__item.is-active {
  color: var(--wf-orange);
}

.wf-nav__item.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 3px;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--wf-orange);
  transform: translateX(-50%);
}

.wf-nav__item.is-disabled,
.wf-header__cta.is-disabled,
.wf-entry-card.is-disabled,
.wf-footer__legal span,
.wf-social-link.is-disabled {
  cursor: default;
}

.wf-header__cta {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid rgba(255, 153, 0, 0.86);
  border-radius: 9px;
  color: var(--wf-orange-light);
  font-size: 0.86rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.wf-menu-button {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--wf-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
  color: white;
}

.wf-menu-button span {
  display: block;
  width: 21px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.wf-menu-button.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.wf-menu-button.is-open span:nth-child(2) {
  opacity: 0;
}

.wf-menu-button.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.wf-mobile-nav {
  display: none;
}

.wf-home {
  width: min(calc(100% - 48px), var(--wf-page-width));
  margin: 0 auto;
}

.wf-hero {
  display: grid;
  grid-template-columns: minmax(420px, 0.76fr) minmax(560px, 1.24fr);
  min-height: 560px;
  border-bottom: 0;
  overflow: hidden;
}

.wf-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px clamp(32px, 4vw, 68px) 44px 4px;
}

.wf-kicker {
  margin: 0 0 20px;
  color: var(--wf-orange);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: clamp(0.78rem, 0.9vw, 0.96rem);
  font-weight: 1000;
}

.wf-hero__title {
  margin: 0;
  max-width: 650px;
  color: var(--wf-text);
  font-size: clamp(3.5rem, 5.15vw, 5.95rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
  text-transform: uppercase;
  text-wrap: balance;
}

.wf-hero__title span {
  display: inline;
  color: var(--wf-orange);
  text-shadow: 0 0 42px rgba(255, 153, 0, 0.18);
}

.wf-hero__text {
  max-width: 610px;
  margin-top: 24px;
  color: var(--wf-muted);
  font-size: clamp(1rem, 1.08vw, 1.13rem);
  line-height: 1.58;
}

.wf-hero__text p {
  margin: 0;
}

.wf-hero__visual {
  min-height: 560px;
  border-radius: var(--wf-radius) var(--wf-radius) 0 0;
}

.wf-media-slot {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid var(--wf-line-soft);
  background:
    linear-gradient(135deg, rgba(255, 153, 0, 0.05), transparent 42%),
    radial-gradient(circle at 75% 30%, rgba(255, 153, 0, 0.17), transparent 21rem),
    linear-gradient(145deg, #0b0d10 0%, #060708 54%, #11100d 100%);
}

.wf-media-slot::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.5;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: 38px 38px;
}

.wf-media-slot::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 4, 5, 0.84), transparent 25%, transparent 72%, rgba(3, 4, 5, 0.48)),
    linear-gradient(0deg, rgba(3, 4, 5, 0.5), transparent 45%);
}

.wf-media-slot__glow {
  position: absolute;
  inset: 18% 14%;
  border-radius: 50%;
  background: rgba(255, 153, 0, 0.08);
  filter: blur(70px);
}

.wf-media-slot__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.36);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 900;
}

.wf-media-slot__content svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: rgba(255, 153, 0, 0.48);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wf-entry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 8px 0 22px;
}

.wf-entry-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(300px, 1.22fr);
  min-height: 258px;
  overflow: hidden;
  border: 1px solid var(--wf-line);
  border-radius: var(--wf-radius);
  background: var(--wf-panel);
}

.wf-entry-card__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 34px 20px 30px 30px;
  background: linear-gradient(90deg, rgba(4, 5, 6, 0.98), rgba(4, 5, 6, 0.88) 74%, transparent);
}

.wf-entry-card__heading {
  display: flex;
  align-items: center;
  gap: 22px;
}

.wf-entry-card__icon {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 153, 0, 0.75);
  border-radius: 50%;
}

.wf-entry-card__icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--wf-orange);
  stroke-width: 1.5;
  stroke-linejoin: round;
}

.wf-entry-card h2 {
  margin: 0;
  color: var(--wf-text);
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.wf-entry-card p {
  max-width: 285px;
  margin: 20px 0 0 80px;
  color: var(--wf-muted);
  font-size: 1rem;
  line-height: 1.55;
}

.wf-entry-card__arrow {
  margin: 18px 0 0 80px;
  color: var(--wf-orange);
  font-size: 2rem;
  line-height: 1;
}

.wf-entry-card__media {
  min-height: 100%;
  border: 0;
  border-radius: 0;
}

.wf-entry-card__media::after {
  background: linear-gradient(90deg, rgba(4, 5, 6, 0.76), transparent 40%, rgba(4, 5, 6, 0.16));
}

.wf-media-slot--card .wf-media-slot__content {
  padding-left: 10%;
}

.wf-media-slot--card .wf-media-slot__content svg {
  width: 42px;
  height: 42px;
}

.wf-media-slot--card .wf-media-slot__content span {
  max-width: 190px;
}

.wf-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(2, 3, 4, 0.92);
}

.wf-footer__inner {
  width: min(calc(100% - 48px), var(--wf-page-width));
  min-height: 84px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.91rem;
}

.wf-footer__contact,
.wf-footer__right,
.wf-footer__legal,
.wf-footer__socials {
  display: flex;
  align-items: center;
}

.wf-footer__contact {
  gap: clamp(22px, 3vw, 48px);
}

.wf-footer__contact-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.62);
  white-space: nowrap;
}

.wf-footer__contact-item svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: rgba(255, 255, 255, 0.52);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wf-footer__contact-item[href] {
  transition: color 0.2s ease;
}

.wf-footer__contact-item[href]:hover {
  color: var(--wf-text);
}

.wf-footer__right {
  justify-content: flex-end;
  gap: 28px;
}

.wf-footer__legal {
  gap: 0;
}

.wf-footer__legal span {
  padding: 0 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  white-space: nowrap;
}

.wf-footer__legal span:first-child {
  padding-left: 0;
}

.wf-footer__socials {
  gap: 10px;
}

.wf-social-link {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
}

.wf-social-link img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  filter: invert(1) brightness(2.3);
  opacity: 0.86;
}

.wf-social-link:nth-child(2) img {
  width: 22px;
  height: 22px;
}

@media (max-width: 1320px) {
  .wf-header__inner {
    grid-template-columns: 126px minmax(0, 1fr) 205px;
  }

  .wf-brand {
    width: 98px;
    height: 98px;
  }

  .wf-nav {
    gap: 28px;
  }

  .wf-header__cta {
    padding-inline: 16px;
    font-size: 0.76rem;
  }

  .wf-hero {
    grid-template-columns: minmax(380px, 0.85fr) minmax(500px, 1.15fr);
  }

  .wf-entry-card {
    grid-template-columns: minmax(245px, 0.9fr) minmax(250px, 1.1fr);
  }

  .wf-entry-card__content {
    padding-left: 24px;
  }

  .wf-entry-card p,
  .wf-entry-card__arrow {
    margin-left: 0;
  }

  .wf-footer__inner {
    align-items: flex-start;
    padding: 24px 0;
  }

  .wf-footer__contact,
  .wf-footer__right {
    flex-wrap: wrap;
  }

  .wf-footer__legal span {
    padding-inline: 16px;
  }
}

@media (max-width: 1040px) {
  .wf-header__inner {
    min-height: 112px;
    grid-template-columns: 100px 1fr auto;
  }

  .wf-brand {
    width: 82px;
    height: 82px;
  }

  .wf-nav--desktop,
  .wf-header__cta {
    display: none;
  }

  .wf-menu-button {
    display: block;
  }

  .wf-mobile-nav {
    position: absolute;
    top: 96px;
    right: 0;
    width: min(340px, 100%);
    padding: 16px;
    border: 1px solid var(--wf-line);
    border-radius: 14px;
    background: rgba(6, 7, 9, 0.98);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.48);
  }

  .wf-mobile-nav:not([hidden]) {
    display: grid;
  }

  .wf-mobile-nav__item,
  .wf-mobile-nav__cta {
    padding: 13px 14px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.84rem;
  }

  .wf-mobile-nav__item.is-active {
    color: var(--wf-orange);
  }

  .wf-mobile-nav__cta {
    margin-top: 8px;
    border: 1px solid rgba(255, 153, 0, 0.68);
    border-radius: 8px;
    color: var(--wf-orange-light);
    text-align: center;
  }

  .wf-hero {
    grid-template-columns: 1fr;
  }

  .wf-hero__content {
    padding: 50px 0 42px;
  }

  .wf-hero__visual {
    min-height: 500px;
    border-radius: var(--wf-radius);
  }

  .wf-entry-grid {
    grid-template-columns: 1fr;
  }

  .wf-entry-card {
    min-height: 280px;
  }

  .wf-footer__inner {
    flex-direction: column;
  }

  .wf-footer__contact,
  .wf-footer__right {
    width: 100%;
  }

  .wf-footer__right {
    justify-content: space-between;
  }
}

@media (max-width: 720px) {
  .wf-header,
  .wf-home,
  .wf-footer__inner {
    width: min(calc(100% - 28px), var(--wf-page-width));
  }

  .wf-header__inner {
    min-height: 92px;
  }

  .wf-brand {
    width: 68px;
    height: 68px;
  }

  .wf-hero__content {
    padding-top: 34px;
  }

  .wf-kicker {
    margin-bottom: 14px;
    font-size: 0.72rem;
  }

  .wf-hero__title {
    font-size: clamp(2.75rem, 13vw, 4.4rem);
  }

  .wf-hero__text {
    margin-top: 20px;
    font-size: 0.98rem;
  }

  .wf-hero__visual {
    min-height: 390px;
  }

  .wf-entry-grid {
    gap: 12px;
    padding-top: 12px;
  }

  .wf-entry-card {
    grid-template-columns: 1fr;
  }

  .wf-entry-card__content {
    min-height: 230px;
    padding: 28px 24px;
  }

  .wf-entry-card__media {
    min-height: 235px;
  }

  .wf-entry-card__heading {
    gap: 16px;
  }

  .wf-entry-card__icon {
    width: 50px;
    height: 50px;
  }

  .wf-entry-card p,
  .wf-entry-card__arrow {
    margin-left: 66px;
  }

  .wf-footer__contact {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .wf-footer__right {
    align-items: flex-start;
    flex-direction: column;
  }

  .wf-footer__legal {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .wf-footer__legal span {
    padding: 0;
    border: 0;
  }
}

@media (max-width: 460px) {
  .wf-hero__title {
    font-size: clamp(2.35rem, 12vw, 3.4rem);
  }

  .wf-hero__visual {
    min-height: 320px;
  }

  .wf-entry-card p,
  .wf-entry-card__arrow {
    margin-left: 0;
  }

  .wf-media-slot__content {
    padding: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wf-menu-button span,
  .wf-footer__contact-item[href] {
    transition: none;
  }
}

.wf-brand__tagline{margin:0 0 0 -18px;color:#fff;font-weight:750;line-height:1.45;white-space:nowrap}.wf-header__inner{grid-template-columns:112px 190px minmax(0,1fr) 235px}.wf-entry-card:not(.is-disabled){transition:transform .2s ease,border-color .2s ease}.wf-entry-card:not(.is-disabled):hover{transform:translateY(-3px);border-color:rgba(255,153,0,.58)}
@media(max-width:1040px){.wf-header__inner{grid-template-columns:90px 1fr 48px}.wf-brand__tagline{margin-left:0}.wf-nav--desktop,.wf-header__cta{display:none}}
@media(max-width:560px){.wf-brand__tagline{display:none}.wf-header__inner{grid-template-columns:82px 1fr 48px}}

/* Correctif mobile : le bouton burger reste dans la colonne de droite,
   même lorsque la signature sous le logo est masquée. */
@media (max-width: 1040px) {
  .wf-menu-button {
    grid-column: 3;
    justify-self: end;
    margin-left: auto;
  }
}

@media (max-width: 560px) {
  .wf-header__inner {
    grid-template-columns: 82px minmax(0, 1fr) 48px;
  }

  .wf-menu-button {
    grid-column: 3;
    justify-self: end;
    margin-left: 0;
  }
}
