/* Generated by build.js. Edit the build source, then run npm run build. */
:root {
  --berry: #A4113A;
  --berry-dark: #7D0D2C;
  --wine: #55091F;
  --rose: #F48CA0;
  --blush: #FDE8ED;
  --cream: #FDF8F5;
  --mist: #F5EDEF;
  --white: #FFFFFF;
  --light-gray: #EEE8E9;
  --charcoal: #1C1214;
  --black: #080808;
  --muted: #7A5E65;
  --gold: #D4AF37;
  --gold-light: #FBF5DC;
  --border: #E4D0D5;
  --shadow: 0 18px 55px rgba(85, 9, 31, 0.10);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--charcoal); font-family: 'Lato', sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; }
button { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--white); color: var(--berry); padding: 10px 16px; border-radius: 6px; font-weight: 700; }
.skip-link:focus { top: 12px; }
.site-header { min-height: 98px; padding: 16px clamp(22px, 4vw, 64px); background: var(--black); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid #272727; }
.brand img { width: 170px; height: 90px; object-fit: cover; object-position: center; display: block; }
.header-label { text-align: right; }
.header-label span { display: block; color: var(--rose); font-size: 11px; font-weight: 900; letter-spacing: 2.5px; text-transform: uppercase; }
.header-label small { display: block; color: rgba(255,255,255,.58); font-size: 13px; margin-top: 3px; }
.sticky-nav { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; justify-content: center; gap: 4px; overflow-x: auto; padding: 0 24px; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--border); backdrop-filter: blur(14px); scrollbar-width: none; }
.sticky-nav::-webkit-scrollbar { display: none; }
.sticky-nav a { display: inline-flex; align-items: center; gap: 8px; padding: 15px 20px 12px; border-bottom: 3px solid transparent; color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: 1.8px; text-transform: uppercase; text-decoration: none; white-space: nowrap; transition: color .15s, border-color .15s; }
.sticky-nav a:hover, .sticky-nav a:focus-visible { color: var(--berry); border-color: var(--berry); }
.nav-dot { width: 8px; height: 8px; border-radius: 999px; }
.berry-dot { background: var(--berry); }.rose-dot { background: var(--rose); }.gold-dot { background: var(--gold); }
.hero { position: relative; min-height: 620px; overflow: hidden; display: grid; align-items: center; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); padding: clamp(70px, 8vw, 120px) clamp(24px, 7vw, 108px) 150px; background: linear-gradient(130deg, #140509 0%, #080808 58%, #1a060d 100%); color: var(--white); }
.hero-image { position: absolute; inset: 0 0 0 48%; background: linear-gradient(90deg, #080808 0%, rgba(8,8,8,.25) 38%, rgba(8,8,8,.15) 100%), url('assets/fic-butterfly.png') center/cover no-repeat; opacity: .78; }
.hero::before { content: ''; position: absolute; width: 420px; height: 420px; left: -220px; top: -170px; border-radius: 50%; background: rgba(164,17,58,.22); filter: blur(4px); }
.hero-content { position: relative; z-index: 2; max-width: 700px; }
.eyebrow, .section-kicker { display: block; margin-bottom: 16px; color: var(--rose); font-size: 11px; font-weight: 900; letter-spacing: 2.7px; text-transform: uppercase; }
.hero h1, h2, h3 { font-family: 'Playfair Display', serif; }
.hero h1 { margin: 0 0 22px; max-width: 690px; font-size: clamp(48px, 5.4vw, 80px); line-height: 1.03; letter-spacing: -.025em; background: linear-gradient(135deg, var(--white), var(--rose)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p { max-width: 590px; margin: 0 0 34px; color: rgba(255,255,255,.66); font-size: 18px; font-weight: 300; }
.primary-button { display: inline-flex; padding: 13px 21px; border-radius: 7px; background: var(--berry); color: var(--white); box-shadow: 0 10px 30px rgba(164,17,58,.28); font-size: 12px; font-weight: 900; letter-spacing: 1.3px; text-transform: uppercase; text-decoration: none; transition: background .2s, transform .2s; }
.primary-button:hover { background: var(--berry-dark); transform: translateY(-2px); }
.hero-summary { position: absolute; z-index: 3; left: clamp(24px, 7vw, 108px); right: clamp(24px, 7vw, 108px); bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); max-width: 760px; border: 1px solid rgba(255,255,255,.10); border-bottom: 0; border-radius: 14px 14px 0 0; background: rgba(17,17,17,.88); backdrop-filter: blur(16px); }
.hero-summary div { padding: 23px 28px; border-right: 1px solid rgba(255,255,255,.1); }
.hero-summary div:last-child { border-right: 0; }
.hero-summary strong { display: block; color: var(--gold); font-family: 'Playfair Display', serif; font-size: 32px; line-height: 1; }
.hero-summary span { display: block; margin-top: 7px; color: rgba(255,255,255,.48); font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.section { padding: 94px clamp(24px, 6vw, 88px); scroll-margin-top: 48px; }
.section-heading { max-width: 1180px; margin: 0 auto 38px; display: flex; align-items: end; justify-content: space-between; gap: 50px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }
.section-heading h2 { margin: 0; color: var(--berry-dark); font-size: clamp(34px, 4vw, 50px); line-height: 1.05; }
.section-heading .section-kicker { margin-bottom: 9px; }
.section-heading p { max-width: 400px; margin: 0; color: var(--muted); font-size: 14px; }
.library-grid, .featured-grid { max-width: 1180px; margin: 0 auto; display: grid; gap: 18px; }
.library-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.featured-grid { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.library-tile { min-height: 288px; padding: 24px; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--border); border-radius: 14px; box-shadow: 0 5px 22px rgba(85,9,31,.035); transition: transform .2s, box-shadow .2s, border-color .2s; }
.library-tile:hover { transform: translateY(-3px); border-color: rgba(164,17,58,.55); box-shadow: var(--shadow); }
.featured-tile { background: linear-gradient(145deg, var(--white), #fff9fa); border-top: 3px solid var(--berry); }
.tile-topline { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 24px; }
.type-label, .status-badge { font-size: 9.5px; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; }
.type-label { color: var(--berry); }
.status-badge { padding: 5px 9px; border-radius: 999px; color: var(--muted); background: var(--mist); }
[data-state='healthy'] .status-badge { color: #2E7D52; background: #EAF3EE; }
[data-state='deferred'] .status-badge { color: #8B6800; background: var(--gold-light); }
[data-state='needs-link'] .status-badge { color: var(--berry); background: var(--blush); }
.library-tile h3 { margin: 0 0 10px; color: var(--charcoal); font-size: 23px; line-height: 1.2; }
.library-tile > p { margin: 0 0 22px; color: var(--muted); font-size: 14px; }
.tile-note { padding: 9px 12px; border-left: 3px solid var(--gold); background: var(--gold-light); }
.tile-actions { margin-top: auto; display: flex; align-items: center; gap: 8px; }
.tile-action, .copy-btn { min-height: 38px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 6px; font-size: 10px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; cursor: pointer; }
.tile-action { margin-top: auto; padding: 9px 13px; background: var(--berry); color: var(--white); }
.tile-actions .tile-action { margin-top: 0; }
.copy-btn { padding: 8px 12px; border: 1.5px solid var(--border); background: var(--mist); color: var(--berry); }
.copy-btn:hover, .copy-btn:focus-visible { color: var(--white); background: var(--berry); border-color: var(--berry); }
.copy-btn.copied { color: var(--white); background: #2E7D52; border-color: #2E7D52; }
.tile-action.disabled { align-self: flex-start; color: var(--muted); background: var(--light-gray); cursor: not-allowed; }
.featured-section { background: var(--mist); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.growth-section { padding-top: 110px; padding-bottom: 110px; background: var(--black); color: var(--white); position: relative; overflow: hidden; }
.growth-section::after { content: ''; position: absolute; right: -70px; bottom: -160px; width: 420px; height: 420px; background: url('assets/fic-logo-main.png') center/contain no-repeat; opacity: .025; transform: rotate(-10deg); }
.growth-shell { position: relative; z-index: 2; max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px, 7vw, 100px); align-items: center; }
.gold-kicker { color: var(--gold); }
.growth-intro h2 { margin: 0 0 20px; color: var(--rose); font-size: clamp(38px, 4.4vw, 58px); line-height: 1.08; }
.growth-intro > p { color: #9b9390; font-weight: 300; }
.privacy-note { margin-top: 25px; padding: 15px 17px; display: flex; gap: 11px; border: 1px solid rgba(212,175,55,.24); border-radius: 8px; background: rgba(212,175,55,.06); color: #d8d0c9; font-size: 13px; }
.privacy-note > span:first-child { color: var(--gold); }
.growth-card { min-height: 390px; overflow: hidden; border: 1px solid #2c2929; border-radius: 15px; background: #111; box-shadow: 0 24px 65px rgba(0,0,0,.4); }
.growth-card-header { min-height: 68px; padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #181818; border-bottom: 1px solid #292929; }
.growth-card-header > div { display: flex; align-items: center; gap: 9px; color: var(--rose); font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--rose); box-shadow: 0 0 0 5px rgba(244,140,160,.09); }
.status-pill { padding: 5px 10px; border: 1px solid rgba(244,140,160,.28); border-radius: 999px; color: var(--rose); background: rgba(244,140,160,.07); font-size: 9px; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase; }
.status-pill.warning { color: var(--gold); border-color: rgba(212,175,55,.3); background: rgba(212,175,55,.07); }
.status-pill.error { color: #ff9aac; border-color: rgba(164,17,58,.5); background: rgba(164,17,58,.1); }
.growth-content { padding: 25px 22px 27px; color: #d8d3cf; }
.loading-line { height: 13px; width: 70%; margin-bottom: 16px; border-radius: 99px; background: linear-gradient(90deg, #202020, #2b2b2b, #202020); background-size: 200% 100%; animation: shimmer 1.5s infinite; }.loading-line.wide{width:100%}.loading-line.short{width:45%}
@keyframes shimmer { to { background-position: -200% 0; } }
.growth-message { padding: 17px; border-left: 3px solid var(--berry); border-radius: 0 8px 8px 0; background: #181818; color: #aaa29e; font-size: 14px; }
.growth-message strong { display: block; margin-bottom: 7px; color: var(--white); font-family: 'Playfair Display', serif; font-size: 19px; }
.growth-message a { color: var(--rose); font-weight: 700; }
.metrics-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 16px; }
.metric { padding: 15px 12px; border: 1px solid #292929; border-radius: 8px; background: #181818; }
.metric strong { display: block; color: var(--gold); font-family: 'Playfair Display', serif; font-size: 23px; line-height: 1.1; }
.metric span { display: block; margin-top: 7px; color: #77706c; font-size: 9px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; }
.recommendation { margin: 0 0 16px; padding: 15px 17px; border-left: 3px solid var(--berry); border-radius: 0 8px 8px 0; background: #181818; color: #c1bab6; font-size: 14px; }
.hashtag-row { display: flex; flex-wrap: wrap; gap: 6px; }.hashtag-row span { padding: 4px 9px; border: 1px solid #333; border-radius: 999px; color: var(--rose); background: #1b1517; font-size: 11px; }
.growth-meta { margin-top: 14px; color: #666; font-size: 11px; }
.flag-row { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 15px; }.flag { padding: 4px 8px; border-radius: 4px; color: var(--gold); background: rgba(212,175,55,.09); font-size: 9px; font-weight: 900; letter-spacing: .8px; text-transform: uppercase; }
footer { min-height: 155px; padding: 31px 24px; display: flex; justify-content: center; align-items: center; gap: 20px; text-align: left; background: #050505; color: #5f5957; border-top: 1px solid #222; font-size: 12px; letter-spacing: .2px; }
footer img { width: 130px; height: 78px; object-fit: cover; object-position: center; opacity: .68; }footer strong { color: var(--rose); font-family: 'Playfair Display', serif; font-size: 17px; }
@media (max-width: 960px) { .library-grid { grid-template-columns: repeat(2, 1fr); }.featured-grid { grid-template-columns: 1fr; }.featured-tile { min-height: 235px; }.growth-shell { grid-template-columns: 1fr; }.hero { grid-template-columns: 1fr; }.hero-image { inset: 0; opacity: .24; }.hero-content { max-width: 640px; } }
@media (max-width: 640px) {
  body { font-size: 15px; }.site-header { min-height: 82px; padding: 6px 18px; }.brand img { width: 132px; height: 70px; }.header-label small { display: none; }.header-label span { max-width: 110px; font-size: 9px; line-height: 1.4; }.sticky-nav { justify-content: flex-start; padding: 0 10px; }.sticky-nav a { padding-inline: 12px; }
  .hero { min-height: 610px; padding: 70px 22px 145px; }.hero h1 { font-size: 47px; }.hero p { font-size: 16px; }.hero-summary { left: 18px; right: 18px; }.hero-summary div { padding: 18px 12px; }.hero-summary strong { font-size: 25px; }.hero-summary span { font-size: 8px; letter-spacing: 1px; }
  .section { padding: 70px 20px; }.section-heading { display: block; margin-bottom: 27px; }.section-heading p { margin-top: 17px; }.section-heading h2 { font-size: 36px; }.library-grid { grid-template-columns: 1fr; }.library-tile { min-height: 245px; }.growth-section { padding-top: 78px; padding-bottom: 78px; }.growth-intro h2 { font-size: 39px; }.growth-card { min-height: 360px; }.growth-card-header { padding: 16px; }.growth-content { padding: 20px 16px; }.metrics-grid { grid-template-columns: 1fr 1fr; }.metric:last-child { grid-column: 1 / -1; }.tile-actions { flex-wrap: wrap; }footer { text-align: center; flex-direction: column; gap: 4px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
