@charset "UTF-8";
:root {
  --line-height: 1.7;
}

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

html {
  text-size-adjust: none;
}

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

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

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

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

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

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

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

img,
picture {
  max-inline-size: 100%;
  display: block;
}


button,
select {
  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;
  }
}
/* stylelint-disable scss/dollar-variable-pattern */
/* stylelint-enable scss/dollar-variable-pattern */

.bg-light-shade {
  background: var(--color-light-shade);
}

.bg-light-glare {
  background: var(--color-light-glare);
}

.border-thin {
  border-width: 1px;
}

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

.flow-space-2xs {
  --flow-space: clamp(0.5rem, 0.4348rem + 0.3261vw, 0.6875rem);
}

.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);
}

.flow-space-l {
  --flow-space: clamp(2rem, 1.7391rem + 1.3043vw, 2.75rem);
}

.flow-space-xl {
  --flow-space: clamp(3rem, 2.6087rem + 1.9565vw, 4.125rem);
}

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

.measure-compact {
  max-width: 28ch;
}

.measure-short {
  max-width: 45ch;
}

.measure-reset {
  max-width: none;
}

.padding-2xs {
  --padding: clamp(0.5rem, 0.4348rem + 0.3261vw, 0.6875rem);
}

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

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

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

.padding-none {
  --padding: 0rem;
}

.shadow-2xs-xs {
  --shadow-size: clamp(0.5rem, 0.3043rem + 0.9783vw, 1.0625rem);
}

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

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

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

.text-mega--3 {
  font-size: clamp(1.8008rem, 1.053rem + 3.7389vw, 3.9506rem);
}

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

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

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

:root {
  --flow-space: clamp(2rem, 1.7391rem + 1.3043vw, 2.75rem);
  --gutter: clamp(1.5rem, 1.3043rem + 0.9783vw, 2.0625rem);
  --measure: 65ch;
  --padding: clamp(0.75rem, 0.6413rem + 0.5435vw, 1.0625rem);
  --shadow-size: clamp(0.5rem, 0.3043rem + 0.9783vw, 1.0625rem);
  --color-dark: #2e3a50;
  --color-dark-shade: #212a3d;
  --color-dark-glare: #465270;
  --color-light: #fdf8f3;
  --color-light-shade: #f6ebdb;
  --color-light-glare: #fffdf9;
  --color-primary: #fa576e;
  --color-primary-shade: #f8415c;
  --color-primary-glare: #f87788;
  --color-secondary: #0ea5e9;
  --color-secondary-shade: #0284c7;
  --color-secondary-glare: #38bdf8;
  --bg-color: var(--color-light);
  --text-color: var(--color-dark-shade);
  --accent-color: var(--color-primary);
  --box-shadow-color: var(--text-color);
  --footer-bg: var(--text-color);
  --footer-text: var(--bg-color);
  --hero-bg: var(--color-secondary);
  --hero-header-text: var(--text-color);
  --hero-header-text-mark: var(--bg-color);
  --hero-byline-text: var(--text-color);
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-dark: #e8e6e3;
    --color-dark-shade: #f5f4f2;
    --color-dark-glare: #d1cfc9;
    --color-light: #1a1f2e;
    --color-light-shade: #2d3748;
    --color-light-glare: #252a3a;
    --color-primary: #ff6b7a;
    --color-primary-shade: #ff8a96;
    --color-primary-glare: #ff4d60;
    --color-secondary: #2563eb;
    --color-secondary-shade: #1d4ed8;
    --color-secondary-glare: #3b82f6;
    --footer-bg: var(--color-light-shade);
    --footer-text: var(--color-dark-shade);
    --hero-bg: var(--color-secondary);
    --hero-header-text: var(--color-light);
    --hero-header-text-mark: var(--color-dark-shade);
    --hero-byline-text: var(--color-dark-glare);
  }
}
body {
  background: var(--bg-color);
  color: var(--text-color);
  font-size: clamp(1rem, 0.8696rem + 0.6522vw, 1.375rem);
  font-family: "Source Serif 4", Georgia, serif;
}

a {
  color: currentcolor;
  text-decoration-color: var(--accent-color);
  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;
}

p {
  max-width: var(--measure);
}

sup {
  line-height: 0;
}

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

pre {
  margin-block-start: var(--flow-space) !important;
  font-size: smaller !important;
}

blockquote {
  max-width: 45ch;
  border-inline-start: clamp(0.5rem, 0.4348rem + 0.3261vw, 0.6875rem) solid var(--accent-color);
  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);
  max-width: var(--measure);
}
:is(ul, ol)[role=list] ::marker {
  color: var(--accent-color);
}
: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 th,
table td {
  border: 1px solid var(--color-dark-glare);
  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;
}
table thead {
  border-block-end: 0.35ex solid var(--accent-color);
}
table thead th {
  vertical-align: bottom;
  background: var(--color-light-glare);
}

hr {
  border: 4px solid var(--accent-color);
  width: clamp(3rem, 2.1304rem + 4.3478vw, 5.5rem);
}

::selection {
  color: var(--color-light);
  background: var(--color-dark-shade);
}

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

::-webkit-scrollbar-track {
  background-color: transparent;
  border: 1px solid var(--color-dark-glare);
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-dark);
}

.box {
  padding: var(--padding);
  outline: 0.125rem solid transparent;
  outline-offset: -0.125rem;
}
.box[data-shadow] {
  position: relative;
}
.box[data-shadow]::before {
  content: "";
  position: absolute;
  top: var(--shadow-size);
  left: var(--shadow-size);
  width: 100%;
  height: 100%;
  z-index: -1; /* Places it behind the main box */
  border-radius: inherit;
  background-color: var(--box-shadow-color);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 6 6'%3E%3Cpath d='M0 6 L6 0 M-1 1 L1 -1 M5 7 L7 5' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
}
.box[data-outline] {
  outline: 0.2rem solid var(--text-color);
  outline-offset: -0.15rem;
}
.box[data-fit-content] {
  width: fit-content;
}

.box * {
  color: inherit;
  outline: none;
}

.box .box {
  padding: var(--padding);
}

.gutter {
  padding-inline: var(--gutter);
}

.measure-reset {
  --measure: none;
}

.radius {
  border-radius: 0.25rem;
}

.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;
}

.article {
  --gutter: clamp(1.5rem, 1.3043rem + 0.9783vw, 2.0625rem);
}
.article__content {
  padding-inline: var(--gutter);
  max-width: calc(var(--measure) + 2 * var(--gutter));
}
.article__content :is(h1, h2, h3, h4, h5, h6) + * {
  --flow-space: clamp(0.5rem, 0.4348rem + 0.3261vw, 0.6875rem);
}
.article__photo {
  margin-inline: auto;
  max-width: 90%;
}
.article__photo[data-portrait] {
  max-width: 70%;
}
.article__photo:has([data-shadow]) + * {
  margin-block-start: calc(var(--flow-space) + var(--shadow-size));
}

.button {
  border-radius: 0.25rem;
  display: inline-block;
  padding: 0.5rem 2rem;
  background: var(--color-secondary-glare);
  color: var(--color-dark-shade);
  border: 2px solid;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-family: "Inter", Helvetica, sans-serif;
  font-weight: 700;
}
.button:hover {
  background: var(--color-secondary) !important;
  color: var(--color-dark-shade) !important;
}

.contact-options {
  outline-color: var(--color-secondary);
  max-width: 28ch;
  height: 100%;
}
.contact-options__link {
  background: var(--color-secondary);
  padding-block: clamp(0.5rem, 0.4348rem + 0.3261vw, 0.6875rem);
  font-family: "Inter", Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}
.contact-options__link:hover {
  background: var(--color-secondary-glare);
}

.footnotes a {
  text-decoration: none;
}

.frame {
  aspect-ratio: 4/3;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.frame > img, .frame > picture img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
}
.frame[data-ratio="4-5"] {
  aspect-ratio: 4 / 5;
}

.hero {
  background: var(--hero-bg);
  padding-block: var(--gutter);
  padding-inline: var(--gutter);
}
.hero__header {
  font-size: clamp(1.9214rem, 1.0438rem + 4.3879vw, 4.4444rem);
  padding-block-end: var(--gutter);
  color: var(--hero-header-text);
}
.hero__header mark {
  color: inherit;
  background: linear-gradient(to top, transparent 20%, var(--hero-header-text-mark) 20%, var(--hero-header-text-mark) 84%, transparent 84%);
}

.nav {
  line-height: 1;
}
.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: var(--color-primary-shade);
}

.quote {
  border-inline-start: clamp(0.5rem, 0.4348rem + 0.3261vw, 0.6875rem) solid var(--color-primary);
  padding-inline-start: clamp(1.5rem, 1.3043rem + 0.9783vw, 2.0625rem);
  max-width: 45ch;
}
.quote > blockquote {
  border-inline: unset;
  padding-inline: unset;
  padding-block: unset;
  max-width: inherit;
}
.quote blockquote > p::before,
.quote blockquote > p::after {
  content: '"';
}
.quote blockquote + p {
  text-align: right;
}

.site-footer {
  margin-block-end: var(--gutter);
  font-size: clamp(0.8784rem, 0.806rem + 0.3618vw, 1.0864rem);
}
.site-footer__content {
  padding-block: var(--gutter);
  padding-inline: var(--gutter);
  background: var(--footer-bg);
  color: var(--footer-text);
}

.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-path: 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: var(--padding);
}
.center[data-state=intrinsic] {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cluster {
  display: flex;
  flex-wrap: wrap;
  gap: var(--flow-space);
}
.cluster[data-state=repel] {
  justify-content: space-between;
}
.cluster[data-state=center] {
  align-items: center;
}

.cover {
  display: flex;
  flex-direction: column;
  min-block-size: 100vh;
  padding: var(--padding);
}

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

.cover > :first-child:not([data-target]) {
  margin-block-start: 0;
}

.cover > :last-child:not([data-target]) {
  margin-block-end: 0;
}

.cover > :is([data-target]) {
  margin-block: auto;
}

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

.grid {
  display: 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;
  /* stylelint-disable-next-line selector-class-pattern */
}
.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] {
    /* stylelint-disable-next-line selector-class-pattern */
  }
  .intro[data-state=reversed] .intro__header {
    text-align: start;
  }
}

.site-header {
  margin-block-start: var(--gutter);
}
.site-header__inner {
  align-items: baseline;
}
.site-header__brand {
  flex-shrink: 0;
  padding-inline-end: clamp(2rem, 1.7391rem + 1.3043vw, 2.75rem);
  text-decoration: none;
}

.stack-split-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.stack-split-1 > * {
  margin-block: 0;
}
.stack-split-1 > * + * {
  margin-block-start: var(--flow-space);
}
.stack-split-1:only-child {
  block-size: 100%;
}
.stack-split-1 > :nth-child(1) {
  margin-block-end: auto;
}

.stack {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.stack > * {
  margin-block: 0;
}
.stack > * + * {
  margin-block-start: var(--flow-space);
}

.switcher {
  display: flex;
  flex-wrap: wrap;
  gap: var(--flow-space);
  --min-width: calc(calc(3 * 28ch) + calc(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%;
}