/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities;
:root {
  --stone-dark: #221f1a;
  --stone: #6f6a5c;
  --stone-mid: #4a463c;
  --parchment: #f1ead8;
  --parchment-2: #e8dfc8;
  --feld-red: #b3272c;
  --feld-red-dark: #8c1e22;
  --meadow: #4f5a3c;
  --meadow-2: #7c8a5a;
  --gold: #c69a3e;
  --ink: #221f1a;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--parchment);
  color: var(--ink);
  font-family: "Work Sans", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
}
.wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 28px;
}
h1, h2, h3 {
  font-family: "Fraunces", serif;
  letter-spacing: -0.01em;
}
.mono {
  font-family: "Space Mono", monospace;
}
.grain::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
  pointer-events: none;
  mix-blend-mode: overlay;
}
.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 28px;
  mix-blend-mode: difference;
  color: #fff;
  font-family: "Space Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.topbar span {
  opacity: 0.85;
}
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  background: #000;
  overflow: hidden;
}
.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% 50%;
  opacity: 0.85;
  transform: scale(1.04);
  animation: heroZoom 18s ease-out forwards;
}
@keyframes heroZoom {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient( 180deg, rgba(20, 17, 12, 0.15) 0%, rgba(20, 17, 12, 0.35) 55%, rgba(15, 13, 9, 0.92) 100% );
}
.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 28px 64px;
}
.stamp {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "Space Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--parchment);
  border: 1px solid rgba(241, 234, 216, 0.4);
  padding: 8px 16px 8px 13px;
  border-radius: 100px;
  background: rgba(15, 13, 9, 0.6);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  box-shadow: 0 6px 18px -6px rgba(0, 0, 0, 0.5);
  transform: rotate(-2deg);
  margin-bottom: 22px;
}
.stamp-mark {
  color: var(--feld-red);
  font-weight: 700;
  font-size: 14px;
}
.hero h1 {
  color: var(--parchment);
  font-size: clamp(3.2rem, 12vw, 8.5rem);
  font-weight: 900;
  line-height: 0.86;
  text-transform: uppercase;
  max-width: 14ch;
}
.hero-sub {
  max-width: 520px;
  color: var(--parchment-2);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  margin-top: 22px;
  font-weight: 500;
}
.scroll-cue {
  margin-top: 38px;
  font-family: "Space Mono", monospace;
  font-size: 12px;
  color: var(--parchment-2);
  opacity: 0.7;
  letter-spacing: 0.05em;
}
section {
  position: relative;
}
.section {
  padding: 110px 0;
}
.section.tight {
  padding: 80px 0;
}
.eyebrow {
  font-family: "Space Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--feld-red);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--feld-red);
}
.section h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 700;
  max-width: 14ch;
  margin-bottom: 24px;
}
.lede {
  font-size: 1.15rem;
  max-width: 56ch;
  color: var(--stone-mid);
}
.manifesto {
  background: var(--stone-dark);
  color: var(--parchment);
}
.manifesto .eyebrow {
  color: var(--gold);
}
.manifesto .eyebrow::before {
  background: var(--gold);
}
.manifesto-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 70px;
  align-items: start;
}
.manifesto-quote {
  position: relative;
}
.quote-mark {
  display: block;
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: 5rem;
  line-height: 1;
  color: var(--gold);
  opacity: 0.55;
  margin-bottom: -8px;
}
.manifesto p {
  font-family: "Fraunces", serif;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  line-height: 1.55;
  color: var(--parchment-2);
  max-width: 24ch;
  margin: 0;
}
.manifesto strong {
  color: var(--parchment);
  font-style: normal;
  font-weight: 700;
  box-shadow: inset 0 -0.38em 0 0 var(--feld-red-dark);
  padding: 0 0.05em;
}
.manifesto-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 28px;
  padding-top: 30px;
  border-top: 1px solid rgba(241, 234, 216, 0.18);
  margin: 0;
}
.manifesto-facts > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.manifesto-facts dt {
  margin: 0;
  font-family: "Space Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.9;
}
.manifesto-facts dd {
  margin: 0;
  font-family: "Fraunces", serif;
  font-weight: 600;
  font-size: 1.08rem;
  color: var(--parchment);
  line-height: 1.35;
}
.location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.photo-frame {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 30px 60px -20px rgba(34, 31, 26, 0.35);
}
.photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pin {
  position: absolute;
  top: 77%;
  left: 9%;
  width: 16px;
  height: 16px;
}
.pin-dot {
  width: 14px;
  height: 14px;
  background: var(--feld-red);
  border: 2px solid var(--parchment);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(179, 39, 44, 0.6);
  animation: pulse 2.2s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(179, 39, 44, 0.55);
  }
  70% {
    box-shadow: 0 0 0 16px rgba(179, 39, 44, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(179, 39, 44, 0);
  }
}
.pin-label {
  position: absolute;
  top: -6px;
  left: 22px;
  white-space: nowrap;
  background: var(--stone-dark);
  color: var(--parchment);
  font-family: "Space Mono", monospace;
  font-size: 11px;
  padding: 4px 9px;
  border-radius: 3px;
  letter-spacing: 0.03em;
}
.location-copy .facts {
  list-style: none;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.location-copy .facts li {
  display: flex;
  gap: 14px;
  font-size: 0.98rem;
  color: var(--stone-mid);
  border-top: 1px solid var(--parchment-2);
  padding-top: 14px;
}
.location-copy .facts span.k {
  font-family: "Space Mono", monospace;
  font-size: 11px;
  color: var(--feld-red);
  text-transform: uppercase;
  min-width: 120px;
  flex-shrink: 0;
  padding-top: 2px;
}
.ritual {
  background: var(--meadow);
  color: var(--parchment);
  position: relative;
}
.ritual .eyebrow {
  color: var(--gold);
}
.ritual .eyebrow::before {
  background: var(--gold);
}
.ritual-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 60px;
  align-items: start;
}
.ritual-photo {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.4);
}
.steps {
  list-style: none;
  margin-top: 12px;
}
.steps li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid rgba(241, 234, 216, 0.2);
}
.steps li:last-child {
  border-bottom: 1px solid rgba(241, 234, 216, 0.2);
}
.steps .num {
  font-family: "Fraunces", serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--gold);
  opacity: 0.9;
}
.steps .txt strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 3px;
  font-family: "Fraunces", serif;
  font-weight: 600;
}
.steps .txt span {
  color: var(--parchment-2);
  font-size: 0.95rem;
}
.compare {
  padding: 110px 0;
}
.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.compare-card {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4/5;
}
.compare-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.compare-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 22px 22px 20px;
  background: linear-gradient( 0deg, rgba(15, 13, 9, 0.88), rgba(15, 13, 9, 0) );
  color: var(--parchment);
}
.compare-tag .mono {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  display: block;
  margin-bottom: 6px;
}
.compare-tag p {
  font-family: "Fraunces", serif;
  font-size: 1.3rem;
  font-weight: 600;
}
.history {
  background: var(--parchment-2);
}
.history-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 50px;
}
.history-card {
  background: var(--parchment);
  border: 1px solid var(--stone);
  padding: 14px 14px 20px;
  box-shadow: 0 18px 40px -24px rgba(34, 31, 26, 0.3);
  transform: rotate(-1.2deg);
}
.history-card:nth-child(2) {
  transform: rotate(1deg);
  margin-top: 26px;
}
.history-card img {
  filter: sepia(0.25) contrast(1.02);
  border: 1px solid var(--stone);
}
.history-card .cap {
  margin-top: 14px;
  padding: 0 4px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.history-card .cap .yr {
  font-family: "Space Mono", monospace;
  font-weight: 700;
  color: var(--feld-red);
}
.history-card .cap .desc {
  font-size: 0.85rem;
  color: var(--stone-mid);
  text-align: right;
  max-width: 60%;
}
.decree {
  background: var(--stone-dark);
  color: var(--parchment);
  position: relative;
  overflow: hidden;
}
.decree-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 50px;
}
.decree-head .eyebrow {
  justify-content: center;
  color: var(--gold);
}
.decree-head .eyebrow::before {
  display: none;
}
.decree-head h2 {
  margin: 0 auto 14px;
  max-width: none;
}
.seal {
  width: 96px;
  height: 96px;
  border: 2px solid var(--feld-red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 26px;
  transform: rotate(-8deg);
  position: relative;
}
.seal::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px dashed var(--feld-red);
  border-radius: 50%;
}
.seal span {
  font-family: "Space Mono", monospace;
  font-size: 10.5px;
  letter-spacing: 0.05em;
  color: var(--feld-red);
  text-align: center;
  line-height: 1.3;
  text-transform: uppercase;
}
.decree-list {
  max-width: 760px;
  margin: 0 auto;
  border-top: 1px solid rgba(241, 234, 216, 0.18);
}
.decree-list .para {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(241, 234, 216, 0.18);
}
.decree-list .para .n {
  font-family: "Space Mono", monospace;
  color: var(--gold);
  font-weight: 700;
}
.decree-list .para p {
  color: var(--parchment-2);
  font-size: 1.02rem;
}
.decree-list .para p strong {
  color: var(--parchment);
  font-weight: 600;
}
footer {
  background: var(--ink);
  color: var(--parchment-2);
  padding: 60px 0 30px;
}
.foot-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 30px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(241, 234, 216, 0.15);
}
footer h3 {
  color: var(--parchment);
  font-size: 2rem;
}
footer .tag {
  font-family: "Space Mono", monospace;
  font-size: 12px;
  color: var(--gold);
  margin-top: 8px;
  display: block;
}
.foot-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 22px;
  font-family: "Space Mono", monospace;
  font-size: 11.5px;
  color: var(--stone);
  letter-spacing: 0.02em;
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .hero img {
    animation: none;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .pin-dot {
    animation: none;
  }
}
@media (max-width: 860px) {
  .manifesto-grid, .location-grid, .ritual-grid, .history-grid, .compare-grid {
    grid-template-columns: 1fr;
  }
  .manifesto-facts {
    grid-template-columns: 1fr 1fr;
    gap: 22px 20px;
  }
  .history-card:nth-child(2) {
    margin-top: 0;
  }
  .section {
    padding: 74px 0;
  }
  .compare {
    padding: 74px 0;
  }
  .foot-grid {
    align-items: flex-start;
  }
}
.hero-wrap {
  padding: 0;
}
.compare-grid-spaced {
  margin-top: 44px;
}
.ritual-heading {
  max-width: 16ch;
}
.ritual-grid-spaced {
  margin-top: 46px;
}
.decree-lede {
  margin: 0 auto;
  color: var(--parchment-2);
}
.foot-contact {
  color: var(--parchment-2);
  font-size: 12px;
  line-height: 1.8;
  text-align: right;
}
@media (max-width: 860px) {
  .foot-contact {
    text-align: left;
  }
}
.not-found {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 72px 28px;
  background: radial-gradient( circle at 18% 18%, rgba(198, 154, 62, 0.13), transparent 28rem ), radial-gradient( circle at 85% 82%, rgba(179, 39, 44, 0.16), transparent 30rem ), var(--stone-dark);
  color: var(--parchment);
}
.not-found-grain {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}
.not-found-card {
  position: relative;
  z-index: 1;
  width: min(100%, 720px);
  padding: clamp(34px, 7vw, 68px);
  border: 1px solid rgba(241, 234, 216, 0.22);
  border-radius: 4px;
  background: rgba(34, 31, 26, 0.72);
  box-shadow: 0 35px 90px -35px rgba(0, 0, 0, 0.8);
  text-align: center;
  backdrop-filter: blur(5px);
}
.not-found-seal {
  position: relative;
  width: 104px;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  border: 2px solid var(--feld-red);
  border-radius: 50%;
  color: var(--feld-red);
  transform: rotate(-8deg);
}
.not-found-seal::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px dashed var(--feld-red);
  border-radius: 50%;
}
.not-found-seal span {
  font-family: "Space Mono", monospace;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.not-found-eyebrow {
  margin-bottom: 16px;
  color: var(--gold);
  font-family: "Space Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.not-found h1 {
  max-width: 11ch;
  margin: 0 auto 24px;
  font-size: clamp(2.7rem, 8vw, 5.5rem);
  font-weight: 900;
  line-height: 0.95;
}
.not-found-lede {
  max-width: 54ch;
  margin: 0 auto;
  color: var(--parchment-2);
  font-size: clamp(1rem, 2vw, 1.15rem);
}
.not-found-joke {
  margin: 36px auto 32px;
  padding: 24px;
  border-block: 1px solid rgba(241, 234, 216, 0.18);
  color: var(--parchment-2);
  font-family: "Fraunces", serif;
  font-size: 1.15rem;
  font-style: italic;
}
.not-found-joke strong {
  color: var(--parchment);
  font-style: normal;
  box-shadow: inset 0 -0.32em 0 var(--feld-red-dark);
}
.not-found-joke-label {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-family: "Space Mono", monospace;
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.not-found-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid var(--feld-red);
  border-radius: 100px;
  background: var(--feld-red-dark);
  color: var(--parchment);
  font-family: "Space Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background 0.2s ease, transform 0.2s ease;
}
.not-found-link:hover {
  background: var(--feld-red);
  transform: translateY(-2px);
}
.not-found-link:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}
.not-found-footnote {
  margin-top: 26px;
  color: var(--stone);
  font-family: "Space Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.04em;
}
@media (max-width: 540px) {
  .not-found {
    padding: 28px 18px;
  }
  .not-found-card {
    padding: 32px 22px;
  }
  .not-found-seal {
    width: 88px;
    height: 88px;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
