.elementor-245 .elementor-element.elementor-element-23a18d0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b6dce4e */a { text-decoration: none; }
img { display: block; width: 100%; object-fit: cover; }
 
/* ======================================================
   SECTION 1 — HERO BANNER
   #wfd-hero / .wfd-hero__*
====================================================== */
#wfd-hero {
  padding-top: 30px;
  background: var(--black);
  min-height: 380px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  position: relative;
}
.wfd-hero__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem;
  position: relative; z-index: 2;
}
.wfd-hero__badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 0.35rem 0.9rem;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 2rem;
  margin-bottom: 1.8rem; width: fit-content;
}
.wfd-hero__badge-dot {
  width: 8px; height: 8px;
  background: var(--red); border-radius: 50%;
  animation: wfd-pulse 2.5s ease-in-out infinite;
}
@keyframes wfd-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.5; transform: scale(0.7); }
}
.wfd-hero__badge span {
  font-size: 0.68rem; font-weight: 700;
  color: rgba(255,255,255,0.7); letter-spacing: 0.1em; text-transform: uppercase;
}
.wfd-hero__heading {
  font-family: 'DM Serif Display', serif;
  font-size: 46px; line-height: 1.14; color: #fff;
  margin-bottom: 1.2rem;
}
.wfd-hero__heading em { font-style: italic; color: #ffa7a7; }
.wfd-hero__sub {
  font-size: 0.92rem; line-height: 1.75;
  color: rgba(255,255,255,0.5);
}
 
.wfd-hero__right {
  position: relative; overflow: hidden;
}
.wfd-hero__right img {
  height: 100%; object-fit: cover; object-position: center top;
}
.wfd-hero__right::before {
  content: '';
  position: absolute; top: 0; left: -50px; bottom: 0; width: 100px;
  background: var(--black);
  clip-path: ellipse(100% 55% at 0% 50%);
  z-index: 2;
}
.wfd-hero__right::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to left, transparent 50%, rgba(17,17,17,0.2) 100%);
  z-index: 1;
}
 
/* ======================================================
   SECTION 2 — LETTER
   #wfd-letter / .wfd-letter__*
====================================================== */
#wfd-letter {
  background: var(--white);
  padding: 7rem 5rem;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 5rem;
  align-items: start;
}
 
/* ── MAIN LETTER BODY ── */
.wfd-letter__body {}
 
.wfd-letter__greeting {
  font-family: 'DM Serif Display', serif;
  font-size: 1.5rem; font-style: italic;
  color: var(--black); margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border);
}
 
.wfd-letter__para {
  font-size: 1rem; line-height: 1.92;
  color: var(--mid); margin-bottom: 1.6rem;
}
.wfd-letter__para:first-of-type::first-letter {
  font-family: 'DM Serif Display', serif;
  font-size: 3.2rem; line-height: 0.8;
  float: left; margin-right: 0.12em;
  margin-top: 0.06em; color: var(--black);
}
 
.wfd-letter__pull {
  font-family: 'DM Serif Display', serif;
  font-size: 1.45rem; line-height: 1.45;
  font-style: italic; color: var(--black);
  border-left: 4px solid var(--red);
  padding: 1rem 0 1rem 1.6rem;
  margin: 2.5rem 0;
}
 
.wfd-letter__sign {
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid var(--border);
}
.wfd-letter__sign-closing {
  font-family: 'DM Serif Display', serif;
  font-size: 1.1rem; font-style: italic;
  color: var(--black); margin-bottom: 1.4rem;
}
.wfd-letter__sign-name {
  font-size: 0.82rem; font-weight: 700;
  color: var(--black); letter-spacing: 0.04em;
  margin-bottom: 2px;
}
.wfd-letter__sign-role {
  font-size: 0.75rem; color: var(--lt);
  letter-spacing: 0.06em; text-transform: uppercase;
  margin-bottom: 1.8rem;
}
.wfd-letter__cta {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 0.85rem 2rem;
  background: var(--black); color: #fff;
  font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  border-radius: 3rem;
  transition: background var(--ease);
}
.wfd-letter__cta:hover { background: var(--red); }
.wfd-letter__cta svg { width: 13px; height: 13px; }
 
/* ── SIDEBAR ── */
.wfd-letter__sidebar {
  display: flex; flex-direction: column; gap: 1.4rem;
  position: sticky; top: 90px;
}
 
.wfd-sidebar__photo {
  border-radius: 14px; overflow: hidden;
  height: 320px;
}
.wfd-sidebar__photo img {
  height: 100%; object-fit: cover; object-position: center top;
}
 
.wfd-sidebar__stat {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1.4rem;
  display: flex; align-items: center; gap: 1rem;
}
.wfd-sidebar__stat-num {
  font-family: 'DM Serif Display', serif;
  font-size: 2.2rem; color: var(--black);
  line-height: 1; flex-shrink: 0;
}
.wfd-sidebar__stat-num span { color: var(--red); }
.wfd-sidebar__stat-text {
  font-size: 0.78rem; font-weight: 600; color: var(--mid); line-height: 1.4;
}
 
.wfd-sidebar__values {
  background: var(--black);
  border-radius: 12px;
  padding: 1.6rem;
}
.wfd-sidebar__values-label {
  font-size: 0.62rem; font-weight: 700;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 1rem;
}
.wfd-sidebar__value {
  display: flex; align-items: center; gap: 0.75rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.wfd-sidebar__value:last-child { border-bottom: none; }
.wfd-sidebar__value-dot {
  width: 6px; height: 6px;
  background: #ffa7a7; border-radius: 50%; flex-shrink: 0;
}
.wfd-sidebar__value-text {
  font-size: 0.82rem; font-weight: 500; color: rgba(255,255,255,0.75);
}
 
.wfd-sidebar__contact {
  background: var(--blush);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1.4rem;
  text-align: center;
}
.wfd-sidebar__contact-label {
  font-size: 0.65rem; font-weight: 700;
  color: var(--lt); letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.wfd-sidebar__contact-phone {
  font-family: 'DM Serif Display', serif;
  font-size: 1.3rem; color: var(--black);
  margin-bottom: 0.4rem;
}
.wfd-sidebar__contact-phone a { color: var(--black); }
.wfd-sidebar__contact-phone a:hover { color: var(--red); }
.wfd-sidebar__contact-sub {
  font-size: 0.72rem; color: var(--lt); line-height: 1.4;
}
 
/* ======================================================
   SECTION 3 — BOTTOM CTA STRIP
   #wfd-cta / .wfd-cta__*
====================================================== */
#wfd-cta {
  position: relative;
  min-height: 360px;
  overflow: hidden;
}
#wfd-cta img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center 30%;
}
#wfd-cta::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(17,17,17,0.85) 50%, rgba(17,17,17,0.4) 100%);
}
.wfd-cta__content {
  position: relative; z-index: 2;
  padding: 5rem;
  max-width: 560px;
  min-height: 360px;
  display: flex; flex-direction: column; justify-content: center;
}
.wfd-cta__eyebrow {
  font-size: 0.68rem; font-weight: 700;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 1rem;
}
.wfd-cta__heading {
  font-family: 'DM Serif Display', serif;
  font-size: 36px; line-height: 1.18; color: #fff;
  margin-bottom: 1rem;
}
.wfd-cta__heading em { font-style: italic; color: #ffa7a7; }
.wfd-cta__body {
  font-size: 0.92rem; line-height: 1.78;
  color: rgba(255,255,255,0.55); margin-bottom: 2rem;
}
.wfd-cta__actions {
  display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap;
}
.wfd-cta__btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 0.85rem 2rem;
  background: var(--red); color: #fff;
  font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  border-radius: 3rem;
  transition: opacity var(--ease);
}
.wfd-cta__btn:hover { opacity: 0.85; }
.wfd-cta__phone {
  font-size: 0.9rem; font-weight: 600;
  color: rgba(255,255,255,0.65);
  transition: color var(--ease);
}
.wfd-cta__phone:hover { color: #fff; }
 
/* ======================================================
   RESPONSIVE
====================================================== */
@media (max-width: 1024px) {
  #wfd-hero { grid-template-columns: 1fr; }
  .wfd-hero__left { padding: 4rem 2rem 3rem; }
  .wfd-hero__heading { font-size: 32px; }
  .wfd-hero__right { min-height: 320px; }
  .wfd-hero__right::before { display: none; }
  #wfd-letter { grid-template-columns: 1fr; gap: 3rem; padding: 4rem 2rem; }
  .wfd-letter__sidebar { position: static; }
  .wfd-cta__content { padding: 4rem 2rem; }
}
@media (max-width: 640px) {
  .wfd-hero__heading { font-size: 27px; }
  .wfd-letter__pull { font-size: 1.15rem; }
  .wfd-cta__heading { font-size: 26px; }
}/* End custom CSS */