:root {
  --fi-brand-green: #8cc53e;
  --fi-sage: #cce0ad;
  --fi-white: #ffffff;
  --fi-black: #000000;
  --fi-body-grey: #5a5a5a;
  --fi-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  padding-left: 240px;
  overflow-x: hidden;
  color: var(--fi-black);
  background: var(--fi-white);
  font-family: var(--fi-font);
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .2em; }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid var(--fi-black);
  outline-offset: 4px;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 12px 16px;
  color: var(--fi-black);
  background: var(--fi-white);
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }
.fi-wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.fi-eyebrow {
  margin: 0 0 12px;
  color: var(--fi-black);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.fi-button,
.button,
.fi-nav__parent {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid currentColor;
  border-radius: 4px;
  font-family: var(--fi-font);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}
.fi-button:hover,
.button:hover,
.fi-nav__parent:hover { text-decoration: none; }
.fi-button,
.button,
.fi-nav__parent { border-color: var(--fi-brand-green); color: var(--fi-white); background: var(--fi-brand-green); }
.fi-sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 40;
  width: 240px;
  overflow-y: auto;
  border-right: 0;
  color: var(--fi-white);
  background: var(--fi-black);
}
.fi-sidebar__inner { display: flex; min-height: 100%; flex-direction: column; padding: 24px 6px; }
.fi-brand { display: block; text-decoration: none; }
.fi-brand img { width: 100%; height: auto; }
.fi-nav { display: grid; gap: 5px; margin-top: 46px; }
.fi-nav a:not(.fi-nav__parent) {
  display: flex;
  min-height: 44px;
  align-items: center;
  padding: 8px 12px;
  border-left: 3px solid transparent;
  color: var(--fi-white);
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
}
.fi-nav a:not(.fi-nav__parent):hover { color: var(--fi-white); text-decoration: underline; text-underline-offset: 3px; }
.fi-nav a:not(.fi-nav__parent)[aria-current="page"] { border-left-color: var(--fi-brand-green); color: var(--fi-white); background: transparent; font-weight: 850; }
.fi-nav__parent { justify-self: start; width: max-content; margin-top: 12px; }
.fi-nav__parent:focus-visible { outline-color: var(--fi-white); }
.fi-sidebar a:focus-visible,
.fi-sidebar button:focus-visible,
.fi-mobile-header a:focus-visible,
.fi-mobile-header button:focus-visible,
.fi-footer a:focus-visible { outline-color: var(--fi-brand-green); }
.fi-menu-button, .fi-drawer-close { border: 0; color: var(--fi-black); background: transparent; font: inherit; }
.fi-drawer-close { display: none; }
.fi-mobile-header, .fi-drawer-overlay { display: none; }
.fi-drawer-overlay { background: transparent; }
.fi-drawer-overlay[hidden] { display: none; }
.fi-hero { padding: clamp(48px, 6vw, 76px) 0; background: var(--fi-white); }
.fi-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(42px, 8vw, 100px); }
.fi-hero h1, .article-hero h1 {
  margin: 0;
  font-family: var(--fi-font);
  font-size: clamp(2.6rem, 4.8vw, 4.25rem);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: .98;
  text-wrap: balance;
}
.fi-hero h1, .fi-section h2, .fi-feature__copy h3 { color: var(--fi-black); }
.fi-hero h1 span { display: block; margin-top: 14px; color: var(--fi-black); font-family: var(--fi-font); font-size: clamp(1rem, 2vw, 1.25rem); font-weight: 600; letter-spacing: 0; line-height: 1.4; }
.fi-hero__intro { max-width: 620px; margin: 22px 0; color: var(--fi-body-grey); font-size: 1.08rem; }
.fi-placeholder,
.article-image-placeholder {
  display: grid;
  min-height: 330px;
  place-content: center;
  gap: 8px;
  padding: 28px;
  border: 1px dashed var(--fi-body-grey);
  color: var(--fi-body-grey);
  background: var(--fi-white);
  text-align: center;
}
.fi-placeholder span,
.article-image-placeholder span { color: var(--fi-black); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.fi-placeholder strong,
.article-image-placeholder strong { color: var(--fi-black); font-family: var(--fi-font); font-size: clamp(1.4rem, 2.5vw, 2.1rem); font-weight: 800; }
.fi-placeholder small,
.article-image-placeholder small { font-size: .82rem; }
.fi-project-image,
.article-project-image,
.desk-shape-card { margin: 0; overflow: hidden; background: var(--fi-white); }
.fi-project-image img,
.article-project-image img,
.desk-shape-card img { display: block; width: 100%; height: auto; }
.fi-project-image--hero img { aspect-ratio: 1457 / 1080; object-fit: cover; object-position: center bottom; }
.fi-section { padding: clamp(52px, 6vw, 78px) 0; background: var(--fi-white); }
.fi-section--light { background: var(--fi-sage); }
.fi-section--light .fi-section__head p,
.fi-section--light .fi-feature__copy p,
.fi-section--light .fi-about p { color: var(--fi-black); }
.fi-section__head { display: grid; max-width: 760px; gap: 8px; margin-bottom: 42px; }
.fi-section h2, .article-body h2, .related-content h2, .article-cta h2 {
  margin: 0;
  font-family: var(--fi-font);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 850;
  letter-spacing: -.03em;
  line-height: 1.05;
}
.fi-section__head p { color: var(--fi-body-grey); font-size: 1.06rem; }
.fi-feature { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(34px, 7vw, 82px); align-items: center; }
.fi-feature__copy h3 { margin: 0 0 18px; font-family: var(--fi-font); font-size: clamp(1.8rem, 3.4vw, 2.8rem); font-weight: 850; line-height: 1.08; }
.fi-feature__copy p { color: var(--fi-body-grey); }
.fi-topics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.fi-topic {
  display: block;
  min-height: 180px;
  padding: 22px;
  border: 2px solid transparent;
  background: var(--fi-white);
  text-decoration: none;
  transition: border-color .18s ease, transform .18s ease;
}
.fi-topic:hover { border-color: var(--fi-brand-green); transform: translateY(-3px); }
.fi-topic h3 { font-family: var(--fi-font); font-size: 1.4rem; font-weight: 800; line-height: 1.1; }
.fi-topic p { color: var(--fi-body-grey); font-size: .9rem; }
.fi-review-note { display: inline-block; padding: 2px 0; color: var(--fi-body-grey); background: transparent; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.fi-about { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 8vw, 100px); align-items: start; }
.fi-about p { max-width: 720px; color: var(--fi-body-grey); font-size: 1.08rem; }
.fi-footer { padding: 52px 0 24px; border-top: 0; color: var(--fi-white); background: var(--fi-black); }
.fi-footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 40px; }
.fi-footer h2 { margin: 0; color: var(--fi-white); font-family: var(--fi-font); font-size: 1.7rem; font-weight: 800; }
.fi-footer h3 { margin: 0 0 14px; color: var(--fi-white); font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; }
.fi-footer a { color: var(--fi-brand-green); }
.fi-footer ul { margin: 0; padding: 0; list-style: none; }
.fi-footer li { margin: 7px 0; }
.fi-footer__base { margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--fi-body-grey); color: var(--fi-white); font-size: .78rem; }

.article-hero { padding: clamp(48px, 6vw, 72px) 0; color: var(--fi-black); background: var(--fi-white); }
.article-hero-inner { width: min(950px, calc(100% - 40px)); margin: auto; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 30px; padding: 0; color: var(--fi-body-grey); font-size: .8rem; list-style: none; }
.breadcrumbs li:not(:last-child)::after { margin-left: 8px; color: var(--fi-black); content: "/"; }
.article-hero h1 { max-width: 860px; color: var(--fi-black); font-size: clamp(2.5rem, 4.5vw, 4.15rem); font-weight: 800; }
.article-summary { max-width: 800px; margin: 24px 0 18px; color: var(--fi-body-grey); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; color: var(--fi-body-grey); font-size: .82rem; }
.metadata-placeholder { border-bottom: 1px dashed currentColor; }
.article-shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto 100px; padding: 24px 20px 72px; background: var(--fi-sage); }
.article-image-placeholder { aspect-ratio: 4 / 3; margin: 42px 0; }
.article-project-image { margin: 42px 0; }
.article-project-image img { aspect-ratio: 4 / 3; object-fit: cover; }
.article-support-image img { object-position: center bottom; }
.article-hero-image { min-height: clamp(300px, 42vw, 520px); aspect-ratio: 16 / 9; margin: 0 auto 56px; box-shadow: none; }
.article-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }
figure.rd-046-focus img { object-position: center 42%; }
.desk-shape-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 42px 0; }
.desk-shape-card { border: 1px solid var(--fi-sage); }
.desk-shape-card img { aspect-ratio: 4 / 3; object-fit: cover; }
.desk-shape-card figcaption { padding: 12px 14px; color: var(--fi-black); background: var(--fi-sage); font-size: .9rem; }
.article-layout { display: grid; grid-template-columns: 178px minmax(0,760px); gap: clamp(30px,4vw,52px); justify-content: center; }
.desktop-toc { position: sticky; top: 24px; align-self: start; max-height: calc(100vh - 48px); overflow: auto; padding: 18px 16px 18px 18px; border: 0; border-left: 3px solid var(--fi-brand-green); background: var(--fi-white); }
.desktop-toc strong { font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.desktop-toc ol, .mobile-toc ol { display: grid; gap: 9px; margin: 16px 0 0; padding-left: 18px; font-size: .78rem; line-height: 1.35; }
.desktop-toc a, .mobile-toc a { text-decoration-color: transparent; }
.desktop-toc a:hover, .mobile-toc a:hover { text-decoration-color: currentColor; }
.mobile-toc { display: none; }
.article-body { min-width: 0; padding: clamp(28px, 5vw, 58px); color: var(--fi-body-grey); font-family: var(--fi-font); font-size: 1.08rem; line-height: 1.75; background: var(--fi-white); }
.article-intro { color: var(--fi-body-grey); font-size: 1.15rem; }
.article-body h2, .article-body h3 { color: var(--fi-black); }
.article-body h2 { scroll-margin-top: 24px; margin: 76px 0 20px; }
.article-body h3 { margin: 38px 0 12px; font-family: var(--fi-font); font-size: 1.3rem; line-height: 1.25; }
.article-body p { margin: 0 0 1.35em; }
.article-body ul, .article-body ol { margin: 0 0 1.7em; padding-left: 1.25em; }
.article-body li { margin-bottom: .42em; padding-left: .2em; }
.article-body blockquote { margin: 44px 0; padding: 26px 30px; border: 0; border-left: 6px solid var(--fi-brand-green); color: var(--fi-black); background: var(--fi-sage); font-size: 1.25rem; font-weight: 750; line-height: 1.5; }
.article-body blockquote p { margin: 0; }
.article-cta { display: block; margin: 64px 0; padding: clamp(26px, 4vw, 38px); border: 0; color: var(--fi-body-grey); background: var(--fi-sage); box-shadow: none; }
.article-cta h2 { margin-top: 0; }
.article-final-cta { color: var(--fi-body-grey); background: var(--fi-sage); }
.article-final-cta p { color: var(--fi-body-grey); }
.article-cta p { color: var(--fi-black); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.article-faq details { border-top: 1px solid var(--fi-body-grey); background: var(--fi-white); }
.article-faq details:last-child { border-bottom: 1px solid var(--fi-body-grey); }
.article-faq summary { min-height: 52px; padding: 18px 46px 18px 18px; color: var(--fi-black); font-family: var(--fi-font); font-weight: 800; cursor: pointer; }
.article-faq details p { padding: 0 18px 20px; }
.related-content { margin-top: 70px; padding-top: 42px; border-top: 0; }
.related-content h2 { margin-top: 0; }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.related-grid div { display: grid; gap: 10px; padding: 20px; border: 0; background: var(--fi-sage); }
.related-card__media { width: 100%; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; background: var(--fi-white); }
.related-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }
.related-grid span { color: var(--fi-body-grey); font-family: var(--fi-font); font-size: .78rem; }

.category-hero { padding: clamp(48px, 6vw, 76px) 0; background: var(--fi-sage); }
.category-hero__inner { width: min(920px, calc(100% - 40px)); margin-inline: auto; }
.category-hero h1 { max-width: 850px; margin: 0; font-size: clamp(2.5rem, 4.8vw, 4.2rem); line-height: 1; letter-spacing: -.035em; }
.category-intro { max-width: 820px; margin: 24px 0 0; color: var(--fi-body-grey); font-size: 1.12rem; }
.category-list { display: grid; gap: 22px; }
.category-card { display: grid; grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr); align-items: center; gap: clamp(28px, 6vw, 70px); padding: clamp(24px, 4vw, 42px); background: var(--fi-sage); }
.category-card__media { width: 100%; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; background: var(--fi-white); }
.category-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }
.category-card__placeholder { display: grid; place-content: center; gap: 7px; padding: 24px; border: 1px dashed var(--fi-body-grey); text-align: center; }
.category-card__placeholder span { font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.category-card__placeholder small { color: var(--fi-body-grey); }
.category-card__content { display: grid; justify-items: start; }
.category-card h2 { margin: 0 0 16px; font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.08; }
.category-card p { margin: 0 0 22px; color: var(--fi-body-grey); }
.category-empty { max-width: 800px; padding: clamp(28px, 5vw, 52px); background: var(--fi-sage); }
.category-empty h2 { margin: 0 0 14px; font-size: clamp(1.75rem, 3vw, 2.4rem); }
.category-gallery { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 32px; padding: clamp(28px, 5vw, 52px); color: var(--fi-black); background: var(--fi-sage); }
.category-gallery h2 { margin: 0 0 14px; font-size: clamp(1.8rem, 3.5vw, 2.8rem); }
.category-gallery p { max-width: 720px; margin-bottom: 0; }

@media (max-width: 1250px) {
  .article-layout { grid-template-columns: minmax(0, 760px); }
  .desktop-toc { display: none; }
  .mobile-toc { display: block; width: min(760px, 100%); margin: 0 auto 48px; padding: 18px; border: 0; background: var(--fi-white); }
  .mobile-toc summary { min-height: 44px; font-weight: 800; cursor: pointer; }
}
@media (max-width: 900px) {
  body { padding-left: 0; padding-top: 72px; }
  body.fi-drawer-open { overflow: hidden; }
  .fi-mobile-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 35;
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 10px 18px;
    border-bottom: 0;
    background: var(--fi-black);
  }
  .fi-mobile-logo { width: min(210px, 60vw); }
  .fi-mobile-logo img { width: 100%; height: auto; }
  .fi-menu-button, .fi-drawer-close {
    display: inline-flex;
    min-width: 46px;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border: 0;
    border-radius: 0;
    color: var(--fi-white);
    background: transparent;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
  }
  .fi-sidebar {
    right: auto;
    width: min(290px, 80vw);
    transform: translateX(-105%);
    transition: transform .22s ease;
  }
  .fi-sidebar.is-open { transform: translateX(0); }
  .fi-sidebar__inner { padding-top: 20px; }
  .fi-drawer-close { align-self: flex-end; margin-bottom: 14px; text-decoration: underline; text-underline-offset: 3px; }
  .fi-drawer-overlay {
    position: fixed;
    inset: 0;
    z-index: 38;
    display: block;
    border: 0;
    background: rgba(0,0,0,.55);
    opacity: 0;
    pointer-events: none;
    transition: opacity .22s ease;
  }
  .fi-drawer-overlay.is-visible { opacity: 1; pointer-events: auto; }
}
@media (max-width: 880px) {
  .fi-hero__grid, .fi-feature, .fi-about { grid-template-columns: 1fr; }
  .fi-feature .fi-placeholder { order: -1; }
  .fi-footer__grid { grid-template-columns: 1fr 1fr; }
  .article-layout { grid-template-columns: 1fr; }
  .desktop-toc { display: none; }
  .mobile-toc { display: block; margin: 0 auto 48px; padding: 18px; border: 0; background: var(--fi-white); }
  .mobile-toc summary { min-height: 44px; font-weight: 800; cursor: pointer; }
  .related-grid { grid-template-columns: 1fr; }
  .desk-shape-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-card, .category-gallery { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .fi-wrap, .article-shell, .article-hero-inner { width: calc(100% - 32px); }
  .fi-hero { padding-top: 58px; }
  .fi-hero h1 { font-size: clamp(2.4rem, 12vw, 3.3rem); }
  .fi-placeholder { min-height: 270px; }
  .fi-topics, .fi-footer__grid { grid-template-columns: 1fr; }
  .article-body { font-size: 1.03rem; }
  .article-body h2 { margin-top: 58px; }
  .article-image-placeholder { min-height: 0; aspect-ratio: 1 / 1; margin: 32px 0; }
  .article-project-image, .desk-shape-grid { margin: 32px 0; }
  .article-hero-image { min-height: 0; aspect-ratio: 4 / 3; margin-bottom: 46px; }
  .reception-lobby-category .category-card .fi-button { white-space: normal; text-align: center; }
  .desk-shape-grid { grid-template-columns: 1fr; }
  .cta-actions { display: grid; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .fi-sidebar, .fi-drawer-overlay, .fi-topic { transition: none; }
}
