
:root{--fm-green:#0b2d1d;--fm-green2:#557f5d;--fm-bg:#f4f7f1;--fm-text:#12321f;--fm-muted:#5f6f63;--fm-line:rgba(18,50,31,.16)}
*{box-sizing:border-box}body{margin:0;background:#f7f8f4;color:var(--fm-text);font-family:var(--fm-body-font)}h1,h2,h3{font-family:var(--fm-heading-font);color:var(--fm-text);letter-spacing:-.045em}.fm-nav{height:68px;display:flex;align-items:center;justify-content:space-between;padding:0 9vw;background:rgba(255,255,255,.94);position:sticky;top:0;z-index:50;backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.06)}.fm-logo{font-family:var(--fm-heading-font);font-weight:600;color:var(--fm-text);text-decoration:none;font-size:18px}.fm-logo span{font-weight:400}.fm-links{display:flex;gap:30px;align-items:center}.fm-links a{font-size:14px;color:var(--fm-text);text-decoration:none}.fm-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 24px;background:var(--fm-green);color:#fff;text-decoration:none;font-weight:650;border:1px solid rgba(255,255,255,.18);box-shadow:0 18px 40px rgba(0,0,0,.12)}.fm-btn.secondary{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.28);box-shadow:none}.fm-hero{min-height:820px;background-size:cover;background-position:center;position:relative;color:#fff;display:flex;align-items:center}.fm-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,25,12,.86),rgba(0,25,12,.52),rgba(0,25,12,.12)),linear-gradient(0deg,rgba(0,25,12,.78),rgba(0,0,0,0))}.fm-hero-inner{position:relative;z-index:2;width:min(1120px,86vw);margin:0 auto}.fm-kicker{font-size:12px;letter-spacing:.28em;text-transform:uppercase;color:rgba(255,255,255,.78);font-weight:750;margin-bottom:24px}.fm-hero h1{font-size:clamp(52px,7vw,104px);line-height:.9;color:#fff;max-width:790px;margin:0 0 28px}.fm-hero p{font-size:20px;line-height:1.45;color:rgba(255,255,255,.91);max-width:700px}.fm-actions{display:flex;gap:18px;margin-top:34px;align-items:center}.fm-section{padding:110px 9vw}.fm-section.alt{background:#eef5ec}.fm-wrap{width:min(1120px,100%);margin:0 auto}.fm-grid{display:grid;grid-template-columns:1fr 1.25fr;gap:80px;align-items:start;width:min(1120px,100%);margin:0 auto}.fm-section h1{font-size:clamp(54px,6vw,88px);line-height:.95;margin:0}.fm-section h2{font-size:clamp(40px,4vw,64px);line-height:.95;margin:0 0 24px}.fm-section p{font-size:18px;line-height:1.65;color:var(--fm-muted)}.fm-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--fm-line);border-radius:28px;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.08)}.fm-metric{background:rgba(255,255,255,.82);padding:36px;backdrop-filter:blur(16px)}.fm-metric strong{font-family:var(--fm-heading-font);font-size:56px;display:block;line-height:1;color:var(--fm-text)}.fm-image-band{min-height:540px;background-size:cover;background-position:center;display:flex;align-items:center}.fm-glass{margin-left:9vw;width:min(540px,82vw);border-radius:30px;background:rgba(255,255,255,.76);backdrop-filter:blur(20px);padding:46px;border:1px solid rgba(255,255,255,.58);box-shadow:0 24px 80px rgba(0,0,0,.16)}.fm-list{width:min(1120px,100%);margin:0 auto;display:grid;grid-template-columns:360px 1fr;gap:80px}.fm-list-row{display:grid;grid-template-columns:48px 1fr 32px;gap:24px;padding:28px 0;border-top:1px solid var(--fm-line);align-items:center}.fm-list-row h3{font-size:28px;margin:0}.fm-cta{width:min(980px,82vw);margin:90px auto;border-radius:36px;background:linear-gradient(135deg,#123f27,#04180e);color:#fff;text-align:center;padding:80px 40px;box-shadow:0 30px 80px rgba(0,0,0,.2)}.fm-cta h2{color:#fff;font-size:52px;margin:0 0 12px}.fm-cta p{color:rgba(255,255,255,.78);font-size:18px}.fm-footer{padding:70px 9vw 30px;background:#f1f5ef;border-top:1px solid var(--fm-line);display:flex;justify-content:space-between;color:var(--fm-muted);gap:50px}.fm-footer a{display:block;color:var(--fm-muted);text-decoration:none;margin:8px 0}.fm-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.fm-card{background:#fff;border:1px solid var(--fm-line);border-radius:26px;padding:34px;box-shadow:0 20px 60px rgba(0,0,0,.05)}.fm-card h3{font-size:30px;margin-top:0}.fm-press-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}@media(max-width:900px){.fm-links{display:none}.fm-hero{min-height:720px}.fm-grid,.fm-list{grid-template-columns:1fr;gap:32px}.fm-metrics,.fm-card-grid,.fm-press-grid{grid-template-columns:1fr}.fm-section{padding:70px 6vw}.fm-hero-inner{width:88vw}.fm-footer{display:block}.fm-hero h1{font-size:54px}}

.fm-glass .fm-btn{margin-top:18px}.fm-section .fm-btn{margin-top:18px}


/* Metrics desktop stability fix */
.fm-grid > *{min-width:0}
.fm-metrics{
  width:100%;
  max-width:100%;
  min-width:0;
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.fm-metric{
  min-width:0;
  overflow:hidden;
}
.fm-metric strong{
  font-size:clamp(34px,4vw,56px);
  word-break:normal;
  overflow-wrap:normal;
}
.fm-metric h3,
.fm-metric p{
  min-width:0;
  max-width:100%;
  overflow-wrap:break-word;
}
@media (min-width:901px) and (max-width:1200px){
  .fm-grid{grid-template-columns:1fr 1.1fr;gap:48px}
  .fm-metric{padding:28px}
}


/* Logo support */
.fm-logo{display:flex;align-items:center;min-height:40px}
.fm-logo-img{display:block;max-height:34px;width:auto;object-fit:contain}
@media(max-width:900px){.fm-logo-img{max-height:30px}}


/* Final responsive stability pass */
.fm-section,
.fm-hero,
.fm-image-band,
.fm-cta,
.fm-footer{
  width:100%;
  overflow-x:hidden;
}

.fm-grid,
.fm-list,
.fm-wrap{
  max-width:1120px;
  width:100%;
}

.fm-grid{
  grid-template-columns:minmax(0,1fr) minmax(0,1.25fr);
}

.fm-grid > *,
.fm-list > *,
.fm-card,
.fm-metric{
  min-width:0;
}

/* Effekt / siffror: stable desktop layout */
.fm-metrics{
  display:grid;
  grid-template-columns:repeat(3,minmax(180px,1fr));
  width:100%;
  max-width:100%;
  min-width:0;
  overflow:visible;
  align-items:stretch;
}

.fm-metric{
  min-width:0;
  overflow:visible;
  padding:34px 28px;
}

.fm-metric strong{
  display:block;
  font-size:clamp(34px,3.2vw,56px);
  line-height:.95;
  white-space:normal;
  word-break:keep-all;
  overflow-wrap:normal;
  hyphens:none;
}

.fm-metric h3{
  font-size:clamp(16px,1.4vw,22px);
  line-height:1.05;
  margin:14px 0 8px;
  white-space:normal;
  overflow-wrap:break-word;
  hyphens:auto;
}

.fm-metric p{
  font-size:clamp(14px,1.1vw,16px);
  line-height:1.45;
  white-space:normal;
  overflow-wrap:break-word;
  hyphens:auto;
}

/* Prevent the metrics grid from being squeezed too far on desktop/tablet */
@media (min-width:901px){
  .fm-section .fm-grid:has(.fm-metrics){
    grid-template-columns:minmax(280px,.9fr) minmax(560px,1.35fr);
    gap:64px;
    align-items:start;
  }
}

/* Tablet: stack metrics below title before it becomes cramped */
@media (max-width:1180px){
  .fm-section .fm-grid:has(.fm-metrics){
    grid-template-columns:1fr;
    gap:40px;
  }

  .fm-metrics{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .fm-metric{
    padding:30px 24px;
  }
}

/* Mobile */
@media (max-width:760px){
  .fm-nav{
    padding:0 6vw;
  }

  .fm-hero{
    min-height:680px;
  }

  .fm-actions{
    flex-direction:column;
    align-items:flex-start;
  }

  .fm-btn{
    width:auto;
  }

  .fm-metrics{
    grid-template-columns:1fr;
  }

  .fm-metric{
    padding:30px;
  }

  .fm-metric strong{
    font-size:48px;
  }

  .fm-card-grid,
  .fm-press-grid{
    grid-template-columns:1fr;
  }

  .fm-glass{
    margin:0 auto;
  }
}

/* Small mobile */
@media (max-width:480px){
  .fm-hero h1{
    font-size:44px;
  }

  .fm-section h1,
  .fm-section h2,
  .fm-cta h2{
    font-size:38px;
  }

  .fm-section{
    padding:58px 6vw;
  }

  .fm-cta{
    width:88vw;
    padding:56px 24px;
    border-radius:28px;
  }
}


/* Header flexibility controls */
.fm-nav{
  min-height:var(--fm-header-height,76px);
  height:var(--fm-header-height,76px);
}

.fm-logo-img{
  max-height:var(--fm-logo-height,42px);
}

.fm-header-btn-small{
  padding:10px 18px;
  font-size:13px;
}

.fm-header-btn-normal{
  padding:14px 24px;
  font-size:14px;
}

.fm-header-btn-large{
  padding:17px 30px;
  font-size:15px;
}

@media(max-width:900px){
  .fm-nav{
    min-height:max(68px, calc(var(--fm-header-height,76px) - 8px));
    height:max(68px, calc(var(--fm-header-height,76px) - 8px));
  }

  .fm-logo-img{
    max-height:min(var(--fm-logo-height,42px),44px);
  }

  .fm-header-btn-large{
    padding:14px 22px;
    font-size:14px;
  }
}


/* Final alignment pass: material/product cards and cross-device stability */
.fm-section .fm-grid{
  align-items:center;
}

.fm-section .fm-grid > div,
.fm-section .fm-grid > p{
  min-width:0;
}

.fm-card-grid{
  align-items:stretch;
  align-self:center;
}

.fm-card-grid .fm-card{
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  min-height:118px;
  height:100%;
}

.fm-card-grid .fm-card,
.fm-card-grid .fm-card *{
  text-align:left;
}

.fm-card-grid .fm-card{
  font-size:15px;
  line-height:1.35;
  overflow-wrap:break-word;
  word-break:normal;
  hyphens:auto;
}

.fm-card-grid .fm-card h3{
  margin:0 0 8px;
}

/* Keep material/product sections balanced on desktop */
@media (min-width:901px){
  .fm-section .fm-grid:has(.fm-card-grid){
    grid-template-columns:minmax(340px,.95fr) minmax(520px,1.2fr);
    gap:72px;
    align-items:center;
  }

  .fm-card-grid{
    grid-template-columns:repeat(3,minmax(150px,1fr));
  }
}

/* Tablet: avoid squeezed cards */
@media (max-width:1180px){
  .fm-section .fm-grid:has(.fm-card-grid){
    grid-template-columns:1fr;
    gap:42px;
    align-items:start;
  }

  .fm-card-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

/* Mobile: cards stack cleanly */
@media (max-width:760px){
  .fm-card-grid{
    grid-template-columns:1fr;
  }

  .fm-card-grid .fm-card{
    min-height:auto;
  }
}


/* Final mobile navigation and responsive layout fix */
html, body{
  max-width:100%;
  overflow-x:hidden;
}

.fm-mobile-menu-toggle,
.fm-mobile-drawer,
.fm-mobile-sticky-cta{
  display:none;
}

@media(max-width:900px){
  body{
    padding-bottom:82px;
  }

  .fm-nav{
    width:100%;
    padding:0 22px;
    gap:14px;
    justify-content:space-between;
  }

  .fm-logo{
    flex:0 1 auto;
    min-width:0;
  }

  .fm-logo-img{
    max-width:112px;
    height:auto;
    object-fit:contain;
  }

  .fm-links{
    display:none!important;
  }

  .fm-nav > .fm-header-btn{
    display:none!important;
  }

  .fm-mobile-menu-toggle{
    display:inline-flex;
    flex-direction:column;
    justify-content:center;
    gap:5px;
    width:44px;
    height:44px;
    border:1px solid rgba(18,50,31,.14);
    border-radius:999px;
    background:#fff;
    padding:0 12px;
    cursor:pointer;
  }

  .fm-mobile-menu-toggle span{
    display:block;
    width:18px;
    height:2px;
    border-radius:2px;
    background:#12321f;
  }

  .fm-mobile-drawer{
    display:block;
    position:fixed;
    inset:0;
    z-index:999;
    background:rgba(6,22,13,.48);
    opacity:0;
    pointer-events:none;
    transition:opacity .2s ease;
  }

  .fm-mobile-drawer.is-open{
    opacity:1;
    pointer-events:auto;
  }

  .fm-mobile-drawer-inner{
    position:absolute;
    right:0;
    top:0;
    width:min(86vw,360px);
    height:100%;
    background:#f7f8f4;
    padding:24px;
    box-shadow:-30px 0 70px rgba(0,0,0,.24);
    transform:translateX(100%);
    transition:transform .24s ease;
    display:flex;
    flex-direction:column;
  }

  .fm-mobile-drawer.is-open .fm-mobile-drawer-inner{
    transform:translateX(0);
  }

  .fm-mobile-drawer-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-weight:700;
    color:#12321f;
    margin-bottom:28px;
  }

  .fm-mobile-menu-close{
    width:40px;
    height:40px;
    border-radius:999px;
    border:1px solid rgba(18,50,31,.14);
    background:#fff;
    font-size:28px;
    line-height:1;
    color:#12321f;
  }

  .fm-mobile-drawer-links{
    display:flex;
    flex-direction:column;
    gap:0;
    border-top:1px solid rgba(18,50,31,.12);
  }

  .fm-mobile-drawer-links a{
    padding:18px 0;
    border-bottom:1px solid rgba(18,50,31,.12);
    text-decoration:none;
    color:#12321f;
    font-size:20px;
    font-weight:650;
  }

  .fm-mobile-drawer-cta{
    margin-top:auto;
    width:100%;
  }

  .fm-mobile-sticky-cta{
    display:flex;
    position:fixed;
    left:18px;
    right:18px;
    bottom:16px;
    z-index:80;
    min-height:52px;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:#0b2d1d;
    color:#fff;
    text-decoration:none;
    font-weight:750;
    box-shadow:0 18px 50px rgba(0,0,0,.28);
  }

  .fm-hero{
    min-height:calc(100svh - 76px);
    align-items:flex-end;
    padding:0 0 72px;
    background-position:center center;
  }

  .fm-hero-inner{
    width:100%;
    padding:0 24px;
    margin:0;
  }

  .fm-kicker{
    font-size:11px;
    letter-spacing:.24em;
    margin-bottom:16px;
  }

  .fm-hero h1{
    font-size:clamp(42px,13vw,64px);
    line-height:.92;
    max-width:100%;
    overflow-wrap:break-word;
  }

  .fm-hero p{
    font-size:17px;
    max-width:100%;
  }

  .fm-actions{
    flex-direction:column;
    align-items:flex-start;
    gap:12px;
  }

  .fm-section{
    padding:68px 24px;
  }

  .fm-grid,
  .fm-list{
    width:100%;
    max-width:100%;
    grid-template-columns:1fr!important;
    gap:32px;
  }

  .fm-section h1,
  .fm-section h2{
    font-size:clamp(38px,12vw,56px);
    line-height:.96;
    max-width:100%;
    overflow-wrap:break-word;
  }

  .fm-section p{
    font-size:17px;
    line-height:1.55;
  }

  .fm-metrics,
  .fm-card-grid,
  .fm-press-grid{
    grid-template-columns:1fr!important;
    width:100%;
    max-width:100%;
  }

  .fm-card-grid .fm-card,
  .fm-card,
  .fm-metric{
    width:100%;
    max-width:100%;
  }

  .fm-list-row{
    grid-template-columns:40px 1fr 24px;
    gap:16px;
  }

  .fm-list-row h3{
    font-size:24px;
  }

  .fm-image-band{
    min-height:620px;
    padding:64px 24px;
    align-items:center;
  }

  .fm-glass{
    width:100%;
    max-width:100%;
    margin:0;
    padding:34px 28px;
    border-radius:28px;
  }

  .fm-glass h2{
    font-size:clamp(34px,10vw,48px);
    overflow-wrap:break-word;
  }

  .fm-cta{
    width:calc(100% - 48px);
    margin:66px 24px;
    padding:58px 24px;
    border-radius:28px;
  }

  .fm-cta h2{
    font-size:clamp(34px,10vw,48px);
  }

  .fm-footer{
    padding:56px 24px 110px;
    display:block;
  }
}

@media(max-width:420px){
  .fm-nav{
    padding:0 16px;
  }

  .fm-logo-img{
    max-width:96px;
  }

  .fm-hero-inner{
    padding:0 20px;
  }

  .fm-section{
    padding-left:20px;
    padding-right:20px;
  }

  .fm-cta{
    width:calc(100% - 40px);
    margin-left:20px;
    margin-right:20px;
  }
}

/* V4 DD feature layer: image controls, press thumbnails, contact consent form, custom sections */
.fm-hero,
.fm-image-band,
.fm-custom-image{
  background-position:var(--fm-bg-position, center center);
  background-size:var(--fm-bg-size, cover);
  background-repeat:no-repeat;
}

.fm-custom-section .fm-grid{
  align-items:center;
}

.fm-custom-image{
  min-height:420px;
  border-radius:30px;
  border:1px solid rgba(18,50,31,.12);
  box-shadow:0 24px 70px rgba(0,0,0,.10);
  background-color:#eef5ec;
}

.fm-press-card{
  overflow:hidden;
  padding:0;
}

.fm-press-card h3,
.fm-press-card p,
.fm-press-card > a:not(.fm-press-thumb){
  margin-left:28px;
  margin-right:28px;
}

.fm-press-card h3{
  margin-top:26px;
}

.fm-press-card > a:not(.fm-press-thumb){
  display:inline-block;
  margin-bottom:30px;
  color:#12321f;
  font-weight:700;
  text-decoration:none;
}

.fm-press-thumb{
  display:block;
  width:100%;
  aspect-ratio:16/10;
  overflow:hidden;
  background:#e6eee3;
}

.fm-press-thumb img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.fm-contact-form{
  background:#fff;
  border:1px solid var(--fm-line);
  border-radius:28px;
  padding:34px;
  box-shadow:0 22px 70px rgba(0,0,0,.06);
}

.fm-contact-form label{
  display:block;
  font-weight:700;
  color:#12321f;
  margin-bottom:18px;
}

.fm-contact-form input[type="text"],
.fm-contact-form input[type="email"],
.fm-contact-form textarea{
  display:block;
  width:100%;
  margin-top:8px;
  border:1px solid rgba(18,50,31,.18);
  border-radius:16px;
  padding:14px 16px;
  font:inherit;
  color:#12321f;
  background:#f7f8f4;
}

.fm-contact-form textarea{
  resize:vertical;
}

.fm-consent{
  display:flex!important;
  gap:12px;
  align-items:flex-start;
  font-weight:500!important;
  line-height:1.45;
  color:#5f6f63!important;
}

.fm-consent input{
  margin-top:4px;
}

@media(max-width:900px){
  .fm-custom-image{
    min-height:320px;
    border-radius:26px;
  }

  .fm-contact-form{
    padding:26px;
  }
}


/* Release hardening: hidden honeypot field for contact form */
.fm-hp-field{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important;}

/* v4.4 safe launch: legal/cookie layer. Does not alter existing layout structure. */
.fm-footer-legal-note,
.fm-company-meta {
  font-size: 12px;
  line-height: 1.55;
  opacity: .72;
  max-width: 420px;
}

.fm-legal-page-inner {
  max-width: 860px;
}

.fm-legal-copy,
.fm-legal-company {
  margin-top: 24px;
  color: rgba(18, 50, 31, .82);
  font-size: 16px;
  line-height: 1.75;
}

.fm-legal-company {
  padding-top: 24px;
  border-top: 1px solid rgba(18, 50, 31, .14);
}

.fm-legal-company h2 {
  font-size: clamp(24px, 3vw, 36px);
  margin-bottom: 12px;
}

.fm-cookie-notice {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  pointer-events: none;
}

.fm-cookie-notice[hidden] {
  display: none !important;
}

.fm-cookie-notice-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 18px 18px;
  border-radius: 18px;
  background: rgba(18, 50, 31, .96);
  color: #fff;
  box-shadow: 0 18px 60px rgba(0,0,0,.28);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  pointer-events: auto;
  backdrop-filter: blur(12px);
}

.fm-cookie-notice-inner p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  opacity: .92;
}

.fm-cookie-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.fm-cookie-actions a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 13px;
}

.fm-cookie-accept {
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  background: #eef5e8;
  color: #12321f;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 720px) {
  .fm-cookie-notice-inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .fm-cookie-actions {
    width: 100%;
    justify-content: space-between;
  }
}

/* v4.5 content flex layer: additive visual improvements only */
.fm-v45-pop-cards .fm-card,
.fm-card-grid .fm-card{
  position:relative;
  overflow:hidden;
}
.fm-v45-pop-cards .fm-card::before,
.fm-card-grid .fm-card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  background:linear-gradient(135deg, rgba(18,50,31,.12), rgba(255,255,255,0) 45%, rgba(18,50,31,.08));
  opacity:.95;
}
.fm-v45-pop-cards .fm-card{
  border-color:rgba(18,50,31,.14);
  box-shadow:0 24px 70px rgba(18,50,31,.10), inset 0 1px 0 rgba(255,255,255,.75);
  background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(239,246,236,.72));
}
.fm-v45-pop-cards .fm-card:hover{
  transform:translateY(-2px);
  box-shadow:0 30px 90px rgba(18,50,31,.15), inset 0 1px 0 rgba(255,255,255,.8);
}
.fm-v45-extra-section .fm-btn{margin-top:16px;}

@media(max-width:900px){
  body{padding-bottom:0;}
  .fm-mobile-sticky-cta{
    opacity:0;
    transform:translateY(18px);
    pointer-events:none;
    transition:opacity .22s ease, transform .22s ease;
  }
  body.fm-show-mobile-cta .fm-mobile-sticky-cta{
    opacity:1;
    transform:translateY(0);
    pointer-events:auto;
  }
  body.fm-mobile-menu-open .fm-mobile-sticky-cta,
  body.fm-hide-mobile-cta .fm-mobile-sticky-cta{
    opacity:0;
    transform:translateY(18px);
    pointer-events:none;
  }
}

/* v4.6 Contact people - additive only */
.fm-v46-people-section {
  background: #f7faf4;
}
.fm-v46-people-head {
  max-width: 780px;
  margin: 0 auto 54px;
  text-align: center;
}
.fm-v46-people-head h2 {
  margin-top: 10px;
}
.fm-v46-people-head p {
  max-width: 640px;
  margin: 18px auto 0;
}
.fm-v46-people-grid {
  display: grid;
  gap: 44px 34px;
  max-width: 980px;
  margin: 0 auto;
}
.fm-v46-people-grid.cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.fm-v46-people-grid.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fm-v46-people-grid.cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.fm-v46-person-card {
  text-align: center;
  padding: 28px 20px 24px;
  border-radius: 28px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(18,50,31,.11);
  box-shadow: 0 22px 60px rgba(18,50,31,.08);
}
.fm-v46-person-image {
  width: 112px;
  height: 112px;
  margin: 0 auto 18px;
  border-radius: 999px;
  overflow: hidden;
  background: #eceae1;
  border: 1px solid rgba(18,50,31,.12);
  display: flex;
  align-items: center;
  justify-content: center;
}
.fm-v46-person-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fm-v46-person-image span {
  font-family: var(--fm-heading-font);
  font-size: 30px;
  color: #12321f;
}
.fm-v46-person-card h3 {
  font-size: 20px;
  margin: 0 0 7px;
  color: #12321f;
}
.fm-v46-role {
  margin: 0 0 12px;
  font-size: 14px;
  color: #5f6f63;
}
.fm-v46-person-link {
  display: block;
  margin-top: 7px;
  color: #12321f;
  font-size: 14px;
  text-decoration: none;
  word-break: break-word;
}
.fm-v46-person-link:hover {
  text-decoration: underline;
}
@media (max-width: 900px) {
  .fm-v46-people-grid.cols-3,
  .fm-v46-people-grid.cols-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .fm-v46-people-head { text-align: left; margin-bottom: 32px; }
  .fm-v46-people-grid,
  .fm-v46-people-grid.cols-2,
  .fm-v46-people-grid.cols-3,
  .fm-v46-people-grid.cols-4 { grid-template-columns: 1fr; gap: 22px; }
  .fm-v46-person-card { padding: 24px 18px; }
}

/* v4.7.4 mobile visual polish — additive CSS only. No CMS/functionality changes. */
@media (max-width: 900px) {
  /* Prevent background-led sections from visually eating text cards on mobile */
  .fm-image-band {
    min-height: auto;
    padding: 260px 20px 34px;
    align-items: flex-end;
    background-position: center top !important;
    background-size: auto 320px !important;
    background-repeat: no-repeat !important;
    background-color: #f7f8f4;
    overflow: hidden;
  }

  .fm-image-band .fm-glass {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
    margin: -44px auto 0;
    padding: 30px 28px 32px;
    border-radius: 28px;
    background: rgba(247, 248, 244, .88);
    box-shadow: 0 24px 70px rgba(18,50,31,.12);
  }

  .fm-image-band .fm-glass h2 {
    font-size: clamp(38px, 12vw, 58px);
    line-height: .96;
    letter-spacing: -.05em;
    margin-bottom: 20px;
  }

  .fm-image-band .fm-glass p {
    font-size: 16.5px;
    line-height: 1.5;
  }

  /* Calm down large serif titles across mobile without changing desktop */
  .fm-section h1,
  .fm-section h2,
  .fm-cta h2,
  .fm-v46-people-head h2 {
    text-wrap: balance;
  }

  /* Cards and grids: cleaner mobile rhythm */
  .fm-card-grid,
  .fm-press-grid,
  .fm-v46-people-grid {
    gap: 18px !important;
  }

  .fm-card-grid .fm-card,
  .fm-card,
  .fm-metric,
  .fm-press-card,
  .fm-v46-person-card {
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(18,50,31,.08);
  }

  .fm-card-grid .fm-card,
  .fm-card {
    padding: 28px 24px;
  }

  .fm-card h3,
  .fm-card-grid .fm-card h3 {
    font-size: clamp(24px, 8vw, 34px);
    line-height: 1.02;
    margin-bottom: 14px;
  }

  /* Section spacing: retain premium air, reduce accidental blank gaps */
  .fm-section {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .fm-grid,
  .fm-list {
    gap: 28px !important;
  }

  /* Contact people mobile polish */
  .fm-v46-people-section {
    padding-top: 64px;
    padding-bottom: 70px;
  }

  .fm-v46-people-head {
    margin-bottom: 30px;
  }

  .fm-v46-person-image {
    width: 96px;
    height: 96px;
  }

  /* Footer mobile rhythm */
  .fm-footer {
    gap: 28px;
  }

  .fm-footer > div + div {
    margin-top: 28px;
  }

  /* Cookie notice: avoid covering too much content on small screens */
  .fm-cookie-notice {
    left: 12px;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
  }

  .fm-cookie-notice-inner {
    padding: 14px 14px;
    border-radius: 16px;
    gap: 10px;
  }

  .fm-cookie-notice-inner p,
  .fm-cookie-actions a {
    font-size: 12px;
    line-height: 1.42;
  }

  .fm-cookie-actions {
    gap: 10px;
  }

  .fm-cookie-accept {
    padding: 9px 14px;
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  .fm-image-band {
    padding-top: 235px;
    background-size: auto 295px !important;
  }

  .fm-image-band .fm-glass {
    margin-top: -36px;
    padding: 28px 24px 30px;
    border-radius: 26px;
  }

  .fm-image-band .fm-glass h2 {
    font-size: clamp(36px, 12vw, 52px);
  }

  .fm-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* v4.7.5 mobile image-card split — additive CSS only. Desktop unchanged.
   Purpose: separate background image and text card on mobile so the image no longer sits behind copy. */
@media (max-width: 900px) {
  .fm-image-band {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    min-height: auto !important;
    padding: 0 20px 38px !important;
    background-size: 0 0 !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-color: #f7f8f4 !important;
    overflow: hidden !important;
  }

  .fm-image-band::before {
    content: "";
    display: block;
    width: 100%;
    height: min(56vw, 330px);
    min-height: 230px;
    background-image: inherit;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 30px 30px 0 0;
  }

  .fm-image-band .fm-glass {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    border-radius: 0 0 30px 30px !important;
    padding: 30px 28px 34px !important;
    background: rgba(247, 248, 244, .95) !important;
    border-top: 0 !important;
    box-shadow: 0 22px 60px rgba(18,50,31,.10) !important;
    backdrop-filter: none !important;
  }

  .fm-image-band .fm-glass h2 {
    margin-top: 0 !important;
  }
}

@media (max-width: 480px) {
  .fm-image-band {
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-bottom: 34px !important;
  }

  .fm-image-band::before {
    height: 245px;
    min-height: 245px;
    border-radius: 26px 26px 0 0;
  }

  .fm-image-band .fm-glass {
    border-radius: 0 0 26px 26px !important;
    padding: 28px 24px 32px !important;
  }
}
