/* GORKO: auto-generated utility classes start */

.bg-light-glare {
  background: #fdfbf3;
}

.bg-primary {
  background: #513aa6;
}

.border-thick {
  border-width: 4px;
}

.border-style-solid {
  border-style: solid;
}

.border-color-primary {
  border-color: #513aa6;
}

.color-light-glare {
  color: #fdfbf3;
}

.flow-space-xs {
  --flow-space: clamp(0.75rem, 0.6413rem + 0.5435vw, 1.0625rem);
}

.flow-space-s {
  --flow-space: clamp(1rem, 0.8696rem + 0.6522vw, 1.375rem);
}

.flow-space-m {
  --flow-space: clamp(1.5rem, 1.3043rem + 0.9783vw, 2.0625rem);
}

.font-sans {
  font-family: "Inter", Helvetica, sans-serif;
}

.text-2 {
  font-size: clamp(1.1385rem, 0.9292rem + 1.0465vw, 1.7402rem);
}

.weight-bold {
  font-weight: 700;
}

.weight-extra-bold {
  font-weight: 800;
}

.weight-black {
  font-weight: 900;
}

/* GORKO: auto-generated utility classes end */
:root {
  --line-height: 1.7;
}

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

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
hr {
  margin-block: 0 0;
  margin-inline: 0 0;
  padding-block: 0 0;
  padding-inline: 0 0;
}

ul:not([role=list]),
ol:not([role=list]) {
  list-style: none;
  margin-block: 0 0;
  margin-inline: 0 0;
  padding-block: 0 0;
  padding-inline: 0 0;
}

body {
  min-height: 100vh;
  line-height: var(--line-height);
}

h1,
h2,
h3,
h4,
button {
  --line-height: 1.1;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

a {
  text-decoration-skip-ink: auto;
  color: currentColor;
}


button {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --flow-space: clamp(2rem, 1.7391rem + 1.3043vw, 2.75rem);
}

body {
  background: #f9f4e3;
  color: #263147;
  font-size: clamp(1rem, 0.8696rem + 0.6522vw, 1.375rem);
  font-family: "Source Serif 4", Georgia, serif;
}

a:not([class]) {
  color: currentColor;
  text-decoration-color: #fa576e;
  text-decoration-thickness: 0.2ex;
  text-underline-offset: 0.35ex;
}

main:focus {
  outline: none;
}

h1 {
  font-size: clamp(1.383rem, 1.0022rem + 1.904vw, 2.4778rem);
}

h2 {
  font-size: clamp(1.2962rem, 0.9809rem + 1.5762vw, 2.2025rem);
}

h3 {
  font-size: clamp(1.2148rem, 0.9563rem + 1.2922vw, 1.9578rem);
}

h4 {
  font-size: clamp(1.1385rem, 0.9292rem + 1.0465vw, 1.7402rem);
}

h5 {
  font-size: clamp(1.067rem, 0.9001rem + 0.8346vw, 1.5469rem);
}

h6 {
  font-size: clamp(1rem, 0.8696rem + 0.6522vw, 1.375rem);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Inter", Helvetica, sans-serif;
  line-height: 1.1;
  max-width: 28ch;
}

:is(h1, h2, h3, h4, h5, h6) + * {
  --flow-space: clamp(0.5rem, 0.4348rem + 0.3261vw, 0.6875rem);
}

p {
  max-width: 65ch;
}

code {
  font-size: clamp(0.9372rem, 0.8381rem + 0.4957vw, 1.2222rem);
}

pre {
  margin-block-start: var(--flow-space) !important;
  font-size: smaller !important;
}
pre[class*=language-] {
  background: #fdfbf3;
}

blockquote {
  max-width: 45ch;
  border-inline-start: clamp(0.5rem, 0.4348rem + 0.3261vw, 0.6875rem) solid #fa576e;
  padding-inline-start: clamp(1.5rem, 1.3043rem + 0.9783vw, 2.0625rem);
  padding-block: clamp(0.5rem, 0.4348rem + 0.3261vw, 0.6875rem);
  font-style: italic;
  font-size: clamp(1.067rem, 0.9001rem + 0.8346vw, 1.5469rem);
}
blockquote > blockquote {
  margin-block-start: clamp(0.75rem, 0.6413rem + 0.5435vw, 1.0625rem);
}

:is(ul, ol)[role=list] {
  padding-inline-start: clamp(1.5rem, 1.3043rem + 0.9783vw, 2.0625rem);
}
:is(ul, ol)[role=list] li + li,
:is(ul, ol)[role=list] li > :is(ul, ol) {
  margin-block-start: clamp(0.5rem, 0.4348rem + 0.3261vw, 0.6875rem);
}

table {
  text-align: start;
  border-collapse: collapse;
  caption-side: bottom;
  font-variant-numeric: tabular-nums;
}
table thead {
  border-block-end: 0.35ex solid #fa576e;
}
table thead th {
  vertical-align: bottom;
  background: #fdfbf3;
}
table th,
table td {
  border: 1px solid #505c73;
  padding: clamp(0.5rem, 0.4348rem + 0.3261vw, 0.6875rem) clamp(0.5rem, 0.4348rem + 0.3261vw, 0.6875rem);
  vertical-align: baseline;
  text-align: end;
}

hr {
  border: 2px solid #263147;
  width: clamp(3rem, 2.1304rem + 4.3478vw, 5.5rem);
}

::selection {
  color: #f9f4e3;
  background: #263147;
}

::-webkit-scrollbar {
  height: 1rem;
}

::-webkit-scrollbar-track {
  background-color: transparent;
  border: 1px solid #505c73;
}

::-webkit-scrollbar-thumb {
  background-color: #38445b;
}

.box {
  padding: clamp(0.75rem, 0.6413rem + 0.5435vw, 1.0625rem);
  outline: 0.125rem solid transparent;
  outline-offset: -0.125rem;
}

.site-wrap {
  overflow-x: hidden;
  position: relative;
}

.wrapper {
  max-width: 70rem;
  padding: 0 clamp(1.5rem, 1.3043rem + 0.9783vw, 2.0625rem);
  margin-inline: auto;
  position: relative;
}

.button {
  border-radius: 0.25rem;
  display: inline-block;
  padding: 0.5rem 2rem;
  background: #fe9476;
  color: #263147;
  border: 2px solid;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-family: "Inter", Helvetica, sans-serif;
  font-weight: 700;
}
.button:hover {
  background: #ff7f5c !important;
  color: #263147 !important;
}

.footnotes a {
  text-decoration: none;
}

.nav a {
  text-decoration: none;
  display: block;
  position: relative;
}
.nav a[data-state=active]:before, .nav a[aria-current=page]:before, .nav a:hover:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.25rem;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0.25rem;
  background: #fc3e59;
}

.site-footer {
  padding-block-start: clamp(3rem, 2.6087rem + 1.9565vw, 4.125rem);
  padding-block-end: clamp(1.5rem, 1.3043rem + 0.9783vw, 2.0625rem);
  text-align: center;
  font-size: clamp(0.8784rem, 0.806rem + 0.3618vw, 1.0864rem);
}

.skip-link {
  position: absolute;
  top: clamp(1rem, 0.8696rem + 0.6522vw, 1.375rem);
  left: clamp(1rem, 0.8696rem + 0.6522vw, 1.375rem);
  z-index: 99;
}
.skip-link:not(:focus) {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.center {
  box-sizing: content-box;
  margin-inline: auto;
  padding-inline: clamp(1rem, 0.8696rem + 0.6522vw, 1.375rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cluster {
  display: flex;
  flex-wrap: wrap;
  gap: var(--flow-space);
}

.flow > * + * {
  margin-block-start: var(--flow-space);
}

.grid {
  display: grid;
  grid-gap: var(--flow-space);
  --min-item-width: 12rem;
  grid-template-columns: repeat(auto-fit, minmax(min(var(--min-item-width), 100%), 1fr));
}

.intro {
  container: intro/inline-size;
}
.intro__header {
  flex: 1 1 28ch;
  align-content: flex-start;
}
.intro__content {
  flex: 2 2 45ch;
  align-content: flex-end;
}
.intro[data-state=reversed] {
  flex-direction: row-reverse;
}
.intro[data-state=reversed] .intro__header {
  text-align: end;
}
@container intro (width < calc(28ch + 45ch + clamp(0.5rem, 0.4348rem + 0.3261vw, 0.6875rem))) {
  .intro[data-state=reversed] .intro__header {
    text-align: start;
  }
}

.site-header {
  padding-block-start: clamp(1rem, 0.8696rem + 0.6522vw, 1.375rem);
  padding-block-end: clamp(2rem, 1.7391rem + 1.3043vw, 2.75rem);
}
.site-header__inner {
  justify-content: space-between;
  align-items: baseline;
}
.site-header__brand {
  flex-shrink: 0;
  padding-inline-end: clamp(2rem, 1.7391rem + 1.3043vw, 2.75rem);
  text-decoration: none;
}
.site-header__nav {
  line-height: 1;
}

.switcher {
  display: flex;
  flex-wrap: wrap;
  gap: var(--flow-space);
  --min-width: calc(
    (3 * 28ch) + (var(--flow-space) * 2));
}
.switcher > * {
  flex: 1 1 calc((var(--min-width) - 100%) * 999);
}
.switcher > :nth-last-child(n+4), .switcher > :nth-last-child(n+4) ~ * {
  flex-basis: 100%;
}