@charset "UTF-8";
/* LouizeDisplayCond font family */
@font-face {
  font-family: "Louize";
  src: url("../fonts/205TF-LouizeDisplayCond-Regular.woff2") format("woff2"), url("../fonts/205TF-LouizeDisplayCond-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Louize";
  src: url("../fonts/205TF-LouizeDisplayCond-Medium.woff2") format("woff2"), url("../fonts/205TF-LouizeDisplayCond-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Louize";
  src: url("../fonts/205TF-LouizeDisplayCond-Bold.woff2") format("woff2"), url("../fonts/205TF-LouizeDisplayCond-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/* Matter font family */
@font-face {
  font-family: "Matter";
  src: url("../fonts/MatterThin.woff2") format("woff2"), url("../fonts/MatterThin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/MatterLight.woff2") format("woff2"), url("../fonts/MatterLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/MatterRegular.woff2") format("woff2"), url("../fonts/MatterRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/MatterMedium.woff2") format("woff2"), url("../fonts/MatterMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/MatterSemiBold.woff2") format("woff2"), url("../fonts/MatterSemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/MatterBold.woff2") format("woff2"), url("../fonts/MatterBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/MatterHeavy.woff2") format("woff2"), url("../fonts/MatterHeavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/MatterBlack.woff2") format("woff2"), url("../fonts/MatterBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
/* Matter Italic variants */
@font-face {
  font-family: "Matter";
  src: url("../fonts/MatterThinItalic.woff2") format("woff2"), url("../fonts/MatterThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/MatterLightItalic.woff2") format("woff2"), url("../fonts/MatterLightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/MatterRegularItalic.woff2") format("woff2"), url("../fonts/MatterRegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/MatterMediumItalic.woff2") format("woff2"), url("../fonts/MatterMediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/MatterSemiBoldItalic.woff2") format("woff2"), url("../fonts/MatterSemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/MatterBoldItalic.woff2") format("woff2"), url("../fonts/MatterBoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/MatterHeavyItalic.woff2") format("woff2"), url("../fonts/MatterHeavyItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Matter";
  src: url("../fonts/MatterBlackItalic.woff2") format("woff2"), url("../fonts/MatterBlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
:root {
  /* Colors */
  --black: #1e1e1e;
  --white: #ffffff;
  --offWhite: #f3f3ee;
  --gray: #f1f5f8;
  --color1: #abdade;
  --color2: #032b47;
  --color3: #283929;
  --color4: #74182d;
  --color5: #e3883b;
  --color6: #55407b;
  --color7: #334049;
  --color8: #e7e3d6;
  --color9: #bf944a;
  /* Spacing */
  --content-width: 1000px;
  --horizontal-padding: 24px;
  --vertical-padding-normal: 32px;
  --vertical-padding-more: 70px;
  --vertical-padding-less: 16px;
  --inner-spacing-xl: 70px;
  --inner-spacing-l: 50px;
  --inner-spacing-m: 40px;
  --inner-spacing-s: 20px;
  --inner-spacing-xs: 10px;
  /* Styling */
  --border-radius-large: 40px;
  --border-radius-medium: 30px;
  --border-radius-small: 10px;
  --line-thickness: 1px;
  --highlight-color: var(--color1);
  --highlight-color-hover: var(--black);
  --transition-timing: 0.6s;
  --transition-ease: ease;
  /* Body Font */
  --body-font-family: "Matter", sans-serif;
  --body-font-weight: 300;
  --body-font-size: 16px;
  --body-line-height: 1.5;
  --body-font-color: var(--black);
  /* Headlines */
  --headline-font-family: "Louize", serif;
  --headline-font-weight: 400;
  /* Subheadlines */
  --subheadline-font-family: "Louize", serif;
  --subheadline-font-weight: 400;
  /* Heading 1 — Display / hero */
  --heading-1-font-size: 72px;
  --heading-1-line-height: 1.1;
  --heading-1-font-family: var(--headline-font-family);
  --heading-1-weight: var(--headline-font-weight);
  --heading-1-color: var(--color2);
  /* Heading 2 — Section titles */
  --heading-2-font-size: 46px;
  --heading-2-line-height: 1.2;
  --heading-2-font-family: var(--headline-font-family);
  --heading-2-weight: var(--headline-font-weight);
  --heading-2-color: var(--color2);
  /* Heading 3 — Subsection titles */
  --heading-3-font-size: 32px;
  --heading-3-line-height: 1.3;
  --heading-3-font-family: var(--headline-font-family);
  --heading-3-weight: var(--headline-font-weight);
  --heading-3-color: var(--color2);
  /* Heading 4 — Card / block titles */
  --heading-4-font-size: 20px;
  --heading-4-line-height: 1.3;
  --heading-4-font-family: var(--headline-font-family);
  --heading-4-weight: var(--headline-font-weight);
  --heading-4-color: var(--color2);
  /* Heading 5 — Small labels */
  --heading-5-font-size: 17px;
  --heading-5-line-height: 1.4;
  --heading-5-font-family: var(--body-font-family);
  --heading-5-weight: 500;
  --heading-5-color: var(--black);
  /* Heading 6 — Overlines / meta */
  --heading-6-font-size: 13px;
  --heading-6-line-height: 1.4;
  --heading-6-font-family: var(--body-font-family);
  --heading-6-weight: 500;
  --heading-6-color: var(--black);
  /* Text Links */
  --text-link-color: var(--color2);
  --text-link-underline-color: var(--color1);
  --text-link-underline-height: 1px;
  --text-link-underline-offset: 3px;
  --text-link-color-hover: var(--highlight-color);
  --text-link-underline-color-hover: var(--color2);
  --text-link-underline-height-hover: 1px;
  /* Lists */
  --list-marker-color: var(--black);
  --list-item-vertical-margin: 0.5rem;
  /* HR */
  --hr-color: var(--highlight-color);
  --hr-width: 100%;
  --hr-height: 1px;
  /* Blockquote */
  --block-quote-border-color: var(--highlight-color);
  --block-quote-font-size: 1em;
  --block-quote-vertical-spacing: var(--inner-spacing-s);
  --block-quote-horizontal-spacing: calc(var(--block-quote-vertical-spacing) * 2);
  /* Buttons */
  --button-font-family: var(--body-font-family);
  --button-text-size: 14px;
  --button-text-weight: var(--body-font-weight);
  --button-vertical-padding: 16px;
  --button-horizontal-padding: var(--inner-spacing-s);
  --button-text-color: var(--black);
  --button-background-color: var(--white);
  --button-border-radius: var(--border-radius-medium);
  --button-border-thickness: 1px;
  --button-border-color: var(--black);
  --button-gap-size: var(--inner-spacing-s);
  --button-text-color-hover: var(--white);
  --button-background-color-hover: var(--black);
  --button-border-color-hover: rgba(0, 0, 0, 0);
  /* Inputs */
  --input-font-family: var(--body-font-family);
  --input-font-weight: var(--body-font-weight);
  --input-text-color: var(--black);
  --input-background-color: var(--white);
  --input-border-color: var(--black);
  --input-border-highlight: var(--highlight-color);
  --input-border-radius: var(--border-radius-small);
  --input-padding-vertical: 0.8rem;
  --input-padding-horizontal: 0.8rem;
}

@media screen and (max-width: 885px) {
  :root {
    --horizontal-padding: 20px;
    --heading-1-font-size: 48px;
    --heading-2-font-size: 28px;
    --heading-3-font-size: 20px;
    --heading-4-font-size: 18px;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  font-size: var(--body-font-size);
  font-style: normal;
  color: var(--body-font-color);
  line-height: var(--body-line-height);
}

section {
  width: 100%;
}
section:nth-child(even of section) {
  background: #f3f3ee;
}
section + section {
  border-top: 1px solid #e0e0e0;
}

.content {
  max-width: 1000px;
  margin: 0 auto;
  padding: var(--vertical-padding-more) var(--horizontal-padding);
}

a {
  color: var(--text-link-color);
  transition: color var(--transition-timing) var(--transition-ease);
  text-decoration-color: var(--text-link-underline-color);
  text-decoration-thickness: var(--text-link-underline-height);
  text-underline-offset: var(--text-link-underline-offset);
}
a:hover {
  color: var(--text-link-color-hover);
  text-decoration-thickness: var(--text-link-underline-height-hover);
  text-decoration-color: var(--text-link-underline-color-hover);
}

.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6 {
  font-style: normal;
  margin: 0;
}

.heading-1 {
  font-size: var(--heading-1-font-size);
  line-height: var(--heading-1-line-height);
  font-family: var(--heading-1-font-family);
  font-weight: var(--heading-1-weight);
  color: var(--heading-1-color);
  margin-bottom: 10px;
}

.heading-2 {
  font-size: var(--heading-2-font-size);
  line-height: var(--heading-2-line-height);
  font-family: var(--heading-2-font-family);
  font-weight: var(--heading-2-weight);
  color: var(--heading-2-color);
  margin-bottom: 20px;
}

.heading-3 {
  font-size: var(--heading-3-font-size);
  line-height: var(--heading-3-line-height);
  font-family: var(--heading-3-font-family);
  font-weight: var(--heading-3-weight);
  color: var(--heading-3-color);
  margin-bottom: 12px;
}

.heading-4 {
  font-size: var(--heading-4-font-size);
  line-height: var(--heading-4-line-height);
  font-family: var(--heading-4-font-family);
  font-weight: var(--heading-4-weight);
  color: var(--heading-4-color);
  margin: 16px 0 6px;
}

.heading-5 {
  font-size: var(--heading-5-font-size);
  line-height: var(--heading-5-line-height);
  font-family: var(--heading-5-font-family);
  font-weight: var(--heading-5-weight);
  color: var(--heading-5-color);
  margin: 12px 0 4px;
}

.heading-6 {
  font-size: var(--heading-6-font-size);
  line-height: var(--heading-6-line-height);
  font-family: var(--heading-6-font-family);
  font-weight: var(--heading-6-weight);
  color: var(--heading-6-color);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

ul,
ol {
  padding-left: 14px;
}
ul li,
ol li {
  margin-top: var(--list-item-vertical-margin);
  margin-bottom: var(--list-item-vertical-margin);
}
ul li::marker,
ol li::marker {
  color: var(--list-marker-color);
}

hr {
  background: var(--hr-color);
  margin: 0;
  text-align: left;
  border: 0;
  width: var(--hr-width);
  height: var(--hr-height);
}

blockquote {
  border-left: 1px solid var(--block-quote-border-color);
  font-size: var(--block-quote-font-size);
  font-style: italic;
  margin: calc(var(--block-quote-vertical-spacing) * 2) 0;
  padding: var(--block-quote-vertical-spacing) var(--block-quote-horizontal-spacing);
}

button,
input[type=submit],
.button {
  display: inline-flex;
  align-items: center;
  border: var(--button-border-thickness) solid var(--button-border-color);
  background-color: var(--button-background-color);
  padding: var(--button-vertical-padding) var(--button-horizontal-padding);
  font-family: var(--button-font-family);
  font-size: var(--button-text-size);
  font-weight: var(--button-text-weight);
  color: var(--button-text-color);
  border-radius: var(--button-border-radius);
  transition: color var(--transition-timing) var(--transition-ease), background-color var(--transition-timing) var(--transition-ease), border var(--transition-timing) var(--transition-ease);
  cursor: pointer;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
button:hover,
input[type=submit]:hover,
.button:hover {
  background-color: var(--button-background-color-hover);
  color: var(--button-text-color-hover);
  border-color: var(--button-border-color-hover);
}
button:focus,
input[type=submit]:focus,
.button:focus {
  border: 1px solid var(--input-border-highlight);
  outline: none;
}

input,
select,
textarea {
  max-width: 400px;
  font-family: var(--input-font-family);
  font-weight: var(--input-font-weight);
  padding: var(--input-padding-vertical) var(--input-padding-horizontal);
  outline: none;
  border: 1px solid var(--input-border-color);
  background-color: var(--input-background-color);
  color: var(--input-text-color);
  border-radius: var(--input-border-radius);
}
input:focus,
select:focus,
textarea:focus {
  border: 1px solid var(--input-border-highlight);
  outline: none;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  opacity: 0.35;
}

.subtitle {
  color: #666;
  font-size: 15px;
  margin-bottom: 20px;
}

.data-grid {
  display: grid;
  grid-template-columns: 1fr 100px;
  font-size: 14px;
}
.data-grid .data-header,
.data-grid .data-row {
  display: contents;
}
.data-grid .data-header > span {
  background: #032b47;
  color: #fff;
  padding: 8px 10px;
  font-weight: 600;
}
.data-grid .data-row > span {
  padding: 6px 20px;
  border-bottom: 1px solid #eee;
}
.data-grid .num {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.tag {
  display: inline-block;
  background: #e8f0fe;
  color: #032b47;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  margin: 2px;
}
.tag.tier1 {
  background: #c8e6c9;
}
.tag.tier2 {
  background: #fff9c4;
}
.tag.tier3 {
  background: #ffcdd2;
}

.tier-label {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 0;
  color: #fff;
}
.tier-label.t1 {
  background: none;
  color: #283929;
  border: 2px solid #283929;
}
.tier-label.t2 {
  background: none;
  color: #e3883b;
  border: 2px solid #e3883b;
}
.tier-label.t3 {
  background: none;
  color: #74182d;
  border: 2px solid #74182d;
}

.tier-desc {
  font-size: 18px;
  color: #666;
  font-weight: normal;
}

.reco-list {
  margin: 12px 0 20px 24px;
}

.complexity-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 768px) {
  .complexity-grid {
    grid-template-columns: 1fr;
  }
}

.complexity-card {
  border: 1px solid var(--black);
}
.complexity-card .cat-header {
  align-items: baseline;
  background: var(--white);
  border-bottom: none;
}
.complexity-card .heading-3 {
  margin-bottom: 0;
}
.complexity-card .cat-pct {
  font-family: var(--body-font-family);
  font-size: 14px;
  color: var(--black);
}
.complexity-card .data-grid {
  background: var(--offWhite);
}
.complexity-card .data-row > span {
  border-top: 1px solid var(--black);
  border-bottom: none;
}

.complexity-pages {
  font-size: 12px;
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  color: #666;
}

.complexity-detail-grid {
  grid-template-columns: 1fr 80px;
}

.cols-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 768px) {
  .cols-2 {
    grid-template-columns: 1fr;
  }
}

#blocks .heading-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
#blocks .tier-label {
  border-width: 1px;
  border-left-width: 5px;
  padding: 7px 20px;
  font-size: 28px;
  font-weight: 400;
}
#blocks .block-name {
  font-weight: 300;
}

nav.top-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  font-size: 13px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
nav.top-nav .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px 16px;
  padding: 6px 20px;
}
nav.top-nav a {
  color: var(--black);
  text-decoration: none;
}
nav.top-nav a:hover {
  color: #abdade;
}
nav.top-nav .nav-logo {
  height: 60px;
  width: auto;
}
nav.top-nav .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
}

.section-hero {
  background: var(--black) !important;
  color: #fff;
  border-top: none !important;
  text-align: center;
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-hero .content {
  position: relative;
  top: -30px;
}
.section-hero .heading-1 {
  color: var(--offWhite);
  font-size: 100px;
  margin-bottom: 38px;
}
.section-hero .hero-stat {
  color: var(--color9);
}
.section-hero .subtitle {
  color: var(--offWhite);
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.stat-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
}
.stat-card .value {
  font-family: var(--headline-font-family);
  font-size: 36px;
  font-weight: 400;
  color: #032b47;
}
.stat-card .label {
  font-size: 13px;
  color: #666;
  margin-top: 2px;
}

.bar-chart-container {
  border: 1px solid var(--black);
  border-bottom: 0px solid var(--black);
}

.bar-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bar-wrap {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding: 10px 10px;
  border-bottom: 1px solid var(--black);
  background: var(--offWhite);
}
section:nth-child(even of section) .bar-wrap {
  background: var(--white);
}

.bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #abdade;
  min-width: 2px;
}

.bar-label {
  position: relative;
}

.bar-value {
  position: relative;
  color: #666;
  text-align: right;
}

.bar-primary {
  background: #6d9971;
}

.bar-secondary {
  background: #e3883b;
}

.bar-dark {
  background: var(--color7);
}

.bar-color5 {
  background: var(--color5);
}

.bar-color9 {
  background: var(--color9);
}

.cat-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 15px;
}

.cat-card {
  background: #fff;
  border-radius: 0;
  border: 1px solid var(--black);
  border-bottom: 0px solid var(--black);
  width: calc(33.333% - 10px);
  box-sizing: border-box;
}

.cat-header {
  display: flex;
  justify-content: space-between;
  padding: 12px 20px 10px 20px;
  border-bottom: 1px solid var(--black);
  background: var(--color5);
}
.cat-header .heading-3 {
  margin: 0;
  font-size: 28px;
  color: var(--black);
}

.cat-pct {
  font-family: var(--heading-3-font-family);
  font-size: 22px;
  color: var(--black);
  flex-shrink: 0;
}

.cat-card .data-row > span {
  border-bottom-color: var(--black);
}

.block-list {
  border: 1px solid var(--black);
  border-bottom: 0;
  margin-bottom: 24px;
}

.block-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  border-bottom: 1px solid var(--black);
  background: var(--offWhite);
}
section:nth-child(even of section) .block-row {
  background: var(--white);
}
.block-row.t1 {
  border-left: 4px solid #283929;
}
.block-row.t2 {
  border-left: 4px solid #e3883b;
}
.block-row.t3 {
  border-left: 4px solid #74182d;
}

.block-name {
  font-weight: 500;
}

.block-stat {
  color: #666;
  font-size: 14px;
  flex-shrink: 0;
  margin-left: 16px;
}
