.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-b2f1c87 */@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,800&family=Inter+Tight:wght@300;400;500;600&display=swap');

.ff-connect {
  --ff-bg: #f4ede1;
  --ff-ink: #2a1f17;
  --ff-ink-soft: #5a4838;
  --ff-accent: #b8543d;
  --ff-accent-deep: #8a3a26;
  --ff-gold: #c8a04a;
  --ff-line: rgba(42, 31, 23, 0.12);
  --ff-card: #faf5ea;

  background: var(--ff-bg);
  background-image:
    radial-gradient(circle at 20% 10%, rgba(184, 84, 61, 0.08), transparent 50%),
    radial-gradient(circle at 85% 90%, rgba(200, 160, 74, 0.10), transparent 45%);
  color: var(--ff-ink);
  font-family: 'Inter Tight', sans-serif;
  -webkit-font-smoothing: antialiased;
  padding: 48px 24px 64px;
  position: relative;
}

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

.ff-connect .ff-wrap {
  max-width: 540px;
  margin: 0 auto;
  position: relative;
}

.ff-connect .ff-corner {
  position: absolute;
  width: 28px;
  height: 28px;
  border-color: var(--ff-accent);
}
.ff-connect .ff-corner.tl { top: 0; left: 0; border-top: 2px solid; border-left: 2px solid; }
.ff-connect .ff-corner.tr { top: 0; right: 0; border-top: 2px solid; border-right: 2px solid; }

.ff-connect .ff-header {
  text-align: center;
  margin-bottom: 40px;
  animation: ff-rise 0.7s ease-out both;
}

.ff-connect .ff-logo-wrap {
  width: 120px;
  height: 120px;
  margin: 0 auto 22px;
  background: var(--ff-card);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.6) inset,
    0 20px 40px -20px rgba(42, 31, 23, 0.25),
    0 0 0 1px var(--ff-line);
  position: relative;
}
.ff-connect .ff-logo-wrap::before {
  content: '';
  position: absolute;
  inset: -10px;
  border: 1px dashed var(--ff-accent);
  border-radius: 50%;
  opacity: 0.35;
}
.ff-connect .ff-logo-wrap img {
  width: 85%;
  height: 85%;
  object-fit: contain;
}

.ff-connect .ff-eyebrow {
  font-size: 11px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--ff-accent);
  font-weight: 500;
  margin-bottom: 8px;
}

.ff-connect h1.ff-title {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: clamp(28px, 7vw, 38px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
  color: var(--ff-ink);
  font-variation-settings: "opsz" 96;
}
.ff-connect h1.ff-title em {
  font-style: italic;
  font-weight: 400;
  color: var(--ff-accent-deep);
}

.ff-connect .ff-tagline {
  font-size: 14px;
  color: var(--ff-ink-soft);
  font-style: italic;
  font-family: 'Fraunces', serif;
  margin: 0;
}

.ff-connect .ff-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 28px 0 24px;
  animation: ff-rise 0.7s ease-out 0.1s both;
}
.ff-connect .ff-divider::before,
.ff-connect .ff-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--ff-line);
}
.ff-connect .ff-divider span {
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ff-ink-soft);
}

.ff-connect .ff-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ff-connect .ff-link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: var(--ff-card);
  border: 1px solid var(--ff-line);
  border-radius: 14px;
  text-decoration: none !important;
  color: var(--ff-ink);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  overflow: hidden;
  animation: ff-rise 0.6s ease-out both;
}
.ff-connect .ff-link:nth-of-type(1) { animation-delay: 0.15s; }
.ff-connect .ff-link:nth-of-type(2) { animation-delay: 0.20s; }
.ff-connect .ff-link:nth-of-type(3) { animation-delay: 0.25s; }
.ff-connect .ff-link:nth-of-type(4) { animation-delay: 0.30s; }
.ff-connect .ff-link:nth-of-type(5) { animation-delay: 0.35s; }
.ff-connect .ff-link:nth-of-type(6) { animation-delay: 0.40s; }
.ff-connect .ff-link:nth-of-type(7) { animation-delay: 0.45s; }
.ff-connect .ff-link:nth-of-type(8) { animation-delay: 0.50s; }
.ff-connect .ff-link:nth-of-type(9) { animation-delay: 0.55s; }
.ff-connect .ff-link:nth-of-type(10) { animation-delay: 0.60s; }

.ff-connect .ff-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--ff-accent);
  transform: scaleY(0);
  transition: transform 0.25s ease;
}
.ff-connect .ff-link:hover {
  transform: translateX(4px);
  border-color: rgba(184, 84, 61, 0.35);
  box-shadow: 0 10px 30px -15px rgba(42, 31, 23, 0.2);
  color: var(--ff-ink);
}
.ff-connect .ff-link:hover::before { transform: scaleY(1); }

.ff-connect .ff-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ff-bg);
  flex-shrink: 0;
  color: var(--ff-accent-deep);
}
.ff-connect .ff-icon svg {
  width: 20px;
  height: 20px;
}

.ff-connect .ff-link-body {
  flex: 1;
  min-width: 0;
}

.ff-connect .ff-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ff-ink-soft);
  font-weight: 500;
  margin-bottom: 2px;
}

.ff-connect .ff-value {
  display: block;
  font-family: 'Fraunces', serif;
  font-size: 16px;
  font-weight: 500;
  color: var(--ff-ink);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ff-connect .ff-arrow {
  color: var(--ff-ink-soft);
  transition: transform 0.25s ease, color 0.25s ease;
  flex-shrink: 0;
}
.ff-connect .ff-link:hover .ff-arrow {
  transform: translateX(4px);
  color: var(--ff-accent);
}

/* Featured catalogue card */
.ff-connect .ff-link.ff-featured {
  background: linear-gradient(135deg, #2a1f17 0%, #3d2a1d 100%);
  color: #f4ede1;
  border: 1px solid var(--ff-accent-deep);
  margin-bottom: 12px;
}
.ff-connect .ff-link.ff-featured .ff-label { color: var(--ff-gold); }
.ff-connect .ff-link.ff-featured .ff-value { color: #f4ede1; }
.ff-connect .ff-link.ff-featured .ff-icon {
  background: rgba(244, 237, 225, 0.1);
  color: var(--ff-gold);
}
.ff-connect .ff-link.ff-featured .ff-arrow { color: var(--ff-gold); }
.ff-connect .ff-link.ff-featured:hover { color: #f4ede1; }

.ff-connect .ff-foot {
  margin-top: 40px;
  text-align: center;
  animation: ff-rise 0.7s ease-out 0.7s both;
}
.ff-connect .ff-foot-mark {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 13px;
  color: var(--ff-ink-soft);
}
.ff-connect .ff-foot-est {
  margin-top: 6px;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ff-ink-soft);
  opacity: 0.7;
}

@keyframes ff-rise {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 420px) {
  .ff-connect { padding: 32px 18px 48px; }
  .ff-connect .ff-logo-wrap { width: 100px; height: 100px; }
  .ff-connect .ff-link { padding: 14px 16px; gap: 14px; }
  .ff-connect .ff-icon { width: 38px; height: 38px; }
}/* End custom CSS */