/* ==========================================================================
   Fibresol Limited — fibresol-harlow.css
   The look of a technical-production site of about 2017: flat dark theme,
   full-bleed sections, very large light display type, a fixed-height stage
   image with an overlay, cards with subtle elevation, an accent in cyan, and
   a system sans stack. Vocabulary: .nav-fx / .stage / .sect / .sect-lite /
   .shell-fx / .grid-fx / .card-fx / .spec-fx / .chip / .kv-fx.
   This site only.
   ========================================================================== */

* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }

body {
  background: #0e1013;
  font: 16px/1.75 -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #b6bec7;
}

.skip-to { position: absolute; left: -9999px; }
.skip-to:focus { left: 0; top: 0; background: #00c2d1; color: #06202a; padding: 11px 17px; z-index: 60; }

.shell-fx { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* ---- navigation -------------------------------------------------------- */
.nav-fx { background: #0e1013; border-bottom: 1px solid #1e242b; }
.nav-fx .shell-fx:after { content: ""; display: block; clear: both; }
.nav-fx .mk { float: left; padding: 22px 0; }
.nav-fx .mk a {
  display: flex; align-items: center; gap: 12px;
  color: #fff; text-decoration: none;
  font: 300 24px/1.1 -apple-system, "Segoe UI", Roboto, Arial, sans-serif; letter-spacing: 3px;
  text-transform: uppercase;
}
.nav-fx .mk .fs-logo { flex: none; }
.nav-fx .mk .mk-text { display: block; }
.nav-fx .mk .tag {
  display: block; font: 400 11px/1.4 -apple-system, "Segoe UI", Arial, sans-serif;
  color: #7d8894; letter-spacing: 2.4px; margin-top: 4px;
}

.burger {
  display: none; float: right; margin: 22px 0; background: transparent; color: #b6bec7;
  border: 1px solid #2b333c; padding: 10px 15px; cursor: pointer; border-radius: 2px;
  font: 500 13px -apple-system, "Segoe UI", Arial, sans-serif; letter-spacing: 1px;
}

.nav-fx nav { float: right; }
.nav-fx ul { list-style: none; }
.nav-fx li { display: inline-block; }
.nav-fx nav a {
  display: inline-block; padding: 31px 14px 30px; color: #8b95a0; text-decoration: none;
  font: 500 13px/1 -apple-system, "Segoe UI", Arial, sans-serif;
  letter-spacing: 1.6px; text-transform: uppercase;
}
.nav-fx nav a:hover, .nav-fx nav a:focus { color: #fff; }
.nav-fx nav a[aria-current="page"] { color: #00c2d1; box-shadow: inset 0 -2px 0 #00c2d1; }

/* ---- stage ------------------------------------------------------------- */
.stage { position: relative; background: #06090c; }
.stage img { display: block; width: 100%; height: 460px; object-fit: cover; opacity: .5; }
.stage .lay { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); }
.stage h1 {
  font: 200 52px/1.14 -apple-system, "Segoe UI", Roboto, Arial, sans-serif; color: #fff;
  letter-spacing: -1.4px; margin-bottom: 16px; max-width: 780px;
}
.stage p { font: 300 20px/1.65 inherit; color: #c7d0d9; max-width: 620px; margin: 0; }
.stage .att { background: #06090c; color: #7d8894; font-size: 13px; padding: 9px 0; }
.stage .att a { color: #00c2d1; }

/* ---- sections ---------------------------------------------------------- */
.sect { padding: 68px 0; }
.sect-lite { background: #14181d; }
.sect-pale { background: #f4f6f8; color: #3d454e; }
.sect-pale h2, .sect-pale h3 { color: #12171c; }
.sect-pale a { color: #00707a; }

h1.hd { font: 200 44px/1.18 inherit; color: #fff; letter-spacing: -1.2px; margin-bottom: 18px; }
h2 { font: 300 31px/1.28 inherit; color: #fff; letter-spacing: -0.7px; margin-bottom: 15px; }
h3 { font: 600 16px inherit; color: #fff; margin: 22px 0 7px; letter-spacing: 0.2px; }
p { margin-bottom: 17px; }
ul, ol { margin: 0 0 19px 22px; }
li { margin-bottom: 9px; }

.big { font: 300 21px/1.68 inherit; color: #c7d0d9; margin-bottom: 26px; max-width: 760px; }
.sect-pale .big { color: #4d565f; }
.hold { max-width: 790px; }

.chip {
  display: inline-block; font: 600 11px inherit; letter-spacing: 2px; text-transform: uppercase;
  color: #00c2d1; border: 1px solid #1d4b52; padding: 5px 11px; border-radius: 2px;
  margin-bottom: 18px;
}
.sect-pale .chip { color: #00707a; border-color: #b6d8dc; }

/* ---- cards ------------------------------------------------------------- */
.grid-fx { margin: 0 -13px; }
.grid-fx:after { content: ""; display: block; clear: both; }
.grid-fx .cell { float: left; width: 50%; padding: 0 13px 26px; }
.grid-fx .half { width: 50%; }

.card-fx { background: #1a1f25; border: 1px solid #262d35; height: 100%; }
.sect-pale .card-fx { background: #fff; border-color: #dde3e8; }
.card-fx img { display: block; width: 100%; height: 165px; object-fit: cover; }
.card-fx .in { padding: 20px 22px 22px; }
.card-fx h3 { margin: 0 0 8px; }
.card-fx p { font-size: 15px; margin: 0; color: #99a3ad; }
.sect-pale .card-fx p { color: #5a636c; }

/* ---- spec -------------------------------------------------------------- */
table.spec-fx { border-collapse: collapse; width: 100%; margin-bottom: 24px; font-size: 15px; }
table.spec-fx caption { text-align: left; color: #7a848e; padding-bottom: 9px; font-size: 14px; }
table.spec-fx th, table.spec-fx td {
  border: 1px solid #262d35; padding: 12px 14px; text-align: left; vertical-align: top;
}
table.spec-fx thead th { background: #1a1f25; color: #fff; }
table.spec-fx tbody th { background: #14181d; color: #c7d0d9; width: 34%; font-weight: 600; }
.sect-pale table.spec-fx th, .sect-pale table.spec-fx td { border-color: #dde3e8; }
.sect-pale table.spec-fx thead th { background: #12171c; color: #fff; }
.sect-pale table.spec-fx tbody th { background: #eaeef1; color: #12171c; }

.kv-fx { border-top: 1px solid #262d35; margin-bottom: 24px; }
.kv-fx div { border-bottom: 1px solid #262d35; padding: 13px 0; }
.kv-fx div:after { content: ""; display: block; clear: both; }
.kv-fx dt { float: left; width: 40%; color: #fff; font-weight: 600; font-size: 15px; }
.kv-fx dd { margin-left: 42%; font-size: 15px; }

.scroller { overflow-x: auto; margin-bottom: 24px; }
table.credit-table { border-collapse: collapse; width: 100%; font-size: 15px; }
table.credit-table caption { text-align: left; color: #7a848e; padding-bottom: 9px; }
table.credit-table th, table.credit-table td {
  border: 1px solid #262d35; padding: 12px 14px; text-align: left; vertical-align: top;
}
table.credit-table th { background: #1a1f25; color: #fff; }

hr.fx { border: 0; border-top: 1px solid #262d35; margin: 36px 0; }

/* ---- footer ------------------------------------------------------------ */
.footer-fx { background: #06090c; color: #6f7a85; padding: 52px 0 30px; font-size: 15px;
  border-top: 1px solid #1e242b; }
.footer-fx a { color: #00c2d1; }
.footer-fx .fh-fx { color: #fff; font: 600 15px inherit; margin-bottom: 13px; letter-spacing: 0.4px; }
.footer-fx p { margin-bottom: 9px; }
.footer-fx address { font-style: normal; }
.footer-fx ul { list-style: none; margin: 0; }
.footer-fx li { margin-bottom: 8px; }
.footer-fx .g3 { margin: 0 -20px; }
.footer-fx .g3:after { content: ""; display: block; clear: both; }
.footer-fx .g3 > div { float: left; width: 33.3333%; padding: 0 20px; }
.footer-fx .btm { border-top: 1px solid #1a2027; margin-top: 32px; padding-top: 24px; font-size: 14px; }

a { color: #00c2d1; }
a:hover { color: #fff; }
a:focus { outline: 2px solid #00c2d1; outline-offset: 2px; }

/* ---- cookie notice ----------------------------------------------------- */
.ck-fx {
  position: fixed; left: 0; right: 0; bottom: 0; background: #1a1f25; color: #c7d0d9;
  border-top: 2px solid #00c2d1; padding: 22px 0; font-size: 15px; z-index: 50;
}
.ck-fx p { margin-bottom: 14px; }
.ck-fx button {
  font: 600 14px inherit; padding: 12px 24px; margin-right: 11px; cursor: pointer;
  background: #00c2d1; border: 0; color: #06202a; letter-spacing: 0.6px;
}
.ck-fx button + button { background: transparent; border: 1px solid #39424c; color: #b6bec7; }
.ck-fx button:hover { filter: brightness(1.12); }

/* ---- responsive -------------------------------------------------------- */
@media (max-width: 900px) {
  .burger { display: block; }
  .nav-fx nav { float: none; clear: both; }
  .nav-fx ul { display: none; padding-bottom: 14px; }
  .nav-fx ul.is-open { display: block; }
  .nav-fx li { display: block; }
  .nav-fx nav a { display: block; padding: 14px 0; border-top: 1px solid #1e242b; }
  .stage img { height: 300px; }
  .stage h1 { font-size: 32px; }
  .stage p { font-size: 17px; }
  h1.hd { font-size: 31px; }
  h2 { font-size: 25px; }
  .grid-fx .cell, .grid-fx .half { float: none; width: 100%; }
  .sect { padding: 46px 0; }
  .footer-fx .g3 > div { float: none; width: 100%; margin-bottom: 26px; }
  .kv-fx dt { float: none; width: auto; }
  .kv-fx dd { margin-left: 0; }
  table.spec-fx tbody th { width: auto; }
}
