@charset "UTF-8";
/*!
Theme Name: Forteresse Protection
Theme URI: https://www.forteresseprotection.com
Author: Forteresse Protection
Description: Thème vitrine PHP pour Forteresse Protection — sécurité privée haut de gamme en Île-de-France. Sections modifiables via SCF.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: forteresseprotection
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, wide-blocks, accessibility-ready
*/
:root {
  --fp-red: #c72229;
  --fp-red-dark: #a33337;
  --fp-red-deep: #551f21;
  --fp-red-glow: #852b2d;
  --fp-red-muted: #481012;
  --fp-black: #000000;
  --fp-bg-primary: #08090d;
  --fp-bg-secondary: #171b1f;
  --fp-bg-tertiary: #201f21;
  --fp-bg-hex: #292727;
  --fp-bg-hex-light: #5a5a5a;
  --fp-bg-card: #524846;
  --fp-text-primary: #ffffff;
  --fp-text-secondary: #d6c3bf;
  --fp-text-muted: #8b8184;
  --fp-text-dark: #121824;
  --fp-border-subtle: rgba(255, 255, 255, 0.12);
  --fp-border-strong: rgba(255, 255, 255, 0.24);
  --fp-border-red: 2px solid #c72229;
  --fp-success: #10b981;
  --fp-warning: #f59e0b;
  --fp-error: #ef4444;
  --fp-info: #3b82f6;
  --fp-font-display: Bebas Neue, Oswald, Arial Narrow, sans-serif;
  --fp-font-body: Inter, Roboto, system-ui, -apple-system, sans-serif;
  --fp-space-1: 0.25rem;
  --fp-space-2: 0.5rem;
  --fp-space-3: 0.75rem;
  --fp-space-4: 1rem;
  --fp-space-6: 1.5rem;
  --fp-space-8: 2rem;
  --fp-space-12: 3rem;
  --fp-space-16: 4rem;
  --fp-space-24: 6rem;
  --fp-radius-sm: 4px;
  --fp-radius-md: 8px;
  --fp-radius-lg: 16px;
  --fp-shadow-lg: 0 4px 24px rgba(0, 0, 0, 0.4);
  --fp-shadow-red-glow: 0 0 40px rgba(199, 34, 41, 0.25);
  --fp-container-max: 1200px;
  --fp-container-wide: 1400px;
  --fp-layout-gutter: 1rem;
  --fp-layout-gutter-lg: 2rem;
  --fp-transition-fast: 150ms ease;
  --fp-transition-normal: 300ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  font-family: "Inter", "Roboto", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  background-color: #08090d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fp-bg-primary {
  background-color: #08090d;
}

.fp-bg-secondary {
  background-color: #171b1f;
}

.fp-bg-tertiary {
  background-color: #201f21;
}

.fp-bg-red {
  background-color: #c72229;
}

.fp-bg-black {
  background-color: #000000;
}

.fp-text-primary {
  color: #ffffff;
}

.fp-text-secondary {
  color: #d6c3bf;
}

.fp-text-muted {
  color: #8b8184;
}

.fp-text-red {
  color: #c72229;
}

.fp-text-dark {
  color: #121824;
}

.fp-border-red {
  border: 2px solid #c72229;
}

.fp-border-subtle {
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.fp-hex-pattern {
  background-color: #08090d;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23292727' fill-opacity='0.35'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15.4l13-7.5 13 7.5v18.1l-13 7.5L0 33.5V15.4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.fp-display {
  font-family: "Bebas Neue", "Oswald", "Arial Narrow", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.15;
}

.fp-tagline {
  font-family: "Inter", "Roboto", system-ui, -apple-system, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

a {
  color: #ffffff;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
  transition: color 150ms ease;
}
a:hover {
  color: #c72229;
}
a:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.fp-container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 1024px) {
  .fp-container {
    padding-inline: 2rem;
  }
}

.fp-container--wide {
  max-width: 1400px;
}

.fp-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgba(8, 9, 13, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.fp-site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 80px;
  padding-block: 0.75rem;
}

.fp-site-header__brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  min-width: 0;
  z-index: 2;
}

@media (min-width: 1024px) {
  .fp-site-header__brand {
    gap: 1.25rem;
  }
}
.fp-site-header__brand:hover .fp-site-header__title-line {
  color: #ffffff;
}

.fp-site-header__brand:hover .fp-site-header__title-line--accent {
  color: #c72229;
}

.fp-site-header .fp-burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  padding: 0.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
}

@media (min-width: 768px) {
  .fp-site-header .fp-burger {
    display: none;
  }
}
.fp-site-header .fp-burger__bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transform-origin: center;
  transition: transform 300ms ease, opacity 300ms ease, width 300ms ease;
}

.fp-site-header.is-open .fp-burger__bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.fp-site-header.is-open .fp-burger__bar:nth-child(2) {
  opacity: 0;
  width: 0;
}

.fp-site-header.is-open .fp-burger__bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.fp-site-header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  min-width: 0;
}

@media (max-width: 767px) {
  .fp-site-header__nav {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100svh;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 2rem 1.5rem;
    background-color: #08090d;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 300ms ease, visibility 300ms ease;
    overflow-y: auto;
    z-index: 9999;
  }
}
@media (max-width: 767px) {
  .fp-site-header.is-open .fp-site-header__nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.fp-site-header .custom-logo-link {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
  text-decoration: none;
}

.fp-site-header__logo,
.fp-site-header .custom-logo {
  display: block;
  width: auto;
  height: auto;
  max-height: 44px;
  max-width: min(160px, 32vw);
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) {
  .fp-site-header__logo,
  .fp-site-header .custom-logo {
    max-height: 56px;
    max-width: 200px;
  }
}
.fp-site-header__title {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}

.fp-site-header__title-lines {
  display: flex;
  flex-direction: column;
  gap: 0;
  line-height: 1.15;
}

.fp-site-header__title-line {
  font-family: "Bebas Neue", "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(1rem, 2.2vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  transition: color 150ms ease;
}

.fp-site-header__title-line--accent {
  font-size: clamp(0.8rem, 1.8vw, 1.125rem);
  letter-spacing: 0.12em;
  color: #d6c3bf;
}

.fp-site-header__tagline {
  display: none;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #8b8184;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .fp-site-header__tagline {
    display: block;
    max-width: 22ch;
  }
}
.fp-site-header .fp-nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 1024px) {
  .fp-site-header .fp-nav {
    gap: 1.5rem;
  }
}
@media (max-width: 767px) {
  .fp-site-header .fp-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
  }
}
.fp-site-header .fp-nav li {
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .fp-site-header .fp-nav li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
}
.fp-site-header .fp-nav a {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  padding-block: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  color: #d6c3bf;
  white-space: nowrap;
  transition: color 150ms ease;
}

@media (min-width: 1024px) {
  .fp-site-header .fp-nav a {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .fp-site-header .fp-nav a {
    padding: 1rem 0;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    white-space: normal;
  }
}
.fp-site-header .fp-nav a:hover {
  color: #c72229;
}

body.fp-nav-open {
  overflow: hidden;
}

.fp-site-footer .fp-footer-main {
  padding-block: 4rem 3rem;
  background-color: #171b1f;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.fp-site-footer .fp-footer-main__inner {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .fp-site-footer .fp-footer-main__inner {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 3rem;
  }
}
@media (min-width: 1024px) {
  .fp-site-footer .fp-footer-main__inner {
    grid-template-columns: 2fr 1fr 1.5fr;
    gap: 2rem 4rem;
  }
}
@media (min-width: 768px) {
  .fp-site-footer .fp-footer-brand {
    grid-column: 1/-1;
  }
}
@media (min-width: 1024px) {
  .fp-site-footer .fp-footer-brand {
    grid-column: auto;
  }
}
.fp-site-footer .fp-footer-brand__logo {
  display: inline-block;
  margin-bottom: 1rem;
}
.fp-site-footer .fp-footer-brand__logo .custom-logo-link {
  display: inline-block;
}
.fp-site-footer .fp-footer-brand__logo .custom-logo,
.fp-site-footer .fp-footer-brand__logo img {
  display: block;
  height: 52px;
  width: auto;
  max-width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
.fp-site-footer .fp-footer-brand__name {
  display: inline-block;
  margin-bottom: 1rem;
  font-family: "Bebas Neue", "Oswald", "Arial Narrow", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
}
.fp-site-footer .fp-footer-brand__tagline {
  font-size: 1rem;
  color: #8b8184;
  line-height: 1.75;
  max-width: 30ch;
}
.fp-site-footer .fp-footer-nav .fp-footer-nav__title,
.fp-site-footer .fp-footer-contact .fp-footer-nav__title {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #c72229;
}
.fp-site-footer .fp-footer-nav ul,
.fp-site-footer .fp-footer-contact ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.fp-site-footer .fp-footer-nav li,
.fp-site-footer .fp-footer-nav a,
.fp-site-footer .fp-footer-contact li,
.fp-site-footer .fp-footer-contact a {
  font-size: 1rem;
  color: #8b8184;
  text-decoration: none;
  line-height: 1.75;
  transition: color 150ms ease;
}
.fp-site-footer .fp-footer-nav a:hover,
.fp-site-footer .fp-footer-contact a:hover {
  color: #ffffff;
}
.fp-site-footer .fp-footer-legal {
  padding-block: 1.5rem;
  background-color: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.fp-site-footer .fp-footer-legal__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .fp-site-footer .fp-footer-legal__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.fp-site-footer .fp-footer-legal__copy {
  color: #8b8184;
  font-size: 0.75rem;
  line-height: 1.75;
  max-width: 72ch;
}
.fp-site-footer .fp-footer-legal__links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
  white-space: nowrap;
}
.fp-site-footer .fp-footer-legal__links a {
  font-size: 0.75rem;
  color: #8b8184;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 150ms ease;
}
.fp-site-footer .fp-footer-legal__links a:hover {
  color: #ffffff;
}
.fp-site-footer .fp-footer-legal__links span {
  color: rgba(255, 255, 255, 0.24);
  font-size: 0.75rem;
}

.fp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 2rem;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: background-color 150ms ease, color 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}
.fp-btn:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.fp-btn--primary {
  background-color: #c72229;
  color: #ffffff;
}
.fp-btn--primary:hover {
  background-color: #a33337;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 0 40px rgba(199, 34, 41, 0.25);
}

.fp-btn--secondary {
  border: 2px solid #c72229;
  background: transparent;
  color: #ffffff;
}
.fp-btn--secondary:hover {
  background-color: #c72229;
  color: #ffffff;
}

.fp-section__actions,
.fp-cta-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 3rem;
}

.fp-section__actions {
  margin-top: 3rem;
  text-align: center;
}

.fp-section {
  padding-block: 4rem;
}
@media (min-width: 1024px) {
  .fp-section {
    padding-block: 6rem;
  }
}
.fp-section--dark {
  background-color: #08090d;
}
.fp-section--alt {
  background-color: #201f21;
}

.fp-section__header {
  margin-bottom: 3rem;
  text-align: center;
}

.fp-section__eyebrow {
  display: block;
  margin-bottom: 0.75rem;
  color: #c72229;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.fp-section__title {
  margin-bottom: 1rem;
  font-family: "Bebas Neue", "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(1.875rem, 4vw, 3rem);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.fp-section__intro {
  max-width: 60ch;
  margin-inline: auto;
  color: #d6c3bf;
  font-size: 1.125rem;
  line-height: 1.75;
}

.fp-hero {
  position: relative;
  overflow: hidden;
  min-height: 80svh;
  display: flex;
  align-items: center;
  padding-block: 3rem 4rem;
}
@media (min-width: 768px) {
  .fp-hero {
    min-height: clamp(500px, 55vh, 720px);
    padding-block: 4rem;
  }
}
@media (min-width: 1024px) {
  .fp-hero {
    min-height: clamp(540px, 80vh, 860px);
    padding-block: 6rem;
  }
}
.fp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(85, 31, 33, 0.45) 0%, transparent 45%), linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}
.fp-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: min(55%, 620px);
  height: 70%;
  background: linear-gradient(135deg, rgba(199, 34, 41, 0.75) 0%, rgba(85, 31, 33, 0) 100%), var(--fp-hero-img, none) center/cover no-repeat;
  clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .fp-hero::after {
    width: 100%;
    height: 38%;
    top: auto;
    bottom: 0;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .fp-hero::after {
    width: 42%;
    height: 100%;
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media (min-width: 1024px) {
  .fp-hero::after {
    width: 55%;
    height: 100%;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  }
}
.fp-hero .fp-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.fp-hero .fp-hero__eyebrow {
  display: inline;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  border: 1px solid #c72229;
  color: #d6c3bf;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 2.2;
}
@media (min-width: 768px) {
  .fp-hero .fp-hero__eyebrow {
    display: inline-block;
    line-height: 1.4;
  }
}
.fp-hero .fp-hero__title {
  max-width: 100%;
  margin-bottom: 1.5rem;
  font-family: "Bebas Neue", "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(1.875rem, 5vw + 0.25rem, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  .fp-hero .fp-hero__title {
    max-width: 30ch;
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
}
@media (min-width: 1024px) {
  .fp-hero .fp-hero__title {
    max-width: 24ch;
    font-size: clamp(2.25rem, 6vw, 4rem);
  }
}
.fp-hero .fp-hero__subtitle {
  max-width: 100%;
  margin-bottom: 2rem;
  font-size: 1rem;
  color: #d6c3bf;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .fp-hero .fp-hero__subtitle {
    max-width: 42ch;
    font-size: 1.125rem;
  }
}
.fp-hero .fp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
  margin-bottom: 2rem;
}
@media (max-width: 639px) {
  .fp-hero .fp-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .fp-hero .fp-hero__actions .fp-btn {
    width: 100%;
    justify-content: center;
  }
}
.fp-hero .fp-hero__cta {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.fp-hero .fp-hero__cta-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.5rem;
  background-color: #c72229;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  color: #ffffff;
  box-shadow: 0 0 40px rgba(199, 34, 41, 0.25);
  transition: background-color 150ms ease, box-shadow 150ms ease, gap 150ms ease, transform 150ms ease;
}
.fp-hero .fp-hero__cta-link svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  transition: transform 150ms ease;
}
.fp-hero .fp-hero__cta-link:hover {
  background-color: #a33337;
  box-shadow: 0 0 32px rgba(199, 34, 41, 0.5);
  transform: translateY(-1px);
  gap: 1rem;
}
.fp-hero .fp-hero__cta-link:hover svg {
  transform: translateX(4px);
}
@media (max-width: 767px) {
  .fp-hero {
    flex-direction: column;
    align-items: stretch;
    min-height: calc(100svh - 200px);
    padding-block: 0;
  }
  .fp-hero::before, .fp-hero::after {
    display: none;
  }
  .fp-hero .fp-hero__media {
    flex: 0 0 28svh;
    width: 100%;
    background: var(--fp-hero-img, #171b1f) center top/cover no-repeat;
    position: relative;
  }
  .fp-hero .fp-hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(150deg, rgba(199, 34, 41, 0.45) 0%, transparent 55%), linear-gradient(to top, #08090d 0%, transparent 35%);
  }
  .fp-hero .fp-hero__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-block: 1.5rem;
    background-color: #08090d;
  }
  .fp-hero .fp-hero__eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .fp-hero .fp-hero__title {
    font-size: clamp(1.75rem, 7.5vw, 2.5rem);
    margin-bottom: 1rem;
  }
  .fp-hero .fp-hero__subtitle {
    font-size: 0.875rem;
    line-height: 1.75;
    margin-bottom: 1.5rem;
  }
  .fp-hero .fp-hero__actions {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
  }
  .fp-hero .fp-hero__cta {
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  .fp-hero .fp-hero__cta-link {
    font-size: 0.75rem;
  }
}

.fp-values {
  padding-block: 4rem;
  background-color: #171b1f;
  border-block: 1px solid rgba(255, 255, 255, 0.12);
}
.fp-values .fp-values__grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .fp-values .fp-values__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .fp-values .fp-values__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.fp-value-card {
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background-color: rgba(8, 9, 13, 0.5);
  text-align: center;
  transition: border-color 300ms ease, box-shadow 300ms ease;
}
.fp-value-card:hover {
  border-color: rgba(199, 34, 41, 0.5);
  box-shadow: 0 0 40px rgba(199, 34, 41, 0.25);
}
.fp-value-card .fp-value-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  border: 2px solid rgba(199, 34, 41, 0.4);
  border-radius: 9999px;
  color: #c72229;
  font-size: 2.25rem;
  font-weight: 700;
}
.fp-value-card .fp-value-card__title {
  margin-bottom: 0.5rem;
  font-family: "Bebas Neue", "Oswald", "Arial Narrow", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}
.fp-value-card .fp-value-card__text {
  font-size: 0.875rem;
  color: #8b8184;
  line-height: 1.75;
}

.fp-services__grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .fp-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.fp-service-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem 1.5rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background-color: #171b1f;
  transition: border-color 300ms ease, box-shadow 300ms ease;
}
.fp-service-card:hover {
  border-color: #c72229;
  box-shadow: 0 0 40px rgba(199, 34, 41, 0.25);
}
.fp-service-card .fp-service-card__number {
  font-family: "Bebas Neue", "Oswald", "Arial Narrow", sans-serif;
  font-size: 3rem;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px #c72229;
}
.fp-service-card .fp-service-card__body {
  min-width: 0;
}
.fp-service-card .fp-service-card__title {
  margin-bottom: 0.75rem;
  font-family: "Bebas Neue", "Oswald", "Arial Narrow", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.fp-service-card .fp-service-card__text {
  margin-bottom: 1rem;
  color: #d6c3bf;
  font-size: 0.875rem;
  line-height: 1.75;
}
.fp-service-card .fp-service-card__list {
  display: grid;
  gap: 0.5rem;
}
.fp-service-card .fp-service-card__list li {
  position: relative;
  padding-left: 1rem;
  color: #8b8184;
  font-size: 0.875rem;
}
.fp-service-card .fp-service-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background-color: #c72229;
}

.fp-teams__grid {
  display: grid;
  gap: 1.5rem;
  max-width: 1200px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .fp-teams__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .fp-teams__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.fp-team-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background-color: #171b1f;
  transition: all 300ms ease;
}
.fp-team-card:hover {
  border-color: #c72229;
  box-shadow: 0 0 40px rgba(199, 34, 41, 0.25);
}
.fp-team-card .fp-team-card__media {
  aspect-ratio: 4/3;
  background: linear-gradient(160deg, #5a5a5a 0%, #201f21 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #8b8184;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.fp-team-card .fp-team-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fp-team-card .fp-team-card__content {
  padding: 1.5rem;
}
.fp-team-card .fp-team-card__title {
  margin-bottom: 0.5rem;
  font-family: "Bebas Neue", "Oswald", "Arial Narrow", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.fp-team-card .fp-team-card__text {
  color: #8b8184;
  font-size: 0.875rem;
  line-height: 1.75;
}

.fp-trust {
  padding-block: 3rem;
  background-color: #000000;
  border-block: 1px solid rgba(255, 255, 255, 0.12);
}
.fp-trust .fp-trust__grid {
  display: grid;
  gap: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .fp-trust .fp-trust__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .fp-trust .fp-trust__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.fp-trust .fp-trust__item {
  padding: 1rem;
}
.fp-trust .fp-trust__value {
  display: block;
  margin-bottom: 0.5rem;
  font-family: "Bebas Neue", "Oswald", "Arial Narrow", sans-serif;
  font-size: 1.875rem;
  color: #c72229;
  text-transform: uppercase;
}
.fp-trust .fp-trust__label {
  color: #d6c3bf;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.fp-cta-contact {
  padding-block: 4rem;
}
.fp-cta-contact .fp-cta-contact__box {
  max-width: 720px;
  margin-inline: auto;
  padding: 2.5rem 1.5rem;
  border: 3px solid #c72229;
  background-color: #171b1f;
  text-align: center;
}
@media (min-width: 768px) {
  .fp-cta-contact .fp-cta-contact__box {
    padding: 3rem 2.5rem;
  }
}
.fp-cta-contact .fp-cta-contact__title {
  margin-bottom: 2rem;
  font-family: "Bebas Neue", "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
}
.fp-cta-contact .fp-cta-contact__phones {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 640px) {
  .fp-cta-contact .fp-cta-contact__phones {
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
  }
}
.fp-cta-contact .fp-cta-contact__phones a {
  font-family: "Bebas Neue", "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(1.25rem, 2.5vw, 1.875rem);
  text-decoration: none;
  color: #ffffff;
}
.fp-cta-contact .fp-cta-contact__phones a:hover {
  color: #c72229;
}
.fp-cta-contact .fp-cta-contact__details {
  color: #d6c3bf;
  font-size: 0.875rem;
  line-height: 1.75;
}
.fp-cta-contact .fp-cta-contact__details a {
  color: #ffffff;
}

.fp-page-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(200px, 30vh, 360px);
  display: flex;
  align-items: center;
  padding-block: 2rem 1rem;
}
@media (min-width: 768px) {
  .fp-page-hero {
    min-height: clamp(320px, 45vh, 520px);
    padding-block: 5rem 4rem;
  }
}
.fp-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--fp-page-hero-img, none) center/cover no-repeat;
  z-index: 0;
}
.fp-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(85, 31, 33, 0.6) 0%, transparent 50%), linear-gradient(to top, rgba(0, 0, 0, 0.97) 0%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0.55) 100%);
  z-index: 1;
}
.fp-page-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 72ch;
}
.fp-page-hero__eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  border: 1px solid #c72229;
  color: #d6c3bf;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.fp-page-hero__title {
  margin-bottom: 1rem;
  font-family: "Bebas Neue", "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(1.875rem, 5vw, 3rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.15;
  color: #ffffff;
}
.fp-page-hero__subtitle {
  max-width: 58ch;
  font-size: 1rem;
  color: #d6c3bf;
  line-height: 1.75;
}
@media (min-width: 768px) {
  .fp-page-hero__subtitle {
    font-size: 1.125rem;
  }
}

.fp-about-story__inner {
  display: grid;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .fp-about-story__inner {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
.fp-about-story__title {
  text-align: left;
}
.fp-about-story__text {
  color: #d6c3bf;
  line-height: 1.75;
}
.fp-about-story__text p {
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .fp-about-story__text p {
    font-size: 1.125rem;
  }
}
.fp-about-story__text p:last-child {
  margin-bottom: 0;
}
.fp-about-story__text strong {
  color: #ffffff;
  font-weight: 600;
}
.fp-about-story__media {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.fp-about-story__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.fp-about-story__media--placeholder {
  background: linear-gradient(135deg, #292727 0%, #201f21 100%);
  min-height: 320px;
}

.fp-about-stats {
  padding-block: 4rem;
  background-color: #000000;
  border-block: 1px solid rgba(255, 255, 255, 0.12);
}
@media (min-width: 1024px) {
  .fp-about-stats {
    padding-block: 6rem;
  }
}

.fp-stats__grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 640px) {
  .fp-stats__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .fp-stats__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.fp-stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background-color: rgba(23, 27, 31, 0.4);
  transition: border-color 300ms ease, box-shadow 300ms ease;
}
.fp-stat-card:hover {
  border-color: rgba(199, 34, 41, 0.5);
  box-shadow: 0 0 40px rgba(199, 34, 41, 0.25);
}
.fp-stat-card__value {
  display: block;
  font-family: "Bebas Neue", "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(1.875rem, 5vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #c72229;
  line-height: 1;
  margin-bottom: 0.75rem;
}
.fp-stat-card__label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #ffffff;
  line-height: 1.15;
}
.fp-stat-card__sublabel {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #8b8184;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.fp-certs__grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .fp-certs__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .fp-certs__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.fp-cert-card {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background-color: #171b1f;
  transition: border-color 300ms ease, box-shadow 300ms ease;
}
.fp-cert-card:hover {
  border-color: rgba(199, 34, 41, 0.5);
  box-shadow: 0 0 40px rgba(199, 34, 41, 0.25);
}
.fp-cert-card__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 2px solid #c72229;
  border-radius: 9999px;
  color: #c72229;
}
.fp-cert-card__icon svg {
  width: 22px;
  height: 22px;
}
.fp-cert-card__body {
  min-width: 0;
}
.fp-cert-card__name {
  margin-bottom: 0.25rem;
  font-family: "Bebas Neue", "Oswald", "Arial Narrow", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.fp-cert-card__number {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #c72229;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.fp-cert-card__desc {
  font-size: 0.875rem;
  color: #8b8184;
  line-height: 1.75;
}

.fp-srv-intro__text {
  max-width: 72ch;
  margin-inline: auto;
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 1.125rem;
  color: #d6c3bf;
  line-height: 1.75;
}

.fp-srv-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
.fp-srv-nav__link {
  padding: 0.5rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: #d6c3bf;
  white-space: nowrap;
  transition: border-color 150ms ease, color 150ms ease, background-color 150ms ease;
}
.fp-srv-nav__link:hover {
  border-color: #c72229;
  color: #ffffff;
  background-color: rgba(199, 34, 41, 0.08);
}

.fp-section--dark .fp-srv-item__inner {
  flex-direction: row;
}
.fp-section--alt .fp-srv-item__inner {
  flex-direction: row-reverse;
}

.fp-srv-item {
  scroll-margin-top: 80px;
}
.fp-srv-item__inner {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .fp-srv-item__inner--with-image {
    gap: 4rem;
  }
}
.fp-srv-item__title {
  text-align: left;
}
.fp-srv-item__text {
  margin-bottom: 1.5rem;
  color: #d6c3bf;
  line-height: 1.75;
}
.fp-srv-item__text p {
  font-size: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .fp-srv-item__text p {
    font-size: 1.125rem;
  }
}
.fp-srv-item__text p:last-child {
  margin-bottom: 0;
}
.fp-srv-item__bullets {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.fp-srv-item__bullets li {
  position: relative;
  padding-left: 1.25rem;
  color: #d6c3bf;
  font-size: 1rem;
  line-height: 1.75;
}
.fp-srv-item__bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background-color: #c72229;
  flex-shrink: 0;
}
.fp-srv-item__actions {
  display: flex;
  gap: 1rem;
}
.fp-srv-item__body {
  flex: 1;
}
.fp-srv-item__media {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  flex: 1;
}
.fp-srv-item__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.fp-team-carousel {
  padding-bottom: 3rem;
}
.fp-team-carousel .fp-team-swiper {
  padding-inline: 1rem;
  overflow: visible;
}
@media (min-width: 1024px) {
  .fp-team-carousel .fp-team-swiper {
    padding-inline: 2rem;
  }
}
.fp-team-carousel__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.fp-team-swiper__prev,
.fp-team-swiper__next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9999px;
  color: #d6c3bf;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 150ms ease, color 150ms ease, background-color 150ms ease;
}
.fp-team-swiper__prev svg,
.fp-team-swiper__next svg {
  width: 18px;
  height: 18px;
}
.fp-team-swiper__prev:hover,
.fp-team-swiper__next:hover {
  border-color: #c72229;
  color: #ffffff;
  background-color: rgba(199, 34, 41, 0.08);
}
.fp-team-swiper__prev.swiper-button-disabled,
.fp-team-swiper__next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

.fp-team-swiper__pagination {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}
.fp-team-swiper__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.12);
  opacity: 1;
  border-radius: 9999px;
  transition: background-color 150ms ease, transform 150ms ease;
  margin: 0 !important;
}
.fp-team-swiper__pagination .swiper-pagination-bullet-active {
  background-color: #c72229;
  transform: scale(1.3);
}

.fp-team-intro__inner {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .fp-team-intro__inner {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
  }
}
.fp-team-intro__header .fp-section__title {
  text-align: left;
  margin-bottom: 0;
}
.fp-team-intro__text {
  color: #d6c3bf;
  line-height: 1.75;
}
.fp-team-intro__text p {
  font-size: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .fp-team-intro__text p {
    font-size: 1.125rem;
  }
}
.fp-team-intro__text p:last-child {
  margin-bottom: 0;
}

.fp-agent-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background-color: #171b1f;
  transition: border-color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
}
.fp-agent-card:hover {
  border-color: rgba(199, 34, 41, 0.5);
  box-shadow: 0 0 40px rgba(199, 34, 41, 0.25);
  transform: translateY(-3px);
}
.fp-agent-card__media {
  aspect-ratio: 1;
  overflow: hidden;
  background-color: #201f21;
}
.fp-agent-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  display: block;
  transition: transform 300ms ease;
}
.fp-agent-card:hover .fp-agent-card__media img {
  transform: scale(1.04);
}
.fp-agent-card__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, #292727 0%, #201f21 100%);
}
.fp-agent-card__placeholder svg {
  width: 64px;
  height: 64px;
  color: #8b8184;
  opacity: 0.35;
}
.fp-agent-card__body {
  padding: 1.25rem 1.25rem 1.5rem;
}
.fp-agent-card__name {
  margin-bottom: 0.25rem;
  font-family: "Bebas Neue", "Oswald", "Arial Narrow", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
  line-height: 1.15;
}
.fp-agent-card__role {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #c72229;
  text-transform: uppercase;
}
.fp-agent-card__certs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
  list-style: none;
  padding: 0;
}
.fp-agent-card__certs li {
  padding: 2px 0.5rem;
  background-color: rgba(199, 34, 41, 0.1);
  border: 1px solid rgba(199, 34, 41, 0.3);
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #d6c3bf;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.fp-agent-card__bio {
  font-size: 0.875rem;
  color: #8b8184;
  line-height: 1.75;
  min-height: 4.59375rem;
  overflow: hidden;
}

.fp-cp-main__inner {
  display: grid;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .fp-cp-main__inner {
    grid-template-columns: 380px 1fr;
    gap: 4rem;
    align-items: start;
  }
}

.fp-cp-info {
  width: 100%;
  max-width: 72ch;
  margin-inline: auto;
}
.fp-cp-info__title {
  margin-bottom: 2rem;
  font-family: "Bebas Neue", "Oswald", "Arial Narrow", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.fp-cp-info__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
}
.fp-cp-info__item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.fp-cp-info__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(199, 34, 41, 0.4);
  border-radius: 9999px;
  color: #c72229;
  margin-top: 2px;
}
.fp-cp-info__icon svg {
  width: 20px;
  height: 20px;
}
.fp-cp-info__content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}
.fp-cp-info__label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #8b8184;
}
.fp-cp-info__value {
  font-size: 1rem;
  color: #d6c3bf;
  line-height: 1.75;
  text-decoration: none;
  word-break: break-word;
}
.fp-cp-info__value:hover {
  color: #c72229;
}
.fp-cp-info__address {
  font-style: normal;
}

.fp-cp-form {
  width: 100%;
  max-width: 72ch;
  margin-inline: auto;
}
.fp-cp-form__title {
  margin-bottom: 2rem;
  font-family: "Bebas Neue", "Oswald", "Arial Narrow", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.fp-cp-form__body .wpcf7-form > p {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin: 0;
}
.fp-cp-form__body .wpcf7-form > p > br {
  display: none;
}
.fp-cp-form__body .wpcf7-form > p > label {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8b8184;
}
.fp-cp-form__body .wpcf7-form > p > span[data-name],
.fp-cp-form__body .wpcf7-form > p > input[type=submit],
.fp-cp-form__body .wpcf7-form > p > .wpcf7-spinner {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .fp-cp-form__body .wpcf7-form > p {
    grid-template-columns: 1fr 1fr;
  }
  .fp-cp-form__body .wpcf7-form > p > label:nth-of-type(n+5) {
    grid-column: 1/-1;
  }
}
.fp-cp-form__body .wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.fp-cp-form__body label {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8b8184;
}
.fp-cp-form__body input[type=text],
.fp-cp-form__body input[type=email],
.fp-cp-form__body input[type=tel],
.fp-cp-form__body textarea,
.fp-cp-form__body select {
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: #171b1f;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  color: #ffffff;
  font-family: "Inter", "Roboto", system-ui, -apple-system, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: border-color 150ms ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.fp-cp-form__body input[type=text]::-moz-placeholder, .fp-cp-form__body input[type=email]::-moz-placeholder, .fp-cp-form__body input[type=tel]::-moz-placeholder, .fp-cp-form__body textarea::-moz-placeholder, .fp-cp-form__body select::-moz-placeholder {
  color: #8b8184;
}
.fp-cp-form__body input[type=text]::placeholder,
.fp-cp-form__body input[type=email]::placeholder,
.fp-cp-form__body input[type=tel]::placeholder,
.fp-cp-form__body textarea::placeholder,
.fp-cp-form__body select::placeholder {
  color: #8b8184;
}
.fp-cp-form__body input[type=text]:focus,
.fp-cp-form__body input[type=email]:focus,
.fp-cp-form__body input[type=tel]:focus,
.fp-cp-form__body textarea:focus,
.fp-cp-form__body select:focus {
  outline: none;
  border-color: #c72229;
}
.fp-cp-form__body textarea {
  min-height: 140px;
  resize: vertical;
}
.fp-cp-form__body input[type=submit],
.fp-cp-form__body .wpcf7-submit {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 2rem;
  background-color: #c72229;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  font-family: "Inter", "Roboto", system-ui, -apple-system, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background-color 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}
.fp-cp-form__body input[type=submit]:hover,
.fp-cp-form__body .wpcf7-submit:hover {
  background-color: #a33337;
  transform: translateY(-1px);
  box-shadow: 0 0 40px rgba(199, 34, 41, 0.25);
}
.fp-cp-form__body .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  color: #ef4444;
  margin-top: 0.25rem;
}
.fp-cp-form__body .wpcf7-response-output {
  padding: 0.75rem 1rem;
  border-radius: 4px;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
.fp-cp-form__body .wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.4);
  color: #10b981;
}
.fp-cp-form__body .wpcf7-response-output.wpcf7-mail-sent-ng, .fp-cp-form__body .wpcf7-response-output.wpcf7-validation-errors, .fp-cp-form__body .wpcf7-response-output.wpcf7-spam-blocked {
  background-color: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.4);
  color: #ef4444;
}
.fp-cp-form__placeholder {
  color: #8b8184;
  font-size: 0.875rem;
  font-style: italic;
}

.fp-cp-map {
  width: 100%;
  height: clamp(300px, 45vh, 520px);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.fp-cp-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  filter: grayscale(30%) invert(92%) hue-rotate(180deg);
}

.fp-legal-hero {
  padding-block: 4rem 2.5rem;
  background-color: #171b1f;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.fp-legal-hero__inner {
  max-width: 800px;
}
.fp-legal-hero__eyebrow {
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #c72229;
}
.fp-legal-hero__title {
  font-family: "Bebas Neue", "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(1.875rem, 5vw, 3rem);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.05;
}
.fp-legal-hero__meta {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #8b8184;
}

.fp-legal-content {
  padding-block: 3rem 5rem;
  max-width: 800px;
}

.fp-legal-prose {
  color: #d6c3bf;
  font-size: 1rem;
  line-height: 1.75;
}
.fp-legal-prose h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-family: "Bebas Neue", "Oswald", "Arial Narrow", sans-serif;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}
.fp-legal-prose h2:first-child {
  margin-top: 0;
}
.fp-legal-prose h3 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
}
.fp-legal-prose h4 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.fp-legal-prose p {
  margin-bottom: 1rem;
}
.fp-legal-prose p:last-child {
  margin-bottom: 0;
}
.fp-legal-prose a {
  color: #c72229;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 150ms ease;
}
.fp-legal-prose a:hover {
  color: #ffffff;
}
.fp-legal-prose ul,
.fp-legal-prose ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.fp-legal-prose ul li,
.fp-legal-prose ol li {
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
}
.fp-legal-prose ul {
  list-style: disc;
}
.fp-legal-prose ol {
  list-style: decimal;
}
.fp-legal-prose hr {
  margin-block: 2.5rem;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.fp-legal-prose strong {
  font-weight: 600;
  color: #ffffff;
}
.fp-legal-prose em {
  font-style: italic;
  color: #d6c3bf;
}
.fp-legal-prose blockquote {
  margin-block: 1.5rem;
  padding: 1rem 1.5rem;
  background-color: #171b1f;
  border-left: 3px solid #c72229;
  border-radius: 0 4px 4px 0;
  font-style: italic;
  color: #8b8184;
}
.fp-legal-prose blockquote p:last-child {
  margin-bottom: 0;
}
.fp-legal-prose table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}
.fp-legal-prose table th {
  padding: 0.75rem 1rem;
  background-color: #171b1f;
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-align: left;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.75rem;
}
.fp-legal-prose table td {
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  vertical-align: top;
  color: #d6c3bf;
}
.fp-legal-prose table tr:nth-child(even) td {
  background-color: rgba(23, 27, 31, 0.5);
}
.fp-legal-prose code {
  padding: 2px 6px;
  background-color: #171b1f;
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  color: #d6c3bf;
}