/* ============================================================================
 * Floor Hub GP — 外壳样式(页眉 / メガメニュー / 页脚)
 * 用 design token(--fh-*)。仅作用于 .fh-header / .fh-footer 命名空间。
 * ========================================================================== */

.fh-container{
  max-width: var(--fh-container-max);
  margin-inline: auto;
  padding-inline: clamp(16px, 4vw, 40px);
}

/* ページ全体の地色を暖纸に統一(GP デフォルトのグレー地#efefef を消す。
   ヘッダーは全幅暖纸・本文は中央寄せのため、両脇にグレーが出ていた) */
body{ background-color: var(--fh-bg); }
#page, .site-content, #content{ background-color: transparent; }
/* GP「分離容器」の白い記事ボックス(.inside-article=#fff+影)を消し、暖纸地に溶け込ませる。
   各コンテンツページは自前で背景を持つため白枠は不要。 */
.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header{ background-color: transparent; box-shadow: none; }
/* 日本語の大見出しが語の途中で折り返さないように(幅 1200 化で「サ／ンプル」のような
   不自然な改行を防ぐ)。auto-phrase 非対応ブラウザは normal にフォールバック。 */
.fh-home h1{ word-break: auto-phrase; }

/* 隐藏 GeneratePress 默认导航(fh-header 已提供导航;GP 主菜单位未分配会回退列出全部页面) */
.main-navigation,
#site-navigation,
.navigation-branding,
nav.main-navigation{ display: none !important; }

/* ============================================================================
 * 页眉(三层) — Claude Design「Floor Hub Header」落地 2026-06-28
 * メガメニュー 右侧仍走我们的 REST 懒加载 cms_block 面板(非设计稿卡片)
 * ========================================================================== */

/* ── Header root ──────────────────────────────────────────────────── */
.fhh{ position: sticky; top: 0; z-index: 1000; background: var(--fh-bg);
  border-bottom: 1px solid var(--fh-border-soft); font-family: var(--fh-font-body); }
/* ログイン時の WP 管理バー分だけ吸着位置を下げる(でないとヘッダー上部が管理バーに隠れて
   「尻尾」が残ったように見える)。非ログインの訪問者には影響しない。 */
.admin-bar .fhh{ top: 32px; }
@media (max-width: 782px){ .admin-bar .fhh{ top: 46px; } }
.fhh a{ color: inherit; text-decoration: none; }
.fhh button{ font-family: inherit; }

/* ── ① 顶细栏 ─────────────────────────────────────────────────────── */
.fhh-top{ background: var(--fh-surface-warm); border-bottom: 1px solid var(--fh-border-soft);
  font-size: 12px; color: var(--fh-muted); overflow: hidden;
  max-height: 40px; transition: max-height .28s var(--fh-ease-standard), opacity .2s; }
.fhh.is-scrolled .fhh-top, .fhh.no-topbar .fhh-top{ max-height: 0; opacity: 0; border-bottom-color: transparent; }
.fhh-top-row{ display: flex; align-items: center; justify-content: space-between; height: 39px; gap: 16px; }
.fhh-slogan{ font: 500 12px/1.4 var(--fh-font-body); color: var(--fh-fg-2); margin: 0; letter-spacing: .015em; white-space: nowrap; }
.fhh-top-right{ display: flex; align-items: center; gap: 16px; white-space: nowrap; }
.fhh-div{ width: 1px; height: 13px; background: var(--fh-border-soft); }
.fhh-social{ display: flex; align-items: center; gap: 11px; }
.fhh-social a{ color: var(--fh-muted); display: inline-flex; transition: color .15s, transform .15s; }
.fhh-social a:hover{ color: var(--fh-accent); transform: translateY(-1px); }
.fhh-top-link{ display: inline-flex; align-items: center; gap: 6px; color: var(--fh-muted); transition: color .15s; }
.fhh-top-link:hover{ color: var(--fh-accent); }
.fhh-tel{ display: inline-flex; align-items: center; gap: 7px; color: var(--fh-fg-2); }
.fhh-tel .num{ font-family: var(--fh-font-mono); font-size: 13.5px; letter-spacing: .02em; color: var(--fh-fg); font-weight: 600; }
.fhh-tel .hours{ color: var(--fh-meta); }

/* ── ② 主栏 ───────────────────────────────────────────────────────── */
.fhh-main-row{ display: flex; align-items: center; gap: clamp(18px, 3vw, 44px);
  height: 86px; transition: height .26s var(--fh-ease-standard); }
.fhh.is-scrolled .fhh-main-row{ height: 64px; }
.fhh-logo{ display: inline-flex; align-items: baseline; gap: 6px; flex: 0 0 auto; white-space: nowrap; }
.fhh-logo-mark{ font-family: var(--fh-font-display); font-weight: 700; font-size: 24px; letter-spacing: .055em;
  color: var(--fh-fg); line-height: 1; white-space: nowrap; transition: font-size .26s var(--fh-ease-standard); }
.fhh-logo-tld{ font-family: var(--fh-font-mono); font-size: 9.5px; font-weight: 600; color: var(--fh-accent-on);
  background: var(--fh-accent); letter-spacing: .08em; padding: 2px 5px; border-radius: 4px; line-height: 1.4; }
.fhh.is-scrolled .fhh-logo-mark{ font-size: 21px; }
.fhh-logo--sm .fhh-logo-mark{ font-size: 21px; }

/* 搜索(AI検索) */
.fhh-search{ flex: 1 1 auto; display: flex; align-items: stretch; max-width: 660px; height: 52px;
  margin-inline: auto; background: var(--fh-surface); border: 1.5px solid var(--fh-border-soft);
  border-radius: var(--fh-radius-pill); overflow: hidden;
  transition: border-color .16s, box-shadow .16s, height .26s var(--fh-ease-standard); }
.fhh.is-scrolled .fhh-search{ height: 44px; }
.fhh-search:focus-within{ border-color: var(--fh-accent-line); box-shadow: var(--fh-focus-ring); }
.fhh-search input{ flex: 1; border: 0; background: transparent; padding: 0 12px 0 22px;
  font: 400 15px var(--fh-font-body); color: var(--fh-fg); outline: none; min-width: 0; }
.fhh-search input::placeholder{ color: var(--fh-meta); }
.fhh-search-btn{ flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px;
  background: var(--fh-accent); color: var(--fh-accent-on); border: 0; padding: 0 26px; margin: 4px;
  border-radius: var(--fh-radius-pill); cursor: pointer; font: 600 14px var(--fh-font-body); transition: background .2s; }
.fhh-search-btn:hover{ background: var(--fh-accent-hover); }
.fhh-search-btn .txt{ display: inline-flex; align-items: center; gap: 5px; letter-spacing: .04em; }
.fhh-search-btn .fhh-spark{ flex: 0 0 auto; }

/* 見積りカゴ */
.fhh-cart{ flex: 0 0 auto; display: inline-flex; align-items: center; gap: 13px; padding: 8px 0;
  /* コンテナ右端から少し内側に寄せ、全体のバランスを取る */
  margin-right: clamp(12px, 1.8vw, 28px);
  color: var(--fh-fg); transition: color .15s; }
.fhh-cart:hover{ color: var(--fh-accent); }
.fhh-cart-ico{ position: relative; display: inline-flex; }
.fhh-cart-ico svg{ width: 30px; height: 30px; }
.fhh-cart-badge{ position: absolute; top: -8px; right: -10px; min-width: 21px; height: 21px; padding: 0 6px;
  border-radius: 9999px; background: var(--fh-accent); color: var(--fh-accent-on);
  font: 600 12px var(--fh-font-mono); display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 2px var(--fh-bg); }
.fhh-cart-badge[hidden]{ display: none; }
.fhh-cart-label{ font: 600 15px var(--fh-font-body); white-space: nowrap; line-height: 1.2; }
.fhh-cart-sub{ display: block; font: 400 11px var(--fh-font-mono); color: var(--fh-meta); letter-spacing: .04em; }

/* 汉堡 */
.fhh-burger{ display: none; flex: 0 0 auto; width: 44px; height: 44px; border: 0; background: transparent;
  cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 5px; color: var(--fh-fg); }
.fhh-burger span{ display: block; width: 22px; height: 2px; background: currentColor; border-radius: 2px;
  transition: transform .25s var(--fh-ease-standard), opacity .2s; }
.fhh.is-mobile-open .fhh-burger span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
.fhh.is-mobile-open .fhh-burger span:nth-child(2){ opacity: 0; }
.fhh.is-mobile-open .fhh-burger span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }

/* ── ③ 導航栏 ─────────────────────────────────────────────────────── */
.fhh-nav{ background: var(--fh-bg); border-top: 1px solid var(--fh-border-soft); position: relative;
  max-height: 80px; transition: max-height .28s var(--fh-ease-standard), opacity .22s var(--fh-ease-standard), border-color .22s; }
/* 智能吸顶:向下滚收起第三层导航,向上滚滑出(主栏常驻) */
.fhh.is-nav-hidden .fhh-nav{ max-height: 0; opacity: 0; overflow: hidden; border-top-color: transparent; pointer-events: none; }
.fhh-nav-row{ display: flex; align-items: center; justify-content: space-between; height: 52px; }
.fhh-nav-list{ display: flex; align-items: stretch; gap: 0; list-style: none; margin: 0; padding: 0; height: 100%; }
.fhh-nav-list > li{ display: flex; position: static; }
.fhh-nav-link{ display: inline-flex; align-items: center; gap: 7px; height: 100%; padding: 0 17px;
  font: 500 14.5px var(--fh-font-body); color: var(--fh-fg-2); position: relative; cursor: pointer;
  white-space: nowrap; transition: color .15s; }
.fhh-nav-link:hover{ color: var(--fh-accent); }
.fhh-nav-list > li.fh-has-mega:hover .fhh-nav-link{ color: var(--fh-accent); }
.fhh-nav-link::after{ content: ""; position: absolute; left: 17px; right: 17px; bottom: 0; height: 2px;
  background: var(--fh-accent); transform: scaleX(0); transform-origin: left;
  transition: transform .22s var(--fh-ease-standard); }
.fhh-nav-link:hover::after, .fhh-nav-list > li.fh-has-mega:hover .fhh-nav-link::after{ transform: scaleX(1); }
.fhh-nav-chev{ display: inline-flex; transition: transform .22s var(--fh-ease-standard); }
.fhh-nav-list > li.fh-has-mega:hover .fhh-nav-chev{ transform: rotate(180deg); }
/* 特集项(樹種から選ぶ)= 实心 accent 胶囊 */
.fhh-nav-list > li.is-featured{ align-items: center; }
.fhh-nav-list > li.is-featured .fhh-nav-link{ height: 36px; align-self: center; margin: 0 12px 0 0;
  padding: 0 16px; background: var(--fh-accent); color: var(--fh-accent-on); border-radius: var(--fh-radius-pill);
  font-weight: 600; transition: background .18s var(--fh-ease-standard); }
.fhh-nav-list > li.is-featured .fhh-nav-link::after{ display: none; }
.fhh-nav-list > li.is-featured:hover .fhh-nav-link{ background: var(--fh-accent-hover); color: var(--fh-accent-on); }
.fhh-nav-ico{ display: inline-flex; margin-right: -1px; }
/* accent 导航主题:反相特集项使其在青绿条上仍突出 */
.fhh[data-nav-theme="accent"] .fhh-nav-list > li.is-featured .fhh-nav-link{ background: var(--fh-accent-on); color: var(--fh-accent); }
.fhh[data-nav-theme="accent"] .fhh-nav-list > li.is-featured:hover .fhh-nav-link{ background: var(--fh-bg); color: var(--fh-accent); }
.fhh-nav-sub{ display: flex; align-items: center; gap: 6px; font-size: 13px; }
.fhh-nav-sub a{ color: var(--fh-muted); display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px;
  border-radius: var(--fh-radius-sm); transition: color .15s, background .15s; }
.fhh-nav-sub a:hover{ color: var(--fh-accent); background: var(--fh-accent-soft); }
/* 最後のリンク(お問い合わせ):padding は残し、負 margin で右端揃え。
   padding-right:0 にすると hover 背景の右余白が消えて文字が偏るため。 */
.fhh-nav-sub a:last-child{ margin-right: -12px; }

/* accent 导航主题变体 */
.fhh[data-nav-theme="accent"] .fhh-nav{ background: var(--fh-accent); border-top-color: transparent; }
.fhh[data-nav-theme="accent"] .fhh-nav-link{ color: color-mix(in oklab, var(--fh-accent-on) 82%, transparent); }
.fhh[data-nav-theme="accent"] .fhh-nav-list > li.fh-has-mega:hover .fhh-nav-link,
.fhh[data-nav-theme="accent"] .fhh-nav-link:hover{ color: var(--fh-accent-on); }
.fhh[data-nav-theme="accent"] .fhh-nav-link::after{ background: var(--fh-accent-on); }
.fhh[data-nav-theme="accent"] .fhh-nav-sub a{ color: color-mix(in oklab, var(--fh-accent-on) 68%, transparent); }
.fhh[data-nav-theme="accent"] .fhh-nav-sub a:hover{ color: var(--fh-accent-on); background: rgba(255,255,255,.12); }

/* ── メガメニュー(hover 全宽下拉;右侧 = 我们的 cms_block 懒加载面板) ──── */
.fhh-mega{ position: absolute; left: 0; right: 0; top: 100%; background: var(--fh-surface);
  border-top: 1px solid var(--fh-border-soft); border-bottom: 1px solid var(--fh-border-soft);
  box-shadow: var(--fh-elev-raised); z-index: 50;
  max-height: calc(100vh - 150px); overflow-y: auto;
  opacity: 0; visibility: hidden; transform: translateY(-7px);
  transition: opacity .2s var(--fh-ease-standard), transform .2s var(--fh-ease-standard), visibility .2s; }
.fhh-nav-list > li.fh-has-mega:hover > .fhh-mega,
.fhh-nav-list > li.fh-has-mega:focus-within > .fhh-mega{ opacity: 1; visibility: visible; transform: none; }
.fhh-mega-inner{ display: grid; grid-template-columns: 248px 1fr; gap: 40px; padding: 30px 0 38px; align-items: start; }
.fhh-mega-tabs{ list-style: none; margin: 0; padding: 0 22px 0 0; border-right: 1px solid var(--fh-border);
  display: flex; flex-direction: column; gap: 1px; }
.fhh-mega-tab{ display: flex; align-items: center; justify-content: space-between;
  border-radius: var(--fh-radius-sm); cursor: pointer; transition: background .14s; }
.fhh-mega-tab a{ flex: 1; display: block; padding: 9px 13px; font: 400 14px var(--fh-font-body);
  color: var(--fh-fg-2); transition: color .14s; }
.fhh-mega-tab:hover{ background: var(--fh-bg); }
.fhh-mega-tab:hover a{ color: var(--fh-accent); }
.fhh-mega-tab.is-active{ background: var(--fh-accent-soft); }
.fhh-mega-tab.is-active a{ color: var(--fh-accent); font-weight: 600; }
.fhh-mega-tab .arr{ padding-right: 11px; display: inline-flex; color: var(--fh-accent);
  opacity: 0; transform: translateX(-3px); transition: opacity .14s, transform .14s; }
.fhh-mega-tab.is-active .arr{ opacity: 1; transform: none; }
.fhh-mega-panel{ min-width: 0; }
.fhh-mega-head{ display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 20px; gap: 16px; }
.fhh-mega-kicker{ display: block; font: 600 10px var(--fh-font-mono); letter-spacing: .22em; text-transform: uppercase;
  color: var(--fh-meta); margin-bottom: 6px; }
.fhh-mega-kicker b{ color: var(--fh-accent); font-weight: 600; }
.fhh-mega-head h3{ font-family: var(--fh-font-display); font-size: 19px; font-weight: 600; margin: 0; }
.fhh-mega-all{ font: 500 13px var(--fh-font-body); color: var(--fh-accent); display: inline-flex; align-items: center; gap: 6px;
  border-bottom: 1px solid color-mix(in oklab, var(--fh-accent) 30%, transparent); padding-bottom: 2px; white-space: nowrap;
  transition: gap .15s, border-color .15s; }
.fhh-mega-all:hover{ gap: 9px; border-bottom-color: var(--fh-accent); }

/* 右侧面板区:我们的 cms_block REST 懒加载(替代设计稿卡片) */
.fhh-mega-panel .fh-panels{ position: relative; min-height: 320px; }
.fhh-mega-panel .fh-panel{ display: none; }
.fhh-mega-panel .fh-panel.is-active{ display: block; }
.fhh-mega-panel .fh-panel:empty::after{ content: "読み込み中…"; display: grid; place-items: center;
  min-height: 320px; color: var(--fh-meta); font-size: 14px; }
.fh-panel-missing{ padding: 40px; color: var(--fh-danger); font-size: 14px; }

/* ── モバイル抽屉 ─────────────────────────────────────────────────── */
.fhh-scrim{ position: fixed; inset: 0; background: rgba(20,20,19,.42); opacity: 0; visibility: hidden;
  transition: opacity .3s, visibility .3s; z-index: 1100; }
.fhh.is-mobile-open .fhh-scrim{ opacity: 1; visibility: visible; }
.fhh-drawer{ position: fixed; top: 0; right: 0; bottom: 0; width: min(87vw, 372px); background: var(--fh-surface);
  box-shadow: -16px 0 50px -24px rgba(20,20,19,.55); transform: translateX(100%);
  transition: transform .32s var(--fh-ease-standard); z-index: 1200; display: flex; flex-direction: column;
  overflow-y: auto; overscroll-behavior: contain; }
.fhh.is-mobile-open .fhh-drawer{ transform: none; }
.fhh-drawer-head{ display: flex; align-items: center; justify-content: space-between; padding: 18px 22px;
  border-bottom: 1px solid var(--fh-border-soft); position: sticky; top: 0; background: var(--fh-surface); z-index: 1; }
.fhh-drawer-close{ width: 40px; height: 40px; border: 1px solid var(--fh-border-soft); background: var(--fh-bg);
  border-radius: var(--fh-radius-sm); cursor: pointer; display: inline-flex; align-items: center; justify-content: center; color: var(--fh-fg); }
.fhh-drawer-close:hover{ color: var(--fh-accent); border-color: var(--fh-accent-line); }
.fhh-drawer-nav{ padding: 8px 14px 4px; }
.fhh-dd{ border-bottom: 1px solid var(--fh-border); }
.fhh-dd > summary{ list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between;
  padding: 15px 8px; font: 500 16px var(--fh-font-display); color: var(--fh-fg); }
.fhh-dd > summary::-webkit-details-marker{ display: none; }
.fhh-dd > summary .ic{ color: var(--fh-accent); font-family: var(--fh-font-mono); transition: transform .2s; }
.fhh-dd[open] > summary .ic{ transform: rotate(45deg); }
.fhh-dd ul{ list-style: none; margin: 0; padding: 0 8px 12px; display: flex; flex-direction: column; gap: 2px; }
.fhh-dd ul a{ display: block; padding: 9px 14px; font-size: 14px; color: var(--fh-fg-2); border-radius: var(--fh-radius-sm);
  border-left: 2px solid var(--fh-border-soft); }
.fhh-dd ul a:hover{ color: var(--fh-accent); background: var(--fh-accent-soft); border-left-color: var(--fh-accent); }
.fhh-dd-link{ display: flex; align-items: center; padding: 15px 8px; font: 500 16px var(--fh-font-display); color: var(--fh-fg);
  border-bottom: 1px solid var(--fh-border); }
.fhh-dd-link:hover{ color: var(--fh-accent); }
.fhh-drawer-sec{ padding: 16px 22px; display: flex; flex-direction: column; gap: 12px; border-top: 1px solid var(--fh-border-soft);
  margin-top: 6px; background: var(--fh-bg); }
.fhh-drawer-sec a.row{ display: inline-flex; align-items: center; gap: 9px; font-size: 14px; color: var(--fh-fg-2); }
.fhh-drawer-sec a.row:hover{ color: var(--fh-accent); }
.fhh-drawer-social{ display: flex; gap: 16px; padding-top: 4px; }
.fhh-drawer-social a{ color: var(--fh-muted); }
.fhh-drawer-social a:hover{ color: var(--fh-accent); }
.fhh-drawer-contact{ padding: 16px 22px 28px; background: var(--fh-surface-warm); display: flex; flex-direction: column; gap: 8px; }
.fhh-drawer-contact .num{ font: 700 22px var(--fh-font-display); color: var(--fh-fg); letter-spacing: .01em; }
.fhh-drawer-contact .meta{ font-size: 12px; color: var(--fh-muted); }
.fhh-drawer-contact a.mail{ font-size: 13px; color: var(--fh-accent); display: inline-flex; align-items: center; gap: 7px; }
@media (min-width: 1101px){ .fhh-drawer, .fhh-scrim{ display: none; } }

/* ── 响应式 ───────────────────────────────────────────────────────── */
@media (max-width: 1100px){
  .fhh-nav{ display: none; }
  .fhh-burger{ display: inline-flex; }
  .fhh-social{ display: none; }
  .fhh-cart-label{ display: none; }
  .fhh-cart{ margin-right: 0; } /* モバイルはハンバーガーが右にあるため余白を戻す */
  .fhh-search{ max-width: none; margin-inline: 0; }
  .fhh-main-row{ height: 74px; gap: 14px; }
  .fhh.is-scrolled .fhh-main-row{ height: 60px; }
}
@media (max-width: 768px){
  .fhh-slogan{ display: none; }
  .fhh-tel .hours{ display: none; }
  .fhh-top-link span.lbl{ display: none; }
  .fhh-top-right{ gap: 12px; }
  .fhh-main-row{ height: 64px; }
  .fhh-logo-mark{ font-size: 20px; }
  .fhh-search{ height: 46px; }
  .fhh-search input{ font-size: 14px; padding: 0 8px 0 16px; }
  .fhh-search-btn{ padding: 0 16px; margin: 3px; }
  .fhh-search-btn .txt{ display: none; }
}
@media (max-width: 420px){
  .fhh-top-link.mail span.addr{ display: none; }
}

/* ============================================================================
 * 页脚(移植自 cms_block 34575,token 化)
 * ========================================================================== */
.fh-footer{
  background: var(--fh-accent); color: #cfe0e2;
  font-family: var(--fh-font-body);
}
.fh-footer a{ color: inherit; }
.fh-footer-wrap{ max-width: 1320px; margin: 0 auto; padding: clamp(48px,6vw,80px) clamp(20px,5vw,40px) 0; }
.fh-footer-top{
  display: grid; grid-template-columns: 1.35fr 2.65fr; gap: clamp(32px,5vw,72px);
  padding-bottom: clamp(40px,5vw,60px);
}
.fh-footer .ff-logo{ font-family: var(--fh-font-display); font-size: 23px; font-weight: 700; color: #faf9f5; letter-spacing: .02em; margin: 0 0 12px; }
.fh-footer .ff-logo span{ color: #7fa6ab; font-weight: 500; }
.fh-footer .ff-tag{ font-size: 12px; color: #9fc0c4; letter-spacing: .04em; margin: 0 0 16px; }
.fh-footer .ff-blurb{ font-size: 13px; line-height: 1.95; color: #a9c4c7; max-width: 36ch; margin: 0 0 24px; }
.fh-footer .ff-cta{
  display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px;
  border: 1px solid #3a5c64; border-radius: 10px; color: #faf9f5; font-size: 13px; font-weight: 500;
  transition: background .2s, color .2s, border-color .2s;
}
.fh-footer .ff-cta:hover{ background: #faf9f5; color: var(--fh-accent); border-color: #faf9f5; }
.fh-footer-cols{ display: grid; grid-template-columns: repeat(4,1fr); gap: clamp(24px,3vw,40px); }
.fh-footer .ff-h{ font-family: var(--fh-font-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #7fa6ab; margin: 0 0 14px; }
.fh-footer .ff-col a{ display: block; color: #cfe0e2; font-size: 13px; line-height: 1.2; padding: 9px 0; transition: color .15s; }
.fh-footer .ff-col a:hover{ color: #fff; }
.fh-footer .ff-contact .ff-tel{ font-family: var(--fh-font-display); font-size: 21px; color: #faf9f5; margin: 2px 0 8px; letter-spacing: .02em; }
.fh-footer .ff-contact .ff-meta{ font-size: 12px; color: #a9c4c7; line-height: 1.85; margin: 0; }
.fh-footer-bar{
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
  border-top: 1px solid #1c4651; padding: 22px 0; margin-top: 8px;
}
.fh-footer .ff-copy{ font-size: 12px; color: #7fa6ab; margin: 0; }
.fh-footer .ff-legal a{ color: #9fc0c4; font-size: 12px; margin-left: 22px; }
.fh-footer .ff-legal a:hover{ color: #fff; }
@media (max-width: 900px){
  .fh-footer-top{ grid-template-columns: 1fr; }
  .fh-footer-cols{ grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 480px){
  .fh-footer-cols{ grid-template-columns: 1fr; }
  .fh-footer-bar{ flex-direction: column; align-items: flex-start; }
  .fh-footer .ff-legal a{ margin: 0 22px 0 0; }
}
