/*
================================================================================
Name:           site.css
Version:        2026-05-18 Build:1
Description:    BUILD ARTIFACT — do not edit by hand. Concatenated and
                PurgeCSS-stripped bundle of:
                  - main.css      (framework template)
                  - themes.dark.css (dark-mode theme overrides)
                  - custom.css    (site-specific edits)
                Regenerate from the three sources via the speed-audit
                pipeline:
                  cat assets/css/{main,themes.dark,custom}.css > /tmp/site-raw.css
                  npx --yes purgecss \
                      --css /tmp/site-raw.css \
                      --content index.html solutions.html \
                      --safelist 'js-enabled' 'is-visible' 'in-view' \
                      --output /tmp/purged/
                  cp /tmp/purged/site-raw.css assets/css/site.css
                The HTML references this file exclusively; the 3 sources
                remain in the repo only as the editable inputs.
Owner:          Scott Sykowski (sms@gyreresearch.com)
Change Log:
    2026-05-18 Build:1  Claude  Initial generation. 60 KB raw -> 34 KB
                                purged (~45% reduction on the wire).
================================================================================
*/
@charset "UTF-8";

html {
  font-family: sans-serif;
  
  -ms-text-size-adjust: 100%;
  
  -webkit-text-size-adjust: 100%;
  
}

body {
  margin: 0;
}

article,
details,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input {
  color: inherit;
  
  font: inherit;
  
  margin: 0;
  
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
html input[type="button"] {
  -webkit-appearance: button;
  
  cursor: pointer;
  
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body,
h1, h2, h3, h4,
p,
ol, ul,
form,
table,
hr {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

img {
  font-style: italic;
  vertical-align: middle;
}

input,
button {
  line-height: inherit;
  border-radius: 0;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

h1, h2, h3, h4,
p,
ul, ol,
address,
hr,
table {
  margin-bottom: 0.55rem;
}

html {
  font-size: 14px;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 1rem;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.75;
  color: #333;
  background: #fff;
}

html,
body {
  height: 100%;
}

body {
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
}

h1,
h2,
h3,
h4 {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

h1 small,
h2 small,
h3 small,
h4 small {
  font-weight: 400;
  font-size: .7em;
}

h2,
h3 {
  font-size: 1.2rem;
  line-height: 1.45;
  text-transform: uppercase;
}

a {
  text-decoration: none;
}

hr {
  height: 2px;
  color: #ccc;
  background: #ccc;
  font-size: 0;
  border: 0;
}

ul,
ol {
  margin-left: 3.5rem;
  padding: 0;
}

img {
  max-width: 100%;
}

img[width],
img[height] {
  max-width: none;
}

.c-social-buttons {
  margin-left: 0;
  padding: 0;
  list-style: none;
}

.o-container {
  max-width: 1276px;
  margin: 0 auto;
}

.o-content {
  padding-bottom: 1.75rem;
}

.o-content__body,
.o-content__body :last-child {
  margin-bottom: 0;
}

@media (min-width: 760px) {
  .o-content {
    padding-bottom: 1.75rem;
  }
}

@media (min-width: 1200px) {
  .o-content {
    padding-bottom: 2.7125rem;
  }
}

.o-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -3.5rem;
  position: relative;
}

[class*="o-grid__col"] {
  width: 100%;
  padding-right: 3.5rem;
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .o-grid__col-sm-6 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.5);
  }
  .o-grid__col-sm-6:nth-child(1n){
    margin-right: 0;
    margin-left: 0;
  }
  .o-grid__col-sm-6:last-child{
    margin-right: 0;
  }
  .o-grid__col-sm-6:nth-child(0n){
    margin-right: 0;
    margin-left: auto;
  }
}

@media (min-width: 760px) {
  .o-grid__col-md-3 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.25);
  }
  .o-grid__col-md-3:nth-child(1n){
    margin-right: 0;
    margin-left: 0;
  }
  .o-grid__col-md-3:last-child{
    margin-right: 0;
  }
  .o-grid__col-md-3:nth-child(0n){
    margin-right: 0;
    margin-left: auto;
  }
  .o-grid__col-md-5 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.41667);
  }
  .o-grid__col-md-5:nth-child(1n){
    margin-right: 0;
    margin-left: 0;
  }
  .o-grid__col-md-5:last-child{
    margin-right: 0;
  }
  .o-grid__col-md-5:nth-child(0n){
    margin-right: 0;
    margin-left: auto;
  }
  .o-grid__col-md-7 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: calc(99.999999% * 0.58333);
  }
  .o-grid__col-md-7:nth-child(1n){
    margin-right: 0;
    margin-left: 0;
  }
  .o-grid__col-md-7:last-child{
    margin-right: 0;
  }
  .o-grid__col-md-7:nth-child(0n){
    margin-right: 0;
    margin-left: auto;
  }
}

.o-section__header-bg,
.o-section__content-bg {
  display: none;
}

.o-section__header {
  padding: 1.75rem 1.75rem 0rem;
}

.o-section__content {
  padding: 1.75rem 1.75rem 0rem;
}

.o-section__full-top-space {
  padding-top: 1.75rem;
}

@media (min-width: 760px) {
  .o-section__header {
    padding: 3.15rem 3.5rem 1.4rem;
  }
  .o-section--header .o-section__header {
    padding-bottom: 0;
  }
  .o-section__content {
    padding: 3.15rem 3.5rem 1.4rem;
  }
  .o-section__full-top-space {
    padding-top: 3.15rem;
  }
}

@media (min-width: 1024px) {
  .o-section {
    position: relative;
  }
  .o-section__container {
    z-index: 2;
    position: relative;
    display: -ms-flexbox;
    display: flex;
  }
  .o-section__header {
    width: 30%;
    text-align: right;
  }
  .o-section__content {
    width: 70%;
  }
  .o-section__header-bg,
  .o-section__content-bg {
    display: block;
    position: absolute;
    height: 100%;
    width: 50%;
    z-index: 1;
  }
  .o-section__content-bg {
    right: 0;
  }
}

@media (min-width: 1200px) {
  .o-section__header {
    padding: 4.375rem 5.25rem 1.6625rem;
  }
  .o-section__content {
    padding: 4.375rem 5.25rem 1.6625rem;
  }
  .o-section__full-top-space {
    padding-top: 4.375rem;
  }
}

.c-main-container {
  overflow-x: hidden;
}

.c-preloader {
  display: none;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  height: 100%;
}

.js-enabled .c-preloader {
  display: -ms-flexbox;
  display: flex;
}

@keyframes c-preloader__spinner {
  to {
    transform: rotate(360deg);
  }
}

.c-header__top,
.c-header__brand,
.c-header__contact-divider {
  margin-bottom: 1.75rem;
}

.c-header__brand,
.c-header__avatar,
.c-header__contact {
  text-align: center;
}

.c-header__social-buttons {
  -ms-flex-pack: center;
      justify-content: center;
}

@media (min-width: 760px) {
  .c-header__top,
  .c-header__brand {
    margin-bottom: 1.75rem;
  }
  .c-header__content {
    padding-top: 1.75rem;
  }
  .c-header__contact {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .c-header__header,
  .c-header__content {
    height: 100vh;
  }
  .c-header__inner-header,
  .c-header__inner-content {
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .c-header__avatar,
  .c-header__top {
    top: -2vh;
    position: relative;
  }
  .c-header__avatar {
    margin-top: -5.8rem;
    text-align: right;
    position: relative;
  }
  
  *::-ms-backdrop, .c-header__avatar {
    height: 18vw;
  }
  .c-header__brand {
    text-align: left;
    margin-bottom: 0;
  }
  .c-header__social-buttons {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .c-header__contact {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}

.c-brand__title,
.c-brand__sub-title {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.75;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}

.c-brand__first-word,
.c-brand__second-word {
  display: block;
}

.c-brand__sub-title {
  margin-bottom: 0;
}

.c-brand__sizer {
  font-size: 65%;
}

@media (min-width: 1024px) {
  .c-brand__title {
    margin-bottom: .8rem;
  }
}

@media (min-width: 1200px) {
  .c-brand__title {
    margin-bottom: 1.4rem;
  }
  .c-brand__sizer {
    font-size: 100%;
  }
}

.c-avatar__img {
  border-radius: 50%;
  width: 11rem;
}

@media (min-width: 760px) {
  .c-avatar__img {
    width: 14rem;
  }
}

@media (min-width: 1200px) {
  .c-avatar__img {
    width: 100%;
  }
}

.c-intro p {
  margin-bottom: 1.1rem;
}

@media (min-width: 600px) {
  .c-intro p {
    font-size: 1.22rem;
    margin-bottom: 1.375rem;
  }
}

.c-timeline {
  border-left-width: 2px;
  border-left-style: solid;
  margin-left: calc(1rem - 2px);
  padding-left: 25px;
  position: relative;
}

.c-timeline__item {
  position: relative;
}

.c-timeline__point {
  height: 10px;
  width: 10px;
  position: absolute;
  left: -31px;
  top: 3px;
  border-radius: 50%;
}

.c-timeline__end {
  height: 1px;
  width: 16px;
  position: absolute;
  left: -9px;
  bottom: 0;
  border-width: 1px;
  border-style: solid;
}

.c-work__timeframe,
.c-work__heading,
.c-work__title,
.c-work__location {
  margin-bottom: .4rem;
}

.c-work__timeframe,
.c-work__title,
.c-work__location {
  font-weight: 500;
}

.c-work__timeframe,
.c-work__location {
  opacity: .6;
  font-size: 0.7rem;
}

.c-work__title {
  font-size: 0.8rem;
}

.c-social-button {
  display: block;
  text-align: center;
  width: 33px;
  height: 33px;
  font-size: .8rem !important;
  line-height: 2.7 !important;
  border-radius: 2px;
  border: 2px solid;
}

@media (min-width: 1200px) {
  .c-social-button {
    width: 38px;
    height: 38px;
    font-size: 1rem !important;
    line-height: 2.6 !important;
    border-radius: 3px;
  }
}

.c-social-buttons {
  display: -ms-flexbox;
  display: flex;
}

.c-social-buttons li {
  margin-right: 6px;
}

.c-social-buttons li:last-child {
  margin-right: 0;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

body {
  background: #121a29;
  color: #b8c4d4;
}

h1,
h2,
h3,
h4 {
  color: #d4dde8;
}

.t-link-container {
  color: inherit;
  display: block;
}

.t-link-container:hover,
.t-link-container:focus,
.t-link-container:active {
  color: inherit;
}

.t-link-container .t-link-container__item--blended {
  color: inherit;
}

a,
.t-link-container:hover .t-link-container__item--blended {
  color: #e0a80d;
}

a:hover,
a:focus,
a:active {
  color: #fefaee;
}

hr,
.t-border-color {
  border-color: #22324a;
}

hr {
  background: #22324a;
}

.t-primary-bg {
  background: #e0a80d;
}

.t-title__first-word {
  color: #d4dde8;
}

.t-title__second-word {
  color: #e0a80d;
}

.t-sub-title {
  color: #b8c4d4;
}

.t-title {
  font-size: 4.8rem;
  line-height: 0.91;
}

.t-title__first-word {
  text-transform: lowercase;
  font-weight: 300;
}

.t-title__second-word {
  text-transform: uppercase;
  font-weight: 700;
}

.t-sub-title {
  font-weight: 300;
  font-size: 1.5rem;
  margin-left: .3rem;
}

.t-social-button {
  background: #1e2a3c;
  border-color: #1e2a3c;
}

.t-social-button:hover {
  background: #16202f;
}

a,
button,
.t-link-container .t-link-container__item--blended {
  transition: all .15s linear;
}

.t-section__header {
  background: #0e1623;
}

.t-section__content,
.t-section--header .t-section__header {
  background: #121a29;
}

.t-timeline__point {
  box-shadow: 0 0 0 6px #121a29;
}

@media (max-width: 1023px) {
  .t-section__header {
    border-top: 1px solid #22324a;
    border-bottom: 1px solid #22324a;
  }
  .t-section--header .t-section__header {
    border-top: none;
    border-bottom: none;
  }
}

@media (min-width: 1024px) {
  
  .t-section,
  .t-section__header,
  .t-section--header .t-section__header {
    background: #101827;
  }
  .t-section__content {
    background: #121a29;
  }
  
  .t-section:nth-child(even),
  .t-section:nth-child(even) .t-section__header {
    background: #0e1623;
  }
  .t-section:nth-child(even) .t-section__content {
    background: #101827;
  }
  .t-section:nth-child(even) .t-timeline__point {
    box-shadow: 0 0 0 6px #101827;
  }
}
/*
================================================================================
Name:           custom.css
Version:        2026-05-18 Build:5
Description:    Site-specific CSS overrides for sykowski.com. Self-hosts
                Lato (400/700) via @font-face, declares the top-nav
                styling, primary CTA, accessibility helpers (skip-link,
                focus-visible, reduced-motion), responsive H1 clamp,
                line-length cap on body copy, and external-link affordance.
Owner:          Scott Sykowski (sms@gyreresearch.com)
Change Log:
    2026-05-18 Build:5  Claude  Speed-audit follow-up: added size-adjust /
                                ascent-override / descent-override /
                                line-gap-override to both @font-face Lato
                                blocks. Eliminates CLS during the
                                fallback->Lato swap by aligning metrics
                                to the system-ui fallback. Values
                                computed for Lato 400/700 against
                                system-ui at 1rem (see
                                screenspan.net/fallback).
    2026-05-18 Build:4  Claude  Top nav converted to hamburger menu at
                                ALL viewport sizes — .c-topnav__toggle
                                (animated 3-bar -> X) opens an absolute
                                dropdown .c-topnav__menu in the top-right.
                                Old horizontal link bar removed; the
                                <600px flex-column @media block also gone
                                (one nav pattern everywhere now).
    2026-05-18 Build:3  Claude  Design-audit follow-up:
                                - .c-solutions hierarchy overrides
                                  (H1 clamp, distinct H2 vs H3 sizing,
                                  body weight lift to 400 for long-read).
                                - .c-toc jump menu + sticky on >=1280px.
                                - .c-back-to-top floating button.
                                - .c-anchor permalink-on-hover for H2.
                                - .c-email-card lift (border accent).
                                - Secondary text contrast lifted
                                  (#7a8ca8 -> #94a3b8).
                                - Print stylesheet for solutions doc.
    2026-05-03 Build:2  Claude  Audit follow-up:
                                - Self-host Lato 400/700 (drop Google Fonts).
                                - Move top-nav inline styles into .c-topnav.
                                - Add .c-cta primary call-to-action.
                                - Global :focus-visible ring (gold).
                                - Skip-link off-screen-until-focused.
                                - prefers-reduced-motion reset.
                                - H1 type clamp + .c-intro line-length.
                                - .c-brand__role styling for split sub-title.
                                - .c-extlink ↗ glyph + .sr-only helper.
                                - Mobile nav padding + flex-column < 600px.
                                - Lift icon contrast (#4a5a72 → #7a8ca8).
    (pre-2026)         Build:1  Original.
================================================================================
*/

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/assets/fonts/lato-400.woff2') format('woff2');
    size-adjust: 97%;
    ascent-override: 100%;
    descent-override: 22%;
    line-gap-override: 0%;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
                   U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
                   U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/assets/fonts/lato-700.woff2') format('woff2');
    size-adjust: 97%;
    ascent-override: 100%;
    descent-override: 22%;
    line-gap-override: 0%;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
                   U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
                   U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

nav {
    font-size: 16px;
    margin: 0.5em 0;
    font-weight: 100;
}

.c-topnav {
    background: #0a2540;
    color: #d6e0ee;
    font-family: 'Lato', system-ui, -apple-system, sans-serif;
    padding: 0 12px;
    border-bottom: 1px solid rgba(214, 224, 238, 0.15);
    margin: 0;
    position: relative;
    min-height: 48px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.c-topnav__toggle {
    appearance: none;
    background: transparent;
    border: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    cursor: pointer;
    color: #e0a80d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.c-topnav__toggle:hover,
.c-topnav__toggle:focus-visible {
    color: #fefaee;
}

.c-topnav__bars {
    display: inline-block;
    position: relative;
    width: 22px;
    height: 16px;
}
.c-topnav__bars span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
    transition: transform 0.18s ease, opacity 0.18s ease, top 0.18s ease;
}
.c-topnav__bars span:nth-child(1) { top: 0; }
.c-topnav__bars span:nth-child(2) { top: 7px; }
.c-topnav__bars span:nth-child(3) { top: 14px; }

.c-topnav__toggle[aria-expanded="true"] .c-topnav__bars span:nth-child(1) {
    top: 7px;
    transform: rotate(45deg);
}
.c-topnav__toggle[aria-expanded="true"] .c-topnav__bars span:nth-child(2) {
    opacity: 0;
}
.c-topnav__toggle[aria-expanded="true"] .c-topnav__bars span:nth-child(3) {
    top: 7px;
    transform: rotate(-45deg);
}

.c-topnav__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    right: 0;
    background: #0a2540;
    border: 1px solid rgba(214, 224, 238, 0.18);
    border-top: 0;
    min-width: 240px;
    z-index: 60;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}
.c-topnav__menu li { margin: 0; }
.c-topnav__menu a {
    display: block;
    padding: 14px 20px;
    color: #d6e0ee;
    text-decoration: none;
    border-bottom: 1px solid rgba(214, 224, 238, 0.08);
    font-size: 15px;
    line-height: 1.3;
    min-height: 44px;
    box-sizing: border-box;
}
.c-topnav__menu li:last-child a { border-bottom: 0; }
.c-topnav__menu a:hover,
.c-topnav__menu a:focus-visible {
    color: #fefaee;
    background: rgba(224, 168, 13, 0.12);
    border-bottom-color: rgba(224, 168, 13, 0.3);
}

.c-stamp {
    text-align: center;
    font-family: 'Lato', system-ui, -apple-system, sans-serif;
    font-size: 13px;
    color: #d6e0ee;
    opacity: 0.6;
    padding: 24px 16px;
    margin: 0;
    background: #0a2540;
}

.c-cta {
    display: inline-block;
    background: #e0a80d;
    color: #0a2540;
    padding: 14px 22px;
    border-radius: 3px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 0.75rem;
    line-height: 1.2;
}
.c-cta:hover,
.c-cta:focus-visible {
    background: #c79309;
    color: #0a2540;
}

.c-brand__role {
    font-size: 0.95rem;
    color: #d6e0ee;
    margin-top: 0.35rem;
    margin-bottom: 0;
    opacity: 0.9;
}

.c-about h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: #e0a80d;
    font-size: 1.1rem;
    scroll-margin-top: 1rem;
}

.c-extlink__icon {
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    margin-left: 0.2em;
    vertical-align: baseline;
    fill: currentColor;
    flex-shrink: 0;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 100;
}
.skip:focus,
.skip:focus-visible {
    position: fixed;
    left: 1rem;
    top: 1rem;
    width: auto;
    height: auto;
    padding: 12px 18px;
    background: #e0a80d;
    color: #0a2540;
    font-weight: 700;
    text-decoration: none;
    border-radius: 3px;
    outline: 2px solid #0a2540;
    outline-offset: 2px;
}

a:focus-visible,
button:focus-visible {
    outline: 2px solid #e0a80d;
    outline-offset: 3px;
    border-radius: 2px;
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}

.c-brand__title {
    font-size: clamp(2.5rem, 6vw + 1rem, 5.5rem);
    line-height: 1.05;
    letter-spacing: -0.02em;
}

.c-intro .o-content__body {
    max-width: 68ch;
}

.c-social-svg { display: block; }

.c-work__heading,
.c-work__heading a { color: #e0a80d; }

.c-work__url {
    margin-top: 0.35rem;
    font-size: 0.875rem;
    word-break: break-all;
}
.c-work__url a {
    color: #e0a80d;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}
.c-work__url a:hover { color: #fefaee; }

.c-avatar {
    max-width: 14rem;
    aspect-ratio: 1 / 1;
    margin-left: auto;
    margin-right: auto;
}
.c-avatar picture {
    display: block;
    width: 100%;
    height: 100%;
}
.c-avatar__img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 50%;
}

.c-header__contact .o-content__body h3,
.c-work__location,
.c-work__timeframe {
    color: #94a3b8;
}

.c-header__contact .o-grid__col-md-3:nth-child(4) .o-content {
    border-left: 2px solid #e0a80d;
    padding-left: 0.85rem;
    transition: background 0.15s ease;
}
.c-header__contact .o-grid__col-md-3:nth-child(4) .o-content:hover {
    background: rgba(224, 168, 13, 0.04);
}

.c-solutions h1.c-solutions-h1 {
    font-size: clamp(2.25rem, 4vw + 0.75rem, 3.75rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
    text-transform: none;
    color: #fff;
    margin: 0 0 0.75rem;
}
.c-solutions h2 {
    font-size: 1.75rem;
    line-height: 1.2;
    letter-spacing: 0.04em;
    color: #e0a80d;
    text-transform: uppercase;
    margin: 0 0 0.75rem;
    scroll-margin-top: 1rem;
}
.c-solutions h2 a.c-anchor {
    color: inherit;
    opacity: 0;
    margin-left: 0.4em;
    font-size: 0.7em;
    text-decoration: none;
    font-weight: 400;
    transition: opacity 0.15s ease;
}
.c-solutions h2:hover a.c-anchor,
.c-solutions h2 a.c-anchor:focus-visible { opacity: 0.85; }

.c-solutions h3 {
    font-size: 1.05rem;
    line-height: 1.4;
    text-transform: none;
    letter-spacing: 0;
    color: #fff;
    margin: 2rem 0 0.6rem;
    scroll-margin-top: 1rem;
}

.c-solutions .o-content__body {
    font-weight: 400;
    max-width: 70ch;
}
.c-solutions .o-content__body p,
.c-solutions .o-content__body li { font-weight: 400; }
.c-solutions .o-content__body strong { font-weight: 700; color: #fff; }

.c-solutions-cta { margin: 1.5rem 0 0.5rem; }

.c-toc {
    background: rgba(255, 255, 255, 0.04);
    border-left: 3px solid #e0a80d;
    padding: 1rem 1.25rem;
    margin: 1.5rem 0 2rem;
    font-size: 0.95rem;
}
.c-toc summary {
    font-weight: 700;
    color: #e0a80d;
    cursor: pointer;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.85rem;
}
.c-toc summary::-webkit-details-marker { display: none; }
.c-toc summary::after { content: "  \25BE"; opacity: 0.7; }
.c-toc[open] summary::after { content: "  \25B4"; opacity: 0.7; }
.c-toc ol {
    list-style: none;
    margin: 0.85rem 0 0;
    padding: 0;
    columns: 2;
    column-gap: 1.5rem;
}
.c-toc li { margin-bottom: 0.35rem; break-inside: avoid; }
.c-toc a {
    color: #d6e0ee;
    border-bottom: none;
    text-decoration: none;
}
.c-toc a:hover, .c-toc a:focus-visible { color: #e0a80d; }
@media (max-width: 600px) {
    .c-toc ol { columns: 1; }
}

.c-back-to-top {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #e0a80d;
    color: #0a2540;
    border: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.2s ease, transform 0.2s ease, background 0.15s ease;
    pointer-events: none;
    z-index: 50;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}
.c-back-to-top.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.c-back-to-top:hover,
.c-back-to-top:focus-visible {
    background: #c79309;
    outline: 2px solid #fefaee;
    outline-offset: 2px;
}

@media print {
    body {
        background: #fff !important;
        color: #000 !important;
        font-weight: 400 !important;
    }
    .c-topnav,
    .c-stamp,
    .c-back-to-top,
    .c-toc,
    .c-solutions-cta,
    .skip,
    .c-preloader { display: none !important; }
    a { color: #000 !important; text-decoration: underline; }
    h1, h2, h3, h4 {
        color: #000 !important;
        page-break-after: avoid;
        text-transform: none !important;
    }
    .c-solutions h2 { color: #000 !important; }
    .c-solutions h3 { color: #000 !important; }
    .o-section,
    .c-solutions h3 { page-break-inside: avoid; }
    .o-section__header-bg,
    .o-section__content-bg { background: #fff !important; }
    .c-cta {
        border: 1px solid #000 !important;
        background: none !important;
        color: #000 !important;
    }
}

@media (min-width: 1024px) {
    .o-section__header { width: 22.5%; }
    .o-section__content { width: 77.5%; }
    .o-section__header-bg,
    .o-section__content-bg { width: auto; }
    .o-section__header-bg { left: 0; right: 77.5%; }
    .o-section__content-bg { left: 22.5%; right: 0; }
    .c-header__header,
    .c-header__content { height: auto; min-height: 0; }
    .c-header__inner-content { justify-content: flex-start; padding: 0; }
    .c-header__contact,
    .c-header__social-buttons { position: static; }
    .c-header__social-buttons { justify-content: center; margin-top: 1rem; }
    .c-header__contact { margin-top: 1rem; }
    .c-header__brand { margin-bottom: 0.5rem; }
    .o-section--header .o-section__header { padding: 1.75rem 1.75rem 0; }
    .o-section--header .o-section__content { padding: 1.75rem 1.75rem 1.5rem; }
    .c-header__avatar { margin-top: 0 !important; }
    .c-header__top { margin-bottom: 0.75rem; }
    .c-header__contact-divider { margin-bottom: 0.75rem; }
}
@media (min-width: 1200px) {
    .o-section--header .o-section__header { padding: 2rem 2.5rem 0; }
    .o-section--header .o-section__content { padding: 2rem 2.5rem 1.5rem; }
}
