/* /Layout/MainLayout.razor.rz.scp.css */
main[b-tgs6281kww] {
  min-height: 60vh;
  width: 100%;
}

article[b-tgs6281kww] {
  width: 100%;
  margin: 0;
  padding: 0;
}

#blazor-error-ui[b-tgs6281kww] {
  background: var(--paper, #f7f4ec);
  color: var(--field, #0075ff);
  border-top: 1px solid var(--field, #0075ff);
  bottom: 0;
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

  #blazor-error-ui .dismiss[b-tgs6281kww] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
  }
/* /Layout/NavFooter.razor.rz.scp.css */
footer[b-mrx9eehfes] {
  border-top: 1px solid var(--hairline);
  overflow: hidden;
}

.footer-inner[b-mrx9eehfes] {
  max-width: 1360px;
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 5rem) clamp(16px, 4vw, 40px) 2rem;
}

.footer-cols[b-mrx9eehfes] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2.5rem 2rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--hairline);
}

.footer-col h2[b-mrx9eehfes] {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.6;
  margin: 0 0 1.1rem;
}

[b-mrx9eehfes] .footer-col a {
  display: block;
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.15;
  letter-spacing: 0.01em;
  margin-bottom: 0.8rem;
  width: fit-content;
}

[b-mrx9eehfes] .footer-col a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.support[b-mrx9eehfes] {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  opacity: 0.85;
  margin: 2rem 0 0.4rem;
  max-width: 60ch;
}

.copyright[b-mrx9eehfes] {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  opacity: 0.65;
  margin: 0;
}

.wordmark-giant[b-mrx9eehfes] {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 67vw; /* K&O spans the full viewport width, edge to edge */
  line-height: 0.75;
  height: 0.6em;
  overflow: hidden;
  text-align: center;
  letter-spacing: -0.02em;
  white-space: nowrap;
  user-select: none;
  margin-top: clamp(2rem, 5vw, 4rem);
}

/* --- closing: text field with the wordmark lit out of characters ---- */
.field-close[b-mrx9eehfes] {
  position: relative;
  margin-top: clamp(1rem, 3vw, 2.5rem);
  height: clamp(240px, 36vw, 540px);
}

.footer-field[b-mrx9eehfes] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1.2s ease;
  -webkit-mask-image:
    radial-gradient(ellipse 70% 100% at 50% 60%, #000 40%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 22%);
  -webkit-mask-composite: source-in;
  mask-image:
    radial-gradient(ellipse 70% 100% at 50% 60%, #000 40%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 22%);
  mask-composite: intersect;
}

.footer-field.field-on[b-mrx9eehfes] {
  opacity: 1;
}

.wordmark-fallback[b-mrx9eehfes] {
  margin-top: 0;
}

.field-close .footer-field.field-on + .wordmark-fallback[b-mrx9eehfes] {
  visibility: hidden;
}
/* /Layout/NavMenu.razor.rz.scp.css */
header[b-tgkdy4ioo0] {
  border-bottom: 1px solid var(--hairline);
}

.nav[b-tgkdy4ioo0] {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 18px clamp(16px, 4vw, 40px);
  max-width: 1360px;
  margin: 0 auto;
}

.nav-side[b-tgkdy4ioo0] {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav-contact[b-tgkdy4ioo0] {
  justify-self: start;
}

.nav-contact:hover[b-tgkdy4ioo0] {
  text-decoration: underline;
  text-underline-offset: 4px;
}

[b-tgkdy4ioo0] .wordmark {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: var(--paper);
}

[b-tgkdy4ioo0] .wm-top {
  font-size: 22px;
  letter-spacing: 0.1em;
}

[b-tgkdy4ioo0] .wm-bottom {
  font-size: 13px;
  letter-spacing: 0.24em;
  margin-top: 3px;
}

.lang[b-tgkdy4ioo0] {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 6px;
}

.lang-btn[b-tgkdy4ioo0] {
  appearance: none;
  background: none;
  border: none;
  padding: 2px 0;
  margin: 0;
  color: var(--paper);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  cursor: pointer;
  opacity: 0.55;
}

.lang-btn.active[b-tgkdy4ioo0] {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.lang-btn:hover[b-tgkdy4ioo0] {
  opacity: 1;
}

.lang-sep[b-tgkdy4ioo0] {
  opacity: 0.55;
  font-size: 11px;
}

@media (max-width: 620px) {
  .nav[b-tgkdy4ioo0] {
    grid-template-columns: 1fr auto;
    row-gap: 4px;
  }

  [b-tgkdy4ioo0] .wordmark {
    grid-column: 1;
    grid-row: 1 / 3;
    align-items: flex-start;
    text-align: left;
  }

  .nav-contact[b-tgkdy4ioo0] {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .lang[b-tgkdy4ioo0] {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
  }
}
/* /Pages/Fitaino/DeleteAccount.razor.rz.scp.css */
/* Styling inherited from the global .wrapper card. */
/* /Pages/Fitaino/Fitaino.razor.rz.scp.css */
.micro[b-iip79bv94h] {
  margin: 0 0 0.75rem;
}

.micro a[b-iip79bv94h] {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
}

.micro a:hover[b-iip79bv94h] {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.links[b-iip79bv94h] {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

[b-iip79bv94h] .links a {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--field);
  padding: 10px 18px;
  transition: background-color 0.15s ease, color 0.15s ease;
}

[b-iip79bv94h] .links a:hover {
  background: var(--field);
  color: var(--paper);
}
/* /Pages/Home.razor.rz.scp.css */
.hero[b-oq24dnj5wa] {
  position: relative;
  overflow: hidden;
}

.hero-inner[b-oq24dnj5wa] {
  position: relative;
  z-index: 1;
  max-width: 1360px;
  margin: 0 auto;
  padding: clamp(4rem, 12vh, 9rem) clamp(16px, 4vw, 40px) clamp(3.5rem, 9vh, 6.5rem);
}

/* the text field: a canvas of drifting monospace fragments behind the hero,
   drawn by site.js in paper-on-field; fades out towards the edges so the
   display type stays readable and the band below gets a clean seam */
.hero-field[b-oq24dnj5wa] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: block;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1.2s ease;
  -webkit-mask-image:
    radial-gradient(ellipse 78% 92% at 50% 42%, #000 35%, transparent 100%),
    linear-gradient(to bottom, #000 82%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    radial-gradient(ellipse 78% 92% at 50% 42%, #000 35%, transparent 100%),
    linear-gradient(to bottom, #000 82%, transparent 100%);
  mask-composite: intersect;
}

.hero-field.field-on[b-oq24dnj5wa] {
  opacity: 1;
}

/* engraved-spirit ampersand — the one graphic gesture on the field:
   a fine-line hatching clipped to the glyph, hairline silhouette on top */
.hero-amp[b-oq24dnj5wa] {
  position: absolute;
  top: 50%;
  right: clamp(16px, 5vw, 72px);
  transform: translateY(-52%);
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(280px, 32vw, 480px);
  line-height: 1;
  color: transparent;
  background-image: repeating-linear-gradient(
    -38deg,
    rgba(247, 244, 236, 0.75) 0 1px,
    transparent 1px 7px
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 1px rgba(247, 244, 236, 0.9);
  user-select: none;
  pointer-events: none;
}

.hero-amp span[b-oq24dnj5wa] {
  display: block;
}

@media (max-width: 980px) {
  .hero-amp[b-oq24dnj5wa] {
    display: none;
  }
}

.kicker[b-oq24dnj5wa] {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.8;
  margin: 0 0 2rem;
}

.display[b-oq24dnj5wa] {
  position: relative;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(64px, 12.5vw, 190px);
  line-height: 0.9;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  margin: 0 0 0 -0.035em; /* optical left alignment: K stem on the margin */
}

.display em[b-oq24dnj5wa] {
  font-style: italic;
}

.tagline[b-oq24dnj5wa] {
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.06em;
  margin: 2.5rem 0 0;
  opacity: 0.9;
}

/* --- projects: the white band -------------------------------------- */

.projects[b-oq24dnj5wa] {
  background: var(--paper);
  color: var(--field);
  border-top: 1px solid var(--field);
}

.projects-inner[b-oq24dnj5wa] {
  max-width: 1360px;
  margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 4.5rem) clamp(16px, 4vw, 40px) clamp(3rem, 6vw, 4.5rem);
}

.projects-head[b-oq24dnj5wa] {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--hairline-ink);
  margin-bottom: clamp(2.5rem, 6vw, 4.5rem);
}

.head-label[b-oq24dnj5wa] {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.project[b-oq24dnj5wa] {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 2rem 4rem;
  align-items: start;
}

.project-plate[b-oq24dnj5wa] {
  grid-column: 1 / -1;
  margin-top: clamp(1.5rem, 4vw, 3rem);
}

@media (max-width: 860px) {
  .project[b-oq24dnj5wa] {
    grid-template-columns: 1fr;
  }
}

.project-tag[b-oq24dnj5wa] {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
}

.project-title[b-oq24dnj5wa] {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(48px, 9vw, 120px);
  line-height: 0.95;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0 0 0 -0.03em; /* optical left alignment */
}

.project-desc[b-oq24dnj5wa] {
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-transform: uppercase;
  margin: -3px 0 2.25rem; /* first baseline sits on the eyebrow's baseline */
  max-width: 46ch;
}

.project-side .project-desc:last-child[b-oq24dnj5wa] {
  margin-bottom: 0;
}

.project-link[b-oq24dnj5wa] {
  display: inline-block;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: 1px solid var(--field);
  padding: 12px 22px;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.project-link:hover[b-oq24dnj5wa] {
  background: var(--field);
  color: var(--paper);
}

/* --- attributes: engraved plates on the field ----------------------- */

.attributes-inner[b-oq24dnj5wa] {
  max-width: 1360px;
  margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 4.5rem) clamp(16px, 4vw, 40px) clamp(3.5rem, 8vw, 6rem);
}

.attributes-head[b-oq24dnj5wa] {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--hairline);
  margin-bottom: clamp(2.5rem, 6vw, 4.5rem);
}

.attributes-grid[b-oq24dnj5wa] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
}

@media (max-width: 720px) {
  .attributes-grid[b-oq24dnj5wa] {
    grid-template-columns: 1fr;
  }
}

.plate[b-oq24dnj5wa] {
  margin: 0;
}

.plate-frame[b-oq24dnj5wa] {
  border: 1px solid var(--hairline);
}

.plate-wide[b-oq24dnj5wa] {
  grid-column: 1 / -1;
}

/* plates sitting on the paper band use ink hairlines */
.projects .plate-frame[b-oq24dnj5wa] {
  border-color: var(--hairline-ink);
}

.plate-caption[b-oq24dnj5wa] {
  margin-top: 1.1rem;
}

.plate-attr[b-oq24dnj5wa] {
  display: block;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.plate-note[b-oq24dnj5wa] {
  display: block;
  margin-top: 0.5rem;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-transform: uppercase;
  opacity: 0.8;
  max-width: 56ch;
}
