@charset "UTF-8";

.fsg-page {
  --fsg-ink: #17252a;
  --fsg-muted: #5f6d70;
  --fsg-green: #0f6b58;
  --fsg-green-dark: #0a4e41;
  --fsg-sage: #eaf3ef;
  --fsg-sand: #f5f2ec;
  --fsg-line: #dfe6e3;
  --fsg-white: #fff;
  --fsg-shadow: 0 22px 55px rgba(24, 53, 47, .09);
  margin: 0 !important;
  color: var(--fsg-ink);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: .02em;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
.fsg-page *, .fsg-page *::before, .fsg-page *::after { box-sizing: border-box; }
.fsg-page img { display: block; max-width: 100%; height: auto; }
.fsg-page a { color: inherit; text-decoration: none; }
.fsg-page button, .fsg-page input { font: inherit; }
.fsg-page h1, .fsg-page h2, .fsg-page h3, .fsg-page p, .fsg-page figure { margin-top: 0; }
.fsg-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.fsg-skip { position: fixed; left: 18px; top: -100px; z-index: 99999; padding: 10px 16px; color: #fff; background: #111; }
.fsg-skip:focus { top: 18px; }
.fsg-progress { position: fixed; inset: 0 auto auto 0; z-index: 10020; width: 0; height: 3px; background: #20a77f; }

.fsg-header { position: sticky; top: 0; z-index: 10000; min-height: 82px; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(218,226,223,.8); transition: box-shadow .2s, min-height .2s; }
.admin-bar .fsg-header { top: 32px; }
.fsg-header.is-scrolled { min-height: 70px; box-shadow: 0 12px 32px rgba(20,44,39,.08); }
.fsg-header__inner { min-height: inherit; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.fsg-brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.fsg-brand__mark { width: 45px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 12px; color: #fff; background: var(--fsg-green); box-shadow: 0 10px 22px rgba(15,107,88,.18); }
.fsg-brand__mark svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.fsg-brand strong { display: block; font-size: 20px; line-height: 1; letter-spacing: .18em; }
.fsg-brand small { display: block; margin-top: 7px; color: #7b8987; font-size: 8px; line-height: 1; letter-spacing: .36em; }
.fsg-nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 34px); font-size: 13px; font-weight: 700; }
.fsg-nav > a:not(.fsg-nav__cta) { padding-block: 28px; }
.fsg-nav > a:hover, .fsg-nav > a:focus-visible { color: var(--fsg-green); }
.fsg-nav__cta { padding: 12px 22px; color: #fff !important; border-radius: 3px; background: var(--fsg-green); }
.fsg-nav__cta:hover { background: var(--fsg-green-dark); }
.fsg-menu { display: none; padding: 0; color: var(--fsg-ink); border: 0; background: transparent; }

.fsg-breadcrumb { display: flex; align-items: center; gap: 10px; min-height: 56px; color: #7b8788; font-size: 11px; white-space: nowrap; overflow: hidden; }
.fsg-breadcrumb b { min-width: 0; font-weight: 500; overflow: hidden; text-overflow: ellipsis; }
.fsg-breadcrumb a:hover { color: var(--fsg-green); }

.fsg-article-head { padding: 50px 24px 42px; text-align: center; }
.fsg-article-head__inner { max-width: 910px; margin-inline: auto; }
.fsg-topic { display: inline-block; margin-bottom: 22px; color: var(--fsg-green); font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.fsg-article-head h1 { margin-bottom: 24px; font-size: clamp(32px, 4.25vw, 54px); line-height: 1.35; letter-spacing: -.035em; }
.fsg-article-head > div > p { max-width: 770px; margin: 0 auto 24px; color: var(--fsg-muted); font-size: 17px; line-height: 2; }
.fsg-meta { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 18px; color: #788482; font-size: 12px; }
.fsg-meta > * + *::before { content: ""; display: inline-block; width: 1px; height: 12px; margin-right: 18px; vertical-align: -2px; background: #cfd8d5; }
.fsg-hero-wrap { max-width: 1120px; }
.fsg-hero { margin: 0; border-radius: 3px; overflow: hidden; background: var(--fsg-sand); box-shadow: var(--fsg-shadow); }
.fsg-hero img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }

.fsg-article-layout { display: grid; grid-template-columns: minmax(0, 760px) 240px; justify-content: center; gap: 80px; padding-top: 80px; }
.fsg-article { min-width: 0; font-size: 17px; }
.fsg-article > p, .fsg-article > ul, .fsg-article > ol { margin-bottom: 28px; }
.fsg-article p { color: #344346; }
.fsg-article h2 { scroll-margin-top: 110px; margin: 84px 0 26px; font-size: clamp(26px, 2.8vw, 36px); line-height: 1.5; letter-spacing: -.025em; }
.fsg-article h3 { scroll-margin-top: 110px; margin: 48px 0 18px; font-size: 22px; line-height: 1.6; letter-spacing: -.01em; }
.fsg-article h4 { margin: 34px 0 12px; font-size: 18px; }
.fsg-article strong { color: #142c29; }
.fsg-article a:not(.fsg-button) { color: var(--fsg-green); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.fsg-article ul, .fsg-article ol { padding-left: 1.35em; color: #344346; }
.fsg-article li { margin-bottom: 10px; }
.fsg-article .fsg-lead { margin-bottom: 60px; color: #253a3d; font-size: 19px; line-height: 2.05; }
.fsg-article .fsg-note { margin: 34px 0; padding: 24px 28px; background: var(--fsg-sand); color: #3d4b4d; }
.fsg-article .fsg-note strong { display: block; margin-bottom: 7px; font-size: 16px; }
.fsg-article .fsg-note p:last-child { margin-bottom: 0; }
.fsg-article .fsg-inline-link { margin: 36px 0; padding: 18px 0; border-top: 1px solid var(--fsg-line); border-bottom: 1px solid var(--fsg-line); font-size: 15px; }
.fsg-article .fsg-inline-link span { display: block; margin-bottom: 5px; color: #7b8886; font-size: 11px; font-weight: 700; letter-spacing: .08em; }

.fsg-figure { margin: 42px 0 54px; }
.fsg-figure > figcaption { margin-top: 12px; color: #7a8685; font-size: 12px; line-height: 1.65; }
.fsg-diagram { padding: clamp(24px, 4vw, 42px); background: #f7f9f8; }
.fsg-diagram__title { margin-bottom: 24px; font-size: 17px; font-weight: 800; }
.fsg-flow { display: grid; grid-template-columns: repeat(var(--cols, 4), 1fr); gap: 1px; background: #dfe6e3; }
.fsg-flow > div { min-width: 0; padding: 20px; background: #fff; }
.fsg-flow small { display: block; margin-bottom: 9px; color: var(--fsg-green); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.fsg-flow strong { display: block; margin-bottom: 6px; font-size: 15px; line-height: 1.55; }
.fsg-flow p { margin: 0; color: #71807e; font-size: 12px; line-height: 1.65; }
.fsg-bars { display: grid; gap: 14px; }
.fsg-bar { display: grid; grid-template-columns: 120px 1fr 70px; align-items: center; gap: 14px; font-size: 13px; }
.fsg-bar i { display: block; width: var(--value); height: 18px; background: var(--fsg-green); }
.fsg-bar b { text-align: right; }
.fsg-equation { display: flex; align-items: stretch; justify-content: center; gap: 6px; flex-wrap: wrap; }
.fsg-equation > span { min-width: 125px; padding: 18px 15px; text-align: center; background: #fff; border: 1px solid var(--fsg-line); }
.fsg-equation b { display: block; font-size: 19px; }
.fsg-equation small { color: #75817f; }
.fsg-equation > i { align-self: center; color: #84908e; font-style: normal; font-weight: 700; }

.fsg-table-wrap { margin: 34px 0 48px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.fsg-article table { width: 100%; min-width: 620px; border-collapse: collapse; font-size: 14px; line-height: 1.6; }
.fsg-article th, .fsg-article td { padding: 16px 15px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--fsg-line); }
.fsg-article thead th { color: #fff; background: #284944; font-size: 12px; letter-spacing: .04em; }
.fsg-article tbody th { background: #f4f7f5; }
.fsg-source-list { margin-top: 58px; padding-top: 28px; border-top: 1px solid var(--fsg-line); }
.fsg-source-list h2 { margin: 0 0 14px; font-size: 20px; }
.fsg-source-list ul { padding-left: 1.15em; font-size: 13px; line-height: 1.75; }
.fsg-source-list li { margin-bottom: 8px; }
.fsg-faq details { padding: 20px 0; border-bottom: 1px solid var(--fsg-line); }
.fsg-faq summary { cursor: pointer; font-weight: 700; line-height: 1.6; }
.fsg-faq details p { margin: 16px 0 0; }

.fsg-toc { min-width: 0; }
.fsg-toc > div { position: sticky; top: 116px; max-height: calc(100vh - 145px); overflow: auto; padding-left: 20px; border-left: 1px solid var(--fsg-line); }
.admin-bar .fsg-toc > div { top: 148px; }
.fsg-toc strong { display: block; margin-bottom: 15px; font-size: 12px; letter-spacing: .08em; }
.fsg-toc ol { margin: 0; padding: 0; list-style: none; }
.fsg-toc li { margin-bottom: 11px; }
.fsg-toc a { position: relative; display: block; padding-left: 14px; color: #70807e; font-size: 11px; line-height: 1.55; }
.fsg-toc a::before { content: ""; position: absolute; top: .72em; left: 0; width: 5px; height: 1px; background: #a9b4b1; }
.fsg-toc a.is-active { color: var(--fsg-green); font-weight: 700; }
.fsg-mobile-toc { display: none; }

.fsg-editorial-note { margin-top: 80px; padding: 30px 34px; background: #f6f7f5; }
.fsg-editorial-note h2 { margin: 0 0 10px; font-size: 18px; }
.fsg-editorial-note p { margin: 0; font-size: 13px; line-height: 1.85; }
.fsg-end-cta { display: grid; grid-template-columns: 1fr 250px; gap: 44px; align-items: center; margin-top: 44px; padding: 42px; color: #fff; background: #173e36; }
.fsg-end-cta > div > span, .fsg-archive-cta span { color: #8ed6c2; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.fsg-end-cta h2 { margin: 8px 0 14px; color: #fff; font-size: 25px; }
.fsg-end-cta p { margin: 0; color: #d5e2de; font-size: 14px; line-height: 1.8; }
.fsg-end-cta > div:last-child { display: grid; gap: 10px; }
.fsg-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid transparent; border-radius: 2px; font-size: 14px; font-weight: 800; text-decoration: none !important; }
.fsg-button--line { color: #fff !important; background: #08bf63; }
.fsg-button--line:hover { background: #08a957; }
.fsg-button--ghost { color: #fff !important; border-color: rgba(255,255,255,.45); }
.fsg-share { display: flex; align-items: center; gap: 16px; padding: 24px 0; color: #6d7b79; border-bottom: 1px solid var(--fsg-line); font-size: 12px; }
.fsg-share > span { margin-right: auto; font-weight: 700; }
.fsg-share button { padding: 0; color: inherit; border: 0; background: none; cursor: pointer; }

.fsg-related { padding: 110px 0 120px; }
.fsg-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.fsg-section-heading span { color: var(--fsg-green); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.fsg-section-heading h2 { margin: 7px 0 0; font-size: 30px; }
.fsg-section-heading > a { color: var(--fsg-green); font-size: 13px; font-weight: 700; }
.fsg-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 44px 28px; }
.fsg-card[hidden] { display: none; }
.fsg-card > a { display: block; }
.fsg-card figure { margin: 0 0 18px; overflow: hidden; background: var(--fsg-sand); }
.fsg-card figure img { width: 100%; aspect-ratio: 16/10; object-fit: cover; transition: transform .45s ease; }
.fsg-card a:hover figure img { transform: scale(1.025); }
.fsg-card__body > span { color: var(--fsg-green); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.fsg-card h3 { margin: 8px 0 10px; font-size: 18px; line-height: 1.65; }
.fsg-card p { display: -webkit-box; margin-bottom: 14px; color: #6a7876; font-size: 12px; line-height: 1.75; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.fsg-card__body > div { display: flex; justify-content: space-between; color: #87928f; font-size: 10px; }
.fsg-card__body b { color: #334a45; font-size: 11px; }
.fsg-card__body b i { color: var(--fsg-green); font-style: normal; }

.fsg-archive-hero { padding: 80px 0 90px; background: #f5f7f4; }
.fsg-archive-hero__inner { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(40px, 7vw, 100px); }
.fsg-archive-hero__inner > div > span, .fsg-archive-intro > div > span { color: var(--fsg-green); font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.fsg-archive-hero h1 { margin: 20px 0 26px; font-size: clamp(40px, 5vw, 66px); line-height: 1.3; letter-spacing: -.04em; }
.fsg-archive-hero p { max-width: 520px; color: var(--fsg-muted); font-size: 16px; line-height: 2; }
.fsg-archive-hero figure { margin: 0; }
.fsg-archive-hero figure img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.fsg-archive-hero figcaption { margin-top: 11px; color: #778481; font-size: 11px; }
.fsg-archive-hero__actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.fsg-archive-hero__actions > a:last-child { font-size: 13px; font-weight: 700; }
.fsg-archive-hero__actions i { color: var(--fsg-green); font-style: normal; }
.fsg-archive-intro { padding: 110px 0; }
.fsg-archive-intro > div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.fsg-archive-intro h2 { grid-row: 2; margin: 18px 0 0; font-size: clamp(34px, 4.4vw, 56px); line-height: 1.45; letter-spacing: -.035em; }
.fsg-archive-intro > div > div { grid-column: 2; grid-row: 1 / span 2; align-self: end; }
.fsg-archive-intro p { color: var(--fsg-muted); font-size: 16px; line-height: 2.1; }
.fsg-guide-paths { padding: 100px 0 110px; background: #fbfcfa; }
.fsg-guide-paths .fsg-section-heading > p { max-width: 430px; margin: 0; color: #6f7d79; font-size: 13px; line-height: 1.8; }
.fsg-guide-paths__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--fsg-line); border-bottom: 1px solid var(--fsg-line); }
.fsg-guide-paths__grid section { padding: 34px 34px 38px; }
.fsg-guide-paths__grid section + section { border-left: 1px solid var(--fsg-line); }
.fsg-guide-paths__grid section > span { color: var(--fsg-green); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.fsg-guide-paths__grid h3 { margin: 12px 0 14px; font-size: 21px; line-height: 1.55; }
.fsg-guide-paths__grid p { min-height: 5.4em; margin: 0 0 22px; color: #6c7976; font-size: 13px; line-height: 1.8; }
.fsg-guide-paths__grid a { display: block; padding: 10px 0; color: #253d38; border-top: 1px solid #e8ece9; font-size: 13px; font-weight: 700; }
.fsg-guide-paths__grid a::after { content: "→"; float: right; color: var(--fsg-green); }
.fsg-archive-list { padding: 100px 0 120px; background: #f6f7f4; }
.fsg-section-heading--archive { align-items: center; }
.fsg-section-heading--archive h2 { font-size: clamp(34px, 4vw, 48px); }
.fsg-section-heading--archive > p { color: #75827f; font-size: 12px; }
.fsg-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 44px; }
.fsg-filters button { padding: 10px 17px; color: #5a6866; border: 1px solid #d8dfdc; background: transparent; cursor: pointer; font-size: 12px; }
.fsg-filters button.is-active { color: #fff; border-color: var(--fsg-green); background: var(--fsg-green); }
.fsg-archive-list .fsg-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 50px 30px; }
.fsg-pagination { margin-top: 55px; }
.fsg-pagination .nav-links { display: flex; justify-content: center; gap: 6px; }
.fsg-pagination .page-numbers { min-width: 40px; padding: 8px 12px; text-align: center; border: 1px solid var(--fsg-line); }
.fsg-pagination .current { color: #fff; background: var(--fsg-green); }
.fsg-archive-cta { padding: 110px 0; color: #fff; background: #173e36; }
.fsg-archive-cta > div { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; }
.fsg-archive-cta h2 { margin: 16px 0 0; font-size: clamp(32px, 4vw, 50px); line-height: 1.45; }
.fsg-archive-cta p { color: #d5e2de; line-height: 2; }
.fsg-archive-cta .fsg-button { margin-top: 20px; }

.fsg-footer { padding: 70px 0 35px; color: #c9d7d3; background: #102b27; }
.fsg-brand--footer { color: #fff; }
.fsg-footer__lead { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding-bottom: 45px; }
.fsg-footer__lead p { max-width: 440px; margin: 0; color: #aebfba; font-size: 13px; }
.fsg-footer__company { display: grid; grid-template-columns: .7fr .9fr 1.6fr; gap: 30px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.fsg-footer__company span { display: block; margin-bottom: 8px; color: #829893; font-size: 9px; letter-spacing: .08em; }
.fsg-footer__company strong { color: #dce6e3; font-size: 12px; line-height: 1.7; }
.fsg-footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 28px; color: #829893; font-size: 10px; }
.fsg-footer__bottom > div { display: flex; flex-wrap: wrap; gap: 24px; }
.fsg-mobile-cta { display: none; }

@media (max-width: 980px) {
  .fsg-shell { width: min(100% - 36px, 900px); }
  .admin-bar .fsg-header { top: 46px; }
  .fsg-menu { display: grid; width: 50px; height: 50px; place-content: center; gap: 4px; }
  .fsg-menu i { display: block; width: 22px; height: 1px; background: currentColor; }
  .fsg-menu b { margin-top: 2px; font-size: 8px; font-weight: 600; }
  .fsg-nav { position: absolute; inset: 82px 0 auto; display: none; padding: 14px 18px 22px; background: #fff; border-bottom: 1px solid var(--fsg-line); box-shadow: 0 20px 35px rgba(20,45,40,.1); }
  .fsg-nav.is-open { display: grid; }
  .fsg-nav > a:not(.fsg-nav__cta) { padding: 12px 2px; border-bottom: 1px solid var(--fsg-line); }
  .fsg-nav__cta { margin-top: 8px; text-align: center; }
  .fsg-article-layout { grid-template-columns: minmax(0, 760px); padding-top: 44px; }
  .fsg-toc { display: none; }
  .fsg-mobile-toc { display: block; margin-top: 40px; }
  .fsg-mobile-toc details { padding: 18px 20px; background: #f6f8f7; }
  .fsg-mobile-toc summary { cursor: pointer; font-size: 14px; font-weight: 700; }
  .fsg-mobile-toc ol { margin: 14px 0 0; padding: 0; list-style: none; font-size: 12px; }
  .fsg-mobile-toc li { position: relative; margin-bottom: 9px; padding-left: 14px; }
  .fsg-mobile-toc li::before { content: ""; position: absolute; top: .76em; left: 0; width: 5px; height: 1px; background: #96a5a1; }
  .fsg-end-cta { grid-template-columns: 1fr; }
  .fsg-grid, .fsg-archive-list .fsg-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fsg-archive-hero__inner { grid-template-columns: 1fr; }
  .fsg-archive-hero figure { max-width: 720px; }
  .fsg-archive-intro > div { grid-template-columns: 1fr; gap: 30px; }
  .fsg-archive-intro h2, .fsg-archive-intro > div > div { grid-column: auto; grid-row: auto; }
  .fsg-guide-paths__grid { grid-template-columns: 1fr; }
  .fsg-guide-paths__grid section + section { border-top: 1px solid var(--fsg-line); border-left: 0; }
  .fsg-guide-paths__grid p { min-height: 0; }
  .fsg-archive-cta > div { grid-template-columns: 1fr; gap: 35px; }
  .fsg-footer__company { grid-template-columns: 1fr 1fr; }
  .fsg-footer__company > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .fsg-page { font-size: 15px; padding-bottom: 78px; }
  .fsg-shell { width: calc(100% - 32px); }
  .fsg-header { min-height: 72px; }
  .fsg-nav { top: 72px; }
  .fsg-brand { gap: 10px; }
  .fsg-brand__mark { width: 40px; border-radius: 10px; }
  .fsg-brand strong { font-size: 17px; }
  .fsg-breadcrumb { min-height: 46px; font-size: 10px; }
  .fsg-article-head { padding: 35px 20px 30px; text-align: left; }
  .fsg-article-head h1 { font-size: 29px; line-height: 1.45; }
  .fsg-article-head > div > p { font-size: 15px; line-height: 1.9; }
  .fsg-meta { justify-content: flex-start; gap: 7px 11px; font-size: 10px; }
  .fsg-meta > * + *::before { margin-right: 11px; }
  .fsg-hero-wrap { width: 100%; }
  .fsg-hero { border-radius: 0; box-shadow: none; }
  .fsg-hero img { aspect-ratio: 16/10; }
  .fsg-article-layout { width: calc(100% - 38px); padding-top: 40px; }
  .fsg-article { font-size: 16px; line-height: 2; }
  .fsg-article .fsg-lead { font-size: 17px; }
  .fsg-article h2 { margin-top: 66px; font-size: 25px; line-height: 1.5; }
  .fsg-article h3 { margin-top: 38px; font-size: 20px; }
  .fsg-article .fsg-note { margin-inline: -2px; padding: 20px; }
  .fsg-diagram { margin-inline: -3px; padding: 22px 16px; }
  .fsg-flow { grid-template-columns: 1fr 1fr; }
  .fsg-bar { grid-template-columns: 92px 1fr 55px; gap: 8px; font-size: 11px; }
  .fsg-equation > span { flex: 1 1 120px; min-width: 0; }
  .fsg-article table { font-size: 12px; }
  .fsg-article th, .fsg-article td { padding: 13px 11px; }
  .fsg-end-cta { margin-inline: -3px; padding: 30px 24px; }
  .fsg-share { flex-wrap: wrap; }
  .fsg-share > span { width: 100%; }
  .fsg-related { padding: 80px 0 95px; }
  .fsg-section-heading { align-items: start; flex-direction: column; gap: 10px; }
  .fsg-section-heading h2 { font-size: 26px; }
  .fsg-grid, .fsg-archive-list .fsg-grid { grid-template-columns: 1fr; gap: 40px; }
  .fsg-archive-hero { padding: 54px 0 65px; }
  .fsg-archive-hero h1 { font-size: 38px; line-height: 1.36; }
  .fsg-archive-hero__actions { align-items: stretch; flex-direction: column; }
  .fsg-archive-hero__actions > a:last-child { text-align: center; }
  .fsg-archive-hero figure img { aspect-ratio: 16/11; }
  .fsg-archive-intro { padding: 78px 0; }
  .fsg-archive-intro h2 { font-size: 34px; }
  .fsg-guide-paths { padding: 76px 0 84px; }
  .fsg-guide-paths__grid section { padding: 28px 4px 30px; }
  .fsg-archive-list { padding: 76px 0 90px; }
  .fsg-filters { flex-wrap: nowrap; margin-inline: -16px; padding-inline: 16px; overflow-x: auto; }
  .fsg-filters button { flex: 0 0 auto; }
  .fsg-archive-cta { padding: 80px 0; }
  .fsg-archive-cta h2 { font-size: 32px; }
  .fsg-footer { padding: 56px 0 35px; }
  .fsg-footer__lead { align-items: start; flex-direction: column; }
  .fsg-footer__company { grid-template-columns: 1fr; gap: 22px; }
  .fsg-footer__company > div:last-child { grid-column: auto; }
  .fsg-footer__bottom { flex-direction: column; }
  .fsg-mobile-cta { position: fixed; z-index: 10010; inset: auto 0 0; display: block; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.95); box-shadow: 0 -10px 30px rgba(22,48,43,.12); }
  .fsg-mobile-cta a { display: flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; color: #fff; border-radius: 2px; background: #08bf63; font-size: 15px; font-weight: 800; }
  .fsg-mobile-cta span { font-size: 10px; letter-spacing: .1em; }
}

@media (prefers-reduced-motion: reduce) {
  .fsg-page *, .fsg-page *::before, .fsg-page *::after { scroll-behavior: auto !important; transition: none !important; }
}
