* {
    box-sizing: border-box;
    transition: 0.2s ease;
    margin: 0;
    padding: 0;
  }
  .rela-block {
    display: block;
    position: relative;
    margin: auto;
  }
  .rela-inline {
    display: inline-block;
    position: relative;
    margin: auto;
  }
.abs-center {
    margin: auto;
    }

  :root {
    /* Primary Colors */
    --color-primary: #00897b;
    --color-primary-light: #26a69a;
    --color-primary-dark: #00695c;

    /* Neutral Colors */
    --color-text-primary: #212121;
    --color-text-secondary: #666666;
    --color-text-tertiary: #888888;

    /* Background Colors */
    --color-bg-primary: #ffffff;
    --color-bg-secondary: #fafafa;
    --color-bg-tertiary: #f5f5f5;
    --color-bg-page: #e8eaf6;

    /* Border Colors */
    --color-border-light: #e0e0e0;
    --color-border-medium: #bdbdbd;

    /* Header Colors */
    --color-header-dark: #37474f;
    --color-header-light: #546e7a;
  }

  body {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-size: 11pt;
    letter-spacing: 0.01em;
    font-weight: 400;
    line-height: 1.6;
    background: var(--color-bg-page);
    color: var(--color-text-primary);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /*body:before {
    content: "";
    display: false;
    position: fixed;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.92);
  }*/
  .caps {
    text-transform: uppercase;
  }
  .justified {
    text-align: justify;
  }
  p.light {
    font-size: 11pt;
	margin: 0 auto 12px;
	color: var(--color-text-secondary);
	font-weight: 400;
  }
  p.light-small {
    font-size: 9pt;
	margin: 0 auto 8px;
	color: var(--color-text-tertiary);
	font-style: italic;
	font-weight: 300;
  }
  .side-bar a {
    color: var(--color-text-primary);
    text-decoration: none;
    transition: color 0.2s ease;
  }
  .side-bar a:hover {
    color: var(--color-primary);
  }
  .content-container a {
    color: var(--color-text-primary);
    text-decoration: none;
    transition: color 0.2s ease;
  }
  .content-container a:hover {
    color: var(--color-primary);
  }
  h2 {
    font-size: 32px;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--color-text-primary);
    margin-bottom: 16px;
  }
  h3 {
    font-size: 15pt;
    letter-spacing: 0.5px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--color-text-primary);
    margin-top: 20px;
    margin-bottom: 4px;
  }
  h3 .org {
    font-weight: 400;
    color: var(--color-text-secondary);
    font-size: 13pt;
  }
  p.date {
    font-weight: 300;
    color: var(--color-text-tertiary);
    font-size: 9pt;
    font-style: italic;
    margin: 0 0 8px 0;
  }
  strong {
    font-weight: 500;
    color: var(--color-text-primary);
  }
  @media screen {
    .page {
        width: 90%;
        max-width: 1200px;
        margin: 48px auto 80px;
        background-color: var(--color-bg-primary);
        box-shadow: 0 2px 12px rgba(0,0,0,0.08), 0 8px 24px rgba(0,0,0,0.12);
        border-radius: 4px;
        overflow: hidden;
      }
  }
  ul {
    padding-left: 20px;
    margin: 16px 0;
  }
  ul li {
    margin-bottom: 12px;
    line-height: 1.6;
  }
  li::marker {
    color: var(--color-primary);
  }

  .top-bar {
    height: 200px;
    background: linear-gradient(135deg, var(--color-header-light) 0%, var(--color-header-dark) 100%);
    color: var(--color-bg-primary);
  }
  .lang-switch {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 6px 12px;
    background: rgba(255,255,255,0.15);
    color: var(--color-bg-primary);
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 3px;
    z-index: 100;
    transition: background 0.2s ease;
  }
  .lang-switch:hover {
    background: rgba(255,255,255,0.25);
  }
  .name {
    display: false;
    position: absolute;
    margin: false;
    top: false;
    left: calc(360px + 5%);
    right: 0;
    bottom: 0;
    height: 120px;
    text-align: center;
    font-size: 48px;
    letter-spacing: 4px;
    font-weight: 400;
    line-height: 60px;
  }
  .name div {
    width: 94%;
  }
  .subtitle {
    display: false;
    position: absolute;
    margin: false;
    top: 130px;
    left: calc(360px + 5%);
    right: 0;
    bottom: 0;
    height: 60px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.85);
  }
  .subtitle div {
    width: 94%;
  }
  .side-bar {
    display: false;
    position: absolute;
    margin: false;
    top: 200px;
    left: 5%;
    right: false;
    bottom: 0;
    width: 360px;
    background-color: var(--color-bg-secondary);
    padding: 220px 32px 50px;
    border-right: 1px solid var(--color-border-light);
  }
  .mugshot {
    display: false;
    position: absolute;
    margin: false;
    top: -180px;
    left: 0;
    right: false;
    bottom: false;
    height: 360px;
    width: 360px;
  }
  .profile-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 50%;
    border: 4px solid var(--color-bg-primary);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }
  .social {
    padding-left: 0;
    margin-bottom: 15px;
    cursor: pointer;
  }
  .social i {
    font-size: 20px;
    margin-right: 10px;
    width: 25px;
    display: inline-block;
    text-align: center;
  }
  .social svg.social-icon {
    height: 20px;
    width: 25px;
    margin-right: 10px;
    vertical-align: middle;
    fill: currentColor;
  }
  .side-header {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 1.4;
    margin: 40px auto 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--color-primary);
    text-transform: uppercase;
    color: var(--color-text-primary);
  }
  .list-thing {
    padding-left: 0;
    margin-bottom: 16px;
    line-height: 1.6;
  }
  .content-container {
    margin-right: 0;
    width: calc(95% - 360px);
    padding: 32px 48px 64px;
  }
  .content-container > * {
    margin: 0 auto 24px;
  }
  .profile-statement {
    font-size: 11pt;
    line-height: 1.6;
    letter-spacing: 0.01em;
    font-weight: 400;
    color: var(--color-text-primary);
    margin-bottom: 40px;
    text-align: justify;
  }
  .content-container > h3 {
    margin: 32px auto 8px;
  }
  .content-container > h3:first-of-type {
    margin-top: 0;
  }
  .content-container > p.long-margin {
    margin: 0 auto 32px;
  }
  .content-container p {
    margin-bottom: 16px;
  }
  .title {
    width: 80%;
    text-align: center;
  }
  .separator {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-primary-light) 100%);
    border-radius: 2px;
    margin: 16px auto 32px;
  }
  .greyed {
    background-color: var(--color-bg-tertiary);
    width: 100%;
    max-width: 600px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 1.4;
    padding: 12px 24px;
    margin: 32px auto 24px;
    border-radius: 4px;
    text-transform: uppercase;
    color: var(--color-text-primary);
  }
  @media screen and (max-width: 1150px) {
    .name {
      font-size: 28px;
      letter-spacing: 2px;
      line-height: 34px;
    }
    .subtitle {
      top: 110px;
      font-size: 16px;
    }
  }

  @media screen and (max-width: 900px) {
    .page {
      width: 100%;
      margin: 0;
      border-radius: 0;
      box-shadow: none;
    }
    .top-bar {
      height: 200px;
    }
    .name {
      left: 0;
      top: 16px;
      font-size: 26px;
      letter-spacing: 2px;
      line-height: 32px;
      height: 120px;
    }
    .name div {
      width: 100%;
    }
    .subtitle {
      left: 0;
      top: 42px;
      font-size: 14px;
    }
    .subtitle div {
      width: 100%;
    }
    .side-bar {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      width: 100%;
      padding: 140px 24px 32px;
      border-right: none;
      border-bottom: 1px solid var(--color-border-light);
      text-align: center;
    }
    .mugshot {
      top: -120px;
      left: 50%;
      transform: translateX(-50%);
      height: 240px;
      width: 240px;
    }
    .content-container {
      width: 100%;
      padding: 24px 20px 48px;
    }
    .greyed {
      max-width: none;
    }
    h3 .org {
      display: block;
      font-size: 11pt;
    }
  }

  @media screen and (max-width: 480px) {
    .top-bar {
      height: 160px;
    }
    .name {
      top: 16px;
      font-size: 22px;
      letter-spacing: 1px;
      line-height: 28px;
    }
    .subtitle {
      top: 36px;
      font-size: 12px;
    }
    .mugshot {
      height: 160px;
      width: 160px;
      top: -80px;
    }
    .side-bar {
      padding-top: 100px;
      padding-left: 16px;
      padding-right: 16px;
    }
    .content-container {
      padding: 20px 16px 40px;
    }
    h2 {
      font-size: 24px;
    }
    h3 {
      font-size: 13pt;
    }
  }

  @media print {
    * {
      -webkit-print-color-adjust: exact !important;
      print-color-adjust: exact !important;
    }
    body {
      background: none;
    }
    .page {
      width: 100%;
      max-width: none;
      margin: 0;
      box-shadow: none;
      border-radius: 0;
      background-color: var(--color-bg-primary);
    }
    .top-bar {
      height: 140px;
      background: linear-gradient(135deg, var(--color-header-light) 0%, var(--color-header-dark) 100%) !important;
    }
    .name {
      font-size: 32px;
      letter-spacing: 3px;
      line-height: 38px;
      height: 90px;
      left: 220px;
    }
    .subtitle {
      top: 90px;
      font-size: 14px;
      left: 220px;
    }
    .side-bar {
      width: 200px;
      left: 0;
      padding: 170px 16px 20px;
      font-size: 8pt;
      background-color: var(--color-bg-secondary) !important;
    }
    .side-bar .side-header {
      font-size: 9px;
      margin: 16px auto 8px;
      padding-bottom: 4px;
    }
    .side-bar .list-thing {
      margin-bottom: 6px;
      font-size: 8pt;
    }
    .mugshot {
      top: 25px;
      left: 30px;
      height: 130px;
      width: 130px;
    }
    .profile-photo {
      border-width: 3px;
    }
    .content-container {
      width: calc(100% - 200px);
      padding: 16px 24px 30px;
    }
    .content-container > * {
      margin: 0 auto 12px;
    }
    .profile-statement {
      font-size: 8pt;
      margin-bottom: 16px;
    }
    .greyed {
      font-size: 10px;
      padding: 6px 12px;
      margin: 14px auto 12px;
      background-color: var(--color-bg-tertiary) !important;
    }
    h3 {
      font-size: 10pt;
      margin-top: 10px;
      margin-bottom: 2px;
    }
    h3 .org {
      font-size: 9pt;
    }
    p.date {
      font-size: 7pt;
      margin-bottom: 2px;
    }
    .content-container p {
      font-size: 8pt;
      margin-bottom: 6px;
    }
    .content-container > h3 {
      margin: 10px auto 2px;
    }
    ul {
      margin: 8px 0;
      padding-left: 14px;
    }
    ul li {
      font-size: 7pt;
      margin-bottom: 4px;
      line-height: 1.4;
    }
    .social {
      display: none;
    }
    .lang-switch {
      display: none;
    }
    .side-bar a {
      word-break: break-all;
    }
    .fade-in {
      opacity: 1 !important;
      transform: none !important;
    }
  }
