:root {
  --fsh-navy: #0a2742;
  --fsh-navy-2: #123a5a;
  --fsh-green: #7ea313;
  --fsh-green-dark: #587300;
  --fsh-green-soft: #edf4d8;
  --fsh-ink: #18232d;
  --fsh-muted: #5b6873;
  --fsh-line: #d9e0e4;
  --fsh-surface: #f5f7f6;
  --fsh-white: #ffffff;
  --fsh-max: 1180px;
  --fsh-reading: 780px;
  --fsh-shadow: 0 18px 50px rgba(10, 39, 66, 0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--fsh-ink);
  background: var(--fsh-white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--fsh-navy); text-underline-offset: 3px; }
a:hover { color: var(--fsh-green-dark); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #d9ff60; outline-offset: 3px; }

h1, h2, h3, h4 {
  margin-top: 0;
  color: var(--fsh-navy);
  font-weight: 850;
  letter-spacing: -0.025em;
  line-height: 1.08;
}
h1 { font-size: clamp(2.45rem, 6vw, 4.9rem); }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
p { margin-top: 0; }

.fsh-shell { width: min(calc(100% - 40px), var(--fsh-max)); margin-inline: auto; }
.fsh-reading-width { width: min(calc(100% - 40px), var(--fsh-reading)); }
.fsh-skip-link {
  position: fixed; left: 16px; top: 12px; z-index: 9999;
  transform: translateY(-140%); background: var(--fsh-white); color: var(--fsh-navy);
  padding: 12px 16px; border: 2px solid var(--fsh-navy); font-weight: 800;
}
.fsh-skip-link:focus { transform: translateY(0); }

.fsh-eyebrow {
  margin: 0 0 14px;
  color: var(--fsh-green-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.fsh-eyebrow-light { color: #d9ff60; }
.fsh-section-lead, .fsh-section-heading > p:last-child { color: var(--fsh-muted); font-size: 1.08rem; }

.fsh-button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 50px;
  padding: 12px 20px; border: 2px solid transparent; border-radius: 5px;
  font-weight: 850; line-height: 1.2; text-decoration: none; cursor: pointer;
  transition: transform .16s ease, background .16s ease, border-color .16s ease;
}
.fsh-button:hover { transform: translateY(-1px); }
.fsh-button-primary { background: var(--fsh-navy); color: var(--fsh-white); }
.fsh-button-primary:hover { background: var(--fsh-navy-2); color: var(--fsh-white); }
.fsh-button-outline { border-color: var(--fsh-navy); color: var(--fsh-navy); background: transparent; }
.fsh-button-outline:hover { background: var(--fsh-navy); color: var(--fsh-white); }
.fsh-button-green { background: #9bc525; color: var(--fsh-navy); border-color: #9bc525; }
.fsh-button-green:hover { background: #acd638; color: var(--fsh-navy); border-color: #acd638; }
.fsh-button-row { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.fsh-button-stack { display: grid; gap: 12px; align-content: center; justify-items: start; }
.fsh-text-link { font-weight: 850; text-decoration-thickness: 2px; }
.fsh-text-link-light { color: var(--fsh-white); }
.fsh-text-link-light:hover { color: #d9ff60; }

/* Header */
.fsh-site-header { background: var(--fsh-white); position: relative; z-index: 100; border-bottom: 1px solid var(--fsh-line); }
.fsh-utility-bar { background: var(--fsh-navy); color: var(--fsh-white); font-size: 0.82rem; }
.fsh-utility-inner { min-height: 38px; display: flex; gap: 10px; align-items: center; justify-content: center; flex-wrap: wrap; }
.fsh-utility-bar a { color: var(--fsh-white); }
.fsh-utility-contact { margin-left: auto; }
.fsh-header-main { min-height: 98px; display: grid; grid-template-columns: 200px 1fr auto; align-items: center; gap: 24px; }
.fsh-brand { display: block; width: 200px; }
.fsh-brand img, .fsh-brand .custom-logo { width: 100%; height: auto; max-height: 92px; object-fit: contain; }
.fsh-primary-nav { justify-self: end; }
.fsh-menu { display: flex; list-style: none; padding: 0; margin: 0; align-items: center; gap: 2px; }
.fsh-menu > li { position: relative; }
.fsh-menu a { display: flex; align-items: center; min-height: 46px; padding: 10px 11px; color: var(--fsh-navy); text-decoration: none; font-size: 0.91rem; font-weight: 800; }
.fsh-menu > li > a:hover, .fsh-menu > li.current-menu-item > a, .fsh-menu > li.current-menu-ancestor > a { background: var(--fsh-green-soft); }
.fsh-submenu-toggle { display: none; }
.fsh-menu .sub-menu {
  position: absolute; top: calc(100% - 2px); left: 0; z-index: 20; width: 280px;
  list-style: none; margin: 0; padding: 10px; background: var(--fsh-white); border: 1px solid var(--fsh-line);
  box-shadow: var(--fsh-shadow); opacity: 0; visibility: hidden; transform: translateY(7px); transition: .16s ease;
}
.fsh-menu .sub-menu a { min-height: 42px; border-radius: 3px; }
.fsh-menu .sub-menu a:hover { background: var(--fsh-surface); }
.fsh-menu li:hover > .sub-menu, .fsh-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.fsh-header-cta { display: flex; align-items: center; gap: 14px; }
.fsh-phone-placeholder { color: var(--fsh-navy); line-height: 1.15; text-align: right; white-space: nowrap; }
.fsh-phone-placeholder span { display: block; color: var(--fsh-muted); font-size: 0.72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.fsh-phone-placeholder strong { font-size: 0.95rem; }
.fsh-menu-toggle { display: none; background: var(--fsh-white); border: 2px solid var(--fsh-navy); color: var(--fsh-navy); border-radius: 4px; padding: 8px 10px; font-weight: 850; align-items: center; gap: 9px; }
.fsh-menu-icon { width: 20px; display: grid; gap: 3px; }
.fsh-menu-icon span { display: block; height: 2px; background: currentColor; }

/* Hero */
.fsh-hero { overflow: hidden; background: linear-gradient(115deg, #f7f9f7 0%, #f7f9f7 58%, #e9efec 58%, #e9efec 100%); border-bottom: 1px solid var(--fsh-line); }
.fsh-hero-grid { min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); align-items: center; gap: clamp(30px, 5vw, 72px); padding-block: clamp(48px, 7vw, 90px); }
.fsh-hero-copy h1 { margin-bottom: 22px; max-width: 900px; }
.fsh-hero-lead { max-width: 780px; color: #33414d; font-size: clamp(1.08rem, 1.5vw, 1.25rem); line-height: 1.65; }
.fsh-hero-actions { margin-top: 28px; }
.fsh-check-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 10px; }
.fsh-check-list li { position: relative; padding-left: 30px; font-weight: 760; }
.fsh-check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--fsh-green-dark); font-weight: 1000; }
.fsh-hero-visual { position: relative; }
.fsh-hero-media { box-shadow: var(--fsh-shadow); }
.fsh-media { position: relative; margin: 0; overflow: hidden; background: #e6ebe8; border-radius: 4px; }
.fsh-media-image { width: 100%; height: 100%; object-fit: cover; }
.fsh-hero-media .fsh-media-image { aspect-ratio: 1.12 / 1; }
.fsh-media-label { position: absolute; right: 10px; bottom: 10px; background: rgba(10,39,66,.92); color: #fff; padding: 5px 8px; border-radius: 2px; font-size: .72rem; font-weight: 800; letter-spacing: .02em; }
.fsh-media-missing { aspect-ratio: 16 / 10; display: grid; place-items: center; color: var(--fsh-navy); background: linear-gradient(135deg, #eef3f0, #dfe8e3); font-weight: 900; text-align: center; }

/* Proof */
.fsh-proof-strip { background: var(--fsh-navy); color: #dce7ef; }
.fsh-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.fsh-proof-item { padding: 28px 28px 30px; border-left: 1px solid rgba(255,255,255,.16); }
.fsh-proof-item:last-child { border-right: 1px solid rgba(255,255,255,.16); }
.fsh-proof-item h2 { color: var(--fsh-white); font-size: 1.1rem; margin-bottom: 8px; letter-spacing: 0; }
.fsh-proof-item p { margin: 0; font-size: .93rem; }

/* Sections */
.fsh-section { padding-block: clamp(62px, 8vw, 105px); }
.fsh-section-alt { background: var(--fsh-surface); }
.fsh-section-heading { max-width: 800px; margin-bottom: 36px; }
.fsh-content-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px, 7vw, 90px); align-items: start; }
.fsh-reading-width p { font-size: 1.05rem; }
.fsh-detail-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid var(--fsh-line); }
.fsh-detail-list li { position: relative; padding: 18px 18px 18px 34px; border-bottom: 1px solid var(--fsh-line); }
.fsh-detail-list li::before { content: ""; position: absolute; left: 8px; top: 27px; width: 11px; height: 11px; background: var(--fsh-green); clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%); }

.fsh-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.fsh-card-grid-three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.fsh-card { border: 1px solid var(--fsh-line); background: var(--fsh-white); min-width: 0; }
.fsh-card-media-link { display: block; overflow: hidden; }
.fsh-card-media { border-radius: 0; }
.fsh-card-media .fsh-media-image, .fsh-card-media .fsh-media-missing { aspect-ratio: 16 / 10; transition: transform .35s ease; }
.fsh-card:hover .fsh-card-media-image { transform: scale(1.025); }
.fsh-card-body { padding: 26px; }
.fsh-card h3 { margin-bottom: 12px; }
.fsh-card h3 a { color: var(--fsh-navy); text-decoration: none; }
.fsh-card p { color: var(--fsh-muted); }

.fsh-image-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 88px); align-items: center; }
.fsh-feature-media .fsh-media-image, .fsh-feature-media .fsh-media-missing { aspect-ratio: 4 / 3; }
.fsh-image-split-copy p { font-size: 1.05rem; }

.fsh-process-section { background: #eef3f0; }
.fsh-process-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 3px solid var(--fsh-navy); }
.fsh-process-grid li { padding: 28px 24px 8px; border-right: 1px solid #cfd9d3; position: relative; }
.fsh-process-grid li:last-child { border-right: 0; }
.fsh-step-number { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--fsh-navy); color: #fff; font-weight: 900; margin-bottom: 22px; }
.fsh-process-grid h3 { margin-bottom: 10px; }
.fsh-process-grid p { color: var(--fsh-muted); font-size: .95rem; }

.fsh-callout-section { padding-block: 32px; background: var(--fsh-white); }
.fsh-callout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; padding: clamp(30px, 5vw, 55px); background: var(--fsh-navy); color: #e4edf3; border-left: 8px solid var(--fsh-green); }
.fsh-callout h2 { color: #fff; margin-bottom: 0; }
.fsh-callout .fsh-eyebrow { color: #d9ff60; }
.fsh-callout .fsh-text-link { color: #fff; }
.fsh-callout p:last-child { margin-bottom: 0; }

.fsh-insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--fsh-line); border-bottom: 1px solid var(--fsh-line); }
.fsh-insight-grid article { padding: 34px 30px; border-right: 1px solid var(--fsh-line); }
.fsh-insight-grid article:last-child { border-right: 0; }
.fsh-insight-grid p { color: var(--fsh-muted); margin-bottom: 0; }

.fsh-inline-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.fsh-inline-links a { border: 1px solid var(--fsh-line); padding: 10px 14px; text-decoration: none; font-weight: 800; background: #fff; }

.fsh-comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.fsh-comparison-card { border: 1px solid var(--fsh-line); padding: 34px; background: #fff; }
.fsh-comparison-card.is-highlighted { border: 3px solid var(--fsh-navy); box-shadow: var(--fsh-shadow); }
.fsh-comparison-card ul { padding-left: 20px; }
.fsh-comparison-card li { margin-bottom: 12px; }

.fsh-link-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.fsh-link-grid > a { min-height: 130px; display: flex; flex-direction: column; justify-content: space-between; padding: 20px; background: #fff; border: 1px solid var(--fsh-line); text-decoration: none; }
.fsh-link-grid > a strong { font-size: 1.05rem; }
.fsh-link-grid > a span { color: var(--fsh-muted); font-size: .88rem; }
.fsh-link-grid > a:hover { border-color: var(--fsh-green); box-shadow: 0 10px 30px rgba(10,39,66,.08); }

/* Resources */
.fsh-resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.fsh-resource-grid-two { grid-template-columns: repeat(2, 1fr); }
.fsh-resource-card { padding: 28px; border: 1px solid var(--fsh-line); background: #fff; min-height: 280px; display: flex; flex-direction: column; }
.fsh-resource-card h3 { font-size: 1.35rem; }
.fsh-resource-card h3 a { text-decoration: none; }
.fsh-resource-card p:not(.fsh-resource-kicker) { color: var(--fsh-muted); }
.fsh-resource-card .fsh-text-link { margin-top: auto; }
.fsh-resource-kicker { color: var(--fsh-green-dark); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.fsh-article-layout { display: grid; grid-template-columns: minmax(0, 760px) minmax(260px, 1fr); gap: 70px; align-items: start; }
.fsh-article-body section { margin-bottom: 48px; }
.fsh-article-body h2 { font-size: clamp(1.65rem, 3vw, 2.35rem); }
.fsh-article-body p { font-size: 1.06rem; }
.fsh-updated { color: var(--fsh-muted); font-size: .9rem !important; }
.fsh-sticky-card { position: sticky; top: 24px; padding: 28px; background: var(--fsh-surface); border-top: 5px solid var(--fsh-green); }
.fsh-sticky-card h2 { font-size: 1.6rem; }
.fsh-sticky-card .fsh-button { width: 100%; margin-bottom: 15px; }

/* FAQ */
.fsh-faq-section { background: var(--fsh-surface); }
.fsh-faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(40px, 7vw, 90px); align-items: start; }
.fsh-faq-list { border-top: 1px solid var(--fsh-line); }
.fsh-faq-list details { border-bottom: 1px solid var(--fsh-line); background: #fff; }
.fsh-faq-list summary { cursor: pointer; list-style: none; padding: 22px 54px 22px 20px; color: var(--fsh-navy); font-weight: 850; position: relative; }
.fsh-faq-list summary::-webkit-details-marker { display: none; }
.fsh-faq-list summary::after { content: "+"; position: absolute; right: 20px; top: 14px; font-size: 1.8rem; font-weight: 400; }
.fsh-faq-list details[open] summary::after { content: "–"; }
.fsh-faq-list details > div { padding: 0 20px 18px; color: var(--fsh-muted); }

/* Forms */
.fsh-contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.fsh-contact-list { margin: 0; border-top: 1px solid var(--fsh-line); }
.fsh-contact-list > div { display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--fsh-line); }
.fsh-contact-list dt { font-weight: 900; color: var(--fsh-navy); }
.fsh-contact-list dd { margin: 0; }
.fsh-contact-list small { display: block; color: var(--fsh-muted); }
.fsh-form-wrap { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; align-items: start; }
.fsh-form { background: #fff; border: 1px solid var(--fsh-line); padding: clamp(24px, 4vw, 42px); box-shadow: 0 14px 40px rgba(10,39,66,.07); }
.fsh-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.fsh-field { display: grid; gap: 7px; }
.fsh-field-full { grid-column: 1 / -1; }
.fsh-field label { font-weight: 850; color: var(--fsh-navy); }
.fsh-field input, .fsh-field select, .fsh-field textarea { width: 100%; min-height: 48px; padding: 11px 12px; border: 1px solid #aebac2; border-radius: 3px; background: #fff; color: var(--fsh-ink); }
.fsh-field textarea { min-height: 160px; resize: vertical; }
.fsh-field input:focus, .fsh-field select:focus, .fsh-field textarea:focus { border-color: var(--fsh-navy); box-shadow: 0 0 0 3px rgba(10,39,66,.12); outline: 0; }
.fsh-field-help, .fsh-form-privacy { color: var(--fsh-muted); font-size: .85rem; }
.fsh-form-privacy { margin: 22px 0; }
.fsh-form-notice { padding: 14px 16px; margin-bottom: 20px; border-left: 5px solid; }
.fsh-form-notice.is-success { background: #eff8e2; border-color: var(--fsh-green-dark); }
.fsh-form-notice.is-error { background: #fff0f0; border-color: #9d1d1d; }
.fsh-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; }

/* CTA */
.fsh-page-cta { background: var(--fsh-navy); color: #e9f0f4; padding-block: 54px; }
.fsh-page-cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 42px; }
.fsh-page-cta h2 { color: #fff; margin-bottom: 10px; }
.fsh-page-cta p:last-child { margin-bottom: 0; max-width: 780px; }

/* Footer */
.fsh-footer-cta { background: #123a5a; color: #e6eef3; padding-block: 50px; border-top: 1px solid rgba(255,255,255,.12); }
.fsh-footer-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.fsh-footer-cta h2 { color: #fff; margin-bottom: 10px; }
.fsh-footer-main { background: #071c2f; color: #c9d4dc; padding-block: 66px; }
.fsh-footer-grid { display: grid; grid-template-columns: 1.35fr 1fr .8fr .85fr; gap: 46px; }
.fsh-footer-brand img { width: 240px; background: #fff; padding: 8px; margin-bottom: 20px; }
.fsh-footer-heading { color: #fff; font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; }
.fsh-footer-links { list-style: none; padding: 0; margin: 0; }
.fsh-footer-links li { margin-bottom: 8px; }
.fsh-footer-main a { color: #fff; }
.fsh-footer-main a:hover { color: #d9ff60; }
.fsh-footer-legal { background: #041321; color: #9fb0bc; padding: 20px 0; font-size: .82rem; }
.fsh-footer-legal p { margin: 0; }
.fsh-mobile-sticky-cta { display: none; }

.fsh-standard-page, .fsh-error-page { padding-block: 80px; min-height: 55vh; }

@media (max-width: 1120px) {
  .fsh-header-main { grid-template-columns: 180px 1fr auto; }
  .fsh-header-cta .fsh-phone-placeholder { display: none; }
  .fsh-menu a { padding-inline: 8px; font-size: .86rem; }
  .fsh-link-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 940px) {
  body { padding-bottom: 64px; }
  .fsh-utility-contact, .fsh-utility-divider { display: none; }
  .fsh-header-main { min-height: 82px; grid-template-columns: 165px 1fr auto; gap: 14px; }
  .fsh-brand { width: 165px; }
  .fsh-menu-toggle { display: inline-flex; justify-self: end; }
  .fsh-header-cta { display: none; }
  .fsh-primary-nav { position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-top: 1px solid var(--fsh-line); border-bottom: 1px solid var(--fsh-line); box-shadow: var(--fsh-shadow); display: none; max-height: calc(100vh - 120px); overflow: auto; }
  .fsh-primary-nav.is-open { display: block; }
  .fsh-menu { display: block; padding: 10px 20px 18px; }
  .fsh-menu a { font-size: 1rem; min-height: 48px; border-bottom: 1px solid #edf0f2; }
  .fsh-menu .menu-item-has-children { display: grid; grid-template-columns: 1fr 52px; }
  .fsh-menu .menu-item-has-children > a { grid-column: 1; }
  .fsh-submenu-toggle { display: grid; grid-column: 2; place-items: center; min-width: 52px; min-height: 48px; padding: 0; border: 0; border-bottom: 1px solid #edf0f2; background: #fff; color: var(--fsh-navy); font-size: 1.55rem; font-weight: 800; cursor: pointer; }
  .fsh-submenu-toggle:hover, .fsh-submenu-toggle:focus-visible { background: var(--fsh-green-soft); }
  .fsh-menu .sub-menu { display: none; grid-column: 1 / -1; position: static; width: auto; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 0 0 18px; }
  .fsh-menu .submenu-open > .sub-menu { display: block; }
  .fsh-menu .sub-menu a { font-size: .93rem; }
  .fsh-mobile-sticky-cta { display: flex; position: fixed; z-index: 90; left: 0; right: 0; bottom: 0; min-height: 60px; align-items: center; justify-content: center; padding: 12px 20px; background: #9bc525; color: var(--fsh-navy); font-weight: 900; text-decoration: none; border-top: 2px solid var(--fsh-navy); }

  .fsh-hero-grid { grid-template-columns: 1fr; min-height: 0; }
  .fsh-hero-visual { max-width: 760px; }
  .fsh-proof-grid { grid-template-columns: 1fr; }
  .fsh-proof-item, .fsh-proof-item:last-child { border: 0; border-bottom: 1px solid rgba(255,255,255,.16); padding-inline: 0; }
  .fsh-content-grid, .fsh-image-split, .fsh-callout, .fsh-faq-layout, .fsh-contact-grid, .fsh-form-wrap, .fsh-article-layout { grid-template-columns: 1fr; }
  .fsh-process-grid { grid-template-columns: repeat(2, 1fr); }
  .fsh-process-grid li:nth-child(2) { border-right: 0; }
  .fsh-process-grid li:nth-child(-n+2) { border-bottom: 1px solid #cfd9d3; }
  .fsh-card-grid-three, .fsh-resource-grid { grid-template-columns: repeat(2, 1fr); }
  .fsh-insight-grid { grid-template-columns: 1fr; }
  .fsh-insight-grid article { border-right: 0; border-bottom: 1px solid var(--fsh-line); }
  .fsh-insight-grid article:last-child { border-bottom: 0; }
  .fsh-article-aside { order: -1; }
  .fsh-sticky-card { position: static; }
  .fsh-page-cta-inner, .fsh-footer-cta-inner { grid-template-columns: 1fr; }
  .fsh-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 650px) {
  body { font-size: 16px; }
  .fsh-shell, .fsh-reading-width { width: min(calc(100% - 28px), var(--fsh-max)); }
  .fsh-utility-inner { justify-content: flex-start; min-height: 34px; font-size: .75rem; }
  .fsh-utility-inner span:nth-child(2) { display: none; }
  .fsh-header-main { grid-template-columns: 145px 1fr; }
  .fsh-brand { width: 145px; }
  .fsh-menu-toggle { grid-column: 2; }
  .fsh-hero { background: #f7f9f7; }
  .fsh-hero-grid { padding-block: 44px; gap: 30px; }
  .fsh-hero-copy h1 { font-size: clamp(2.35rem, 12vw, 3.55rem); }
  .fsh-button-row { display: grid; grid-template-columns: 1fr; }
  .fsh-button-row .fsh-button { width: 100%; }
  .fsh-detail-list, .fsh-card-grid, .fsh-card-grid-three, .fsh-resource-grid, .fsh-resource-grid-two, .fsh-process-grid, .fsh-comparison-grid, .fsh-link-grid, .fsh-form-grid, .fsh-footer-grid { grid-template-columns: 1fr; }
  .fsh-process-grid li { border-right: 0; border-bottom: 1px solid #cfd9d3; }
  .fsh-process-grid li:last-child { border-bottom: 0; }
  .fsh-callout { gap: 20px; }
  .fsh-contact-list > div { grid-template-columns: 1fr; gap: 4px; }
  .fsh-form { padding: 22px 16px; }
  .fsh-field-full { grid-column: auto; }
  .fsh-resource-card { min-height: 0; }
  .fsh-footer-brand img { width: 220px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}

.fsh-breadcrumbs { background: #fff; border-bottom: 1px solid var(--fsh-line); }
.fsh-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 10px 0; font-size: .78rem; color: var(--fsh-muted); }
.fsh-breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 8px; color: #98a4ad; }
.fsh-breadcrumbs a { color: var(--fsh-muted); }


/* v2.1.1 conversion and mobile navigation additions */
.fsh-form input[type="file"]{width:100%;padding:.8rem;border:1px dashed var(--fsh-line);border-radius:.65rem;background:#fff}.fsh-form small{display:block;margin-top:.45rem;color:var(--fsh-muted);line-height:1.45}.fsh-mobile-sticky-actions{display:none}
@media(max-width:780px){body{padding-bottom:58px}.fsh-mobile-sticky-cta{display:none!important}.fsh-mobile-sticky-actions{position:fixed;z-index:999;left:0;right:0;bottom:0;display:grid;grid-template-columns:1fr 1fr;box-shadow:0 -6px 20px rgba(0,0,0,.15)}.fsh-mobile-sticky-actions a{display:flex;align-items:center;justify-content:center;min-height:58px;padding:.6rem 1rem;font-weight:900;text-decoration:none;background:var(--fsh-navy);color:#fff}.fsh-mobile-sticky-actions a:last-child{background:var(--fsh-green);color:#08120c}}
