/* A second direction, built on the complete homepage. Local preview only. */
:root {
  --canvas: #f2f1ec;
  --canvas-2: #e5e4dc;
  --surface: #faf9f5;
  --panel: #242622;
  --panel-2: #30332d;
  --ink: #242622;
  --ink-soft: #51554c;
  --steel: #64685f;
  --line: #d5d7ce;
  --line-strong: #92968b;
  --brand: #b9360c;
  --brand-deep: #9f310d;
  --glow: transparent;
  --maxw: 1250px;
  --head-height: 89px;
}
body { overflow-x: visible; padding-bottom: 0; }
html { scroll-padding-top: calc(var(--head-height) + 20px); }
main[id], section[id] { scroll-margin-top: 0; }
main:focus { outline: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
img { max-width: 100%; height: auto; }
h1.hero-title, h2, h3 { font-family: Archivo, 'IBM Plex Sans', sans-serif; }
summary:focus-visible, select:focus-visible, [tabindex="0"]:focus-visible { outline: 3px solid var(--brand); outline-offset: 4px; }
.wrap { width: calc(100% - 96px); max-width: var(--maxw); padding: 0; }
.skip-link { position: fixed; left: 16px; top: 10px; transform: translateY(-160%); z-index: 200; background: white; padding: 12px 20px; }
.skip-link:focus { transform: none; }
header { background: #f2f1ecf5; border-bottom: 1px solid var(--line); }
.nav { height: 88px; gap: 35px; }
.logo-h { width: 190px; height: auto; }
.navlinks { gap: 27px; }
.navlinks a.link { font-size: 14px; display: flex; align-items: center; min-height: 44px; }
.navlinks a.link:hover { color: var(--brand); }
.navlinks .btn { font-size: 14px; padding: 11px 17px; }
.btn { box-shadow: none; border: 0; border-radius: 3px; min-height: 48px; font-size: 15px; font-weight: 500; }
.btn:hover { transform: none; box-shadow: none; }
.btn-brand:hover { background: var(--brand-deep); }
.btn-ghost { background: #e5e7de; color: var(--ink); }
.hero { padding: 58px 0 0; overflow: visible; }
.hero::before, .hero::after { display: none; }
.hero-grid { grid-template-columns: .9fr 1.2fr; align-items: start; gap: 62px; }
.hero-intro { font-size: 14px; margin-bottom: 25px; color: var(--ink-soft); }
h1.hero-title { font-size: clamp(41px, 4.15vw, 62px); line-height: 1.065; font-weight: 650; letter-spacing: -.045em; }
.hero-sub { font-size: 17px; line-height: 1.75; max-width: 41ch; margin: 25px 0 25px; }
.hero-cta { gap: 13px 24px; align-items: center; }
.hero-cta .btn { gap: 22px; padding: 14px 18px; }
.hero-assurance { font-size: 12px; color: var(--ink-soft); margin-top: 12px; }
.film-link { background: transparent; border: 0; border-bottom: 1px solid #8a8d84; min-height: 44px; font-size: 14px; padding: 7px 0; cursor: pointer; display: flex; gap: 13px; align-items: center; color: var(--ink); }
.film-link span { font-size: 23px; line-height: 1; }
.film-link:hover { color: var(--brand); }
.people-link { margin-top: 35px; padding-top: 17px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; font-size: 15px; font-weight: 500; max-width: 330px; }
.people-link span { font-size: 12px; color: var(--ink-soft); grid-column: 1; font-weight: 400; margin-top: 2px; }
.people-link b { grid-column: 2; grid-row: 1 / span 2; align-self: center; font-weight: 400; font-size: 25px; }
.workbench { min-width: 0; margin-top: 10px; }
.workbench-heading { display: flex; justify-content: space-between; gap: 15px; align-items: center; font-size: 13px; padding-bottom: 15px; border-bottom: 2px solid var(--ink); }
.workbench-heading span:last-child { font-size: 10px; color: var(--steel); }
.workbench-tabs { display: flex; gap: 27px; margin-bottom: 18px; }
.workbench-tabs button { background: transparent; border: 0; color: var(--steel); padding: 14px 0 10px; border-bottom: 2px solid transparent; cursor: pointer; font-size: 14px; }
.workbench-tabs button[aria-selected="true"] { color: var(--ink); border-color: var(--ink); }
.workbench-panel { min-width: 0; }
.product-zoom { position: relative; display: block; width: 100%; padding: 0; border: 0; cursor: zoom-in; background: white; }
.product-zoom img { display: block; width: 100%; height: auto; aspect-ratio: 1100/688; object-fit: contain; }
.measure-panel .product-zoom img { object-fit: cover; object-position: center 51%; }
.product-zoom > span { position: absolute; bottom: 10px; right: 10px; font-size: 11px; padding: 5px 9px; background: var(--surface); color: var(--ink); }
.workbench-panel > p { margin-top: 20px; padding-left: 15px; border-left: 2px solid #b2b6a9; max-width: 53ch; font-size: 14px; line-height: 1.65; color: var(--ink-soft); }
.workbench-panel > p b { display: block; color: var(--ink); font-weight: 500; margin-bottom: 3px; }
.workbench-more { display: flex; justify-content: space-between; align-items: center; min-height: 44px; font-size: 12px; margin-top: 8px; }
.chapter-index { display: flex; gap: 25px; align-items: center; flex-wrap: wrap; margin-top: 43px; border-top: 1px solid var(--line); padding-block: 17px; font-size: 12px; }
.chapter-index > span { color: var(--steel); margin-right: auto; }
.chapter-index a { display: flex; align-items: center; min-height: 35px; }
.chapter-index a:hover { color: var(--brand); }
.sec { padding-block: 82px; }
h2 { font-weight: 620; font-size: clamp(32px, 3.4vw, 46px); letter-spacing: -.035em; line-height: 1.12; }
.sec-head { margin-bottom: 34px; max-width: 70ch; }
.sec-head p { font-size: 17px; line-height: 1.7; max-width: 64ch; }
.mono, .stage-cap, .mp-cap { font-family: 'IBM Plex Sans', sans-serif; letter-spacing: 0; text-transform: none; }
.slogan-band { background: var(--panel) !important; }
.slogan-band > div { padding-block: 23px !important; }
.slogan-band span { font-size: 17px !important; font-weight: 400 !important; }
/* The whole story gets its own composition, not another card grid. */
#ueber { background: #e5e8dd; padding-block: 75px; }
#ueber > .wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px 90px; }
#ueber .sec-head { text-align: left !important; margin: 0 !important; grid-column: 1; grid-row: 1; }
#ueber .eyebrow { display: block; font-family: 'IBM Plex Sans'; font-size: 13px; font-weight: 400; color: var(--ink-soft); letter-spacing: 0; text-transform: none; margin-bottom: 24px; }
#ueber .eyebrow:before { display: none; }
#ueber h2 { margin: 0 !important; font-size: clamp(36px, 3.6vw, 51px); max-width: 15ch !important; }
#ueber .founders { display: grid; grid-template-columns: 1fr; gap: 19px; margin: 5px 0 0; grid-column: 1; grid-row: 2; align-content: start; }
#ueber .founder { background: none; border: 0; padding: 0 0 17px; border-bottom: 1px solid #c2c7b8; border-radius: 0; text-align: left; box-shadow: none; transform: none; }
#ueber .f-ava { display: none; }
#ueber .f-name { font-size: 18px; font-weight: 600; }
#ueber .f-role { font-family: 'IBM Plex Sans'; text-transform: none; letter-spacing: 0; font-size: 12px; color: var(--ink-soft); margin-block: 3px 7px; }
#ueber .f-line { font-size: 13px; color: var(--ink-soft); max-width: 34ch; }
.about-story { max-width: none; margin: 0; grid-column: 2; grid-row: 1 / span 2; }
.about-story p { font-size: 16px; line-height: 1.8; margin-bottom: 19px; }
.about-story > p:first-child { font-size: 19px; line-height: 1.65; }
.whole-story { background: none; border: 0; border-top: 1px solid #b9c0ad; border-bottom: 1px solid #b9c0ad; border-radius: 0; padding: 0; margin-top: 29px; }
.whole-story > summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 0; font-size: 15px; font-weight: 500; cursor: pointer; }
.whole-story > summary::after { display: none; }
.whole-story > summary::-webkit-details-marker { display: none; }
.whole-story > summary span { font-size: 25px; font-weight: 400; }
.whole-story[open] > summary span { transform: rotate(45deg); }
.whole-story h3 { margin-block: 26px 13px; font-size: 21px; }
#ueber .vs { grid-column: 1 / -1; width: 100%; max-width: none; margin-top: 20px; grid-template-columns: 1fr auto 1fr; gap: 30px; }
.vs-col { border: 0; border-radius: 0; padding: 25px 0 0; border-top: 1px solid #b9c0ad; }
.vs-old, .vs-new { background: transparent; color: var(--ink); }
.vs-new::before { display: none; }
.vs-new .vs-h, .vs-new li { color: var(--ink); }
.vs-new li { border-color: #ccd1c2; }
.vs-old li::before { content: '–'; }
.vs-new li::before { color: var(--ink-soft); }
.vs-arrow { color: var(--ink-soft); }
/* Readable original product views, without fake hardware. */
.real-program-overview { display: grid; grid-template-columns: 2.8fr 1fr 1fr; gap: 23px; align-items: center; margin-top: 40px; }
.real-program-overview figure { min-width: 0; margin: 0; }
.real-program-overview img { width: 100%; display: block; border-radius: 3px; }
.real-program-overview figcaption { font-size: 12px; margin-top: 12px; color: var(--steel); }
.stage-cap { margin-top: 29px; font-size: 12px; }
.browser { border: 0; border-radius: 4px; box-shadow: 0 10px 25px -22px #0005; }
.browser-bar { padding: 7px 11px; background: #dedfd7; border: 0; }
.browser-bar i { display: none; }
.browser-url { padding: 0; margin: 0; background: none; color: var(--ink-soft); font-family: 'IBM Plex Sans'; font-size: 11px; overflow-wrap: anywhere; }
.phone .pscreen { border-width: 2px; border-radius: 8px; box-shadow: none; }
.pbar { display: none; }
.mapblock { grid-template-columns: .65fr 1.35fr; }
.mp-card { max-width: 550px; }
.mp-cap { font-size: 13px; line-height: 1.7; }
.mp-card.mp-doc { max-width: 400px; flex-basis: 390px; }
#gewerke .reveal[style] > span { background: none !important; border: 0 !important; border-bottom: 1px solid var(--line) !important; border-radius: 0 !important; padding: 9px 15px !important; font-size: 15px !important; font-weight: 500 !important; }
/* A film feature plus a compact list; not identical tiles. */
.films { background: var(--panel); color: #f5f4ee; }
.film-heading { display: grid; grid-template-columns: 1.4fr .8fr; gap: 75px; align-items: end; margin-bottom: 36px; }
.plain-label { font-size: 13px; margin-bottom: 16px; color: #bdc2b5; }
.film-heading > p { color: #c5c9bf; font-size: 16px; line-height: 1.7; max-width: 34ch; }
.film-heading h2 { max-width: 18ch; }
.film-layout { display: grid; grid-template-columns: 1.5fr 1fr; gap: 48px; }
.main-film > button { width: 100%; display: block; padding: 0; border: 0; position: relative; cursor: pointer; background: #171915; }
.main-film img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.play-label { position: absolute; bottom: 15px; left: 15px; padding: 9px 13px; background: #f5f4ee; color: var(--ink); font-size: 14px; display: flex; align-items: center; gap: 27px; }
.play-label b { font-size: 24px; font-weight: 400; }
.film-caption { display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center; margin-top: 16px; }
.film-caption h3 { font-size: 16px; font-weight: 500; }
.film-caption a { font-size: 12px; min-height: 44px; display: flex; align-items: center; color: #c5c9bf; }
.film-list { display: flex; flex-direction: column; }
.film-list > button { display: grid; grid-template-columns: 115px 1fr auto; gap: 18px; text-align: left; color: #f5f4ee; align-items: center; border: 0; border-top: 1px solid #505749; padding: 17px 0; background: transparent; cursor: pointer; font-size: 15px; }
.film-list img { width: 115px; height: 73px; object-fit: cover; }
.film-list b { font-size: 24px; font-weight: 400; }
.all-films { margin-top: auto; min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid #505749; font-size: 14px; }
.films a:focus-visible, .films button:focus-visible { outline-color: white; }
.support { border-radius: 0; background: var(--panel); padding: 35px 40px; }
.support::before, .support .s-ava { display: none; }
.support .s-chips span { border: 0; background: none; padding: 5px 17px 5px 0; color: #d4d8ce; }
.fgrid { grid-template-columns: repeat(2, 1fr); border: 0; border-radius: 0; gap: 0 55px; background: transparent; }
.feat { padding: 26px 0 30px; border-top: 1px solid var(--line); background: transparent; }
.feat:hover { background: transparent; }
.feat::before, .feat-top { display: none; }
.feat h3 { font-weight: 600; font-size: 22px; }
.fgrid .feat-wide { grid-column: auto; }
.hl { grid-template-columns: repeat(2, 1fr); gap: 0 55px; }
.hl-card { border-radius: 0; background: transparent; padding: 25px 0 29px; border-top: 1px solid var(--line); color: var(--ink); }
.hl-card::before, .hl-ic, .hl-new { display: none; }
.hl-tag { font-size: 12px; color: var(--steel); font-weight: 400; margin-bottom: 12px; }
.hl-card h3 { font-weight: 600; font-size: 23px; }
.hl-card p { color: var(--ink-soft); font-size: 16px; }
.cap, .cap.key { border: 0; background: transparent; padding: 4px 0; border-radius: 0; font-weight: 400; color: var(--ink-soft); }
.caps { display: grid; gap: 2px; }
.map-panel { background: #eceee6; border: 0; border-radius: 0; }
.map-panel .ic { display: none; }
.map-core { background: var(--panel); box-shadow: none; border: 0; border-radius: 2px; }
.map-svg { opacity: .45; filter: grayscale(1); }
#ki .reveal[style] { display: grid !important; grid-template-columns: 1fr 1fr; gap: 0 30px !important; }
#ki .cap { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 16px; }
.proof::before { display: none; }
.proof .btn-ghost { color: #f2f1ec; background: #41463b; }
.pitem { border-top: 1px solid #686e60; }
.pitem .pk { font-size: 23px; font-weight: 600; }
.pitem .pl { color: #c4c9bc; font-size: 15px; }
.flow-node { display: none; }
.flow-num { color: var(--steel); }
.flow-steps::before { background: var(--line); }
.vgrid { gap: 0; }
.vcard { background: transparent; box-shadow: none; border: 0; border-radius: 0; border-left: 1px solid var(--line); padding: 15px 25px; }
.vcard .q { font-size: 16px; }
.tier, .tier.featured { background: var(--surface); border: 0; border-radius: 4px; box-shadow: none; padding: 30px; }
.tier:hover { transform: none; box-shadow: none; }
.tier.featured { background: #e2e6d9; }
.tier-flag { display: none; }
.tier li::before { background: #747c68; box-shadow: none; width: 4px; height: 4px; }
.tier-name { font-weight: 600; font-size: 24px; }
.tier-price b { font-weight: 600; font-size: 49px; }
.tier-for, .tier-billing { color: var(--ink-soft); }
#einrichtung .hl { display: block; margin-bottom: 0; }
#einrichtung .hl-card { display: grid; grid-template-columns: 110px 240px 1fr; gap: 25px; align-items: baseline; padding: 22px 0; }
#einrichtung .hl-tag { font-size: 17px; color: var(--ink); margin: 0; }
#einrichtung h3 { font-size: 20px; margin: 0; }
#einrichtung .hl-card p { font-size: 15px; }
.faq-list { max-width: none; }
.faq-list details { border-radius: 0; background: transparent; border: 0; border-bottom: 1px solid var(--line); box-shadow: none; }
.faq-list summary { padding-block: 23px; }
/* User requirement: keep the original campaign artwork, including its orange
   slanted band, original type sizes and two-line answer. Rules are in base.css. */
.camp { --brand: #bd3910; }
.camp > .wrap { width: 100%; max-width: 1140px; padding: 0 24px; }
.local-note { padding: 14px 17px; background: #e4e7dc; font-size: 13px; margin-bottom: 15px; }
form { border: 0; border-radius: 4px; box-shadow: none; padding: 30px; }
.field label { font-family: 'IBM Plex Sans'; text-transform: none; letter-spacing: 0; font-size: 14px; }
.field .optional { float: right; font-size: 12px; color: var(--steel); }
.field input, .field select, .field textarea { background: #f2f3ed; border: 0; box-shadow: inset 0 -1px #929989; border-radius: 2px; }
.field input:focus, .field select:focus, .field textarea:focus { box-shadow: inset 0 -1px #929989; }
form button:disabled { opacity: .55; cursor: not-allowed; }
.clist .ic { background: var(--steel); box-shadow: none; }
.fgrid2 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 35px; }
.fgrid2 > div:first-child { grid-column: 1 / -1; }
.logo-f { width: 180px; height: auto; }
.fcol h4 { color: #d3d7cc; font-family: 'IBM Plex Sans'; letter-spacing: 0; text-transform: none; font-size: 15px; }
.fcol a { font-size: 13px; padding-block: 7px; color: #c4c9bc; }
.fbot { color: #b8c0af; }
/* Native dialog retains keyboard focus and Escape behavior. */
#media-dialog { position: fixed; inset: 0; margin: auto; width: min(1080px, calc(100vw - 32px)); max-height: calc(100dvh - 32px); padding: 0; border: 0; border-radius: 4px; background: var(--canvas); color: var(--ink); overflow: auto; }
#media-dialog::backdrop { background: #111810cc; }
body:has(#media-dialog[open]) { overflow: hidden; }
.media-heading { display: flex; justify-content: space-between; gap: 20px; align-items: center; min-height: 60px; padding: 7px 12px 7px 22px; }
.media-heading p { font-size: 14px; }
.media-close { border: 0; background: none; width: 44px; height: 44px; font-size: 30px; cursor: pointer; color: var(--ink); }
#media-content > img, #media-content > video { width: 100%; max-height: calc(100dvh - 155px); display: block; object-fit: contain; background: #141810; }
.media-note { font-size: 11px; padding: 12px 22px; color: var(--steel); }
@media (max-width: 1150px) {
  .wrap { width: calc(100% - 64px); }
  .navlinks { gap: 20px; }
  .hero-grid { gap: 40px; grid-template-columns: .9fr 1.1fr; }
  h1.hero-title { font-size: 45px; }
  .hero-sub { font-size: 16px; }
  .hero-cta { gap: 9px 18px; }
  #ueber > .wrap { gap: 30px 55px; }
  .film-layout { gap: 30px; }
  .film-list > button { grid-template-columns: 85px 1fr auto; gap: 13px; font-size: 14px; }
  .film-list img { width: 85px; height: 57px; }
}
@media (max-width: 1050px) {
  .nav { height: 76px; }
  .nav-toggle { display: flex; flex-direction: column; justify-content: center; gap: 5px; min-width: 44px; height: 44px; background: none; border: 0; padding: 10px; }
  .nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); }
  .navlinks { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 20px 32px; background: var(--canvas); box-shadow: 0 14px 20px #0001; }
  .navlinks.open { display: flex; flex-direction: column; align-items: stretch; gap: 4px; }
  .navlinks a.link { padding: 8px 0; font-size: 16px; }
  .navlinks .btn { align-self: start; margin-top: 10px; }
}
@media (max-width: 800px) {
  .wrap { width: calc(100% - 40px); }
  .hero { padding-top: 38px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  h1.hero-title { font-size: clamp(41px, 7.5vw, 61px); }
  .hero-sub { max-width: 50ch; font-size: 17px; }
  .hero-cta { display: flex; }
  .people-link { max-width: 410px; margin-top: 25px; }
  .workbench { margin-top: 0; }
  .workbench-panel > p { max-width: none; }
  .chapter-index { gap: 9px 23px; margin-top: 27px; }
  .chapter-index > span { flex-basis: 100%; }
  .sec { padding-block: 60px; }
  #ueber { padding-block: 55px; }
  #ueber > .wrap { grid-template-columns: 1fr; gap: 28px; }
  #ueber .sec-head { grid-column: 1; grid-row: 1; }
  #ueber h2 { max-width: 18ch !important; font-size: 42px; }
  #ueber .founders { grid-column: 1; grid-row: 2; grid-template-columns: 1fr 1fr; gap: 25px; }
  #ueber .about-story { grid-column: 1; grid-row: 3; }
  #ueber .vs { grid-column: 1; grid-row: 4; gap: 17px; }
  .about-story > p:first-child { font-size: 18px; }
  .vs li { font-size: 14px; }
  .real-program-overview { grid-template-columns: 1fr 1fr; gap: 24px; }
  .real-program-overview figure:first-child { grid-column: 1 / -1; }
  .real-program-overview figure:not(:first-child) { width: min(220px, 100%); justify-self: center; }
  .mapblock { grid-template-columns: 1fr; gap: 28px; }
  .film-heading { grid-template-columns: 1fr; gap: 20px; }
  .film-heading > p { max-width: 45ch; }
  .film-layout { grid-template-columns: 1fr; }
  .film-list > button { grid-template-columns: 120px 1fr auto; gap: 22px; font-size: 16px; }
  .film-list img { width: 120px; height: 75px; }
  .support { padding: 28px; }
  .fgrid, .hl { column-gap: 30px; }
  .fgrid .feat-wide { grid-column: 1 / -1; }
  .pgrid { grid-template-columns: 1fr 1fr; }
  .tiers { grid-template-columns: 1fr; }
  .tier { padding: 29px; }
  #einrichtung .hl-card { grid-template-columns: 100px 1fr; gap: 7px 18px; }
  #einrichtung .hl-card p { grid-column: 2; }
  .cgrid { grid-template-columns: 1fr; gap: 28px; }
  .fgrid2 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .logo-h { width: 170px; height: auto; }
  .hero-intro { font-size: 12px; margin-bottom: 22px; }
  h1.hero-title { font-size: clamp(36px, 10.4vw, 46px); }
  .hero-sub { font-size: 16px; margin-top: 23px; }
  .hero-cta .btn { font-size: 14px; }
  .hero-assurance { font-size: 11px; }
  .workbench-heading { font-size: 12px; }
  .workbench-heading span:last-child { font-size: 9px; max-width: 90px; text-align: right; }
  .workbench-tabs { gap: 28px; }
  .workbench-panel > p { font-size: 13px; }
  .chapter-index { font-size: 11px; gap: 2px 23px; }
  #ueber h2 { font-size: 36px; }
  #ueber .founders { gap: 20px; }
  #ueber .f-name { font-size: 16px; }
  #ueber .f-role, #ueber .f-line { font-size: 12px; }
  #ueber .vs { grid-template-columns: 1fr; }
  .vs-arrow { display: none; }
  .about-story p { font-size: 15px; }
  .whole-story > summary { font-size: 14px; }
  h2 { font-size: 33px; }
  .sec-head p { font-size: 16px; }
  .film-list > button { grid-template-columns: 94px 1fr auto; gap: 13px; font-size: 14px; }
  .film-list img { width: 94px; height: 62px; }
  .film-caption h3 { font-size: 15px; }
  .fgrid, .hl { grid-template-columns: 1fr; }
  #ki .reveal[style] { grid-template-columns: 1fr; }
  .map-cols { grid-template-columns: 1fr; }
  .pgrid { grid-template-columns: 1fr; }
  .vgrid { grid-template-columns: 1fr; }
  .vcard { padding: 20px 0; border-left: 0; border-top: 1px solid var(--line); }
  #einrichtung .hl-card { grid-template-columns: 80px 1fr; }
  #einrichtung .hl-tag { font-size: 15px; }
  #einrichtung h3 { font-size: 19px; }
  form { padding: 22px; }
  .frow { grid-template-columns: 1fr; gap: 0; }
  .fgrid2 { gap: 28px 23px; }
  .fcol a { overflow-wrap: anywhere; }
  .fbot { font-size: 11px; }
  .media-heading p { font-size: 12px; }
  .media-note { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
