.elementor-5643 .elementor-element.elementor-element-3bc6ae1{--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-63c551d *//* ════════════════════════════════════════════════════════════════
   MockUp.css — Complete stylesheet for MockUp.html (About Us)
   Self-contained: design tokens + shared components + page styles.

   PART 1 — Design system (tokens, reset, shared utilities)
   PART 2 — Shared components (eyebrow, page-container,
             contact form, red CTA banner)
   PART 3 — About Us page components (au- prefix)
   PART 4 — Page intro / hero section (far-intro- prefix)
   ════════════════════════════════════════════════════════════════ */


/* ════════════════════════════════════════════════════════════════
   PART 1 — DESIGN TOKENS & RESET
   ════════════════════════════════════════════════════════════════ */

:root {
  /* Brand */
  --red:           #cc1939;
  --red-hover:     #a81530;
  --green:         #22c55e;

  /* Neutrals */
  --white:         #ffffff;
  --off-white:     #f4f5f8;
  --bg-form:       #f0f2f6;
  --text-dark:     #0f172a;
  --text-muted:    #64748b;
  --border:        #e2e5ec;
  --border-warm:   #d4cfc8;

  /* Dark surfaces */
  --navy:          #0b132c;
  --navy-mid:      #1a2744;

  /* Typography */
  --font-display:  'Cormorant Garamond', Georgia, serif;
  --font-body:     'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Layout */
  --max-w:         1200px;
  --radius:        12px;
  --radius-sm:     4px;
  --ease:          0.22s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--text-dark);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a   { color: inherit; text-decoration: none; }


/* ════════════════════════════════════════════════════════════════
   PART 2 — SHARED COMPONENTS
   ════════════════════════════════════════════════════════════════ */

/* ── Page container ─────────────────────────────────────────── */
.page-container,
.crisis-rep-container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 48px;
}

@media (max-width: 768px) {
  .page-container,
  .crisis-rep-container { padding: 0 24px; }
}

/* ── Eyebrow label — shared base ────────────────────────────── */
/*    .eyebrow              → red, mb 14px  (default)           */
/*    .crisis-rep-eyebrow   → red, mb 16px                      */
/*    .au-values-eyebrow    → red 85%, mb 14px                  */
.eyebrow,
.crisis-rep-eyebrow,
.au-values-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.eyebrow              { color: var(--red); margin-bottom: 14px; }
.crisis-rep-eyebrow   { color: var(--red); margin-bottom: 16px; }
.au-values-eyebrow    { color: rgba(204,25,57,0.85); margin-bottom: 14px; }

/* ── Pill buttons — shared base ─────────────────────────────── */
/*    .cr-banner-cta           → white bg, red text              */
/*    .far-intro-link-primary  → red bg, white text              */
/*    .crisis-rep-btn-submit   → red bg, white text, full-width  */
.cr-banner-cta,
.far-intro-link-primary,
.crisis-rep-btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100px;
  transition: background var(--ease), transform var(--ease);
}

.cr-banner-cta:hover,
.far-intro-link-primary:hover,
.crisis-rep-btn-submit:hover { transform: translateY(-1px); }

/* ── Red CTA banner ─────────────────────────────────────────── */
.cr-banner-section {
  padding: 72px 0;
  background: var(--red);
}

.cr-banner-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

@media (max-width: 768px) {
  .cr-banner-inner { flex-direction: column; text-align: center; padding: 0 24px; }
}

.cr-banner-text h2 {
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 600;
  color: var(--white);
  line-height: 1.2;
  letter-spacing: -0.2px;
  margin-bottom: 8px;
}

.cr-banner-text p {
  font-size: 15.5px;
  color: rgba(255,255,255,0.80);
  line-height: 1.6;
}

.cr-banner-cta {
  background: var(--white);
  color: var(--red);
  padding: 16px 32px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: opacity var(--ease), transform var(--ease);
}

.cr-banner-cta:hover { opacity: 0.92; }

/* ── Contact form section ───────────────────────────────────── */
.crisis-rep-cta-section {
  padding: 100px 0;
  background: var(--bg-form);
}

.crisis-rep-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: flex-start;
}

@media (max-width: 960px) {
  .crisis-rep-cta-grid { grid-template-columns: 1fr; gap: 48px; }
}

.crisis-rep-cta-intro h2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.15;
  margin-bottom: 20px;
  letter-spacing: -0.3px;
}

.crisis-rep-cta-intro p {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 32px;
}

.crisis-rep-cta-intro a {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.crisis-rep-cta-guarantee {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: var(--white);
  border-radius: 8px;
  border-left: 3px solid var(--red);
}

.crisis-rep-cta-guarantee svg { color: var(--red); flex-shrink: 0; }

.crisis-rep-cta-guarantee-text {
  font-size: 14px;
  color: var(--text-dark);
  font-weight: 500;
  line-height: 1.5;
}

.crisis-rep-cta-guarantee-text strong { color: var(--red); }

.crisis-rep-contact-form {
  background: var(--white);
  border-radius: var(--radius);
  padding: 40px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.06);
  border: 1px solid var(--border-warm);
}

.crisis-rep-contact-form h3 {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 24px;
}

.crisis-rep-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 600px) {
  .crisis-rep-form-row        { grid-template-columns: 1fr; }
  .crisis-rep-contact-form    { padding: 28px 22px; }
  .crisis-rep-cta-section     { padding: 72px 0; }
}

.crisis-rep-form-group { margin-bottom: 18px; }

.crisis-rep-form-group label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--text-dark);
  margin-bottom: 7px;
}

.crisis-rep-form-group input,
.crisis-rep-form-group textarea,
.crisis-rep-form-group select {
  width: 100%;
  padding: 12px 16px;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--text-dark);
  background: var(--white);
  border: 1px solid var(--border-warm);
  border-radius: var(--radius-sm);
  outline: none;
  transition: border-color var(--ease);
  -webkit-appearance: none;
}

.crisis-rep-form-group input:focus,
.crisis-rep-form-group textarea:focus,
.crisis-rep-form-group select:focus { border-color: var(--red); }

.crisis-rep-form-group textarea { resize: vertical; min-height: 100px; }

.crisis-rep-btn-submit {
  width: 100%;
  padding: 16px;
  background: var(--red);
  color: var(--white);
  border: none;
  cursor: pointer;
  margin-top: 8px;
}

.crisis-rep-btn-submit:hover { background: var(--red-hover); }

.crisis-rep-form-note {
  font-size: 12px;
  color: #6b7280;
  text-align: center;
  margin-top: 14px;
  line-height: 1.5;
}


/* ════════════════════════════════════════════════════════════════
   PART 3 — ABOUT US PAGE COMPONENTS  (au- prefix)
   ════════════════════════════════════════════════════════════════ */

/* ── 1. Hero ────────────────────────────────────────────────── */
.au-hero {
  background: var(--navy);
  padding: 100px 0 88px;
  position: relative;
  overflow: hidden;
}

.au-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(204,25,57,0.14) 0%, transparent 55%);
  pointer-events: none;
}

.au-hero-inner {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 48px;
  text-align: center;
}

.au-hero .eyebrow { color: rgba(204,25,57,0.85); letter-spacing: 3px; }

.au-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(38px, 5.5vw, 66px);
  font-weight: 400;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 26px;
}

.au-hero h1 em { font-style: italic; color: var(--red); }

.au-hero-sub {
  font-size: 18px;
  color: rgba(255,255,255,0.68);
  line-height: 1.8;
  max-width: 620px;
  margin: 0 auto 36px;
}

.au-hero-sub strong { color: var(--white); font-weight: 600; }

.au-hero-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 56px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.15), transparent);
}


/* ── 2. Founders ────────────────────────────────────────────── */
.au-founders-section {
  padding: 96px 0 100px;
  background: var(--off-white);
}

.au-founders-hd {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px;
}

.au-founders-hd h2 {
  font-family: var(--font-display);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.15;
  margin-bottom: 14px;
}

.au-founders-hd h2 em { font-style: italic; color: var(--red); }

.au-founders-hd p {
  font-size: 16.5px;
  color: var(--text-muted);
  line-height: 1.75;
}

.au-founders-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.au-founder-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: box-shadow var(--ease), transform var(--ease);
}

.au-founder-card:hover {
  box-shadow: 0 12px 48px rgba(15,23,42,0.12);
  transform: translateY(-3px);
}

.au-founder-photo {
  height: 220px;
  overflow: hidden;
  position: relative;
}

.au-founder-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  filter: brightness(0.82) saturate(0.85);
  transition: filter var(--ease), transform var(--ease);
}

.au-founder-card:hover .au-founder-photo img {
  filter: brightness(0.92) saturate(1);
  transform: scale(1.04);
}

.au-founder-photo-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(11,19,44,0.75), transparent);
  height: 100px;
}

.au-founder-header {
  background: var(--navy);
  padding: 24px 32px 20px;
  border-left: 3px solid var(--red);
}

.au-founder-header h3 {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 6px;
}

.au-founder-role {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--red);
}

.au-founder-body { padding: 28px 32px 32px; }

.au-founder-body p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.85;
  margin-bottom: 22px;
}

.au-founder-tags { display: flex; flex-wrap: wrap; gap: 8px; }

.au-tag {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--navy-mid);
  background: var(--off-white);
  padding: 5px 11px;
  border: 1px solid rgba(26,39,68,0.15);
  border-radius: var(--radius-sm);
}


/* ── 3. Stats band ──────────────────────────────────────────── */
.au-stats-band {
  background: var(--navy-mid);
  display: flex;
  justify-content: center;
}

.au-stat-item {
  padding: 44px 56px;
  text-align: left;
  border-right: 1px solid rgba(255,255,255,0.1);
  flex: 1;
  max-width: 300px;
}

.au-stat-item:last-child { border-right: none; }

.au-stat-number {
  font-family: var(--font-display);
  font-size: 60px;
  font-weight: 400;
  color: var(--white);
  line-height: 1;
  margin-bottom: 10px;
}

.au-stat-number sup { font-size: 26px; vertical-align: super; }

.au-stat-caption {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
}


/* ── 4. Story row ───────────────────────────────────────────── */
.au-story-section {
  padding: 100px 0;
  background: var(--white);
}

.au-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.au-story-left .eyebrow { margin-bottom: 18px; }

.au-story-left h2 {
  font-family: var(--font-display);
  font-size: clamp(30px, 3.8vw, 46px);
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.15;
  margin-bottom: 24px;
}

.au-story-left h2 em { font-style: italic; color: var(--red); }

.au-story-left p {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.85;
  margin-bottom: 20px;
}

.au-story-left p:last-of-type { margin-bottom: 0; }

.au-story-img-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 16px 64px rgba(15,23,42,0.12);
  position: relative;
}

.au-story-img-wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}

.au-story-img-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: rgba(11,19,44,0.88);
  backdrop-filter: blur(6px);
  border-left: 3px solid var(--red);
  padding: 14px 20px;
  border-radius: 0 8px 8px 0;
}

.au-story-img-badge strong {
  display: block;
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--white);
  line-height: 1;
}

.au-story-img-badge span {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}


/* ── 5. Method / Approach ───────────────────────────────────── */
.au-method-section {
  padding: 100px 0 110px;
  background: var(--off-white);
  border-top: 1px solid var(--border);
}

.au-eyebrow-inline {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 36px;
  color: var(--red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.au-eyebrow-line { width: 40px; height: 2px; background: var(--red); flex-shrink: 0; }

.au-method-hd {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 72px;
}

.au-method-hd h2 {
  font-family: var(--font-display);
  font-size: clamp(34px, 4.5vw, 54px);
  font-weight: 700;
  line-height: 1.08;
  color: var(--text-dark);
}

.au-method-hd h2 em { font-style: italic; color: var(--red); }

.au-method-hd p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.85;
  color: #3a3a3a;
}

.au-method-rule {
  border: none;
  border-top: 1px solid var(--border);
  margin-bottom: 64px;
}

.au-method-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.au-col-item {
  padding: 0 44px 0 0;
  border-right: 1px solid var(--border);
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.au-col-item:nth-child(2)  { padding-left: 44px; transition-delay: 0.15s; }
.au-col-item:last-child    { border-right: none; padding-right: 0; padding-left: 44px; transition-delay: 0.3s; }
.au-col-item.au-visible    { opacity: 1; transform: translateY(0); }

.au-col-number {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 700;
  color: var(--border);
  line-height: 1;
  margin-bottom: 18px;
}

.au-col-title {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-dark);
  margin-bottom: 14px;
}

.au-col-text {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.85;
  color: #4a4a4a;
}


/* ── 6. Values strip ────────────────────────────────────────── */
.au-values-section {
  background: var(--navy-mid);
  padding: 80px 0;
}

.au-values-hd {
  margin-bottom: 52px;
  text-align: center;
}

.au-values-hd h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 600;
  color: var(--white);
  line-height: 1.2;
}

.au-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.au-value-item {
  padding: 0 52px 0 0;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.au-value-item:nth-child(2) { padding-left: 52px; }
.au-value-item:last-child   { border-right: none; padding-right: 0; padding-left: 52px; }

.au-value-icon {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(204,25,57,0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 8px;
}

.au-value-icon svg { width: 18px; height: 18px; stroke: var(--red); fill: none; stroke-width: 1.5; }

.au-value-title {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 12px;
}

.au-value-text {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255,255,255,0.58);
  line-height: 1.85;
}


/* ── 7. Credentials bar ─────────────────────────────────────── */
.au-creds-bar {
  background: var(--text-dark);
  padding: 36px 0;
}

.au-creds-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.au-cred-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 0 40px;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.au-cred-item:last-child { border-right: none; }

.au-cred-value {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 600;
  color: var(--white);
}

.au-cred-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  text-align: center;
}


/* ── 8. Utility classes ─────────────────────────────────────── */
.au-link-red {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.au-link-subtle {
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  transition: color var(--ease);
}

.au-link-subtle:hover { color: rgba(255,255,255,0.75); }

.au-form-success {
  display: none;
  color: #16a34a;
  font-weight: bold;
  margin-bottom: 12px;
}

.au-form-error {
  display: none;
  color: var(--red);
  margin-bottom: 12px;
}


/* ── 9. Responsive ──────────────────────────────────────────── */
@media (max-width: 900px) {
  .au-story-grid         { grid-template-columns: 1fr; gap: 48px; }
  .au-story-section      { padding: 72px 0; }
  .au-story-img-wrap img { height: 320px; }
}

@media (max-width: 860px) {
  .au-founders-grid  { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .au-method-hd      { grid-template-columns: 1fr; gap: 32px; margin-bottom: 48px; }
  .au-method-cols    { grid-template-columns: 1fr; gap: 40px; }
  .au-col-item       { border-right: none; border-bottom: 1px solid var(--border); padding: 0 0 36px !important; }
  .au-col-item:last-child { border-bottom: none; padding-bottom: 0 !important; }
  .au-values-grid    { grid-template-columns: 1fr; gap: 40px; }
  .au-value-item     { border-right: none; padding: 0 !important; }
}

@media (max-width: 768px) {
  .au-stats-band               { flex-wrap: wrap; }
  .au-stat-item                { max-width: 50%; flex: 0 0 50%; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); padding: 36px 32px; }
  .au-stat-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.08); }
  .au-creds-inner              { padding: 0 24px; }
}

@media (max-width: 640px) {
  .au-hero                     { padding: 72px 0 64px; }
  .au-hero-inner               { padding: 0 24px; }
  .au-founders-section         { padding: 64px 0; }
  .au-cred-item                { padding: 14px 20px; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); width: 50%; }
  .au-cred-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.08); }
}

@media (max-width: 480px) {
  .au-stat-item { max-width: 100%; flex: 0 0 100%; border-right: none; }
}


/* ════════════════════════════════════════════════════════════════
   PART 4 — PAGE INTRO / HERO  (far-intro- prefix)
   ════════════════════════════════════════════════════════════════ */

.far-intro-section {
  padding: 80px 0 72px;
  background: var(--white);
  border-bottom: 1px solid var(--border);
}

.far-intro-container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.far-intro-h1 {
  font-family: var(--font-display);
  font-size: clamp(34px, 4.2vw, 56px);
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.1;
  letter-spacing: -0.4px;
  margin-bottom: 20px;
}

.far-intro-lead {
  font-size: 16.5px;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 32px;
}

.far-intro-lead strong {
  color: var(--text-dark);
  font-weight: 600;
}

.far-intro-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.far-intro-link-primary {
  background: var(--red);
  color: var(--white);
  padding: 14px 28px;
  text-decoration: none;
}

.far-intro-link-primary:hover { background: var(--red-hover); }

.far-intro-link-secondary {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
  text-decoration: none;
  border-bottom: 1.5px solid var(--text-dark);
  padding-bottom: 2px;
  transition: color var(--ease);
}

.far-intro-link-secondary:hover {
  color: var(--red);
  border-color: var(--red);
}

.far-intro-visual { display: flex; justify-content: center; }

.far-intro-img {
  width: 100%;
  max-width: 560px;
  height: auto;
  border-radius: var(--radius);
}

/* — Merged responsive breakpoint — */
@media (max-width: 960px) {
  .far-intro-section      { padding: 56px 0; }
  .far-intro-container    { grid-template-columns: 1fr; gap: 40px; padding: 0 24px; }
  .far-intro-visual       { order: -1; }
  .far-intro-img          { max-width: 480px; }
}/* End custom CSS */