:root {
  --fec-ink: #1d2730;
  --fec-muted: #6f7478;
  --fec-sand: #f7f2ea;
  --fec-shell: #fffaf4;
  --fec-blush: #dcb8a5;
  --fec-terracotta: #b66b4d;
  --fec-gold: #c79d5d;
  --fec-sea: #426b6f;
  --fec-line: rgba(29, 39, 48, 0.16);
}

body {
  color: var(--fec-ink);
}

body.page-id-14 .wp-block-post-title,
body.page-id-15 .wp-block-post-title,
body.page-id-16 .wp-block-post-title,
body.page-id-241 .wp-block-post-title,
body.page-id-242 .wp-block-post-title,
body.page-id-243 .wp-block-post-title,
body.page-id-244 .wp-block-post-title,
body.page-id-245 .wp-block-post-title {
  display: none;
}

body .wp-site-blocks {
  font-family: Montserrat, Arial, sans-serif;
}

.fec-global-header {
  width: 100%;
  min-height: 78px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 18px clamp(18px, 4vw, 54px);
  background: rgba(255, 250, 244, 0.96);
  border-bottom: 1px solid var(--fec-line);
  color: var(--fec-ink);
  font-family: Montserrat, Arial, sans-serif;
  position: sticky;
  top: 0;
  z-index: 50;
}

.fec-brand {
  color: var(--fec-ink);
  display: grid;
  gap: 0;
  line-height: 0.95;
  text-decoration: none;
}

.fec-brand span {
  color: var(--fec-muted);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 2.2vw, 2.35rem);
  font-style: italic;
}

.fec-brand strong {
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(0.88rem, 1.2vw, 1.05rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.fec-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2.2vw, 30px);
}

.fec-nav a,
.fec-header-cta {
  color: var(--fec-ink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.fec-header-cta {
  border: 1px solid var(--fec-ink);
  border-radius: 999px;
  padding: 13px 18px;
  white-space: nowrap;
}

.fec-header-cta:hover {
  background: var(--fec-ink);
  color: #fff;
}

body h1,
body h2,
body h3,
.fec-site h1,
.fec-site h2,
.fec-site h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: 0;
}

.fec-site {
  background: var(--fec-shell);
  color: var(--fec-ink);
  font-family: Montserrat, Arial, sans-serif;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}

.fec-site * {
  box-sizing: border-box;
}

.fec-site a {
  color: inherit;
}

.fec-shell {
  background: var(--fec-shell);
}

.fec-sand {
  background: var(--fec-sand);
}

.fec-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
}

.fec-section {
  padding: clamp(70px, 8vw, 130px) 0;
}

.fec-hero {
  min-height: 86vh;
  position: relative;
  display: grid;
  align-items: end;
  isolation: isolate;
  background: #1d2730;
}

.fec-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.fec-hero-media img,
.fec-hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.fec-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(29, 39, 48, 0.74), rgba(29, 39, 48, 0.24) 55%, rgba(29, 39, 48, 0.1));
}

.fec-hero-inner {
  width: min(1120px, calc(100% - 56px));
  margin: 0 auto;
  padding: 170px 0 86px;
  color: #fff;
}

.fec-kicker {
  color: var(--fec-gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.fec-script {
  display: block;
  color: var(--fec-blush);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.9rem, 7vw, 6.6rem);
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.88;
  margin: 0 0 10px;
  text-transform: none;
}

.fec-hero h1 {
  max-width: 920px;
  margin: 18px 0 22px;
  font-size: clamp(4rem, 9vw, 8.8rem);
  font-weight: 600;
  line-height: 0.86;
  color: #fff;
}

.fec-hero p {
  max-width: 720px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.04rem, 1.6vw, 1.32rem);
  line-height: 1.8;
}

.fec-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.fec-button,
.fec-button-outline,
.fec-submit {
  border: 1px solid var(--fec-ink);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 24px;
  color: #fff;
  background: var(--fec-ink);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.fec-button:visited,
.fec-submit:visited {
  color: #fff;
}

.fec-button-light:visited,
.fec-submit:visited {
  color: var(--fec-ink);
}

.fec-button-outline,
.fec-button-outline:visited {
  background: transparent;
  border-color: var(--fec-ink);
  color: var(--fec-ink);
}

.fec-button:hover,
.fec-button-outline:hover,
.fec-submit:hover {
  transform: translateY(-2px);
}

.fec-hero .fec-button-outline,
.fec-hero .fec-button-outline:visited,
.fec-cta .fec-button-outline,
.fec-cta .fec-button-outline:visited,
.fec-experience-panel .fec-button-outline,
.fec-experience-panel .fec-button-outline:visited {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.78);
  color: #fff;
}

.fec-button-light,
.fec-button-light:visited {
  background: #fff;
  border-color: #fff;
  color: var(--fec-ink);
}

.fec-lede-grid,
.fec-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(32px, 7vw, 90px);
  align-items: center;
}

.fec-eyebrow {
  color: var(--fec-gold);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.fec-display {
  margin: 12px 0 22px;
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 600;
  line-height: 0.9;
}

.fec-copy {
  color: var(--fec-muted);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.85;
}

.fec-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 34px;
  background: var(--fec-line);
}

.fec-stat {
  background: var(--fec-shell);
  padding: 24px;
}

.fec-stat strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.8rem;
  line-height: 1;
}

.fec-stat span {
  color: var(--fec-muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fec-image-stack {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 16px;
  align-items: end;
}

.fec-image-stack img {
  width: 100%;
  border-radius: 26px 26px 0 0;
  display: block;
  object-fit: cover;
  box-shadow: 0 22px 70px rgba(29, 39, 48, 0.16);
}

.fec-image-stack img:first-child {
  aspect-ratio: 4 / 5;
}

.fec-image-stack img:last-child {
  aspect-ratio: 5 / 7;
  transform: translateY(42px);
}

.fec-team-photo-panel {
  border: 1px solid var(--fec-line);
  border-radius: 34px;
  background: #fff;
  padding: clamp(12px, 2vw, 20px);
  box-shadow: 0 22px 70px rgba(29, 39, 48, 0.12);
}

.fec-team-photo-panel img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
}

.fec-center {
  max-width: 840px;
  margin: 0 auto 48px;
  text-align: center;
}

.fec-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fec-card {
  min-height: 310px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--fec-line);
  border-radius: 28px;
  background: #fff;
}

.fec-card img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform 520ms ease;
}

.fec-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(29, 39, 48, 0.05), rgba(29, 39, 48, 0.7));
}

.fec-card:hover img {
  transform: scale(1.055);
}

.fec-card-body {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: 24px;
  color: #fff;
}

.fec-card-body h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}

.fec-card-body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.94rem;
  line-height: 1.55;
}

.fec-inclusion-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--fec-line);
  border-left: 1px solid var(--fec-line);
}

.fec-inclusion {
  min-height: 190px;
  padding: 26px;
  border-right: 1px solid var(--fec-line);
  border-bottom: 1px solid var(--fec-line);
  background: rgba(255, 255, 255, 0.54);
}

.fec-inclusion span {
  color: var(--fec-gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fec-inclusion h3 {
  margin: 30px 0 10px;
  font-size: 1.58rem;
  line-height: 1.05;
}

.fec-inclusion p {
  margin: 0;
  color: var(--fec-muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

.fec-location-band {
  background: var(--fec-ink);
  color: #fff;
}

.fec-location-band .fec-copy {
  color: rgba(255, 255, 255, 0.76);
}

.fec-location-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: 48px;
  background: rgba(255, 255, 255, 0.18);
}

.fec-location-list a {
  min-height: 152px;
  display: flex;
  align-items: flex-end;
  padding: 22px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.85rem;
  line-height: 1;
  text-decoration: none;
  transition: background 180ms ease;
}

.fec-location-list a:hover {
  background: rgba(199, 157, 93, 0.22);
}

.fec-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--fec-line);
}

.fec-step {
  min-height: 260px;
  padding: 28px;
  background: var(--fec-shell);
}

.fec-step span {
  color: var(--fec-gold);
  font-weight: 700;
  letter-spacing: 0.12em;
}

.fec-step h3 {
  margin: 56px 0 12px;
  font-size: 1.85rem;
}

.fec-step p {
  color: var(--fec-muted);
  line-height: 1.7;
}

.fec-experience-panel {
  padding: clamp(42px, 6vw, 78px);
  border-radius: 34px;
  background: var(--fec-sea);
  color: #fff;
}

.fec-experience-panel h2 {
  color: #fff;
}

.fec-experience-panel p {
  color: rgba(255, 255, 255, 0.84);
}

.fec-inline-link {
  display: inline-flex;
  margin-top: 14px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
}

.fec-faq {
  max-width: 900px;
  margin: 0 auto;
  border-top: 1px solid var(--fec-line);
}

.fec-faq details {
  border-bottom: 1px solid var(--fec-line);
  padding: 22px 0;
}

.fec-faq summary {
  cursor: pointer;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.65rem;
  font-weight: 600;
}

.fec-faq p {
  color: var(--fec-muted);
  line-height: 1.8;
}

.fec-cta {
  background: var(--fec-terracotta);
  color: #fff;
  text-align: center;
}

.fec-cta h2 {
  color: #fff;
}

.fec-cta .fec-copy {
  color: rgba(255, 255, 255, 0.86);
  margin-left: auto;
  margin-right: auto;
}

.fec-contact-hero {
  background: var(--fec-sand);
  padding: clamp(72px, 8vw, 126px) 0 56px;
}

.fec-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: start;
}

.fec-contact-note {
  padding: 30px;
  background: #fff;
  border: 1px solid var(--fec-line);
  border-radius: 28px;
}

.fec-inquiry-form {
  background: #fff;
  border: 1px solid var(--fec-line);
  border-radius: 32px;
  padding: clamp(24px, 5vw, 44px);
}

.fec-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.fec-inquiry-form label {
  color: var(--fec-ink);
  display: grid;
  gap: 8px;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fec-inquiry-form input,
.fec-inquiry-form select,
.fec-inquiry-form textarea {
  width: 100%;
  border: 1px solid var(--fec-line);
  border-radius: 18px;
  background: #fffaf4;
  color: var(--fec-ink);
  font: 500 1rem/1.4 Montserrat, Arial, sans-serif;
  padding: 15px 16px;
  text-transform: none;
}

.fec-form-wide {
  grid-column: 1 / -1;
}

.fec-hidden {
  position: absolute;
  left: -9999px;
}

.fec-submit {
  margin-top: 22px;
  background: var(--fec-gold);
  border-color: var(--fec-gold);
  color: var(--fec-ink);
}

.fec-form-success,
.fec-form-error {
  border-radius: 22px;
  margin-bottom: 20px;
  padding: 18px 20px;
}

.fec-form-success {
  background: rgba(66, 107, 111, 0.12);
}

.fec-form-error {
  background: rgba(182, 107, 77, 0.14);
}

.fec-page-hero {
  background: var(--fec-sand);
  padding: clamp(72px, 10vw, 150px) 0 clamp(44px, 6vw, 80px);
}

.fec-page-hero h1 {
  max-width: 980px;
  margin: 14px 0 18px;
  font-size: clamp(3.7rem, 8vw, 7rem);
  line-height: 0.9;
}

.fec-page-hero p {
  max-width: 760px;
}

@media (max-width: 900px) {
  .fec-global-header {
    grid-template-columns: 1fr auto;
  }

  .fec-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .fec-lede-grid,
  .fec-split,
  .fec-contact-layout {
    grid-template-columns: 1fr;
  }

  .fec-card-grid,
  .fec-inclusion-grid,
  .fec-process {
    grid-template-columns: 1fr 1fr;
  }

  .fec-location-list {
    grid-template-columns: 1fr 1fr;
  }

  .fec-image-stack img:last-child {
    transform: none;
  }
}

@media (max-width: 620px) {
  .fec-hero-inner {
    width: min(100% - 34px, 1120px);
    padding-bottom: 56px;
  }

  .fec-hero h1 {
    font-size: clamp(3.25rem, 18vw, 4.8rem);
  }

  .fec-wrap {
    padding: 0 18px;
  }

  .fec-card-grid,
  .fec-inclusion-grid,
  .fec-process,
  .fec-location-list,
  .fec-stat-row,
  .fec-form-grid {
    grid-template-columns: 1fr;
  }

  .fec-actions {
    display: grid;
  }

  .fec-button,
  .fec-button-outline,
  .fec-submit {
    width: 100%;
  }
}
