:root {
    --bg: #07090b;
    --panel: #101419;
    --panel-2: #171d23;
    --text: #edf1f4;
    --muted: #929ca5;
    --line: #28313a;
    --red: #c7222a;
    --red-2: #ef4a52;
    --steel: #c8d0d6;
    --sidebar-width: 460px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    margin: 0;
    padding-left: var(--sidebar-width);
    overflow-x: hidden;
    background:
        linear-gradient(120deg, rgba(199, 34, 42, .18), transparent 34rem),
        radial-gradient(circle at 80% 0, rgba(190, 204, 214, .13), transparent 22rem),
        var(--bg);
    color: var(--text);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.55;
}

a {
    color: #ff7279;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
}

.theme-colors {
    color: var(--text);
    font-family: Arial, Helvetica, sans-serif;
}

.theme-colors a {
    color: #f26a72;
}

.header {
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 14px 24px;
    width: calc(100vw - var(--sidebar-width));
    border-bottom: 1px solid rgba(255,255,255,.1);
    background: rgba(7, 9, 11, .92);
    box-shadow: 0 12px 35px rgba(0,0,0,.35);
    backdrop-filter: blur(14px);
}

.workshop-sidebar {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 30;
    width: var(--sidebar-width);
    padding: 20px 12px 20px 16px;
    border-right: 1px solid rgba(255,255,255,.1);
    background:
        linear-gradient(180deg, rgba(18,23,28,.98), rgba(6,8,10,.98)),
        var(--bg);
    box-shadow: 18px 0 55px rgba(0,0,0,.32);
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: rgba(239,74,82,.55) rgba(255,255,255,.045);
    scrollbar-gutter: stable;
    scrollbar-width: thin;
}

.workshop-sidebar::-webkit-scrollbar {
    width: 10px;
}

.workshop-sidebar::-webkit-scrollbar-track {
    background: rgba(255,255,255,.035);
    border-left: 1px solid rgba(255,255,255,.06);
}

.workshop-sidebar::-webkit-scrollbar-thumb {
    border: 2px solid rgba(7, 9, 11, .96);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(239,74,82,.75), rgba(93,104,113,.72));
}

.workshop-sidebar::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgba(255,114,121,.9), rgba(130,143,153,.86));
}

.ws-brand {
    display: grid;
    grid-template-columns: 58px 1fr;
    align-items: center;
    gap: 12px;
    color: #fff;
}

.ws-brand .ws-emblem {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff;
    filter: drop-shadow(0 0 18px rgba(255,255,255,.18));
    object-fit: contain;
}

.ws-brand span {
    display: block;
    line-height: 1.06;
}

.ws-wordmark {
    display: block;
    width: 150px;
    max-width: 100%;
    filter: drop-shadow(0 2px 0 #000);
}

.ws-brand span small {
    display: block;
    margin-top: 4px;
    color: var(--steel);
    font: 800 10px/1.2 Consolas, Monaco, monospace;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ws-spec {
    margin: 18px 0;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.1);
    background: rgba(255,255,255,.04);
}

.ws-spec span,
.ws-spec small {
    display: block;
    color: var(--muted);
    font-size: 11px;
}

.ws-spec strong {
    display: block;
    margin: 4px 0;
    color: #fff;
    font: 800 18px/1.1 Arial, sans-serif;
}

.ws-tools {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,.1);
}

.ws-tools label {
    display: grid;
    gap: 7px;
    color: var(--muted);
    font: 800 10px/1.2 Consolas, Monaco, monospace;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.ws-tools input {
    width: 100%;
    height: 38px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(0,0,0,.22);
    color: #fff;
    padding: 0 10px;
    font: 700 12px Arial, sans-serif;
    outline: 0;
}

.ws-tools input:focus {
    border-color: rgba(239,74,82,.72);
    box-shadow: 0 0 0 3px rgba(199,34,42,.18);
}

.workshop-breadcrumbs {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
    color: var(--muted);
    font: 800 11px/1.35 Consolas, Monaco, monospace;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.workshop-breadcrumbs a {
    color: #dfe6eb;
}

.workshop-breadcrumbs a:hover {
    color: #fff;
}

.workshop-breadcrumbs span {
    color: rgba(255,255,255,.28);
}

.ws-current {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,.1);
    color: var(--muted);
    font-size: 12px;
    line-height: 1.45;
}

.ws-tree-wrap {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(255,255,255,.1);
}

.ws-tree-title {
    margin-bottom: 9px;
    color: var(--muted);
    font: 800 10px/1.2 Consolas, Monaco, monospace;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ws-tree {
    display: grid;
    gap: 10px;
}

.ws-tree-section {
    border: 1px solid rgba(255,255,255,.1);
    background: rgba(255,255,255,.025);
}

.ws-tree-section.active {
    border-color: rgba(239,74,82,.45);
    background: rgba(199,34,42,.075);
}

.ws-tree-section h2 {
    margin: 0;
    padding: 10px 11px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: #fff;
    font-size: 13px;
    line-height: 1.15;
    text-transform: uppercase;
}

.ws-tree ul {
    margin: 0;
    padding: 8px 7px 10px;
}

.ws-tree ul ul {
    margin: 3px 0 4px 12px;
    padding: 0 0 0 12px;
    border-left: 1px solid rgba(255,255,255,.12);
}

.ws-tree li {
    list-style: none;
    list-style-image: none;
    position: relative;
    margin: 2px 0;
    line-height: 1.25;
}

.ws-tree .li-folder,
.ws-tree .li-folder.li-folder-open {
    list-style: none;
    list-style-image: none;
}

.ws-tree a {
    display: flex;
    align-items: center;
    min-height: 24px;
    width: 100%;
    padding: 4px 6px;
    border-radius: 3px;
    color: #d9e1e7;
    font-size: 12px;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.ws-tree a:hover,
.ws-tree .selected > a,
.ws-tree .selected > a[href] {
    background: rgba(199,34,42,.2);
    color: #fff;
}

.ws-tree li.li-folder > a:not([href]),
.ws-tree li.li-folder > a[href="javascript:void(0)"] {
    color: #fff;
    background: rgba(255,255,255,.028);
    border: 1px solid rgba(255,255,255,.055);
    font-weight: 850;
    cursor: pointer;
}

.ws-tree li.li-folder > a:not([href]):before,
.ws-tree li.li-folder > a[href="javascript:void(0)"]:before {
    content: "+";
    display: inline-grid;
    flex: 0 0 auto;
    width: 15px;
    height: 15px;
    margin-right: 6px;
    place-items: center;
    border: 1px solid rgba(239,74,82,.45);
    background: rgba(199,34,42,.12);
    color: var(--red-2);
    font: 900 11px/1 Arial, sans-serif;
}

.ws-tree li.li-folder.li-folder-open > a:not([href]):before,
.ws-tree li.li-folder.li-folder-open > a[href="javascript:void(0)"]:before {
    content: "-";
}

.ws-tree li:not(.li-folder) > a:before {
    content: "";
    flex: 0 0 auto;
    width: 5px;
    height: 5px;
    margin: 0 10px 0 5px;
    border-radius: 50%;
    background: rgba(200,208,214,.55);
}

.ws-tree-section > ul > li > a {
    font-size: 12.5px;
    font-weight: 900;
}

.ws-tree .folder-icon {
    display: none;
}

.ws-tree li.search-hidden {
    display: none;
}

.ws-tree li.search-match > a {
    background: rgba(199,34,42,.42);
    outline: 1px solid rgba(239,74,82,.58);
    color: #fff;
}

.ws-current span,
.ws-current b {
    display: block;
}

.ws-current span {
    margin-bottom: 5px;
    font: 800 10px/1.2 Consolas, Monaco, monospace;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ws-current b {
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.branding {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.header-mark {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    object-fit: contain;
    filter: drop-shadow(0 0 18px rgba(199,34,42,.38));
}

.branding .tiburon-word {
    width: 176px;
    height: auto;
    filter: drop-shadow(0 2px 0 #000);
}

.branding span {
    color: var(--steel);
    font: 700 11px/1.4 Consolas, Monaco, monospace;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.breadcrumbs { display: none; }

.breadcrumb-part {
    color: #dbe3e8;
}

.breadcrumbs b {
    margin: 0 5px;
    color: rgba(255,255,255,.28);
}

.main {
    width: min(1080px, calc(100vw - var(--sidebar-width) - 32px));
    margin: 28px auto 92px;
    padding: 28px;
    border: 1px solid rgba(255,255,255,.1);
    background: linear-gradient(145deg, rgba(19,24,29,.96), rgba(9,12,15,.96));
    box-shadow: 0 28px 80px rgba(0,0,0,.38), inset 0 1px rgba(255,255,255,.07);
}

.main.main-instructions-only {
    max-width: 980px;
    min-height: 360px;
}

.manual-placeholder {
    max-width: 560px;
    margin: 20px 0 0;
    color: #d8e0e6;
    font-size: 17px;
}

.main:before {
    content: "GK SERVICE BAY";
    display: block;
    margin: -6px 0 18px;
    color: var(--red-2);
    font: 800 11px/1 Consolas, Monaco, monospace;
    letter-spacing: .18em;
}

h1 {
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(32px, 5vw, 64px);
    font-style: italic;
    line-height: .9;
    letter-spacing: -.055em;
    text-transform: uppercase;
    text-shadow: 0 3px 0 #000;
}

h2, h3 {
    color: #fff;
    letter-spacing: -.02em;
}

button {
    margin: 0 8px 18px 0;
    border: 1px solid rgba(255,255,255,.16);
    background: linear-gradient(180deg, #252c33, #14191e);
    color: #f5f8fa;
    padding: 9px 12px;
    font: 700 12px Arial, sans-serif;
    cursor: pointer;
}

button:hover {
    border-color: rgba(239,74,82,.72);
}

#expand-all,
#collapse-all {
    display: none;
}

ul {
    padding-left: 0;
}

li {
    line-height: 1.5;
    list-style: none;
    list-style-image: none;
    margin: 3px 0;
}

.main > ul {
    display: none;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 10px;
    padding: 0;
}

.main > ul > li {
    display: block;
    margin: 0;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.1);
    background:
        linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.025)),
        rgba(255,255,255,.025);
    box-shadow: inset 0 1px rgba(255,255,255,.055);
}

.main li.search-hidden {
    display: none;
}

.main li.search-match > a {
    background: rgba(199,34,42,.34);
    outline: 1px solid rgba(239,74,82,.5);
    color: #fff;
}

.main > ul > li.li-folder {
    list-style-image: none;
}

.main > ul > li > a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -.02em;
}

.main ul ul {
    margin: 12px 0 0;
    padding: 0;
}

.main ul ul li {
    position: relative;
    margin: 6px 0;
    padding: 0 0 0 16px;
}

.main ul ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .78em;
    width: 6px;
    height: 1px;
    background: rgba(200,208,214,.42);
}

.main li.li-folder > a:not([href]) {
    color: #f3f6f8;
    font-weight: 800;
}

.main li.li-folder > a:not([href]):before {
    content: "+";
    display: inline-grid;
    width: 18px;
    height: 18px;
    margin-right: 7px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.04);
    color: var(--red-2);
    font: 900 13px/1 Arial, sans-serif;
    vertical-align: 1px;
}

.main li.li-folder.li-folder-open > a:not([href]):before {
    content: "-";
}

li a {
    display: inline-block;
    padding: 3px 4px;
    border-radius: 4px;
}

li a:hover {
    background: rgba(199,34,42,.18);
}

.folder-icon {
    width: 18px;
    height: 18px;
    margin-right: 7px;
    object-fit: contain;
    vertical-align: -4px;
    filter: grayscale(1) brightness(1.5);
}

.li-folder {
    list-style-image: url('icons/folder.svg');
}

.li-folder.li-folder-open {
    list-style-image: url('icons/folder-open.svg');
}

.hidden {
    display: none;
}

.selected {
    background: rgba(199, 34, 42, .28);
    outline: 1px solid rgba(239,74,82,.45);
}

.indent-1 { white-space: pre; tab-size: 2; }
.indent-2 { white-space: pre; tab-size: 4; }
.indent-3 { white-space: pre; tab-size: 6; }
.indent-4 { white-space: pre; tab-size: 8; }
.indent-5 { white-space: pre; tab-size: 10; }
.indent-6 { white-space: pre; tab-size: 12; }
.indent-7 { white-space: pre; tab-size: 14; }
.indent-8 { white-space: pre; tab-size: 16; }
.indent-9 { white-space: pre; tab-size: 18; }
.indent-right-align { white-space: pre; tab-size: 100; }

/* Personal PDF manual library */
.hub-card-featured {
    border-color: rgba(239, 74, 82, .65);
    background: linear-gradient(135deg, rgba(199, 34, 42, .2), rgba(255,255,255,.035));
}

.manual-home {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
    gap: 28px;
    margin-top: 28px;
    padding: 30px;
    border: 1px solid rgba(255,255,255,.12);
    background: linear-gradient(120deg, rgba(199,34,42,.14), rgba(16,20,25,.85));
}

.manual-kicker {
    margin: 0 0 7px;
    color: var(--red-2);
    font: 800 11px/1.2 Consolas, Monaco, monospace;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.manual-home h2,
.manual-library h1,
.manual-section h2 {
    margin: 0;
    color: #fff;
    line-height: 1.15;
}

.manual-home p:not(.manual-kicker) {
    margin: 12px 0 0;
    color: var(--steel);
}

.manual-home-links {
    display: grid;
    gap: 8px;
    align-content: center;
}

.manual-home-links a {
    padding: 11px 13px;
    border: 1px solid rgba(255,255,255,.1);
    background: rgba(0,0,0,.18);
    color: #fff;
    font-weight: 700;
}

.manual-home-links a:hover {
    border-color: var(--red-2);
    background: rgba(199,34,42,.18);
}

.manual-library {
    max-width: 1220px;
    padding-bottom: 56px;
}

.manual-library-hero {
    margin-bottom: 34px;
    padding: 34px;
    border: 1px solid rgba(255,255,255,.12);
    background: linear-gradient(135deg, rgba(199,34,42,.2), rgba(16,20,25,.82) 62%);
}

.manual-library-hero > p:not(.manual-kicker) {
    max-width: 780px;
    color: var(--steel);
}

.manual-note {
    padding: 12px 14px;
    border-left: 3px solid var(--red-2);
    background: rgba(0,0,0,.22);
    font-size: 14px;
}

.manual-match {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    margin: 0 0 18px;
    padding: 23px;
    border: 1px solid rgba(239,74,82,.6);
    background: linear-gradient(100deg, rgba(199,34,42,.17), rgba(255,255,255,.025));
}

.manual-match-mark {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
    font-size: 24px;
    font-weight: 900;
}

.manual-match h2 { margin: 0; color: #fff; font-size: 22px; }
.manual-match p:not(.manual-kicker) { margin: 7px 0 0; color: var(--steel); font-size: 14px; }

.manual-master-link {
    min-width: 210px;
    padding: 13px 16px;
    border: 1px solid rgba(255,255,255,.17);
    background: rgba(0,0,0,.22);
    color: #fff;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
}

.manual-master-link small { color: var(--red-2); font: 800 10px/1.3 Consolas, Monaco, monospace; letter-spacing: .04em; }
.manual-master-link:hover { background: var(--red); color: #fff; }
.manual-master-link:hover small { color: #fff; }

.manual-quick {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
    margin-bottom: 30px;
}

.manual-quick a {
    display: grid;
    gap: 4px;
    min-height: 90px;
    padding: 14px;
    border: 1px solid rgba(255,255,255,.1);
    background: rgba(255,255,255,.035);
    color: #fff;
}

.manual-quick a:hover { border-color: var(--red-2); background: rgba(199,34,42,.14); color: #fff; }
.manual-quick b { font-size: 13px; }
.manual-quick small { color: var(--muted); font-size: 11px; line-height: 1.35; }

.manual-section {
    margin-top: 22px;
    padding: 24px;
    border: 1px solid rgba(255,255,255,.1);
    background: rgba(16,20,25,.72);
}

.manual-section-heading {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 18px;
}

.manual-section-heading > span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(239,74,82,.75);
    color: #fff;
    font: 800 13px/1 Consolas, Monaco, monospace;
}

.manual-section-heading p {
    margin: 5px 0 0;
    color: var(--muted);
    font-size: 14px;
}

.manual-doc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
}

.manual-doc {
    display: grid;
    gap: 7px;
    min-height: 128px;
    padding: 17px;
    border: 1px solid rgba(255,255,255,.1);
    background: rgba(255,255,255,.035);
    color: #fff;
}

.manual-doc::after {
    content: 'Deschide PDF ↗';
    align-self: end;
    color: var(--red-2);
    font: 800 10px/1.2 Consolas, Monaco, monospace;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.manual-doc b { font-size: 15px; line-height: 1.25; }
.manual-doc small { color: var(--muted); font-size: 12px; line-height: 1.45; }
.manual-doc:hover { color: #fff; border-color: rgba(239,74,82,.8); background: rgba(199,34,42,.13); transform: translateY(-2px); }
.manual-doc-primary { border-color: rgba(239,74,82,.55); background: rgba(199,34,42,.12); }

.ocr-body { padding-left: 0; }
.ocr-header { position: sticky; top: 0; z-index: 5; display: grid; grid-template-columns: auto minmax(0, 1fr) minmax(210px, .4fr); gap: 24px; align-items: center; padding: 16px clamp(18px, 4vw, 64px); border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(7,9,11,.95); backdrop-filter: blur(14px); }
.ocr-header > a { font-weight: 800; white-space: nowrap; }
.ocr-header h1 { margin: 0; color: #fff; font-size: clamp(19px, 2.4vw, 30px); line-height: 1.15; }
.ocr-header p:not(.manual-kicker) { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.ocr-header label { display: grid; gap: 5px; color: var(--muted); font: 800 10px/1.2 Consolas, Monaco, monospace; letter-spacing: .08em; text-transform: uppercase; }
.ocr-header input { width: 100%; padding: 9px 10px; border: 1px solid rgba(255,255,255,.15); background: #101419; color: #fff; }
.ocr-document { width: min(980px, calc(100% - 32px)); margin: 30px auto 70px; }
.ocr-page { margin: 16px 0; padding: 24px; border: 1px solid rgba(255,255,255,.12); background: rgba(16,20,25,.82); box-shadow: 0 16px 30px rgba(0,0,0,.15); }
.ocr-page h2 { margin: 0 0 16px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.1); color: var(--red-2); font: 800 12px/1.2 Consolas, Monaco, monospace; letter-spacing: .06em; text-transform: uppercase; }
.ocr-page h2 small { color: var(--muted); }
.ocr-page pre { margin: 0; overflow-x: auto; color: #e5eaed; font: 15px/1.65 Georgia, 'Times New Roman', serif; white-space: pre-wrap; }

@media (max-width: 760px) {
    .manual-home { grid-template-columns: 1fr; padding: 22px; }
    .manual-library-hero, .manual-section { padding: 20px; }
    .manual-match { grid-template-columns: 42px 1fr; }
    .manual-master-link { grid-column: 1 / -1; }
    .manual-quick { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ocr-header { position: static; grid-template-columns: 1fr; gap: 12px; }
    .ocr-page { padding: 17px; }
}

.oxe-image {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.oxe-region {
    position: absolute;
    display: block;
    background: rgba(199, 34, 42, .32);
    outline: 1px solid rgba(255,255,255,.35);
}

img {
    max-width: 100%;
    height: auto;
}

table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
    background: #f8fafb;
    color: #161a1e;
}

td, th {
    border: 1px solid #cbd2d8;
    padding: .45rem;
}

.footer {
    display: none;
}

.hub-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.hub-card {
    min-height: 190px;
    padding: 22px;
    border: 1px solid rgba(255,255,255,.12);
    background:
        linear-gradient(145deg, rgba(199,34,42,.18), transparent 60%),
        linear-gradient(180deg, #171d23, #0b0f13);
    color: #fff;
    box-shadow: inset 0 1px rgba(255,255,255,.08);
}

.hub-card:hover {
    border-color: rgba(239,74,82,.75);
    transform: translateY(-2px);
}

.hub-card span {
    color: var(--red-2);
    font: 900 12px/1 Consolas, Monaco, monospace;
    letter-spacing: .18em;
}

.hub-card b {
    display: block;
    margin: 18px 0 10px;
    font-size: 26px;
    font-style: italic;
    line-height: 1;
    text-transform: uppercase;
}

.hub-card small {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
}

.footer span {
    color: #fff;
    font-weight: 800;
}

.about-body {
    min-height: 100vh;
    padding: 36px min(6vw, 72px);
    background:
        linear-gradient(120deg, rgba(199,34,42,.18), transparent 35rem),
        var(--bg);
    color: var(--text);
}

.about-h1 {
    margin: 0 0 20px;
    font-size: clamp(44px, 8vw, 94px);
    font-style: italic;
    line-height: .82;
    letter-spacing: -.06em;
}

.about-content {
    max-width: 780px;
    margin: 0;
    color: #d7dde2;
    font-size: 18px;
}

@media only screen and (max-width: 760px) {
    body {
        padding-left: 0;
    }

    .workshop-sidebar {
        position: static;
        width: auto;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.1);
    }

    .header {
        padding: 12px 14px;
        width: auto;
    }

    .main {
        width: calc(100% - 20px);
        margin-top: 14px;
        padding: 18px;
    }

    h1 {
        font-size: 36px;
    }

    .footer {
        position: static;
        margin: 24px 10px 10px;
    }

    .hub-cards,
    .main > ul {
        grid-template-columns: 1fr;
    }
}
