/*
Theme Name: FranConnect Modular
Theme URI: https://www.franconnect.com/
Author: FranConnect
Description: First-party modular block theme for FranConnect. Replaces legacy page-builder presentation dependencies with controlled, reusable WordPress modules.
Version: 0.2.0
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: franconnect
*/

:root {
  --fc-blue: #004191;
  --fc-navy: #002e69;
  --fc-ink: #10213a;
  --fc-orange: #f58220;
  --fc-soft: #f4f7fb;
  --fc-border: #d9e3ef;
  --fc-muted: #5c6b7d;
  --fc-white: #ffffff;
  --fc-max: 1180px;
  --fc-radius: 18px;
  --fc-shadow: 0 12px 32px rgba(0,46,105,.09);
}

html { scroll-behavior: smooth; }
body { margin: 0; color: var(--fc-ink); background: var(--fc-white); }
a { text-underline-offset: 3px; }
:focus-visible { outline: 3px solid var(--fc-orange); outline-offset: 3px; }
.fc-container { width: min(var(--fc-max), calc(100% - 48px)); margin-inline: auto; }
.fc-section { padding-block: clamp(48px, 7vw, 84px); }
.fc-section--soft { background: var(--fc-soft); }
.fc-fullbleed { width: 100vw; margin-left: calc(50% - 50vw); }
.fc-button, .wp-block-button__link {
  display:inline-flex; align-items:center; justify-content:center; gap:.5rem;
  border-radius:8px; padding:13px 20px; font-weight:800; text-decoration:none;
  background:var(--fc-orange); color:#fff; border:2px solid transparent;
}
.fc-button--secondary { background:var(--fc-blue); }
.fc-button--outline { background:transparent; border-color:currentColor; color:var(--fc-blue); }
.fc-card { background:#fff; border:1px solid var(--fc-border); border-radius:var(--fc-radius); box-shadow:var(--fc-shadow); padding:24px; }
.fc-grid { display:grid; gap:22px; grid-template-columns:repeat(3,minmax(0,1fr)); }
@media (max-width: 900px){ .fc-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width: 650px){ .fc-container { width:min(100% - 32px, var(--fc-max)); } .fc-grid { grid-template-columns:1fr; } }

/* v0.2 modular shell */
.fc-site-header{position:relative;z-index:500;background:#fff;border-bottom:1px solid #e3eaf2}.fc-site-header__inner{min-height:82px}.fc-site-header .wp-block-site-logo{flex:0 0 auto}.fc-event-single .wp-block-post-featured-image img{border-radius:16px}.fc-event-single h1{font-size:clamp(2.5rem,5vw,4.6rem)}
